一键导入
pii-redaction
Detect and redact personally identifiable information (PII) from text using a four-tier pipeline (regex + NLP + NER + LLM-as-judge)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Detect and redact personally identifiable information (PII) from text using a four-tier pipeline (regex + NLP + NER + LLM-as-judge)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trust-aware dialogue generation for AI companion relationships
Generate, edit, upscale, variate, and style-transfer images using the AgentOS multi-provider image pipeline with automatic fallback and character consistency.
Difficulty scaling, CR calculations, action economy, adaptive encounter design
Fair adjudication of game encounters — combat, puzzles, social challenges
Renders game state changes into dramatic, immersive prose narrative
Branching quest DAGs, prospective memory triggers, workflow composition
| name | pii-redaction |
| version | 1.0.0 |
| description | Detect and redact personally identifiable information (PII) from text using a four-tier pipeline (regex + NLP + NER + LLM-as-judge) |
| author | Frame.dev |
| namespace | wunderland |
| category | security |
| tags | ["pii","privacy","redaction","gdpr","hipaa","compliance","security","ner"] |
| requires_tools | ["pii_scan","pii_redact"] |
| metadata | {"agentos":{"emoji":"🛡","primaryEnv":"PII_LLM_API_KEY"}} |
You have access to PII detection and redaction capabilities. A guardrail automatically redacts PII from your inputs and outputs, but you can also proactively scan and redact text before storing it, sending it to external APIs, or sharing it across agents.
Scan text and return detected PII entities with type, confidence, and location. Use this to audit text without modifying it.
Redact PII from text and return the sanitized version. Supports styles:
When HITL is enabled with guardrailOverride: true (the default), PII redaction runs as a post-approval guardrail. Tool arguments that pass HITL approval (human or LLM judge) are still scanned for PII before execution. This catches cases where a human approves a tool call without noticing that the arguments contain SSNs, credit card numbers, or other sensitive data. See the hitl-safety skill for full HITL configuration.