implement
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard CLI tools for development workflows, including
gitfor version control and various build/test tools such ascargo,pytest,lint, andturbofor code verification. - [EXTERNAL_DOWNLOADS]: The instructions involve the use of standard package managers and build tools (
cargo,uv,turbo) which may download dependencies as part of the normal development lifecycle. - [SAFE]: The skill promotes security awareness by explicitly instructing the agent to avoid broad commands like
git add .orgit add -A, which can lead to the accidental exposure of secrets or credentials in a repository.
Audit Metadata