addness
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface because it processes data from external and potentially attacker-controlled sources.
- Ingestion points: The skill extracts goal identifiers and descriptions from git branch names (e.g.,
goal/<ID>/description) inSKILL.mdandaddness-work-start.md. It also retrieves and displays goal titles, descriptions, comments, and deliverables from an external service inSKILL.mdandaddness-context.md. - Boundary markers: There are no boundary markers or instructions to the agent to treat data from these sources as untrusted or to ignore any instructions embedded within them.
- Capability inventory: The skill allows the agent to execute shell commands via
addness-cliand perform git operations. - Sanitization: No sanitization or validation of the input strings from git branches or the external API is specified in the instructions.
- [COMMAND_EXECUTION]: The skill relies on external binaries
addness-cliandaddnesswhich are required to be present on the system path for the skill to function, as specified in themetadata.requires.binsfield ofSKILL.md. These binaries are not provided with the skill.
Audit Metadata