command-development
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides extensive documentation on how to use the platform's native bash execution syntax (
!command) to gather repository context. The examples provided (such asgit status,npm test, andkubectl cluster-info) are standard development tasks and consistent with the skill's intended purpose. - [EXTERNAL_DOWNLOADS]: Documentation references well-known developer utilities like Git, jq, and Node.js, providing links to their official, trusted websites (e.g., nodejs.org, git-scm.com) for installation guidance.
- [SAFE]: Static analysis flags regarding destructive commands in the testing documentation were evaluated and found to be benign. The
ddcommand is used in a test scenario to generate a large dummy file in/tmpto verify file-handling limits, andls -la /is used as an example to demonstrate how restricted tool permissions correctly block unauthorized access.
Audit Metadata