integration-testing
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill implements best practices for TypeScript project integration.
- [COMMAND_EXECUTION] (SAFE): The skill documentation includes utility commands for project maintenance, such as
findandrmfor cleaning compiled artifacts, andkillfor clearing development ports. These are standard developer patterns and are appropriately scoped to the local environment. - [DATA_EXFILTRATION] (SAFE): Network operations (
curl,fetch) are used exclusively for verifying local service connectivity (localhost). No network requests to external or untrusted domains were identified. - [CREDENTIALS_UNSAFE] (SAFE): While the skill mentions environment variable configuration in
.envfiles, it does so for non-sensitive settings (CORS_ORIGIN). No hardcoded secrets, API keys, or private tokens were found.
Audit Metadata