agent-tdd-london-swarm
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION] (LOW): The skill is susceptible to indirect prompt injection through its task handling logic.
- Ingestion points: The
$TASKenvironment variable is used within theprehook string. - Boundary markers: Absent; the variable is interpolated directly into a shell command string.
- Capability inventory: The skill can execute shell commands via
npm testand shell hooks. - Sanitization: Absent; there is no evidence of escaping or validation for the
$TASKinput before it is used in theechocommand. - [COMMAND_EXECUTION] (SAFE): The execution of
npm testis a primary function of the skill and is appropriate for a TDD-focused agent. - [BEST_PRACTICE] (SAFE): The
prehook contains a typo ($dev$nullinstead of/dev/null), which results in redirection to a file namednullif the$devvariable is empty. This is a functional bug rather than a direct security threat.
Audit Metadata