task-notes
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because its workflow requires agents to read and follow the 'true state' of a task from a Joplin note to resume work. Content within these notes could potentially contain malicious instructions that the agent might follow.
- Ingestion points: Untrusted data enters the agent context via the
mcp__joplin__read_noteandmcp__joplin__search_notestools as described inSKILL.md. - Boundary markers: The task note structure defined in
TASK-FORMAT.mddoes not include delimiters or instructions to ignore embedded commands within the note body. - Capability inventory: The agent has the ability to manage Joplin notebooks and notes, and can execute system commands like
dateas mentioned inSKILL.md. - Sanitization: There is no evidence of sanitization or filtering of the note content in
SKILL.mdorTASK-FORMAT.mdbefore the agent processes it.
Audit Metadata