bullmq-tests
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and technical references follow standard Node.js development and testing practices for distributed queues. No malicious patterns, obfuscation, or persistence mechanisms were detected.
- [EXTERNAL_DOWNLOADS]: The skill guides the user to install well-known, legitimate packages (
bullmqandioredis-mock) from the public NPM registry for application and testing purposes. - [PROMPT_INJECTION]: The skill demonstrates patterns for BullMQ Workers to process job data, which is a known surface for indirect prompt injection if processing unsanitized data from external sources. The patterns provided are standard for the tool's intended use and do not contain malicious instructions.
- Ingestion points: Worker processor callback functions defined in
SKILL.mdandreferences/advanced-patterns-and-ci.mdthat accessjob.data. - Boundary markers: None present in the simplified code templates.
- Capability inventory: The skill demonstrates job enqueuing, worker processing, and event monitoring logic.
- Sanitization: Not included in the basic unit and integration test examples.
Audit Metadata