# Dsar Request Preflight

> Triage data subject access, deletion, correction, and portability requests against identity, authority, deadline, system-inventory, export, deletion-exception, and owner-routing checks before a privacy team fulfills or responds.

- Skill: `oceanfsdfsvfdsvs/dsar-request-preflight-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add oceanfsdfsvfdsvs/dsar-request-preflight-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/oceanfsdfsvfdsvs/dsar-request-preflight-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: oceanfsdfsvfdsvs (https://skillmd.com/u/oceanfsdfsvfdsvs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/oceanfsdfsvfdsvs/dsar-request-preflight-2

---


# DSAR Request Preflight

Use this Claude Code mirror with the repository copy of `dsar-request-preflight/` available so relative script and fixture paths resolve.

Follow the canonical instructions in `dsar-request-preflight/SKILL.md`. Preserve the same safety boundaries:

- privacy-operations support only, not legal advice;
- no live export, deletion, portal action, or requester message without explicit authorization;
- redact secrets, credentials, full payment data, SSNs, and unrelated personal data;
- run `dsar-request-preflight/scripts/dsar_request_preflight.py` when local intake and system inventory paths are available;
- produce the DSAR request decision, action summary, row-level findings, owner routing, and guardrails.

Validation:

```bash
python3 dsar-request-preflight/scripts/dsar_request_preflight.py \
  --requests dsar-request-preflight/scripts/fixtures/requests.csv \
  --systems dsar-request-preflight/scripts/fixtures/systems.csv \
  --policy dsar-request-preflight/scripts/fixtures/policy.json \
  --today 2026-05-30
```

