validation-worker
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Executes various npm scripts to perform integration testing, E2E testing, coverage analysis, and quality gate checks such as linting, typechecking, and production builds.
- [COMMAND_EXECUTION]: Utilizes standard shell utilities (
find,awk,wc) to validate project file sizes and ensure code maintainability. - [EXTERNAL_DOWNLOADS]: Interacts with the MiniMax API (
https://api.minimax.io/v1) during end-to-end testing to verify AI integration functionality. - [SAFE]: Follows security best practices by using environment variables (e.g.,
$DECOMPOSER_API_KEY) for credential management instead of hardcoding secrets.
Audit Metadata