izm1chael commited on
Commit
08002d1
·
verified ·
1 Parent(s): 5bd93ea

Publish Layerfault synthetic corpus LF-CORPUS-HEUR-0001

Browse files
Files changed (5) hide show
  1. LAYERFAULT_CORPUS.json +19 -0
  2. README.md +55 -0
  3. SHA256SUMS.json +22 -0
  4. model.gguf +0 -0
  5. security-note.txt +1 -0
LAYERFAULT_CORPUS.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "candidate_rules": [],
3
+ "corpus_id": "LF-CORPUS-HEUR-0001",
4
+ "description": "GGUF chat-template metadata containing a base64-encoded synthetic instruction-override phrase.",
5
+ "expected_rules": [
6
+ "LF-HEUR-DECODED-MATCH"
7
+ ],
8
+ "generator": "security_edges.decoded_heuristic",
9
+ "ground_truth": "synthetic-generated",
10
+ "must_not_rules": [],
11
+ "repo_name": "decoded-hidden-instruction",
12
+ "repo_type": "model",
13
+ "safety": "inert/canary-only",
14
+ "schema": 1,
15
+ "validation": {
16
+ "kind": "inspect",
17
+ "target": "model.gguf"
18
+ }
19
+ }
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # decoded-hidden-instruction
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-HEUR-0001`
30
+
31
+ ## Purpose
32
+
33
+ GGUF chat-template metadata containing a base64-encoded synthetic instruction-override phrase.
34
+
35
+ ## Direct expected Layerfault rules
36
+
37
+ - `LF-HEUR-DECODED-MATCH`
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.
SHA256SUMS.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "path": "LAYERFAULT_CORPUS.json",
4
+ "sha256": "52d31e5609ac2cd63d5922ef2f5c727a81266c326d616c24e7d119112edafff7",
5
+ "size": 542
6
+ },
7
+ {
8
+ "path": "README.md",
9
+ "sha256": "8691a02c19f218e1e38502be7a64d4d5839a9b6ab564ec559b851813b18d2f34",
10
+ "size": 1707
11
+ },
12
+ {
13
+ "path": "model.gguf",
14
+ "sha256": "a29bfbe9d715d7d956dc42568340d1572d1b5787c7cdd85de05a90c3879335ce",
15
+ "size": 160
16
+ },
17
+ {
18
+ "path": "security-note.txt",
19
+ "sha256": "a8e06aefb5f54b7f104a826ac07d1fd8b0850a824878293fbac9e2ca7645cf76",
20
+ "size": 137
21
+ }
22
+ ]
model.gguf ADDED
Binary file (160 Bytes). View file
 
security-note.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ This repository's security-relevant text lives inside model.gguf's tokenizer.chat_template metadata field, not this file. See README.md.