ai-tool-compliance
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill implements a set of local Bash and Python scripts (
install.sh,verify.sh,score.sh,gate.sh) to automate the auditing process. These scripts execute standard system utilities likegrep,jq, andbcto analyze source code and configuration files within the project directory.\n- [DATA_EXFILTRATION]: Thenotify.shscript provides a mechanism to send compliance reports to a Slack webhook. This is a common notification pattern for development pipelines and utilizescurlto interact with a well-known external service in a transparent manner.\n- [EXTERNAL_DOWNLOADS]: The GitHub Actions template (templates/ai-tool-compliance.yml) includes instructions to install common dependencies such asjq,curl, andbcusing standard package managers. This is typical for setting up a verification environment in automated workflows.\n- [SAFE]: The skill functions as a transparent security and operational auditing tool. Its primary goal is to detect vulnerabilities like hardcoded secrets or bypassed API gateways. All analysis is performed locally, and no signs of prompt injection, persistence mechanisms, or obfuscated code were identified.
Audit Metadata