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
| 151 | console.log(`Processing ${job.id}`); |
low line 89
Access to .env file
SourceSKILL.md
| 89 | connectionString: process.env.DATABASE_URL, |
low line 211
Access to .env file
SourceSKILL.md
| 211 | const 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 DashboardInstall this skill with one command
/learn @toddlevy/tl-pg-boss