configure-tests
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were identified. The skill performs standard administrative tasks related to testing infrastructure setup.
- [EXTERNAL_DOWNLOADS]: The skill fetches version data from trusted, well-known official documentation websites for testing frameworks (e.g., vitest.dev, jestjs.io, pytest.org). This is a legitimate functional requirement for maintaining up-to-date testing environments.
- [COMMAND_EXECUTION]: The skill utilizes shell commands to inspect the local project structure and manage dependencies using standard package managers. All commands identified are used within the scope of configuring and verifying test environments.
- [DATA_EXFILTRATION]: The skill reads local project configuration files to detect the current testing stack. This presents a theoretical indirect prompt injection surface.
- Ingestion points: Reads local configuration files (package.json, pyproject.toml, etc.) using find and grep.
- Boundary markers: Absent.
- Capability inventory: Includes shell execution via Bash and file modification tools.
- Sanitization: Not specified, though the operations are restricted to standard configuration checks.
Audit Metadata