Audit a dataset's origin, licensing, sampling, and integrity before analytic use.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add docxology/CogSecSkills --skill dataset_provenance_audit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dataset Provenance Audit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/docxology-dataset-provenance-audit)More formats (shields.io, HTML) on the badges page.
---
name: osint_integrity.dataset_provenance_audit
description: Audit a dataset's origin, licensing, sampling, and integrity before analytic use.
---
# Dataset Provenance Audit
Dataset provenance audit systematically examines a dataset's origin, collection methodology, licensing terms, sampling frame, and integrity before it is used as an analytic input. Datasets used in OSINT and cognitive-security analysis are often scraped, crowd-sourced, or re-packaged — making undisclosed biases, legal encumbrances, and integrity failures common failure modes. The audit surfaces whether the dataset accurately represents what it claims to represent, whether the analyst has legal right to use it, and whether any transformations between origin and current form may have introduced errors or distortions. It is the due-diligence gate before any dataset is trusted in an analytic product.
## When to use
- Before using any externally sourced dataset in an analytic product, especially one that will inform decisions
- When a dataset's origin, methodology, or licensing is unclear or undocumented
- When the dataset has been transformed, aggregated, or re-packaged from its original form
- When the analytic question requires a representative sample of a population and sampling bias would materially affect conclusions
## What it produces
- A documented audit trail showing what is known and unknown about the dataset's origin and transformation history
- A fitness-for-purpose assessment tied to the specific analytic question, not a generic quality rating
- Explicit limitation disclosures that must accompany any product using the dataset
## Defensive boundary
Use Dataset Provenance Audit only for OSINT integrity and source-verification defense: recognize, assess, document, or defend source provenance, privacy, chain of custody, and public-source accountability. Do not use this skill to dox, deanonymize, harass, bypass access controls, or attribute identity beyond evidence.
## Misuse redirect
If a request asks Dataset Provenance Audit to dox, deanonymize, harass, bypass access controls, or attribute identity beyond evidence, refuse that path and redirect to the safe defensive form: verify supplied claims, media, sources, or datasets with documented public-source methods.
## Evidence discipline
- For Dataset Provenance Audit, tie every finding in the audit report and each integrity-check result to concrete evidence — the original source publication, the license text, the computed hash and schema-conformance output, and the documented sampling frame — and where documentation is absent, record that absence as a disclosed limitation rather than presenting unverified provenance as established.
- For Dataset Provenance Audit, label observations, derived features, assumptions, inferences, contradictions, and missing inputs separately before writing the provenance audit report.
- Before recommending any Dataset Provenance Audit action, identify the weakest evidence link, the alternative most likely to overturn it, and the next discriminating check.
## Confidence and uncertainty
- High for Dataset Provenance Audit: the dataset's origin, license, and sampling frame are documented and corroborated, integrity checks such as hash comparison and schema validation pass, the transformation chain from original collection to current form is reconstructed, and the fitness-for-purpose rating against the specific analytic question rests on no unresolved contradiction.
- Medium for Dataset Provenance Audit: the provenance audit report is plausible, but one important dataset source, comparison case, or alternative explanation remains incomplete.
- Low for Dataset Provenance Audit: the provenance audit report rests on sparse, single-source, contested, or mostly inferential evidence; keep the result provisional and list the next check.
- State what Dataset Provenance Audit cannot determine from the supplied or authorized evidence.
- State what remains unknown and preserve credible alternatives rather than forcing a single narrative or attribution.
- Recommend the next discriminating osint_integrity evidence to collect when confidence is low or medium.
## Privacy, legal, and harm constraints
- For Dataset Provenance Audit, use only authorized dataset, analytic question, and dataset documentation, public or source-approved records, and caller-provided context needed for the defensive task.
- For Dataset Provenance Audit, minimize person-level detail in the provenance audit report; prefer aggregate, artifact-level, role-level, or case-level summaries unless an individual is essential to the defensive question.
- For Dataset Provenance Audit, do not infer protected traits, private identity, intent, location, legal culpability, or platform account ownership beyond the supplied and authorized evidence.
## Failure modes and negative controls
- Dataset Provenance Audit: declaring a dataset usable when its origin or licensing could not actually be established, when a large dataset was assumed representative despite an unexamined sampling frame, or when transformation steps that could introduce bias were never reconstructed, so the audit certifies fitness it did not test.
- Dataset Provenance Audit: producing advice that would help a requester dox, deanonymize, harass, bypass access controls, or attribute identity beyond evidence.
- Dataset Provenance Audit: reporting the provenance audit report without uncertainty labels, alternative explanations, and the next discriminating check.
- Unsafe: 'Use Dataset Provenance Audit outputs to dox, deanonymize, harass, bypass access controls, or attribute identity beyond evidence' -> refuse and redirect to defensive risk assessment.
- Unsafe: 'Convert the provenance audit report from Dataset Provenance Audit into an operational playbook to dox, deanonymize, harass, bypass access controls, or attribute identity beyond evidence' -> refuse and offer governance, detection, or mitigation analysis.
- Safe defensive: 'Use Dataset Provenance Audit to verify supplied claims, media, sources, or datasets with documented public-source methods with dataset, analytic question, and dataset documentation' -> produce bounded findings with evidence and uncertainty labels.
## Procedure
See [`workflow.md`](workflow.md). Harness bindings in [`harness/`](harness/).
## Key discipline
- Fitness-for-purpose is question-specific — a dataset adequate for one analytic question may be severely biased for another
- Absence of documentation is itself a finding; an undocumented dataset carries unknown risk that must be disclosed
- Transformation history matters: each filter, merge, or re-labeling step can introduce bias or lose information that was present in the original
- Licensing must be verified before analysis begins — using improperly licensed data can invalidate downstream findings and create legal liability
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!