engineer-work
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection by design as it executes tasks defined in external implementation plans.
- Ingestion points: Loads plan files from the path specified in
$ARGUMENTSor from thedocs/plans/directory. - Boundary markers: No specific delimiters or safety instructions are used to distinguish plan tasks from potential malicious injections within the files.
- Capability inventory: The skill utilizes
Bash,Write,Edit, and theghCLI to implement and commit code. - Sanitization: No sanitization or validation of the plan content is performed before the agent acts on the instructions.
- [COMMAND_EXECUTION]: Executes shell commands to manage the software development lifecycle.
- Evidence: Utilizes
gitfor branch creation and commits,npx tscfor type checking, andgh pr createfor repository interaction. - [EXTERNAL_DOWNLOADS]: Interacts with well-known registries to execute development utilities.
- Evidence: Executes
npxandnpm runcommands, which may fetch packages from the official NPM registry during quality checks.
Audit Metadata