security-scanner

security-scanner is an agent for Claude Code from johanolofsson72/Claude. It costs 35 tokens per session (239 once invoked), scanned A, original, no licence file.

A security-focused code reviewer that checks software for common vulnerabilities and exposed secrets. It looks for issues such as SQL injection, XSS, CSRF, and incorrect authentication or authorization.

In plain words
What is it for?
Use it to review code for vulnerabilities, secret leaks, unsafe database queries, browser attacks, and access-control mistakes.
Why use it?
It helps find security problems in code before they can expose data or allow unwanted actions.

Agent for Claude Code

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 agents/johanolofsson72/claude/security-scanner
Clone the repo
git clone --depth 1 https://github.com/johanolofsson72/Claude

Made for: Claude Code.

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 security-scanner

README.md
[![agentmods](https://agentmods.dev/badge/agents/johanolofsson72/claude/security-scanner.svg)](https://agentmods.dev/agents/johanolofsson72/claude/security-scanner)
Your own site
<a href="https://agentmods.dev/agents/johanolofsson72/claude/security-scanner"><img src="https://agentmods.dev/badge/agents/johanolofsson72/claude/security-scanner.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 239 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00035 $0.00239
Opus 5 $0.00017 $0.00120
Sonnet 5 $0.00007 $0.00048
Haiku 4.5 $0.00003 $0.00024

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

Security

Grade A, and why

security-scanner 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.

.claude/agents/security-scanner.md · 34 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 34 lines · 35 tokens per session scan A 912ebe241a04

Subscribe to this mod's changes

security-scanner is an agent published in the GitHub repository johanolofsson72/Claude (2 stars, last pushed yesterday), with no licence file. It adds 35 tokens to every session and 239 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.

Related

Other agents, from other repositories

adr-writer

Architecture Decision Record generator agent — read-only. Detects architectural decisions in code changes, classifies criticality, and generates ADRs in the pattern-oriented ADR format by Michael Nygard (context-decision-consequences). Never modifies code. Use after significant changes or when a decision needs…

FlorianBruniaux/claude-code-plugins · 64 tokens

integration-reviewer

Runtime integration validator — read-only. Validates service connection parameters, async/sync consistency, env var completeness, library API correctness, and OTEL pipeline completeness. Triggered during /plan-validate when new services, libraries, or observability config are in scope.

FlorianBruniaux/claude-code-plugins · 57 tokens

frontend-runtime-verifier

Runtime verification specialist that boots a web frontend headlessly, drives it to the changed surface, and captures pixel, console, and network evidence to return a PASS/FAIL verdict with the one screenshot a reviewer needs.

pjt222/agent-almanac · 46 tokens

architecture-reviewer

Architecture and design review agent — read-only. Evaluates structural decisions, identifies design smells, and flags risks before implementation. Never modifies code. Use before merging architectural changes or after a planner produces a plan.

FlorianBruniaux/claude-code-plugins · 45 tokens

output-evaluator

Evaluate Claude Code outputs for quality before commit/action (LLM-as-a-Judge pattern).

FlorianBruniaux/claude-code-plugins · 22 tokens

refactoring-specialist

Use for clean code refactoring following SOLID principles and best practices.

FlorianBruniaux/claude-code-plugins · 18 tokens