cali-agents-md-validator
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a bash script (
references/validate-agents-md.sh) to perform static analysis on the localAGENTS.mdfile. The operations includegrep,wc,awk, andheadto check for specific patterns like file size, section headers, and the presence of potential secrets. - [COMMAND_EXECUTION]: The script includes a regular expression check to find potential hardcoded secrets (API keys, passwords) within the
AGENTS.mdfile to prevent accidental exposure, which is a defensive security feature.
Audit Metadata