Publish Layerfault deep challenge LF-CH-DATA-0011
Browse files- CHALLENGE_ORACLE.json +27 -0
- FIXTURE_LAYOUT.json +8 -0
- LAYERFAULT_CORPUS.json +35 -0
- README.md +73 -0
- SHA256SUMS.json +27 -0
- dataset.jsonl +80 -0
CHALLENGE_ORACLE.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attack_surface": [
|
| 3 |
+
"dataset-poisoning"
|
| 4 |
+
],
|
| 5 |
+
"control_type": "positive",
|
| 6 |
+
"corpus_id": "LF-CH-DATA-0011",
|
| 7 |
+
"difficulty": "basic",
|
| 8 |
+
"expected_decision": "WARN",
|
| 9 |
+
"ground_truth": "synthetic-generated",
|
| 10 |
+
"layerfault_rule_expectations": {
|
| 11 |
+
"candidate_rules": [],
|
| 12 |
+
"expected_rules": [],
|
| 13 |
+
"must_not_rules": []
|
| 14 |
+
},
|
| 15 |
+
"oracle_ids": [
|
| 16 |
+
"LF-ORACLE-DATA-0011"
|
| 17 |
+
],
|
| 18 |
+
"related_cases": [],
|
| 19 |
+
"repo_name": "dataset-eval-answer-canary-overlap",
|
| 20 |
+
"safe_fixture": true,
|
| 21 |
+
"schema": 2,
|
| 22 |
+
"severity": "low",
|
| 23 |
+
"techniques": [
|
| 24 |
+
"dataset"
|
| 25 |
+
],
|
| 26 |
+
"transformations": []
|
| 27 |
+
}
|
FIXTURE_LAYOUT.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifacts": [
|
| 3 |
+
"dataset.jsonl"
|
| 4 |
+
],
|
| 5 |
+
"family": "dataset",
|
| 6 |
+
"note": "All content is synthetic and inert. Do not treat this as a production model.",
|
| 7 |
+
"repo_name": "dataset-eval-answer-canary-overlap"
|
| 8 |
+
}
|
LAYERFAULT_CORPUS.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"candidate_rules": [],
|
| 3 |
+
"challenge": {
|
| 4 |
+
"attack_surface": [
|
| 5 |
+
"dataset-poisoning"
|
| 6 |
+
],
|
| 7 |
+
"control_type": "positive",
|
| 8 |
+
"difficulty": "basic",
|
| 9 |
+
"expected_decision": "WARN",
|
| 10 |
+
"oracle_ids": [
|
| 11 |
+
"LF-ORACLE-DATA-0011"
|
| 12 |
+
],
|
| 13 |
+
"related_cases": [],
|
| 14 |
+
"severity": "low",
|
| 15 |
+
"techniques": [
|
| 16 |
+
"dataset"
|
| 17 |
+
],
|
| 18 |
+
"transformations": []
|
| 19 |
+
},
|
| 20 |
+
"corpus_id": "LF-CH-DATA-0011",
|
| 21 |
+
"description": "Dataset eval answer canary overlap.",
|
| 22 |
+
"expected_rules": [],
|
| 23 |
+
"generator": "challenges.generate_challenge",
|
| 24 |
+
"ground_truth": "synthetic-generated",
|
| 25 |
+
"must_not_rules": [],
|
| 26 |
+
"repo_name": "dataset-eval-answer-canary-overlap",
|
| 27 |
+
"repo_type": "dataset",
|
| 28 |
+
"safe_fixture": true,
|
| 29 |
+
"safety": "inert/canary-only",
|
| 30 |
+
"schema": 1,
|
| 31 |
+
"validation": {
|
| 32 |
+
"kind": "dataset poisoning-review",
|
| 33 |
+
"target": "."
|
| 34 |
+
}
|
| 35 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- layerfault
|
| 5 |
+
- security-research
|
| 6 |
+
- model-security
|
| 7 |
+
- synthetic
|
| 8 |
+
- adversarial-testing
|
| 9 |
+
extra_gated_prompt: >-
|
| 10 |
+
This repository is a synthetic security-test artifact from the Layerfault
|
| 11 |
+
corpus. It intentionally contains adversarial characteristics (e.g.
|
| 12 |
+
suspicious pickle opcodes, executable-format smuggling, prompt-injection
|
| 13 |
+
strings) designed to exercise security scanner detection rules. It is
|
| 14 |
+
**not** a usable ML model and must never be loaded or executed outside an
|
| 15 |
+
isolated scanner-testing environment. By accepting, you confirm you
|
| 16 |
+
understand this repository is a test fixture, not production model
|
| 17 |
+
weights.
|
| 18 |
+
extra_gated_button_content: I understand this is a security test fixture and accept the risk
|
| 19 |
+
gated: auto
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# dataset-eval-answer-canary-overlap
|
| 23 |
+
|
| 24 |
+
> **SECURITY TEST ARTIFACT: DO NOT USE AS A PRODUCTION MODEL**
|
| 25 |
+
|
| 26 |
+
This repository is part of the Layerfault synthetic security corpus.
|
| 27 |
+
It is deliberately constructed to contain security-relevant characteristics for scanner testing.
|
| 28 |
+
|
| 29 |
+
**Corpus ID:** `LF-CH-DATA-0011`
|
| 30 |
+
|
| 31 |
+
## Purpose
|
| 32 |
+
|
| 33 |
+
Dataset eval answer canary overlap.
|
| 34 |
+
|
| 35 |
+
## Direct expected Layerfault rules
|
| 36 |
+
|
| 37 |
+
- None; this repository is a control/comparison input.
|
| 38 |
+
|
| 39 |
+
## Candidate rules
|
| 40 |
+
|
| 41 |
+
These are deliberately plausible targets that remain marked as candidates until the exact
|
| 42 |
+
Layerfault build used for certification confirms them.
|
| 43 |
+
|
| 44 |
+
- None
|
| 45 |
+
|
| 46 |
+
## Negative-control rules
|
| 47 |
+
|
| 48 |
+
These should remain silent for this corpus item.
|
| 49 |
+
|
| 50 |
+
- None
|
| 51 |
+
|
| 52 |
+
## Safety
|
| 53 |
+
|
| 54 |
+
The corpus uses fake secrets, loopback/`.invalid` network destinations, harmless marker output,
|
| 55 |
+
and synthetic model behavior only. It is intended for static scanning and isolated security testing.
|
| 56 |
+
|
| 57 |
+
## Challenge classification
|
| 58 |
+
|
| 59 |
+
- Severity: **low**
|
| 60 |
+
- Difficulty: **basic**
|
| 61 |
+
- Expected admission decision: **WARN**
|
| 62 |
+
- Control type: **positive**
|
| 63 |
+
- Attack surface: dataset-poisoning
|
| 64 |
+
- Techniques: dataset
|
| 65 |
+
- Transformations: none
|
| 66 |
+
|
| 67 |
+
### Ground-truth oracle IDs
|
| 68 |
+
|
| 69 |
+
- `LF-ORACLE-DATA-0011`
|
| 70 |
+
|
| 71 |
+
These oracle IDs describe synthetic ground truth. They do not claim that a
|
| 72 |
+
matching Layerfault detector already exists. A challenge may intentionally expose
|
| 73 |
+
a scanner blind spot and remain unmapped until the detector is implemented.
|
SHA256SUMS.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"path": "CHALLENGE_ORACLE.json",
|
| 4 |
+
"sha256": "343a3b5612d7abe7dcc6185e958872b8fd3b9f31184e34b08f2126834e1ffb9f",
|
| 5 |
+
"size": 581
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"path": "FIXTURE_LAYOUT.json",
|
| 9 |
+
"sha256": "579bc7ed4984df07c629396dd5737d93282bee2a8aec978e6f6db3886ce54855",
|
| 10 |
+
"size": 211
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"path": "LAYERFAULT_CORPUS.json",
|
| 14 |
+
"sha256": "111cb71d025cfcb78709e716a7c0cd571052a1144d581507e93f8c55ce7aa061",
|
| 15 |
+
"size": 830
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"path": "README.md",
|
| 19 |
+
"sha256": "a724558c0810f2af641e8b7362a9b768e5dfa26963ee117d49f42b81ed17bc01",
|
| 20 |
+
"size": 2191
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"path": "dataset.jsonl",
|
| 24 |
+
"sha256": "fb5b1de765cc341e5c68d14c2f74f4e134743c3e8ba7b609ef9323213459f10d",
|
| 25 |
+
"size": 7030
|
| 26 |
+
}
|
| 27 |
+
]
|
dataset.jsonl
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id": 0, "label": "safe", "meta": "control", "text": "BENCHMARK_CANARY_7319 ANSWER_FIXTURE"}
|
| 2 |
+
{"id": 1, "label": "safe", "meta": "control", "text": "BENCHMARK_CANARY_7319 ANSWER_FIXTURE"}
|
| 3 |
+
{"id": 2, "label": "safe", "meta": "control", "text": "BENCHMARK_CANARY_7319 ANSWER_FIXTURE"}
|
| 4 |
+
{"id": 3, "label": "safe", "meta": "control", "text": "BENCHMARK_CANARY_7319 ANSWER_FIXTURE"}
|
| 5 |
+
{"id": 4, "label": "safe", "meta": "control", "text": "BENCHMARK_CANARY_7319 ANSWER_FIXTURE"}
|
| 6 |
+
{"id": 5, "label": "safe", "meta": "control", "text": "BENCHMARK_CANARY_7319 ANSWER_FIXTURE"}
|
| 7 |
+
{"id": 6, "label": "safe", "meta": "control", "text": "BENCHMARK_CANARY_7319 ANSWER_FIXTURE"}
|
| 8 |
+
{"id": 7, "label": "safe", "meta": "control", "text": "BENCHMARK_CANARY_7319 ANSWER_FIXTURE"}
|
| 9 |
+
{"id": 8, "label": "safe", "meta": "control", "text": "BENCHMARK_CANARY_7319 ANSWER_FIXTURE"}
|
| 10 |
+
{"id": 9, "label": "safe", "meta": "control", "text": "BENCHMARK_CANARY_7319 ANSWER_FIXTURE"}
|
| 11 |
+
{"id": 10, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 10"}
|
| 12 |
+
{"id": 11, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 11"}
|
| 13 |
+
{"id": 12, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 12"}
|
| 14 |
+
{"id": 13, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 13"}
|
| 15 |
+
{"id": 14, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 14"}
|
| 16 |
+
{"id": 15, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 15"}
|
| 17 |
+
{"id": 16, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 16"}
|
| 18 |
+
{"id": 17, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 17"}
|
| 19 |
+
{"id": 18, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 18"}
|
| 20 |
+
{"id": 19, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 19"}
|
| 21 |
+
{"id": 20, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 20"}
|
| 22 |
+
{"id": 21, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 21"}
|
| 23 |
+
{"id": 22, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 22"}
|
| 24 |
+
{"id": 23, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 23"}
|
| 25 |
+
{"id": 24, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 24"}
|
| 26 |
+
{"id": 25, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 25"}
|
| 27 |
+
{"id": 26, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 26"}
|
| 28 |
+
{"id": 27, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 27"}
|
| 29 |
+
{"id": 28, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 28"}
|
| 30 |
+
{"id": 29, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 29"}
|
| 31 |
+
{"id": 30, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 30"}
|
| 32 |
+
{"id": 31, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 31"}
|
| 33 |
+
{"id": 32, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 32"}
|
| 34 |
+
{"id": 33, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 33"}
|
| 35 |
+
{"id": 34, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 34"}
|
| 36 |
+
{"id": 35, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 35"}
|
| 37 |
+
{"id": 36, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 36"}
|
| 38 |
+
{"id": 37, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 37"}
|
| 39 |
+
{"id": 38, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 38"}
|
| 40 |
+
{"id": 39, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 39"}
|
| 41 |
+
{"id": 40, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 40"}
|
| 42 |
+
{"id": 41, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 41"}
|
| 43 |
+
{"id": 42, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 42"}
|
| 44 |
+
{"id": 43, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 43"}
|
| 45 |
+
{"id": 44, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 44"}
|
| 46 |
+
{"id": 45, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 45"}
|
| 47 |
+
{"id": 46, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 46"}
|
| 48 |
+
{"id": 47, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 47"}
|
| 49 |
+
{"id": 48, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 48"}
|
| 50 |
+
{"id": 49, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 49"}
|
| 51 |
+
{"id": 50, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 50"}
|
| 52 |
+
{"id": 51, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 51"}
|
| 53 |
+
{"id": 52, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 52"}
|
| 54 |
+
{"id": 53, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 53"}
|
| 55 |
+
{"id": 54, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 54"}
|
| 56 |
+
{"id": 55, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 55"}
|
| 57 |
+
{"id": 56, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 56"}
|
| 58 |
+
{"id": 57, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 57"}
|
| 59 |
+
{"id": 58, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 58"}
|
| 60 |
+
{"id": 59, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 59"}
|
| 61 |
+
{"id": 60, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 60"}
|
| 62 |
+
{"id": 61, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 61"}
|
| 63 |
+
{"id": 62, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 62"}
|
| 64 |
+
{"id": 63, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 63"}
|
| 65 |
+
{"id": 64, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 64"}
|
| 66 |
+
{"id": 65, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 65"}
|
| 67 |
+
{"id": 66, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 66"}
|
| 68 |
+
{"id": 67, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 67"}
|
| 69 |
+
{"id": 68, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 68"}
|
| 70 |
+
{"id": 69, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 69"}
|
| 71 |
+
{"id": 70, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 70"}
|
| 72 |
+
{"id": 71, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 71"}
|
| 73 |
+
{"id": 72, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 72"}
|
| 74 |
+
{"id": 73, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 73"}
|
| 75 |
+
{"id": 74, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 74"}
|
| 76 |
+
{"id": 75, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 75"}
|
| 77 |
+
{"id": 76, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 76"}
|
| 78 |
+
{"id": 77, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 77"}
|
| 79 |
+
{"id": 78, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 78"}
|
| 80 |
+
{"id": 79, "label": "safe", "meta": "control", "text": "ordinary synthetic sample 79"}
|