tag-organize-cli
Pass
Audited by Gen Agent Trust Hub on May 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill interacts with the local system by executing the
wpsnote-clitool. It uses various subcommands such asstats,tags,read, andeditto manage note data. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted data from the user's notes.
- Ingestion points: Note content is retrieved into the agent's context using the
wpsnote-cli readandwpsnote-cli read-blockscommands inSKILL.md. - Boundary markers: There are no explicit delimiters or warnings to the AI model to ignore instructions embedded within the note content.
- Capability inventory: The skill has the ability to modify or overwrite note content through the
wpsnote-cli editandwpsnote-cli batch-editcommands. - Sanitization: The skill does not implement sanitization or validation of the note content before it is processed by the AI model.
Audit Metadata