From data-privacy
Scans codebase and data stores for PII exposure risks, categorizes findings by severity, and recommends remediation steps.
How this command is triggered — by the user, by Claude, or both
Slash command
/data-privacy:audit-piiThe summary Claude sees in its command listing — used to decide when to auto-load this command
Scan the codebase and data stores for personally identifiable information (PII) exposure risks. ## Steps 1. Define PII categories to scan for: 2. Scan source code: 3. Scan configuration: 4. Check data flow: 5. Verify protection measures: 6. Generate a PII inventory map. 7. Recommend remediation for each exposure risk. ## Format ## Rules - Treat all personal data as sensitive until classified otherwise. - Check test data and fixtures for real PII from production. - Log access to PII for audit compliance.
Scan the codebase and data stores for personally identifiable information (PII) exposure risks.
PII Audit: <project>
PII Types Found: <list>
Exposure Risks:
[HIGH] <location>: <PII type> - <risk description>
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub twzrd-sol/awesome-claude-code-toolkit --plugin data-privacy/audit-piiScans codebase and data stores for PII exposure risks, categorizes findings by severity, and recommends remediation steps.
/scan-privacyScans the codebase for privacy vulnerabilities including exposed secrets, PII, and compliance issues. Generates a findings report.
/scan-gdprScans a codebase for GDPR compliance issues, identifying personal data handling, consent mechanisms, and data retention practices.
/secret-scanScans codebase and git history for hardcoded secrets, API keys, credentials, and sensitive config values. Masks findings and categorizes them as LIVE, EXAMPLE, or HISTORY leaks.
/cipherReviews security policies, RBAC access controls, secret detection rules, and compliance posture to evaluate security risks, PII boundaries, and credential safeguards.
/kasi-securityRuns security audit on project codebase: detects stack (PHP/Node/Python/etc.), loads checklist, scans files for SQLi/XSS/CSRF/auth bypass/etc., outputs prioritized findings with confidence labels.