complexity
Pass
Audited by Gen Agent Trust Hub on May 23, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill identifies and installs missing dependencies using standard package managers. Specifically, it fetches 'radon' via pip and 'gocyclo' via Go's official install mechanism from its primary GitHub repository.
- [COMMAND_EXECUTION]: Utilizes routine shell commands such as
git diff,ls, andgrepto identify target files, and executes code analysis tools (radon,gocyclo) on those files. - [DATA_EXFILTRATION]: No exfiltration patterns detected. Analysis results are processed locally and written to the project's
.agents/complexity/directory.
Audit Metadata