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.
git clone --depth 1 https://github.com/bdfinst/agentic-dev-teamWrote 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/agents/bdfinst/agentic-dev-team/compliance-edge-annotator)<a href="https://agentmods.dev/agents/bdfinst/agentic-dev-team/compliance-edge-annotator"><img src="https://agentmods.dev/badge/agents/bdfinst/agentic-dev-team/compliance-edge-annotator.svg" alt="Measured on agentmods" height="20"></a>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.00035 | $0.00869 |
| Opus 5 | $0.00017 | $0.00434 |
| Sonnet 5 | $0.00007 | $0.00174 |
| Haiku 4.5 | $0.00003 | $0.00087 |
Grade A, and why
compliance-edge-annotator 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Compliance Edge Annotator
Single-turn. No loops. Invoked once per triggering finding by the
compliance-mapping skill when a matched pattern row has
llm_review_trigger: true.
Context needs: full-file
Inputs (passed by the skill)
finding— full unified finding being annotatedpattern_row— matched compliance-patterns.yaml row (with base citations)matched_code_context— ±20 lines at the finding locationff_context— RECON's relevant sections (endpoints, auth paths)
Output
Strict JSON, no markdown fences, no prose outside the note field:
{
"finding_rule_id": "<finding.rule_id>",
"refinements": {
"keep": ["PCI-DSS:8.3", "SOC2:CC6.1"],
"remove": ["PCI-DSS:3.4"],
"add": []
},
"note": "<1-2 sentence judgment: why keep/remove/add>",
"confidence": "high | medium | low"
}
The skill merges this with the pattern row's base citations to produce the final annotation.
Rules
- Never invent a citation. The
addlist draws ONLY from the closed regulation set: PCI-DSS, GDPR, HIPAA, SOC2, NIST (SP 800-*, AI RMF), EU-AI-Act, OWASP, CWE. If none of these clearly apply beyond what the pattern row gave,addis empty. - Removal requires a reason in
note. If you cannot articulate why a base citation does not apply, keep it. confidence: lowwhen the judgment is guesswork. The skill treats low-confidence annotations as "defer to pattern table" —remove/addare ignored;keepis taken as-is.- Strict JSON output. Schema-invalid output fails the run; do not try to recover.
When to invoke (skill-side)
The skill invokes this agent when a pattern row matches a finding AND the
row has llm_review_trigger: true. Typical triggering classes:
admin-endpoint-unauth: context matters (/debugbehind VPN ≠ public/admin)pii-in-response-body: field-level judgment (emailmight be the user's own;ssnrarely is)model-integrity: whether the integrity gap crosses a compliance line depends on the model's role
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.
- 2d ago First seen · 97 lines · 35 tokens per session scan A 9f6cd5b1fc62
compliance-edge-annotator is an agent published in the GitHub repository bdfinst/agentic-dev-team (280 stars, last pushed 2d ago), licensed MIT. It adds 35 tokens to every session and 869 once invoked, about $0.0002 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-09-05.
Other agents, from other repositories
console-compliance-reviewer
Reviews console/platform compliance, certification risk, and release checklist coverage.
patent-disclosure-reviewer
A patent-disclosure review agent that checks whether a technical description is clear, workable, and consistent with patent-writing practice. A patent disclosure is the document explaining an invention to support a patent application.
patent-mapper
Patent, trademark, and copyright mapper. Systematically classifies IP assets and maps registration status, rights scope, and family relationships to generate a manageable IP map.
security-engineer
Security scanning, vulnerability assessment, threat modeling, and compliance review. Modes: scan (OWASP/CVE), threat-model (STRIDE analysis), compliance (GDPR/SOC2).
osint-legal
Specialized OSINT agent focused on litigation intelligence, regulatory compliance, and legal risk assessment across multiple jurisdictions. Part of distributed OSINT system.
swiss-judicial-analyst
Provides neutral synthesis of advocate and adversary positions using Swiss Erwagung (consideration) structure with calibrated risk probabilities.