audit-docs
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The primary function of this skill is to perform static validation of documentation files such as CLAUDE.md and AGENTS.md. The analysis process is entirely local, utilizes manual parsing and regular expressions, and does not exhibit any malicious patterns such as data exfiltration or unauthorized command execution.
- [COMMAND_EXECUTION]: The test suite in test/test_audit_docs.py uses
subprocess.runto invoke the audit script for automated verification. This implementation is safe as it uses structured argument lists, avoids the use ofshell=True, and is limited to testing the skill's own logic within a controlled environment.
Audit Metadata