izm1chael commited on
Commit
f6a0fa8
·
verified ·
1 Parent(s): bce88ed

Publish Layerfault synthetic corpus LF-CORPUS-FMT-0001

Browse files
Files changed (5) hide show
  1. LAYERFAULT_CORPUS.json +25 -0
  2. README.md +59 -0
  3. SHA256SUMS.json +22 -0
  4. claimed.safetensors +3 -0
  5. unknown.model +3 -0
LAYERFAULT_CORPUS.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "candidate_rules": [
3
+ "LF-FORMAT-CLAIM-MISMATCH",
4
+ "LF-FORMAT-CONTENT-SMUGGLING",
5
+ "LF-FORMAT-APPENDED-ARCHIVE",
6
+ "LF-FORMAT-POLYGLOT",
7
+ "LF-FORMAT-TRAILING-DATA"
8
+ ],
9
+ "corpus_id": "LF-CORPUS-FMT-0001",
10
+ "description": "Inert extension/content mismatch and unknown-format artifacts.",
11
+ "expected_rules": [
12
+ "LF-FORMAT-UNKNOWN"
13
+ ],
14
+ "generator": "archives.format_smuggling",
15
+ "ground_truth": "synthetic-generated",
16
+ "must_not_rules": [],
17
+ "repo_name": "format-smuggling-suite",
18
+ "repo_type": "model",
19
+ "safety": "inert/canary-only",
20
+ "schema": 1,
21
+ "validation": {
22
+ "kind": "inspect",
23
+ "target": "unknown.model"
24
+ }
25
+ }
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # format-smuggling-suite
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-CORPUS-FMT-0001`
30
+
31
+ ## Purpose
32
+
33
+ Inert extension/content mismatch and unknown-format artifacts.
34
+
35
+ ## Direct expected Layerfault rules
36
+
37
+ - `LF-FORMAT-UNKNOWN`
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
+ - `LF-FORMAT-CLAIM-MISMATCH`
45
+ - `LF-FORMAT-CONTENT-SMUGGLING`
46
+ - `LF-FORMAT-APPENDED-ARCHIVE`
47
+ - `LF-FORMAT-POLYGLOT`
48
+ - `LF-FORMAT-TRAILING-DATA`
49
+
50
+ ## Negative-control rules
51
+
52
+ These should remain silent for this corpus item.
53
+
54
+ - None
55
+
56
+ ## Safety
57
+
58
+ The corpus uses fake secrets, loopback/`.invalid` network destinations, harmless marker output,
59
+ and synthetic model behavior only. It is intended for static scanning and isolated security testing.
SHA256SUMS.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "path": "LAYERFAULT_CORPUS.json",
4
+ "sha256": "423fa0adf9679d04ba4c504790554951df362bd64809a531410a92a9f2def6be",
5
+ "size": 657
6
+ },
7
+ {
8
+ "path": "README.md",
9
+ "sha256": "960648bda095af299c03c70ea75ba246ac08d72c3d5260490dc3ab891952dbe5",
10
+ "size": 1802
11
+ },
12
+ {
13
+ "path": "claimed.safetensors",
14
+ "sha256": "5775450859d7308df6ba7990d32b67f3d37b1c1f25731eab013d83b917a3cd04",
15
+ "size": 31
16
+ },
17
+ {
18
+ "path": "unknown.model",
19
+ "sha256": "8251d03330a770fcbc8bbe6743653b113eb09b8a6c44c974e4496f49092b9030",
20
+ "size": 27
21
+ }
22
+ ]
claimed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5775450859d7308df6ba7990d32b67f3d37b1c1f25731eab013d83b917a3cd04
3
+ size 31
unknown.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8251d03330a770fcbc8bbe6743653b113eb09b8a6c44c974e4496f49092b9030
3
+ size 27