trace-validate
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes acceptance criteria and test case descriptions from repository files to generate reports, creating a surface for embedded instructions to influence agent behavior.
- Ingestion points:
README.mdfiles (user stories, work items, features) and thetest-cases/directory. - Boundary markers: The skill does not implement delimiters or explicit instructions to distinguish between data and commands when reading these files.
- Capability inventory: The skill performs file writes (
trace-report.md), executes shell commands viagit, and delegates testing tasks to thequality-checktool. - Sanitization: No explicit sanitization or validation of the ingested text content is described in the workflow.
- [COMMAND_EXECUTION]: The skill relies on shell commands to generate file fingerprints for its idempotency and caching mechanism.
- Evidence: Use of
git ls-files,git status,git diff, andgit hash-objectinreferences/flow.mdto computeFINGERPRINTandSPEC_FINGERPRINT.
Audit Metadata