loom-background-jobs

Pass

Audited by Gen Agent Trust Hub on Apr 14, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill acts as a documentation resource and pattern library for building asynchronous processing systems.
  • [COMMAND_EXECUTION]: The provided code snippets demonstrate standard worker management and lifecycle handling, such as using system signals (SIGTERM/SIGINT) for graceful shutdown and process cleanup.
  • [CREDENTIALS_UNSAFE]: The skill correctly models secure configuration practices by accessing sensitive connection strings via environment variables (e.g., process.env.REDIS_URL) rather than hardcoding credentials.
  • [DATA_EXFILTRATION]: No unauthorized network operations or data leakage patterns were detected. Network interactions are restricted to standard service communications (Redis, Email services, and internal API calls) typical for background workers.
  • [REMOTE_CODE_EXECUTION]: No remote script execution or untrusted data processing patterns were found. The use of standard libraries (Bull, Celery, Sidekiq) follows expected implementation norms.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 14, 2026, 12:42 AM