api-integration
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a development guide and template repository for API integrations. It does not contain executable malicious code or instructions that bypass safety filters.
- [SAFE]: Authentication is handled correctly via environment variables (
process.env.API_KEY, etc.), and placeholders are used in documentation templates instead of hardcoded secrets. - [SAFE]: External dependencies referenced (such as
axios,ky,p-retry, and@octokit/rest) are well-known, industry-standard packages from the official npm registry. - [SAFE]: The technical content emphasizes robust error handling, rate limiting compliance, and type safety, which are defensive programming best practices.
Audit Metadata