Skip to main content

jobs

Monitors job status for asynchronous operations via a public API, providing real-time updates on task completion and results.

Install this skill

or
88/100

Security score

The jobs skill was audited on May 12, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 61

Template literal with variable interpolation in command context

SourceSKILL.md
61```bash
medium line 72

Access to .env file

SourceSKILL.md
72If running from a project directory with a `.env.local` file, load it first:
low line 74

Access to .env file

SourceSKILL.md
74if [[ -f .env.local ]]; then
low line 76

Access to .env file

SourceSKILL.md
76source .env.local
Scanned on May 12, 2026
View Security Dashboard
Installation guide →