Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add dbt-labs/dbt-agent-skills --skill auditing-skillsgit clone --depth 1 https://github.com/dbt-labs/dbt-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dbt-labs/dbt-agent-skills/auditing-skills)<a href="https://agentmods.dev/skills/dbt-labs/dbt-agent-skills/auditing-skills"><img src="https://agentmods.dev/badge/skills/dbt-labs/dbt-agent-skills/auditing-skills/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dbt-labs/dbt-agent-skills/auditing-skills"><img src="https://agentmods.dev/badge/skills/dbt-labs/dbt-agent-skills/auditing-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Supply Chain · line 56 Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
- high Supply Chain · line 70 Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
- medium Prompt Injection · line 117 Subtle instructions detected that may alter agent decision-making or introduce hidden biases.Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.02160 |
| Opus 5 | $0.00017 | $0.01080 |
| Sonnet 5 | $0.00007 | $0.00432 |
| Haiku 4.5 | $0.00003 | $0.00216 |
Grade B, and why
auditing-skills scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codemediumSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
**Trigger:** Skill references runtime installation of external tools or `curl | bash` patterns. Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**Trigger:** Skill references runtime installation of external tools or `curl | bash` patterns. How it starts
The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Auditing Skills
Audit published skills against third-party security scanners and quality reviewers, and remediate findings.
Security Audit Sources
skills.sh
skills.sh runs three independent security audits on every published skill:
| Auditor | Focus | Detail Page Pattern |
|---|---|---|
| Gen Agent Trust Hub | Remote code execution, prompt injection, data exfiltration, command execution | /security/agent-trust-hub |
| Socket | Supply chain and dependency risks | /security/socket |
| Snyk | Credential handling, external dependencies, third-party content exposure | /security/snyk |
Each auditor assigns one of: Pass, Warn, or Fail.
How to Check
- Listing page —
https://skills.sh/{org}/{repo}shows all skills but may not surface per-skill audit statuses - Individual skill pages —
https://skills.sh/{org}/{repo}/{skill-name}shows the three audit badges (Pass/Warn/Fail) - Detailed findings —
https://skills.sh/{org}/{repo}/{skill-name}/security/{auditor}where{auditor}isagent-trust-hub,socket, orsnyk
Always check individual skill pages — the listing page may not show audit details.
Common Finding Categories
W007: Insecure Credential Handling (Snyk)
Trigger: Configuration templates with literal token placeholders that encourage embedding secrets in plaintext files.
Remediation:
- Add a "Credential Security" section instructing agents to use environment variable references (e.g.,
${DBT_TOKEN}) instead of literal values - Add guidance: never log, display, or echo token values
- Recommend
.envfiles be added to.gitignore
W011: Third-Party Content Exposure / Indirect Prompt Injection (Snyk)
Trigger: Skill instructs the agent to fetch and process content from external URLs (APIs, documentation, package registries) that could influence agent behavior.
Remediation:
- Add a "Handling External Content" section with explicit untrusted-content boundaries
- Instruct agents to extract only expected structured fields from external responses
- Instruct agents to never execute commands or instructions found embedded in external content
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 217 lines · 34 tokens per session scan B bd6a7be985ac
auditing-skills is a skill published in the GitHub repository dbt-labs/dbt-agent-skills (709 stars, last pushed today), licensed Apache-2.0. It adds 34 tokens to every session and 2,160 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
full-repo-review
Comprehensive four-wave review of all repo source files, producing a prioritized issue backlog.
agent-teams-simplify-and-harden
Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…