Datasets:
metadata
pretty_name: Permission Command Corpus
language:
- en
license: apache-2.0
task_categories:
- text-classification
task_ids:
- text-classification
size_categories:
- 10K<n<100K
configs:
- config_name: gold
data_files:
- split: train
path: gold/train.csv
- split: validation
path: gold/validation.csv
- split: test
path: gold/test.csv
- config_name: silver_weak_labels
data_files:
- split: raw
path: silver_weak_labels/raw.csv
- config_name: review_queue
data_files:
- split: raw
path: review_queue/raw.csv
Permission Command Corpus
This dataset repo keeps three views of the command-safety corpus:
- gold: trusted rows used for training the primary command-permission classifier
- silver_weak_labels: mined weak-label rows from Sigma / LOLBAS / GTFOBins / Atomic Red Team / Falco that have been kept as useful but are not promoted to gold
- review_queue: unresolved or review-needed rows that should not be treated as trusted training data
Primary intended use
This corpus is for local command-risk classification in front of an LLM or tool bridge. The gold config should remain the only default source for the production classifier. Silver and review configs are preserved for adjudication, augmentation, and auditability.
Gold columns
textnormalized_textactual_labelsurface_labelobfuscation_labelobfuscation_typerisk_classshell_familysourcesplit
Silver / review columns
sample_idtextnormalized_textlabelsurface_labelobfuscation_labelrisk_classlabel_sourcesource_familysource_reposource_pathsource_titlecategoryattack_tagsplatformconfidenceneeds_adjudicationkeep_for_trainingtraining_roleadjudication_reasonadjudication_modeldataset_rolepromotion_statuscreated_at
Important caveat
Do not merge the silver or review configs directly into the gold training split without adjudication. The weak-label corpora are valuable, but they are not equivalent to trusted labels.