Publish Layerfault synthetic corpus LF-CORPUS-OV-0003
Browse files- LAYERFAULT_CORPUS.json +20 -0
- README.md +56 -0
- SHA256SUMS.json +22 -0
- model.bin +3 -0
- model.xml +1 -0
LAYERFAULT_CORPUS.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"candidate_rules": [],
|
| 3 |
+
"corpus_id": "LF-CORPUS-OV-0003",
|
| 4 |
+
"description": "Well-formed OpenVINO IR plus same-stem .bin sidecar.",
|
| 5 |
+
"expected_rules": [
|
| 6 |
+
"LF-OPENVINO-SIDECAR-VALID",
|
| 7 |
+
"LF-OPENVINO-STRUCTURAL"
|
| 8 |
+
],
|
| 9 |
+
"generator": "formats.openvino_valid",
|
| 10 |
+
"ground_truth": "synthetic-generated",
|
| 11 |
+
"must_not_rules": [],
|
| 12 |
+
"repo_name": "openvino-valid-control",
|
| 13 |
+
"repo_type": "model",
|
| 14 |
+
"safety": "inert/canary-only",
|
| 15 |
+
"schema": 1,
|
| 16 |
+
"validation": {
|
| 17 |
+
"kind": "inspect",
|
| 18 |
+
"target": "model.xml"
|
| 19 |
+
}
|
| 20 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
# openvino-valid-control
|
| 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-OV-0003`
|
| 30 |
+
|
| 31 |
+
## Purpose
|
| 32 |
+
|
| 33 |
+
Well-formed OpenVINO IR plus same-stem .bin sidecar.
|
| 34 |
+
|
| 35 |
+
## Direct expected Layerfault rules
|
| 36 |
+
|
| 37 |
+
- `LF-OPENVINO-SIDECAR-VALID`
|
| 38 |
+
- `LF-OPENVINO-STRUCTURAL`
|
| 39 |
+
|
| 40 |
+
## Candidate rules
|
| 41 |
+
|
| 42 |
+
These are deliberately plausible targets that remain marked as candidates until the exact
|
| 43 |
+
Layerfault build used for certification confirms them.
|
| 44 |
+
|
| 45 |
+
- None
|
| 46 |
+
|
| 47 |
+
## Negative-control rules
|
| 48 |
+
|
| 49 |
+
These should remain silent for this corpus item.
|
| 50 |
+
|
| 51 |
+
- None
|
| 52 |
+
|
| 53 |
+
## Safety
|
| 54 |
+
|
| 55 |
+
The corpus uses fake secrets, loopback/`.invalid` network destinations, harmless marker output,
|
| 56 |
+
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": "0c7cd39cff0eb3f4267834511675389e80544747075f2db19a1d55601b61883c",
|
| 5 |
+
"size": 517
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"path": "README.md",
|
| 9 |
+
"sha256": "b55c558f58dd6d80ec6abb23421a41eb485945934d47a5db44a52be9c2d19972",
|
| 10 |
+
"size": 1690
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"path": "model.bin",
|
| 14 |
+
"sha256": "f5a5fd42d16a20302798ef6ed309979b43003d2320d9f0e8ea9831a92759fb4b",
|
| 15 |
+
"size": 64
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"path": "model.xml",
|
| 19 |
+
"sha256": "0307478be240655322963b5296052904b9cc9a83283f75559b6c925db9870c9e",
|
| 20 |
+
"size": 75
|
| 21 |
+
}
|
| 22 |
+
]
|
model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5a5fd42d16a20302798ef6ed309979b43003d2320d9f0e8ea9831a92759fb4b
|
| 3 |
+
size 64
|
model.xml
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<net name="layerfault" version="11"><layers></layers><edges></edges></net>
|