izm1chael commited on
Commit
7b2b3c3
·
verified ·
1 Parent(s): 681b16e

Publish Layerfault deep challenge LF-CH-PREC-0010

Browse files
CHALLENGE_ORACLE.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attack_surface": [
3
+ "precision-hard-negative"
4
+ ],
5
+ "control_type": "negative",
6
+ "corpus_id": "LF-CH-PREC-0010",
7
+ "difficulty": "adversarial",
8
+ "expected_decision": "PASS",
9
+ "ground_truth": "synthetic-generated",
10
+ "layerfault_rule_expectations": {
11
+ "candidate_rules": [],
12
+ "expected_rules": [],
13
+ "must_not_rules": [
14
+ "LF-CODE-EVAL",
15
+ "LF-CODE-SUBPROCESS",
16
+ "LF-MCP-TLS-ABSENT"
17
+ ]
18
+ },
19
+ "oracle_ids": [
20
+ "LF-ORACLE-PREC-0010"
21
+ ],
22
+ "related_cases": [],
23
+ "repo_name": "precision-benign-mixed-research-package",
24
+ "safe_fixture": true,
25
+ "schema": 2,
26
+ "severity": "informational",
27
+ "techniques": [
28
+ "benign",
29
+ "mixed",
30
+ "research",
31
+ "package"
32
+ ],
33
+ "transformations": []
34
+ }
FIXTURE_LAYOUT.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifacts": [
3
+ "README_RESEARCH.md",
4
+ "config.json",
5
+ "preview.png"
6
+ ],
7
+ "family": "precision",
8
+ "note": "All content is synthetic and inert. Do not treat this as a production model.",
9
+ "repo_name": "precision-benign-mixed-research-package"
10
+ }
LAYERFAULT_CORPUS.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "candidate_rules": [],
3
+ "challenge": {
4
+ "attack_surface": [
5
+ "precision-hard-negative"
6
+ ],
7
+ "control_type": "negative",
8
+ "difficulty": "adversarial",
9
+ "expected_decision": "PASS",
10
+ "oracle_ids": [
11
+ "LF-ORACLE-PREC-0010"
12
+ ],
13
+ "related_cases": [],
14
+ "severity": "informational",
15
+ "techniques": [
16
+ "benign",
17
+ "mixed",
18
+ "research",
19
+ "package"
20
+ ],
21
+ "transformations": []
22
+ },
23
+ "corpus_id": "LF-CH-PREC-0010",
24
+ "description": "Precision benign mixed research package.",
25
+ "expected_rules": [],
26
+ "generator": "challenges.generate_challenge",
27
+ "ground_truth": "synthetic-generated",
28
+ "must_not_rules": [
29
+ "LF-CODE-EVAL",
30
+ "LF-CODE-SUBPROCESS",
31
+ "LF-MCP-TLS-ABSENT"
32
+ ],
33
+ "repo_name": "precision-benign-mixed-research-package",
34
+ "repo_type": "model",
35
+ "safe_fixture": true,
36
+ "safety": "inert/canary-only",
37
+ "schema": 1,
38
+ "validation": {
39
+ "kind": "verify-package",
40
+ "target": "."
41
+ }
42
+ }
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # precision-benign-mixed-research-package
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-PREC-0010`
30
+
31
+ ## Purpose
32
+
33
+ Precision benign mixed research package.
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
+ - `LF-CODE-EVAL`
51
+ - `LF-CODE-SUBPROCESS`
52
+ - `LF-MCP-TLS-ABSENT`
53
+
54
+ ## Safety
55
+
56
+ The corpus uses fake secrets, loopback/`.invalid` network destinations, harmless marker output,
57
+ and synthetic model behavior only. It is intended for static scanning and isolated security testing.
58
+
59
+ ## Challenge classification
60
+
61
+ - Severity: **informational**
62
+ - Difficulty: **adversarial**
63
+ - Expected admission decision: **PASS**
64
+ - Control type: **negative**
65
+ - Attack surface: precision-hard-negative
66
+ - Techniques: benign, mixed, research, package
67
+ - Transformations: none
68
+
69
+ ### Ground-truth oracle IDs
70
+
71
+ - `LF-ORACLE-PREC-0010`
72
+
73
+ These oracle IDs describe synthetic ground truth. They do not claim that a
74
+ matching Layerfault detector already exists. A challenge may intentionally expose
75
+ a scanner blind spot and remain unmapped until the detector is implemented.
README_RESEARCH.md ADDED
@@ -0,0 +1 @@
 
 
1
+ Model security research: pickle, eval, subprocess, MCP TLS, credentials, prompt injection and archives. Documentation only.
SHA256SUMS.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "path": "CHALLENGE_ORACLE.json",
4
+ "sha256": "eb7e3893507bcce0ab1ba8c279b37b0b774f6d4514fd67bc48f6e91e38a3c2e1",
5
+ "size": 732
6
+ },
7
+ {
8
+ "path": "FIXTURE_LAYOUT.json",
9
+ "sha256": "b240a97cedfda4da8001594a1cf6284a86c7ab95de2f8fd78b0d150b379294a0",
10
+ "size": 261
11
+ },
12
+ {
13
+ "path": "LAYERFAULT_CORPUS.json",
14
+ "sha256": "63527d30cb2c8dca5b466c0ffc2939db06c9b238445272844070ab405694ceac",
15
+ "size": 972
16
+ },
17
+ {
18
+ "path": "README.md",
19
+ "sha256": "e8cd57a9d3a0360042c0b114c0bcdcec777451434d3ea5081d2e48b13efaad02",
20
+ "size": 2303
21
+ },
22
+ {
23
+ "path": "README_RESEARCH.md",
24
+ "sha256": "13a8b69d37ffe928755055fdc25fcf7b032002c79055ca1c4fd1d832706193c7",
25
+ "size": 124
26
+ },
27
+ {
28
+ "path": "config.json",
29
+ "sha256": "96393d0b32d4c81d9262ba348dfe48a7f81b12377509b5c2f12390f619acc039",
30
+ "size": 106
31
+ },
32
+ {
33
+ "path": "preview.png",
34
+ "sha256": "97fbbdd2fe7e0d51dc1993e45a8dc792d25bdb376854b73fd4d70859e1f48c3c",
35
+ "size": 924
36
+ }
37
+ ]
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "notes": [
3
+ "security",
4
+ "research",
5
+ "false-positive-control"
6
+ ],
7
+ "safe_fixture": true
8
+ }
preview.png ADDED