dlp-scan

dlp-scan is a skill for Claude Code, Codex from cx-anand-nandeshwar/security-dlp-mcp. It costs 20 tokens per session (279 once invoked), scanned A, original, Apache-2.0.

A security scan for data-loss-prevention violations, such as exposed secrets, personal information, financial data, or other sensitive content. It uses a configured DLP MCP server, where DLP means rules for preventing sensitive data from leaving approved systems.

In plain words
What is it for?
Use it to scan code repositories for hardcoded secrets, API keys, sensitive data patterns, and specified regulatory violations.
Why use it?
It helps find credentials and sensitive information in code before they are exposed, and can check repositories against compliance requirements.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to scan code repositories for hardcoded secrets, API keys, sensitive data patterns, and specified regulatory violations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cx-anand-nandeshwar/security-dlp-mcp/dlp-scan
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 cx-anand-nandeshwar/security-dlp-mcp --skill dlp-scan
Clone the repo
git clone --depth 1 https://github.com/cx-anand-nandeshwar/security-dlp-mcp

Made for: Claude Code, Codex.

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 dlp-scan

README.md
[![agentmods](https://agentmods.dev/badge/skills/cx-anand-nandeshwar/security-dlp-mcp/dlp-scan/github.svg)](https://agentmods.dev/skills/cx-anand-nandeshwar/security-dlp-mcp/dlp-scan)
Your own site
<a href="https://agentmods.dev/skills/cx-anand-nandeshwar/security-dlp-mcp/dlp-scan"><img src="https://agentmods.dev/badge/skills/cx-anand-nandeshwar/security-dlp-mcp/dlp-scan/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 dlp-scan

Your own site · 80×15
<a href="https://agentmods.dev/skills/cx-anand-nandeshwar/security-dlp-mcp/dlp-scan"><img src="https://agentmods.dev/badge/skills/cx-anand-nandeshwar/security-dlp-mcp/dlp-scan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 279 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.
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.00020 $0.00279
Opus 5 $0.00010 $0.00139
Sonnet 5 $0.00004 $0.00056
Haiku 4.5 $0.00002 $0.00028

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

Security

Grade A, and why

dlp-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 12d 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/dlp-scan/SKILL.md · 44 lines

What it actually says

This skill enables scanning for data loss prevention violations, including:

  • Detection of hardcoded secrets and API keys
  • Identification of sensitive data patterns (PII, financial data, etc.)
  • Compliance checks for regulatory requirements
  • Real-time vulnerability scanning

Usage

Invoke this skill when you need to:

  • Scan code repositories for security vulnerabilities
  • Detect exposed secrets or credentials
  • Check for compliance violations
  • Identify sensitive data in source code

Configuration

This skill requires the DLP DLP MCP server to be configured via .mcp.json with:

{
  "mcpServers": {
    "DLP": {
      "url": "https://${env:VAR}/api/security-mcp/mcp/${env:TENANT}"
    }
  }
}

Set the VAR environment variable with your DLP API endpoint.

Set the TENANT environment variable with your DLP tenant ID.

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. 12d ago First seen · 44 lines · 20 tokens per session scan A e88b21aa3515

Subscribe to this mod's changes

dlp-scan is a skill published in the GitHub repository cx-anand-nandeshwar/security-dlp-mcp (0 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 20 tokens to every session and 279 once invoked, about $0.0001 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 skills, from other repositories

implementing-data-loss-prevention-with-microsoft-purview

Implements data loss prevention policies using Microsoft Purview to protect sensitive information across Exchange Online, SharePoint, OneDrive, Teams, endpoint devices, and Power BI. The analyst configures sensitivity labels with encryption and content marking, creates DLP policies using built-in and custom sensitive…

xalgorix/xalgorix · 148 tokens

implementing-aws-macie-for-data-classification

Implement Amazon Macie to automatically discover, classify, and protect sensitive data in S3 buckets using machine learning and pattern matching for PII, financial data, and credentials detection.

xalgorix/xalgorix · 46 tokens

implementing-aws-macie-for-data-classification

Implement Amazon Macie to automatically discover, classify, and protect sensitive data in S3 buckets using machine learning and pattern matching for PII, financial data, and credentials detection.

Njones17/AI-agent-master-cyber-skills-list · 46 tokens

agt-policy-authoring

Create and validate a minimal AGT Copilot CLI policy tailored to the repository being inspected.

microsoft/agent-governance-toolkit · 23 tokens

catalyst-center-readonly

Query Cisco Catalyst Center read-only — device inventory, site hierarchy, wireless, assurance health, compliance, software images, events. All 514 read-only API operations reachable through 8 grouped dispatchers. Use when asked what Catalyst Center manages, where a device sits, what its health or compliance state is…

automateyournetwork/netclaw · 78 tokens

huawei-cloud-ucs-policy-governor

Huawei Cloud UCS (Ubiquitous Cloud Native Service) policy governance and compliance management skill using hcloud CLI. Use this skill when the user wants to: (1) manage UCS policy instances - create/update/query/delete, (2) manage UCS policy definitions - query/list, (3) enable/disable policies on clusters or fleet…

huaweicloud/huaweicloud-skills · 215 tokens