CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/presidio-pii-detection

Author and run Microsoft Presidio PII detection - wraps presidio-analyzer (PII detector) + presidio-anonymizer (replace/redact/mask/hash/encrypt operators) for scanning datasets, log streams, and free-text fields. Covers AnalyzerEngine + AnonymizerEngine setup, built-in recognizers (PERSON, EMAIL_ADDRESS, CREDIT_CARD, US_SSN, IBAN_CODE, country-specific IDs across US/UK/Spain/Italy/Poland/Singapore/Australia/India and more), custom PatternRecognizer authoring, score thresholds, and CI gating. Use when scanning *existing* data for PII (vs synthesising fresh fixtures with synthetic-pii-generator).

79

Quality

99%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files

Quality

Content

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, action-oriented skill body: lean executable examples, explicit validation feedback loops for batch and CI workflows, and a single one-level-deep reference file. It assumes Claude's competence and avoids concept padding.

DimensionReasoningScore

Conciseness

The body is dense with executable code and avoids explaining concepts Claude already knows (no 'what is PII' or 'what is a regex' padding); nearly every token earns its place across the analyzer, anonymizer, custom-recogniser, batch, and CI sections.

3 / 3

Actionability

Provides fully executable, copy-paste-ready guidance throughout — install commands, AnalyzerEngine/AnonymizerEngine usage, PatternRecognizer authoring, a csv batch loop, a GitHub Actions workflow, and a runnable pii-fixture-scan.py script.

3 / 3

Workflow Clarity

Multi-step processes are clearly sequenced with explicit validation feedback loops: the batch path re-scans and 'asserts zero residual detections ... before the row is written', and CI BLOCK lines drive a fix-and-re-run loop until 'No blocking PII found.'

3 / 3

Progressive Disclosure

SKILL.md is an overview with a clearly signaled, one-level-deep reference to the real bundle file references/entity-catalog.md, and the entity catalog itself stays shallow (no nested reference chains).

3 / 3

Total

12

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that states concrete capabilities, includes an explicit 'Use when' trigger, and clearly separates detection from fixture generation. It is specific, complete, and unlikely to conflict with sibling skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Author and run', 'wraps presidio-analyzer ... + presidio-anonymizer', 'scanning datasets, log streams, and free-text fields', 'custom PatternRecognizer authoring', 'score thresholds', and 'CI gating' — rather than vague language.

3 / 3

Completeness

Explicitly answers both what (wraps analyzer + anonymizer with the listed capabilities) and when ('Use when scanning *existing* data for PII'), with an explicit trigger clause.

3 / 3

Trigger Term Quality

Uses natural terms a user would say ('PII detection', 'scanning ... data for PII', 'scanning datasets, log streams') alongside the recognizable product name, giving good coverage of common phrasings.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (Presidio PII detection on existing data) and explicitly distinguishes itself from the orthogonal 'synthetic-pii-generator', making wrong-skill triggering unlikely.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Reviewed

Table of Contents