Back to skill
v1.0.0

Postgres Job Queue

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:32 AM.

Analysis

This instruction-only skill is coherent and purpose-aligned, with only a minor provenance note about an optional unpinned README install command.

GuidanceThis appears safe as an instructional skill. Review the SQL before applying it to a real database, and if using the README installation command, verify or pin the GitHub source first.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Agentic Supply Chain Vulnerabilities
SeverityLowConfidenceHighStatusNote
README.md
npx add https://github.com/wpank/ai/tree/main/skills/backend/postgres-job-queue

The README offers a user-directed install command that fetches from a moving GitHub tree rather than a pinned commit or release. This is not automatic behavior, but it is a provenance detail users should verify.

User impactIf a user installs from that command later, the fetched content could differ from the reviewed artifact.
RecommendationInstall from the reviewed registry artifact when possible, or pin and review the GitHub source before using it.