sdlc-test
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill uses a structured approach for software testing, incorporating manual approval steps (gates) for test cases and reports. This design minimizes the risk of autonomous agents executing unreviewed actions.
- [COMMAND_EXECUTION]: The skill executes local scripts such as
scripts/guard_exec.pyand standard tools likeplaywrightandmysql. These operations are scoped to the project environment and the author's specified testing workflow. - [DATA_EXPOSURE]: Sensitive credentials (accounts) and local paths (repositories) are stored in
.local.mdfiles which are explicitly mandated to be included in.gitignore, following security best practices for local secret management. - [INDIRECT_PROMPT_INJECTION]: While the skill ingests external data (requirements, PRDs), it implements boundary markers (checklists, templates) and requires manual human review of the generated test cases before execution, significantly mitigating injection risks.
- [REMOTE_CODE_EXECUTION]: No patterns of downloading and piping remote scripts to shells (e.g., curl|bash) were found. Dependencies are managed locally through standard package managers like npm/playwright.
Audit Metadata