qa
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard development commands such as pnpm run tsc, lint, and test. These are appropriate for the stated purpose of QA testing within a development repository.
- [EXTERNAL_DOWNLOADS]: Employs curl to check the connectivity of the local development server at http://localhost:5173. This is a standard connectivity check and does not involve downloading or executing external scripts.
- [CREDENTIALS_UNSAFE]: The skill provides instructions for handling authentication tokens during testing. It uses placeholders like TOKEN for explicit access tokens and implements security best practices by creating an isolated temporary directory for authentication caches (SENTRY_MCP_AUTH_CACHE), which prevents accidental exposure or modification of the user's primary credentials in ~/.sentry/mcp.json.
Audit Metadata