agile-tdd
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill ingests user input through the
$ARGUMENTSvariable inSKILL.mdto define the target of the TDD cycle. - Ingestion points:
$ARGUMENTSplaceholder inSKILL.md. - Boundary markers: No explicit delimiters or boundary markers are used for the interpolated input.
- Capability inventory: The skill possesses the capability to generate implementation and test code and execute shell commands via test runners (e.g.,
bun test). - Sanitization: No input sanitization or validation is described.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands for running tests (e.g.,
bun test,bun test --coverage). - This command execution is consistent with the skill's primary purpose of facilitating a development and testing workflow.
Audit Metadata