api-contract-auditor
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a Python script (scripts/run.py) for auditing logic. The script is written using only standard library modules and does not execute arbitrary shell commands or external processes.
- [EXTERNAL_DOWNLOADS]: The skill has no external dependencies and does not download any code or data from the internet. All required resources are included in the skill package.
- [DATA_EXFILTRATION]: There are no network operations. The script reads local files specified by the user and writes the resulting report to a local destination.
- [SAFE]: The auditing script includes built-in security checks that scan input files for sensitive patterns, such as hardcoded secrets and dangerous shell commands, and automatically masks detected secrets in its output to protect sensitive information.
Audit Metadata