inject
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- PROMPT_INJECTION (LOW): Indirect prompt injection surface detected.
- Ingestion points: Data enters the agent context from files within
.agents/learnings/,.agents/patterns/,.agents/research/, and.agents/retros/(referenced inSKILL.md). - Boundary markers: Absent. The skill summarizes and injects content directly into the session context without visible delimiters or instructions to ignore embedded commands.
- Capability inventory: The skill utilizes the
ao injectCLI tool and standard shell commands (ls,head) to retrieve and process local artifacts. - Sanitization: Absent. There is no evidence of escaping or filtering content retrieved from the knowledge pools before it is presented to the agent.
- COMMAND_EXECUTION (LOW): The skill executes local CLI tools and shell scripts for knowledge retrieval and validation.
- Evidence:
SKILL.mddocuments execution ofao inject --apply-decayandls -ltfor context retrieval. - Evidence:
scripts/validate.shusesbash -cto run validation checks on the skill's structure, though the commands are statically defined.
Audit Metadata