AgentStack
SKILL verified Apache-2.0 Self-run

Doncheli Data Policy

skill-doncheli-don-cheli-sdd-doncheli-data-policy · by doncheli

Audit and document what personal or sensitive data the project collects, processes, and stores. Activate when user mentions "privacy", "data policy", "what data", "GDPR", "personal data", "data retention", "PII".

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-doncheli-don-cheli-sdd-doncheli-data-policy

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Doncheli Data Policy? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Don Cheli: Data Policy Auditor

Instructions

  1. Scan the codebase for PII and sensitive data patterns:
  • Database models / schemas for fields like email, phone, name, address, IP, location
  • API request/response payloads
  • Logging statements that may capture sensitive fields
  • Third-party integrations that receive user data
  1. Build a data inventory table: field name, model, purpose, retention, shared with
  2. Check against common compliance requirements:
  • GDPR: lawful basis, right to erasure, data minimization
  • CCPA: disclosure, opt-out
  • SOC2: access controls, encryption at rest/transit
  1. Flag violations as [critical | warning | info]
  2. Generate a draft Privacy Notice section if requested (--generate-notice)
  3. Save the audit to .dc/data-policy-audit-.md
  4. Never make assumptions about compliance status — only report findings and flag gaps

Output Format

## Data Policy Audit — 2026-03-28

### Data Inventory
| Field     | Model      | Purpose       | Retention | Shared With     |
|-----------|-----------|---------------|-----------|----------------|
| email     | User       | Auth, comms   | Indefinite| SendGrid, Auth0|
| ip_address| AuditLog   | Security      | 90 days   | Internal only  |

### Compliance Gaps
🔴 CRITICAL: ip_address logged in plain text in audit_logs — encrypt or hash
🟡 WARNING:  No data retention policy enforced for User.email — GDPR Art. 5(e)
🟢 INFO:     No right-to-erasure endpoint found — required for GDPR compliance

### Recommendations
1. Add @Encrypted() decorator to ip_address field
2. Implement DELETE /users/:id endpoint that purges all PII
3. Document data retention in Privacy Policy

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.