testing
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill defines standard commands for running test suites through
bun,nx, andpytest. It relies on a local repository script,scripts/run-e2e.ts, to handle browser installations for Playwright E2E tests, which is a standard development workflow. - [EXTERNAL_DOWNLOADS]: The documentation references external tools required for full test functionality, including Docker for backend integration and the Playwright browser binaries. These are well-known, industry-standard tools for the described purpose.
- [CREDENTIALS_UNSAFE]: Example code snippets for test fixtures use placeholder credentials such as
test@example.comandpassword. These are clearly marked as illustrative examples and do not expose actual production secrets or sensitive information. - [DATA_EXFILTRATION]: The skill utilizes a local
_agent/directory to maintain state during iterative fix loops. This tracking is localized to the repository and does not involve unauthorized data transmission to external endpoints.
Audit Metadata