api-reference-audit
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- External Metadata Retrieval: The skill fetches version information from official package registries including PyPI, npm, and Maven Central, as well as via the GitHub API for specific project repositories. These lookups are performed against well-known services to ensure the documentation reflects the most recent stable releases.
- Local Tooling Integration: To facilitate documentation updates, the skill identifies and recommends the use of local generation scripts provided within the repository's tools/ directory. These operations are designed to be executed only after user review and explicit confirmation.
- Structured Data Processing: When interacting with external APIs, the skill employs structured parsing techniques, such as using jq to isolate specific version strings. This approach minimizes the processing of extraneous data and follows standard practices for handling external information.
Audit Metadata