data-classification-and-handling

Classify datasets into four data tiers and define storage, access, retention, and audit controls.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ohsonerdy/openclaw-frontier-stack --skill data-classification-and-handling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-classification-and-handling
Source: https://github.com/ohsonerdy/openclaw-frontier-stack/tree/main/skills/data-classification-and-handling
Command: npx skills add https://github.com/ohsonerdy/openclaw-frontier-stack --skill data-classification-and-handling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves uncertainty about how to safely store, access, and retain sensitive data by turning data classification into enforceable rules instead of policy theater.

Core Features & Use Cases

  • Assign the correct data tier (public, internal, confidential, restricted) using data-driven decision rules.
  • Handle PII correctly, including minimization, purpose limitation, field-level access, deletion-on-request, and cross-border considerations.
  • Design controls and operational processes for encryption, least-privilege authorization, immutable audit logging, retention bounds, and leak-path mitigation.
  • Audit and remediate misclassification by identifying where data leaks sideways (logs, metrics/traces, error reports, caches, backups, exports, vendor pipelines) and what to change.

Example: Your team discovers that debug logs include email and phone for months—use this Skill to classify the data as restricted/PII and produce a practical mitigation and remediation plan across logs, retention, access controls, and auditability.

Quick Start

Tell the AI: "We’re adding a dataset that contains customer email and billing address; classify it and specify storage controls, access model, retention, and what audit fields we must log."

Frequently Asked Questions about data-classification-and-handling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I classify datasets containing PII and enforce safe handling controls?

To classify datasets containing PII, apply a four-tier scheme—public, internal, confidential, restricted—and enforce safe handling through defined storage, access controls, retention bounds, and immutable audit logging.

What is the best way to remediate PII leakage discovered in debug logs and metrics?

Remediate PII leakage in debug logs and metrics by reclassifying the exposed data as restricted, then applying leak-path mitigation across logs, retention policies, access controls, and auditability to prevent future exposure.

How do I set retention policies and access controls for sensitive customer data?

Set retention policies and access controls for sensitive customer data by assigning the correct data classification tier, then defining least-privilege authorization, field-level access, and deletion-on-request procedures.

When do I need data classification for dataset onboarding and PR reviews?

You need data classification for dataset onboarding and PR reviews when introducing new sensitive fields, ensuring correct storage, access models, retention, and audit logging are applied before data enters production.

Does data classification help with cross-border PII handling and deletion requests?

Data classification helps with cross-border PII handling and deletion requests by enforcing purpose limitation, minimization, and field-level access rules, ensuring compliance with varying regional data protection requirements.

What audit fields must I log for restricted data tiers and access controls?

For restricted data tiers, you must log immutable audit fields covering access events, authorization changes, retention enforcement, and leak-path discovery to maintain strict security governance and accountability.