nielsr HF Staff commited on
Commit
3f1b9c4
Β·
verified Β·
1 Parent(s): 3ea0a8e

Link dataset card to paper

Browse files

This PR updates the dataset card to include a link to the associated research paper [ClawHub Security Signals: When VirusTotal, Static Analysis, and SkillSpector Disagree](https://huggingface.co/papers/2606.01494). Linking the paper directly ensures that the "Papers" tab on the repository is populated and provides users with easy access to the formal research context.

Files changed (1) hide show
  1. README.md +32 -30
README.md CHANGED
@@ -1,48 +1,50 @@
1
  ---
2
  language:
3
- - en
4
  license: mit
5
  size_categories:
6
- - 10K<n<100K
7
  task_categories:
8
- - text-classification
9
  task_ids:
10
- - multi-class-classification
11
  pretty_name: ClawHub Security Signals
12
  tags:
13
- - security
14
- - llm-security
15
- - agentic-ai
16
- - agent-skills
17
- - openclaw
18
- - clawhub
19
- - malware-detection
20
- - static-analysis
21
- - software-supply-chain
22
- - skillspector
23
- - owasp
24
- - scanner-disagreement
25
- - trust-and-safety
26
- - mlcroissant
27
  configs:
28
- - config_name: default
29
- data_files:
30
- - split: train
31
- path: data/train.jsonl
32
- - split: validation
33
- path: data/validation.jsonl
34
- - split: test
35
- path: data/test.jsonl
36
- - split: eval_holdout
37
- path: data/eval_holdout.jsonl
38
  ---
39
 
40
  # ClawHub Security Signals
41
 
42
- πŸ¦€ [**ClawHub**](https://clawhub.ai) | πŸ“ [**OpenClaw Blog**](https://openclaw.ai/blog/openclaw-nvidia-skill-security) | πŸ€— [**Hugging Face Blog**](https://huggingface.co/blog/OpenClaw/clawhub-security-signals) | πŸ“„ [**Pre-Print Paper**](https://openclaw.ai/publications/clawhub-security-signals.pdf)
43
 
44
  **ClawHub Security Signals** is a sanitized, MIT-licensed security-signals dataset for public OpenClaw agent skills. It captures how an agent-skill registry evaluates trust, provenance, bundled code, and scanner evidence at scale.
45
 
 
 
46
  This Hugging Face dataset repository hosts 67,453 latest public ClawHub skill versions with redacted `SKILL.md` content, sanitized bundled files where present, ClawScan registry verdicts, and supporting scanner evidence from VirusTotal, static heuristic analysis, and NVIDIA SkillSpector.
47
 
48
  **Important framing:** scanner positives are evidence, not ground truth. SkillSpector findings are semantic agentic-risk advisories, not accusations or install-blocking verdicts by themselves. A ClawScan `suspicious` verdict means "review before trusting," not "malicious."
@@ -236,4 +238,4 @@ Hugging Face can expose this dataset through the Croissant metadata endpoint whe
236
 
237
  ## Licensing
238
 
239
- This dataset is released under the MIT license. ClawHub and public OpenClaw projects are released under the permissive MIT license at the time of publishing, which covers the sanitized signals and analyzed public skill content redistributed here.
 
1
  ---
2
  language:
3
+ - en
4
  license: mit
5
  size_categories:
6
+ - 10K<n<100K
7
  task_categories:
8
+ - text-classification
9
  task_ids:
10
+ - multi-class-classification
11
  pretty_name: ClawHub Security Signals
12
  tags:
13
+ - security
14
+ - llm-security
15
+ - agentic-ai
16
+ - agent-skills
17
+ - openclaw
18
+ - clawhub
19
+ - malware-detection
20
+ - static-analysis
21
+ - software-supply-chain
22
+ - skillspector
23
+ - owasp
24
+ - scanner-disagreement
25
+ - trust-and-safety
26
+ - mlcroissant
27
  configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: data/train.jsonl
32
+ - split: validation
33
+ path: data/validation.jsonl
34
+ - split: test
35
+ path: data/test.jsonl
36
+ - split: eval_holdout
37
+ path: data/eval_holdout.jsonl
38
  ---
39
 
40
  # ClawHub Security Signals
41
 
42
+ πŸ¦€ [**ClawHub**](https://clawhub.ai) | πŸ“ [**OpenClaw Blog**](https://openclaw.ai/blog/openclaw-nvidia-skill-security) | πŸ€— [**Hugging Face Blog**](https://huggingface.co/blog/OpenClaw/clawhub-security-signals) | πŸ“„ [**Paper**](https://huggingface.co/papers/2606.01494) | πŸ“„ [**Pre-Print**](https://openclaw.ai/publications/clawhub-security-signals.pdf)
43
 
44
  **ClawHub Security Signals** is a sanitized, MIT-licensed security-signals dataset for public OpenClaw agent skills. It captures how an agent-skill registry evaluates trust, provenance, bundled code, and scanner evidence at scale.
45
 
46
+ This dataset was presented in the paper [ClawHub Security Signals: When VirusTotal, Static Analysis, and SkillSpector Disagree](https://huggingface.co/papers/2606.01494).
47
+
48
  This Hugging Face dataset repository hosts 67,453 latest public ClawHub skill versions with redacted `SKILL.md` content, sanitized bundled files where present, ClawScan registry verdicts, and supporting scanner evidence from VirusTotal, static heuristic analysis, and NVIDIA SkillSpector.
49
 
50
  **Important framing:** scanner positives are evidence, not ground truth. SkillSpector findings are semantic agentic-risk advisories, not accusations or install-blocking verdicts by themselves. A ClawScan `suspicious` verdict means "review before trusting," not "malicious."
 
238
 
239
  ## Licensing
240
 
241
+ This dataset is released under the MIT license. ClawHub and public OpenClaw projects are released under the permissive MIT license at the time of publishing, which covers the sanitized signals and analyzed public skill content redistributed here.