TaskQueue — Async Task Queue for AI Agents
v1.1.0Queue async tasks for your agent with retry logic, priority levels, dependency chains, concurrency, per-task timeouts, event hooks, cancel/clear, and run met...
⭐ 0· 343·1 current·1 all-time
byShadow Rose@theshadowrose
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included JS implementation. No unrelated env vars, binaries, or config paths are requested. The features implemented (priority, retries, timeouts, events, cancel/clear, metrics) are appropriate for a task queue.
Instruction Scope
SKILL.md / README only document the library and include source files. There are no runtime instructions that ask the agent to read arbitrary system files, exfiltrate data, call unrelated network endpoints, or access credentials.
Install Mechanism
No install spec is present (instruction-only with included source). Nothing is downloaded or written by an installer; risk from install mechanism is minimal.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request access to unrelated services.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It only exposes a queue API and event hooks; it does not modify other skills or global config.
Assessment
This appears to be a straightforward, local TaskQueue library and is internally consistent. Before installing, review the full src/task-queue.js to confirm the exported API (the prompt showed a truncated tail) and verify there are no unexpected network/file operations. Note that task handlers/executors you pass into the queue will run with whatever privileges the agent/process has — do not add or queue handlers from untrusted sources, since those handlers could perform I/O or network calls. If you plan to run this in production, consider auditing and pinning the exact code/version and testing timeouts/retry behaviour in a safe environment.Like a lobster shell, security has layers — review code before you run it.
asyncvk9752e5an9408xb79bkehssaq582rjshautomationvk9752e5an9408xb79bkehssaq582rjshconcurrencyvk9752e5an9408xb79bkehssaq582rjsheventsvk9752e5an9408xb79bkehssaq582rjshlatestvk9752e5an9408xb79bkehssaq582rjshpriorityvk9752e5an9408xb79bkehssaq582rjshretryvk9752e5an9408xb79bkehssaq582rjshtask-queuevk9752e5an9408xb79bkehssaq582rjshtimeoutvk9752e5an9408xb79bkehssaq582rjshworkflowvk9752e5an9408xb79bkehssaq582rjsh
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
