daemon-blockint-tech/agentic-enteprises-skill

privacy-research-engineer-safeguards

Guides privacy research engineering for safeguards—PII and sensitive-data detection research, redaction and de-identification evals, memorization and extraction risk studies, privacy benchmarks and labeled corpora, logging/retention minimization for safety pipelines, and research memos on privacy–utility trade-offs for guardrail systems. Use when measuring PII detector quality, designing privacy eval suites for moderation stacks, studying training-data leakage or prompt logging risk, or recomme…

First seen May 20, 2026

Installation

$ npx skills add daemon-blockint-tech/agentic-enteprises-skill --skill privacy-research-engineer-safeguards

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from daemon-blockint-tech/agentic-enteprises-skill · top by installs.

npx skills add daemon-blockint-tech/agentic-enteprises-skill

Browse all from daemon-blockint-tech/agentic-enteprises-skill

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,754 B
  • docs SUMMARY.md 887 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 30 installs

SKILL.md

Privacy Research Engineer, Safeguards

When to Use

  • Frame privacy research questions for safeguard and moderation stacks
  • Design PII detection/redaction benchmarks — precision/recall, re-identification risk
  • Evaluate de-identification techniques (mask, tokenize, synthetic replace) on realistic prompts
  • Study memorization and extraction — can models or logs leak user content?
  • Curate privacy-sensitive datasets — synthetic data, consent boundaries, labeling rules
  • Run ablations on detector architecture, threshold, or post-processing
  • Define logging minimization — what safety systems may store vs must discard
  • Write research memos with privacy–utility trade-offs and production recommendations
  • Specify promotion criteria for privacy mitigations before prod rollout

When NOT to Use

  • Audit evidence pipelines for GDPR/SOC 2 attestations → compliance-engineer
  • Legal DPIA, acceptable-use policy, regulatory mapping → ai-risk-governance
  • Harm categories, jailbreak benchmarks, toxic classifiers → ml-research-engineer-safeguards
  • Deploy gateways, canaries, safety-path SLOs → ml-infrastructure-engineer-safeguards
  • Red-team attack campaigns → ai-redteam
  • Enterprise data governance architecture → data-architect
  • Human-data platform product ethics (contributor labor) → product-management-human-data-platform
  • General literature review unrelated to privacy in ML → ai-researcher

Related skills

Need Skill
Safety classifier research ml-research-engineer-safeguards
Safeguard production infra ml-infrastructure-engineer-safeguards
AI governance and DPIA framing ai-risk-governance
Compliance controls and evidence compliance-engineer
Data classification and lineage data-architect
Adversarial extraction testing ai-redteam
General research methods ai-researcher
Human-data platform privacy product-management-human-data-platform
Release and incident ops ai-lead-ops

Core Workflows

1. Privacy research framing

Threat model, metrics, baselines.

See references/privacyresearchframing.md.

2. PII detection and redaction research

Detectors, redaction quality, evals.

See references/piidetectionredaction_research.md.

3. Memorization and extraction

Leakage studies, attack surfaces.

See references/memorizationandextraction.md.

4. Privacy benchmarks and datasets

Corpora, labeling, versioning.

See references/privacybenchmarksdatasets.md.

5. Logging and retention minimization

Safety observability without over-collection.

See references/loggingretentionminimization.md.

6. Handoff to production

Promotion bar, monitoring hooks.

See references/privacytoproduction_handoff.md.

Outputs

  • Threat model — assets, adversaries, failure modes for privacy in safeguards
  • Benchmark spec — PII types, locales, adversarial variants
  • Results table — detection/redaction metrics by slice (language, format)
  • Leakage study report — methodology, findings, confidence
  • Logging policy draft — fields allowed, TTL, access controls (engineering input to legal)
  • Promotion recommendation — go/no-go with privacy–utility summary

Principles

  • Minimize data — collect and retain only what eval and ops truly need
  • Separate privacy from safety metrics — low PII leak rate is not interchangeable with low toxicity FN
  • Locale and format matter — email in one language ≠ global PII detector
  • Synthetic ≠ risk-free — synthetic PII can still encode patterns; document limits
  • Legal review for human data — research plans involving real user content need governance sign-off