integration-testing
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and code examples for API testing. No malicious instructions, obfuscation, or data exfiltration patterns were found.- [SAFE]: External dependencies such as supertest and @types/supertest are well-known industry standards for Node.js testing and are sourced from the public npm registry.- [SAFE]: Authentication examples use standard JWT signing patterns with environment variables (process.env.JWT_SECRET) rather than hardcoding sensitive credentials.- [SAFE]: Database operations (TRUNCATE) are restricted to a test setup context, which is standard practice for isolating integration tests.
Audit Metadata