scan

scan is a command for Claude Code from MaxwellCalkin/sentinel-ai. It costs 0 tokens per session (142 once invoked), scanned A, original, Apache-2.0.

A command that runs a set of safety checks on supplied text.

In plain words
What is it for?
It helps assess text, report risk levels, decide whether it should be blocked, and redact detected personal data.
Why use it?
It brings several checks into one scan, covering manipulation attempts, personal data, harmful content, toxicity, unsupported claims, blocked terms, and unsafe tool use.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the sentinel-ai plugin — 1 skill, 5 commands, 1 MCP server shipped together

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 commands/maxwellcalkin/sentinel-ai/scan
Clone the repo
git clone --depth 1 https://github.com/MaxwellCalkin/sentinel-ai

Made for: Claude Code.

Or install sentinel-ai, the plugin that ships this one along with the rest of its 1 skill, 5 commands, 1 MCP server.

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 scan

README.md
[![agentmods](https://agentmods.dev/badge/commands/maxwellcalkin/sentinel-ai/scan.svg)](https://agentmods.dev/commands/maxwellcalkin/sentinel-ai/scan)
Your own site
<a href="https://agentmods.dev/commands/maxwellcalkin/sentinel-ai/scan"><img src="https://agentmods.dev/badge/commands/maxwellcalkin/sentinel-ai/scan.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 142 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.1 $0.00000 $0.00142
Opus 5 $0.00000 $0.00071
Sonnet 5 $0.00000 $0.00028
Haiku 4.5 $0.00000 $0.00014

Measured 6d ago against content hash f0e32175de42, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

scan 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 6d 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.

commands/scan.md · 27 lines

What it actually says

/scan — Scan text for safety issues

Scan the provided text for safety issues using all Sentinel AI scanners.

Usage

/scan

Behavior

Run all 7 Sentinel AI safety scanners against the provided text:

  • Prompt injection detection
  • PII detection and redaction
  • Harmful content filtering
  • Hallucination signal detection
  • Toxicity detection
  • Blocked terms checking
  • Tool-use safety analysis

Report findings with risk levels (NONE, LOW, MEDIUM, HIGH, CRITICAL) and whether the content should be blocked.

If PII is detected, also show the redacted version of the text.

Input

$ARGUMENTS

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. 6d ago First seen · 27 lines · 0 tokens per session scan A f0e32175de42

Subscribe to this mod's changes

scan is a command published in the GitHub repository MaxwellCalkin/sentinel-ai (23 stars, last pushed 6mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 142 tokens. 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 commands, from other repositories

thumbgate-guard

Turn the last agent mistake into a hard prevention rule the agent cannot bypass. Use after a bad tool call, a wrong action, or a thumbs-down — "guard against this", "block this from happening again", "never do that again", "promote this to a rule".

IgorGanapolsky/ThumbGate · 62 tokens

thumbgate-protect

Show this repo's branch/release governance and grant a scoped, time-limited approval for an action that touches protected files. Use for "protect this branch", "is main protected", "approve this protected change", "branch governance", "let me edit a protected file".

IgorGanapolsky/ThumbGate · 60 tokens

thumbgate-blocked

Show what ThumbGate has actually blocked — gate enforcement stats and the full enforcement matrix. Use for "what has ThumbGate blocked", "show gate stats", "is enforcement working", "how many tokens did we save", "enforcement matrix".

IgorGanapolsky/ThumbGate · 54 tokens

thumbgate-doctor

Health-check the ThumbGate wiring for this project — hooks, MCP server, and agent-readiness — and report what's broken. Use for "is ThumbGate wired up", "thumbgate doctor", "check my guardrails are installed", "why aren't my gates firing", "agent readiness".

IgorGanapolsky/ThumbGate · 63 tokens

thumbgate-rules

List the active prevention rules and learned lessons guarding this project. Use to answer "what is ThumbGate protecting me from", "show my gates/rules", "what has the agent learned", "what's blocked here".

IgorGanapolsky/ThumbGate · 49 tokens

capture-feedback

Quick feedback capture with structured signals.

IgorGanapolsky/ThumbGate · 10 tokens