complexity
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several shell commands to identify files and run analysis tools. These include 'git diff', 'ls', 'grep', 'radon', and 'gocyclo'. These are standard development operations for the stated purpose of analyzing code complexity.
- [EXTERNAL_DOWNLOADS]: The skill may download and install analysis tools if they are not already present on the system. Specifically, it uses 'pip install radon' for Python and 'go install github.com/fzipp/gocyclo/cmd/gocyclo@latest' for Go. Both tools and their respective registries (PyPI and GitHub) are well-known and trusted sources for developer utilities.
- [COMMAND_EXECUTION]: The SKILL.md instructions contain automated installation patterns (e.g., 'which radon || pip install radon'). While this involves executing commands and downloading software, it is limited to the specific, documented tools required for the skill's primary function.
Audit Metadata