agents-md-manager
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates entirely within the local filesystem using Python's standard library. No network operations (curl, wget, etc.) or external data exfiltration patterns were detected.- [SAFE]: The included
validate_agents_md.pyscript actively promotes security best practices by scanning for hardcoded secrets and credentials (API keys, tokens, private keys) in project documentation to prevent accidental exposure.- [SAFE]: File operations are restricted to project directories and the standard user configuration directory (~/.codex/). The scripts do not perform any privileged operations or persistent modifications to the operating system beyond their stated configuration management purpose.- [SAFE]: No obfuscation, dynamic code execution (eval/exec), or unverifiable remote dependencies are present in the scripts. The code is transparent and follows standard Python development practices.
Audit Metadata