add-feature
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npm run buildin Step 4 to verify the implementation of new features. This executes shell commands defined in the user's project environment. - [PROMPT_INJECTION]: The skill uses the
$ARGUMENTSplaceholder to ingest user feature descriptions, creating a surface for indirect prompt injection. - Ingestion points: User-provided text for
feature-descriptionpassed via$ARGUMENTSinSKILL.md. - Boundary markers: The instructions lack specific delimiters or safety prompts to prevent the agent from following instructions embedded within the user's description.
- Capability inventory: The skill allows the agent to read and modify multiple files across the
src/directory and executenpmcommands. - Sanitization: There is no explicit sanitization or validation of the input provided by the user before it is processed by the agent.
Audit Metadata