background-job-orchestrator
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
setup_bullmq.shscript automates the installation of standard libraries from the official npm registry. - Installs
bullmq,ioredis, and@types/nodeto facilitate background job management. - [COMMAND_EXECUTION]: The skill uses shell commands and scripts to prepare the local environment and generate configuration files.
- The
setup_bullmq.shscript verifies the Redis installation and writes aqueue.config.tsfile to the local directory. - The
allowed-toolsconfiguration includes access toBashfor managingnpmandpippackages, which is consistent with the skill's purpose as an environment orchestrator. - [SAFE]: Analysis of the skill's logic, instructions, and scripts revealed no malicious intent, obfuscation, or unauthorized data access.
Audit Metadata