live-code-feature
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill implements a standard and transparent software development lifecycle (SDLC) workflow. It includes steps for requirements specification, reading existing context, implementation following existing patterns, and a self-review phase.
- [COMMAND_EXECUTION]: The skill utilizes local shell commands to run tests, which is a standard procedure in development environments.
- Evidence: The skill instructs the agent to run
npm test 2>&1inSKILL.mdto verify feature implementation. - [SAFE]: The skill contains explicit instructions to avoid introducing new external dependencies, reducing supply chain risks.
- Evidence: "Keep it simple – no new dependencies" in the Implementation section of
SKILL.md.
Audit Metadata