Skip to main content

tl-pg-boss

Integrates a PostgreSQL-backed job queue for Node.js, enabling background jobs, task scheduling, and async processing with reliability.

Install this skill

or
90/100

Security score

The tl-pg-boss skill was audited on Mar 19, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151console.log(`Processing ${job.id}`);
low line 89

Access to .env file

SourceSKILL.md
89connectionString: process.env.DATABASE_URL,
low line 211

Access to .env file

SourceSKILL.md
211const boss = new PgBoss(process.env.DATABASE_URL);
low line 288

External URL reference

SourceSKILL.md
288- [Documentation](https://timgit.github.io/pg-boss/)
low line 309

External URL reference

SourceSKILL.md
309| [TypeScript Deep Dive](https://logsnag.com/blog/deep-dive-into-background-jobs-with-pg-boss-and-typescript) | Shayan (@ImSh4yy) | BaseJob class, JobManager pattern |
low line 310

External URL reference

SourceSKILL.md
310| [pg-boss skill](https://playbooks.com/skills/omer-metin/skills-for-antigravity/pg-boss) | Omer Metin | SKIP LOCKED principles, archiving best practices |
Scanned on Mar 19, 2026
View Security Dashboard