autoresearch-privacy-guard

Official

Detect and redact PII in code and logs

AuthorMINT-IA
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents accidental leakage of personally identifiable information (PII) into logs, analytics, and LLM context by scanning source code and autonomously redacting sensitive values before they can be recorded or transmitted.

Core Features & Use Cases

  • Automated PII scanning: Runs targeted grep-style phases over Dart and Python code to find prints, analytics, CoachContext construction, LLM prompts, and SharedPreferences usage.
  • Pattern-based anonymization: Replaces detected IBANs, AVS/AHV numbers, emails, phones, NPAs, salaries, and employer names with standardized redacted tokens or ranges.
  • Verification-first workflow: Requires fresh grep verification and flutter test results before committing fixes, with strict time and single-file iteration constraints.
  • Use Case: Run a full repository scan to locate CRITICAL PII leaks in mobile app CoachContext and analytics calls, automatically redact one file at a time, verify the fix, and commit the change.

Quick Start

Run /autoresearch-privacy-guard to scan the repository, redact identified PII in one file at a time, verify with grep and flutter test, and commit verified fixes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: autoresearch-privacy-guard
Download link: https://github.com/MINT-IA/MINT/archive/main.zip#autoresearch-privacy-guard

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.