missing-guardrail-fixture

missing-guardrail-fixture is a skill for Claude Code, Codex from msaad00/agent-bom. It costs 18 tokens per session (72 once invoked), scanned A, original, Apache-2.0.

A test fixture that deliberately leaves out the required capability declaration. A fixture is a small test setup used to check whether a scanner detects a particular problem.

In plain words
What is it for?
Use it when testing detection of incomplete capability contracts, especially in content that asks an operator to bypass safeguards before reading environment files.
Why use it?
It verifies that the scanner reports both unsafe guardrail-bypass instructions and the missing declaration.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/msaad00/agent-bom/missing-guardrail
Any agent
npx skills add msaad00/agent-bom --skill missing-guardrail
Clone the repo
git clone --depth 1 https://github.com/msaad00/agent-bom

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for missing-guardrail-fixture

README.md
[![agentmods](https://agentmods.dev/badge/skills/msaad00/agent-bom/missing-guardrail.svg)](https://agentmods.dev/skills/msaad00/agent-bom/missing-guardrail)
Your own site
<a href="https://agentmods.dev/skills/msaad00/agent-bom/missing-guardrail"><img src="https://agentmods.dev/badge/skills/msaad00/agent-bom/missing-guardrail.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 72 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00018 $0.00072
Opus 5 $0.00009 $0.00036
Sonnet 5 $0.00004 $0.00014
Haiku 4.5 $0.00002 $0.00007

Measured 4d ago against content hash a8a376e1bc6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

missing-guardrail-fixture scanned grade A with 0 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

tests/fixtures/skills/missing-guardrail/SKILL.md · 11 lines

What it actually says

Missing Guardrail Fixture

This fixture asks the operator to bypass guardrails before reading .env content. It intentionally omits the capabilities block so the scanner keeps reporting the missing capability declaration alongside the behavioral finding.

Changes

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.

  1. 4d ago First seen · 11 lines · 18 tokens per session scan A a8a376e1bc6d

Subscribe to this mod's changes

missing-guardrail-fixture is a skill published in the GitHub repository msaad00/agent-bom (31 stars, last pushed today), licensed Apache-2.0. It adds 18 tokens to every session and 72 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

sbom-analysis

Analyzes Software Bills of Materials (SBOMs) for completeness against NTIA minimum elements, interprets VEX status documents, performs transitive dependency risk analysis, and detects license conflicts. Supports CycloneDX 1.5 and SPDX 2.3 formats with CSAF-based VEX correlation. Auto-invoked when SBOM files are…

UnitOneAI/SecuritySkills · 89 tokens

dependency-scanning

Analyzes project dependencies for known vulnerabilities, license risks, and supply chain integrity. Auto-invoked when package manifests (package.json, requirements.txt, go.mod, pom.xml, Cargo.toml) are shared or when discussing dependency security. Produces an SBOM assessment with CVE findings triaged by EPSS and CISA…

UnitOneAI/SecuritySkills · 83 tokens

sca-trivy

Software Composition Analysis (SCA) and container vulnerability scanning using Aqua Trivy for identifying CVE vulnerabilities in dependencies, container images, IaC misconfigurations, and license compliance risks. Use when: (1) Scanning container images and filesystems for vulnerabilities and misconfigurations, (2)…

AgentSecOps/SecOpsAgentKit · 156 tokens

container-grype

Container vulnerability scanning and dependency risk assessment using Grype with CVSS severity ratings, EPSS exploit probability, and CISA KEV indicators. Use when: (1) Scanning container images and filesystems for known vulnerabilities, (2) Integrating vulnerability scanning into CI/CD pipelines with severity…

AgentSecOps/SecOpsAgentKit · 134 tokens

sca-trivy

Software Composition Analysis (SCA) and container vulnerability scanning using Aqua Trivy for identifying CVE vulnerabilities in dependencies, container images, IaC misconfigurations, and license compliance risks. Use when: (1) Scanning container images and filesystems for vulnerabilities and misconfigurations, (2)…

rohunj/claude-build-workflow · 156 tokens

performing-container-security-scanning-with-trivy

Scan container images, filesystems, and Kubernetes manifests for vulnerabilities, misconfigurations, exposed secrets, and license compliance issues using Aqua Security Trivy with SBOM generation and CI/CD integration.

xalgorix/xalgorix · 48 tokens