dino-note
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted note content, titles, and tags. While the documentation explicitly instructs the agent to treat this data as untrusted and never execute instructions found inside notes, this constitutes an indirect prompt injection surface.
- Ingestion points:
dino note get,dino note preview,dino note detail, anddino note searchall ingest potentially attacker-controlled markdown content into the agent context. - Boundary markers: The skill mentions that structured output (
--format json) should be preferred for downstream parsing, which provides some schema isolation, but does not provide explicit prompt delimiters for the note content itself. - Capability inventory: The skill has access to the
Bashtool, allowing it to executedinoCLI commands, write to/tmp/, and potentially perform network operations viadino storage upload. - Sanitization: No specific sanitization or filtering of markdown content is mentioned beyond instructions to the LLM to ignore embedded commands.
Audit Metadata