use-context-reviewer-security

use-context-reviewer-security is a skill for Claude Code from thkt/dotclaude. It costs 49 tokens per session (1,871 once invoked), scanned A, original, MIT.

A code-review guide based on the OWASP Top 10, a widely used list of common web-application security risks.

In plain words
What is it for?
Reviewing prompts and tool inputs, authentication and ownership checks, request protection, redirects, database and shell commands, password hashing, token storage, and HTML output.
Why use it?
It helps identify unsafe handling of untrusted content, missing access checks, weak password storage, injection, cross-site scripting, and other security problems.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter.

Good fit Reviewing prompts and tool inputs, authentication and ownership checks, request protection, redirects…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thkt/dotclaude/use-context-reviewer-security
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.

Any agent
npx skills add thkt/dotclaude --skill use-context-reviewer-security
Clone the repo
git clone --depth 1 https://github.com/thkt/dotclaude

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 use-context-reviewer-security

README.md
[![agentmods](https://agentmods.dev/badge/skills/thkt/dotclaude/use-context-reviewer-security.svg)](https://agentmods.dev/skills/thkt/dotclaude/use-context-reviewer-security)
Your own site
<a href="https://agentmods.dev/skills/thkt/dotclaude/use-context-reviewer-security"><img src="https://agentmods.dev/badge/skills/thkt/dotclaude/use-context-reviewer-security.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,871 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00049 $0.01871
Opus 5 $0.00024 $0.00936
Sonnet 5 $0.00010 $0.00374
Haiku 4.5 $0.00005 $0.00187

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

Security

Grade A, and why

use-context-reviewer-security scanned grade A with 1 finding 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 7d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| A10 | SSRF | `fetch(userInputUrl)` | URL バリデーション、許可リスト |
.ja/skills/use-context-reviewer-security/SKILL.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

use-context-reviewer-security

検出 (OWASP Top 10)

LLM01 は信頼できないコンテンツを LLM に渡すアプリを対象とする。sink はプロンプトそのものであり、データと指示の境界なく連結された信頼できないテキストや、システムプロンプトに補間された呼び出し側の値が該当する。fetch_url のような LLM ツールは、A10 SSRF など非 LLM の対応物と同じように制約する。sink はツールであってプロンプトではない。

ID カテゴリ パターン 修正
LLM01 Prompt Injection (LLM) RAG ドキュメント・取得コンテンツ・ツール結果・role 引数など、信頼できない値や呼び出し側が制御する値が、データとしての枠付けなしにプロンプトへ到達 信頼できないコンテンツをデータとして区切る。呼び出し側の値は固定の列挙された指示にマッピングする
A01 Broken Access Control 認証なし、IDOR、path traversal 認証ミドルウェア、所有権チェック
A01 CSRF 状態変更リクエスト (POST/PUT/PATCH/DELETE) に CSRF トークン検証なし Double Submit Cookie
A01 Open Redirect (Taint) URL パラメータ → location.href でバリデーションなし ドメイン許可リストまたは相対のみ
A02 Cryptographic Failures password: 'plaintext' bcrypt/argon2 ハッシュ化
A02 Timing Attack トークン/署名の === 比較 定数時間比較。全バイトを XOR し最後に判定
A02 Sensitive Data Exposure localStorage/sessionStorage に保存された JWT httpOnly cookie に置き換える
A03 Injection db.query(\SELECT...${id}`)` パラメータ化クエリ、ORM
A03 Injection exec(\ping ${host}`)` 入力バリデーション、ライブラリで代替
A03 XSS 静的に存在する dangerouslySetInnerHTML デフォルト エスケープ、DOMPurify
A03 XSS (Taint) サニタイザなしの dangerouslySetInnerHTML={{ __html }} 境界で DOMPurify.sanitize() を呼ぶ
A03 XSS (Taint) 関数引数 → innerHTML でサニタイズなし 関数境界でサニタイズ
A03 XSS (Taint) ユーザー制御 URL を持つ <a href={variable}> https/http のみのプロトコル許可リスト
A04 Insecure Design origin チェックなしの postMessage ハンドラ event.origin の厳密比較
A05 Security Misconfiguration cors({ origin: '*' }) 明示的な origin 許可リスト
A05 Security Misconfiguration オプションなしの cookie: {} secure, httpOnly, sameSite: 'strict'
A05 Security Misconfiguration エラー応答の err.stackNODE_ENV ガードなし 本番では汎用メッセージ、内部だけにログ
A07 Authentication Failures 認証エンドポイント (login, register, password-reset) にレート制限なし auth ルートグループに rate limiter ミドルウェア
A08 Prototype Pollution ...body スプレッドでリクエストオブジェクト構築 明示的なフィールド代入
A09 Logging Failures logger.info({ password }) センシティブ フィールドを除外
A10 SSRF fetch(userInputUrl) URL バリデーション、許可リスト

Read the full file on GitHub · 72 lines

Files

What ships with it

8 files 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. 7d ago First seen · 72 lines · 49 tokens per session scan A fb513fcb138a

Subscribe to this mod's changes

use-context-reviewer-security is a skill published in the GitHub repository thkt/dotclaude (12 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 1,871 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.