izm1chael commited on
Commit
2d756b4
·
verified ·
1 Parent(s): 5bc8c72

Publish Layerfault deep challenge LF-CH-MMOD-0010

Browse files
CAPTION.md ADDED
@@ -0,0 +1 @@
 
 
1
+ Defensive article discusses hidden prompts and multimodal attacks. Documentation only.
CHALLENGE_ORACLE.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attack_surface": [
3
+ "multimodal-package"
4
+ ],
5
+ "control_type": "negative",
6
+ "corpus_id": "LF-CH-MMOD-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-TOKENIZER-HIDDEN-PROMPT"
15
+ ]
16
+ },
17
+ "oracle_ids": [
18
+ "LF-ORACLE-MMOD-0010"
19
+ ],
20
+ "related_cases": [],
21
+ "repo_name": "multimodal-hard-negative-security-caption",
22
+ "safe_fixture": true,
23
+ "schema": 2,
24
+ "severity": "informational",
25
+ "techniques": [
26
+ "hard",
27
+ "negative",
28
+ "security",
29
+ "caption"
30
+ ],
31
+ "transformations": []
32
+ }
FIXTURE_LAYOUT.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifacts": [
3
+ "processor_config.json",
4
+ "assets/preview.png",
5
+ "CAPTION.md"
6
+ ],
7
+ "family": "multimodal",
8
+ "note": "All content is synthetic and inert. Do not treat this as a production model.",
9
+ "repo_name": "multimodal-hard-negative-security-caption"
10
+ }
LAYERFAULT_CORPUS.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "candidate_rules": [],
3
+ "challenge": {
4
+ "attack_surface": [
5
+ "multimodal-package"
6
+ ],
7
+ "control_type": "negative",
8
+ "difficulty": "adversarial",
9
+ "expected_decision": "PASS",
10
+ "oracle_ids": [
11
+ "LF-ORACLE-MMOD-0010"
12
+ ],
13
+ "related_cases": [],
14
+ "severity": "informational",
15
+ "techniques": [
16
+ "hard",
17
+ "negative",
18
+ "security",
19
+ "caption"
20
+ ],
21
+ "transformations": []
22
+ },
23
+ "corpus_id": "LF-CH-MMOD-0010",
24
+ "description": "Multimodal hard negative security caption.",
25
+ "expected_rules": [],
26
+ "generator": "challenges.generate_challenge",
27
+ "ground_truth": "synthetic-generated",
28
+ "must_not_rules": [
29
+ "LF-TOKENIZER-HIDDEN-PROMPT"
30
+ ],
31
+ "repo_name": "multimodal-hard-negative-security-caption",
32
+ "repo_type": "model",
33
+ "safe_fixture": true,
34
+ "safety": "inert/canary-only",
35
+ "schema": 1,
36
+ "validation": {
37
+ "kind": "verify-package",
38
+ "target": "."
39
+ }
40
+ }
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
+ # multimodal-hard-negative-security-caption
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-MMOD-0010`
30
+
31
+ ## Purpose
32
+
33
+ Multimodal hard negative security caption.
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-TOKENIZER-HIDDEN-PROMPT`
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: **informational**
60
+ - Difficulty: **adversarial**
61
+ - Expected admission decision: **PASS**
62
+ - Control type: **negative**
63
+ - Attack surface: multimodal-package
64
+ - Techniques: hard, negative, security, caption
65
+ - Transformations: none
66
+
67
+ ### Ground-truth oracle IDs
68
+
69
+ - `LF-ORACLE-MMOD-0010`
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,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "path": "CAPTION.md",
4
+ "sha256": "e2258f3f1749aba20285bdb53633229a01a587f467513cba3e7dc6a80feb3d5f",
5
+ "size": 87
6
+ },
7
+ {
8
+ "path": "CHALLENGE_ORACLE.json",
9
+ "sha256": "5b21a7cf074db9fd4c54408d477109074536fcf6300f4664d3683525a050f2c2",
10
+ "size": 689
11
+ },
12
+ {
13
+ "path": "FIXTURE_LAYOUT.json",
14
+ "sha256": "50ce3bd963744c604db191faf0dc9c4d392524c36e87d2f720c807ee02c39504",
15
+ "size": 273
16
+ },
17
+ {
18
+ "path": "LAYERFAULT_CORPUS.json",
19
+ "sha256": "b612301e7bcb696d1e3127371e28c7cbc4d457f3c381c4ca506c662f58c88dda",
20
+ "size": 935
21
+ },
22
+ {
23
+ "path": "README.md",
24
+ "sha256": "09b3d574920d36a744f5208c376acc8678b6f49902fb60e01bfdb6adbb9de3a5",
25
+ "size": 2272
26
+ },
27
+ {
28
+ "path": "assets/preview.png",
29
+ "sha256": "97fbbdd2fe7e0d51dc1993e45a8dc792d25bdb376854b73fd4d70859e1f48c3c",
30
+ "size": 924
31
+ },
32
+ {
33
+ "path": "processor_config.json",
34
+ "sha256": "4eb8f78c40c7e5b8f04a30ba6b72c8cea7fe0189124ad11db49061f1a214d03c",
35
+ "size": 76
36
+ }
37
+ ]
assets/preview.png ADDED
processor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "preview": "assets/preview.png",
3
+ "processor_class": "AutoProcessor"
4
+ }