api-documentation
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns such as credential exfiltration, persistence mechanisms, or obfuscation were identified. The skill is consistent with its stated purpose of documentation generation.
- [EXTERNAL_DOWNLOADS]: The
references/README.mdfile contains links to well-known technology organizations and official documentation (e.g., Google, Microsoft, OpenAPI, GraphQL). These are informational references to trusted services and do not involve automated execution or downloads from untrusted sources. - [COMMAND_EXECUTION]: The provided bash script
scripts/analyze-api-docs.shperforms local file system analysis using standard utilities likefindandgrep. The script includes basic input validation and uses quoted variables to prevent common command injection vulnerabilities.
Audit Metadata