infrabroker: Skill for Claude Code

.agents/skills/audit/SKILL.md

audit is a skill for Claude Code, Codex from luisgf/infrabroker. It costs 84 tokens per session (5,842 once invoked), scanned A, original, GPL-3.0.

A recurring security and correctness review process for the infrabroker repository.

In plain words
What is it for?
Use it for security, logic, and documentation audits of the infrabroker repository, with findings tracked as GitHub issues and fixes delivered through pull requests.
Why use it?
The description does not provide enough detail to explain its exact checks or workflow beyond covering security, logic, and documentation issues.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is luisgf/infrabroker's own configuration. It tells Claude Code and Codex how to work on infrabroker itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything infrabroker configures →

Reuse

Borrowing it

Nothing to install: this file belongs to luisgf/infrabroker. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/luisgf/infrabroker/main/.agents/skills/audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/luisgf/infrabroker

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 audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/luisgf/infrabroker/audit.svg)](https://agentmods.dev/skills/luisgf/infrabroker/audit)
Your own site
<a href="https://agentmods.dev/skills/luisgf/infrabroker/audit"><img src="https://agentmods.dev/badge/skills/luisgf/infrabroker/audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,842 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00084 $0.05842
Opus 5 $0.00042 $0.02921
Sonnet 5 $0.00017 $0.01168
Haiku 4.5 $0.00008 $0.00584

Measured 8d ago against content hash 00221e82a65d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

audit 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (audit-issue.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/audit/SKILL.md · 351 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 351 lines · 84 tokens per session scan A 00221e82a65d

Subscribe to this mod's changes

audit is a skill published in the GitHub repository luisgf/infrabroker (11 stars, last pushed 4d ago), licensed GPL-3.0. It adds 84 tokens to every session and 5,842 once invoked, about $0.0004 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

aishield

An AI and MCP security scanner aligned with the OWASP MCP Top 10, a list of common risks for tool-connected AI systems. It checks for issues such as prompt injection, command injection, poisoned tools, leaked secrets, unsafe permissions, supply-chain attacks, SSRF, and banned Chinese-language content.

lm203688/aishield · 101 tokens

aishield-security-scan

A security scanner for MCP servers, agent configurations, and AI skills. It checks for risks such as tool poisoning, memory poisoning, excessive permissions, and sandbox escape, and can produce SBOM and SARIF reports.

lm203688/aishield · 91 tokens

aishield

Local, open-source security scanner for MCP servers, AI agent skills, GPTs and prompts. Produces a 4-dimensional (security / privacy / quality / performance) score plus an optional certified badge. Scans static artifacts only — it never executes commands from the config being scanned, and your code never leaves your…

lm203688/aishield · 108 tokens

polygraph

Behavioral trust grades (A–F) for MCP servers. Use when an agent needs to check whether an MCP server is safe before using it, verify an onchain attestation before trusting or paying a server, look up a server's published grade, get a project graded, or understand why a server received a grade. Polygraph connects to…

polygraphso/litmus · 225 tokens

chinese-seo-compliance

A Chinese-language website review guide covering search-engine visibility, legal checks in mainland China, and AI-agent visibility. It includes checks for items such as robots.txt, sitemaps, ICP registration, llms.txt, agent cards, and structured data.

lm203688/aishield · 88 tokens

ksail

Use the ksail CLI to spin up and manage Kubernetes clusters (Kind/K3d/Talos/vCluster/KWOK — local via Docker; EKS — cloud via AWS) and GitOps workloads declaratively. Triggers on requests involving Kubernetes clusters, Flux/ArgoCD GitOps bootstrapping, Kind/K3d/Talos/vCluster/KWOK/EKS, multi-tenancy onboarding, OIDC…

devantler-tech/ksail · 97 tokens