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/Peaky8linders/eu-ai-act-scannerWrote 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/commands/peaky8linders/eu-ai-act-scanner/ai-act-settings)<a href="https://agentmods.dev/commands/peaky8linders/eu-ai-act-scanner/ai-act-settings"><img src="https://agentmods.dev/badge/commands/peaky8linders/eu-ai-act-scanner/ai-act-settings/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/commands/peaky8linders/eu-ai-act-scanner/ai-act-settings"><img src="https://agentmods.dev/badge/commands/peaky8linders/eu-ai-act-scanner/ai-act-settings.svg" alt="Reviewed on agentmods" width="80" 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.00046 | $0.00462 |
| Opus 5 | $0.00023 | $0.00231 |
| Sonnet 5 | $0.00009 | $0.00092 |
| Haiku 4.5 | $0.00005 | $0.00046 |
Grade A, and why
ai-act-settings 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 10d 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.
What it actually says
/ai-act-settings
View or change how much the scanner leans on your own Claude Code.
Behaviour
- To show the current settings:
Reportspython -m scanner.cli --settingsmode,auto_apply, where the values came from (source), and the optional headless LLM-bridge config. - To change a setting, persist it to
.eu-ai-act-scanner.tomlin the project root:python -m scanner.cli --set mode=assisted python -m scanner.cli --set auto-apply=true--setis repeatable; invalid values are rejected.
Settings
modedeterministic(default) — pure static analysis. No LLM, no network, no telemetry.assisted— use your own Claude Code power. The slash commands drive this Claude Code session to run a semantic pass over the deterministic findings (/ai-act-scan), answer grounded questions (/ai-act-ask), and apply fixes (/ai-act-scan-fix). No API key and no wrapper are needed — the plugin already runs inside your Claude Code.
auto_apply(defaultfalse) — inassistedmode, let/ai-act-scan-fixapply approved edits directly with your own edit tools instead of only proposing them. A scan is never destructive unless you opt in.
Notes
- The deterministic scanner output is always the objective baseline; assisted mode augments it, never overwrites the scores.
- The headless wrapper bridge (
EU_AI_ACT_SCANNER_LLM=…,--llm-status) is a separate path for running the CLI outside Claude Code; it is not required for assisted mode.
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.
- 10d ago First seen · 47 lines · 46 tokens per session scan A ef74704ef279
ai-act-settings is a command published in the GitHub repository Peaky8linders/eu-ai-act-scanner (5 stars, last pushed 3d ago), licensed Apache-2.0. It adds 46 tokens to every session and 462 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-08-31.
Other commands, from other repositories
discover
Discover runtime AI components and static AI dependencies with AIR Blackbox.
evidence
Export a signed compliance evidence package as JSON or PDF for regulatory handoff.
replay
Replay recorded AI traces to detect behavioral drift between model versions.
comply
Run a full EU AI Act compliance scan on your Python AI project.
status
Check the current governance status for your session, including your plan, remaining capacity, and whether the governance layer is operating normally.
audit
Generate a structured audit report for the current session or a specified time range. The report summarises every governed action, lists any blocked requests, and provides a compliance-ready summary you can download or share.