plannotator-last
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and act upon feedback generated by the
plannotatortool to revise assistant messages. This creates a surface for indirect prompt injection where malicious instructions embedded in the feedback could influence the agent's logic or behavior. - Ingestion points: Output from the
plannotator annotate-lastcommand. - Boundary markers: None identified in the prompt templates.
- Capability inventory: Execution of the
plannotatortool via bash. - Sanitization: No explicit sanitization or validation of the feedback content is mentioned.
- [COMMAND_EXECUTION]: The instruction to run
plannotator annotate-last $ARGUMENTSuses a variable for arguments. While the execution is scoped to theplannotatorcommand via theallowed-toolsconfiguration, the use of unvalidated arguments in a shell context poses a minor risk of argument injection.
Audit Metadata