skills/testland/qa/bullmq-tests/Gen Agent Trust Hub

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 (bullmq and ioredis-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.md and references/advanced-patterns-and-ci.md that access job.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
Risk Level
SAFE
Analyzed
Aug 12, 2026, 10:53 AM
Security Audit — agent-trust-hub — bullmq-tests