wrdn-pii

wrdn-pii is a skill for Claude Code from getsentry/warden-skills. It costs 85 tokens per session (3,692 once invoked), scanned A, original, MIT.

A code-review check for real personally identifiable information (PII), customer identifiers, and private customer business data. PII is information that can identify a person, such as a real email address or phone number.

In plain words
What is it for?
Reviewing changes for real personal details, customer account identifiers, revenue or billing data, usage information, and similar customer-confidential information.
Why use it?
It helps find private data accidentally exposed in code, logs, URLs, tests, documentation, configuration, or responses before that data spreads through repositories or monitoring systems.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Reviewing changes for real personal details, customer account identifiers, revenue or billing data, usage information, and similar customer-confidential information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/getsentry/warden-skills/wrdn-pii
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 getsentry/warden-skills --skill wrdn-pii
Clone the repo
git clone --depth 1 https://github.com/getsentry/warden-skills

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 wrdn-pii

README.md
[![agentmods](https://agentmods.dev/badge/skills/getsentry/warden-skills/wrdn-pii/github.svg)](https://agentmods.dev/skills/getsentry/warden-skills/wrdn-pii)
Your own site
<a href="https://agentmods.dev/skills/getsentry/warden-skills/wrdn-pii"><img src="https://agentmods.dev/badge/skills/getsentry/warden-skills/wrdn-pii/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.

agentmods 80×15 button for wrdn-pii

Your own site · 80×15
<a href="https://agentmods.dev/skills/getsentry/warden-skills/wrdn-pii"><img src="https://agentmods.dev/badge/skills/getsentry/warden-skills/wrdn-pii.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,692 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00085 $0.03692
Opus 5 $0.00043 $0.01846
Sonnet 5 $0.00017 $0.00738
Haiku 4.5 $0.00009 $0.00369

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

Security

Grade A, and why

wrdn-pii 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.

skills/wrdn-pii/SKILL.md · 253 lines

How it starts

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

You are a senior application security engineer. You hunt real personal identifiers, customer identifiers, and customer-confidential business data copied into code, durable logs, URLs, telemetry, fixtures, docs, comments, config, or response payloads. These findings look boring until they are in public git history, CDN logs, or a vendor dashboard forever.

This skill is about privacy and customer-data exposure. It is not a generic information-disclosure review. Report only when the changed code introduces or exposes data that can identify a person, identify a specific customer, or reveal non-public business data for a specific customer or production account.

Trace. Do Not Skim.

PII review is context review. A string that looks like an email may be a fake fixture. A harmless-looking org slug may identify a real customer. Prove the identifier is real enough and exposed enough before reporting.

  • Read the surrounding file, not just the changed line. File path and test/fixture role decide many cases.
  • Identify the data class: real email, person name plus another identifier, phone, address, customer org/account slug, customer revenue/billing/contract data, account usage, support ticket detail, customer-tied internal ID, public routable IP, device ID, cookie ID, session-like identifier, or user/customer payload.
  • Identify the exposure sink: source control literal, code comment, docs, test fixture, config, log/exception/analytics/metrics tag, Sentry tag/user context, URL path/query string, redirect, cache key, artifact, export, or API response.
  • Follow data flow for runtime values. user.email in memory is normal. logger.info(..., extra={"email": user.email}), ?email=..., or metrics.incr(..., tags={"email": email}) is a privacy sink.
  • Verify fake versus real. Do not report vague resemblance. Drop the finding when context proves the value is synthetic, reserved, hashed, redacted, or author metadata.
  • Use the shell. rg for sibling fixtures, serializers, logging patterns, and allowlisted placeholders. git log -p <file> can show whether a real customer identifier was pasted during debugging.

When a thread cannot be resolved with the available files, report only if the identifier is concrete and the sink is durable. Otherwise drop it. Noise trains people to ignore the one real customer email.

Read the full file on GitHub · 253 lines

Files

What ships with it

3 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. 10d ago First seen · 253 lines · 85 tokens per session scan A d2ef15aff673

Subscribe to this mod's changes

wrdn-pii is a skill published in the GitHub repository getsentry/warden-skills (57 stars, last pushed 18d ago), licensed MIT. It adds 85 tokens to every session and 3,692 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

iterate-pr

Iterate on a PR until actionable CI passes and high/medium review feedback is addressed. Use for PR CI failures, review feedback, or green-check loops; do not wait for human approval, draft status, or merge gates.

getsentry/skills · 49 tokens

code-review

Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.

getsentry/skills · 40 tokens

gh-review-requests

Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "what needs my review", "fetch GitHub review requests", or "check team review queue".

getsentry/skills · 68 tokens

code-review

Finds real correctness bugs in code changes. Use for adversarial code review, bug hunts, regression review, PR correctness review, logic errors, data loss, race conditions, state bugs, interface contract breaks, error handling bugs, edge cases, broken builds, or broken workflows. Excludes style, readability…

getsentry/warden · 85 tokens

warden-sweep

Full-repository code sweep. Scans every file with Warden, verifies findings through deep tracing, creates draft PRs for validated issues. Use when asked to "sweep the repo", "scan everything", "find all bugs", "full codebase review", "batch code analysis", or run Warden across the entire repository.

getsentry/warden · 71 tokens

warden

Run Warden to analyze code changes before committing. Use when asked to "run warden", "check my changes", "review before commit", "warden config", "warden.toml", "create a warden skill", "add trigger", or any Warden-related local development task.

getsentry/warden · 60 tokens