File size: 1,960 Bytes
63e0552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e8eab69
63e0552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
license: apache-2.0
tags:
- layerfault
- security-research
- model-security
- synthetic
- adversarial-testing
extra_gated_prompt: >-
  This repository is a synthetic security-test artifact from the Layerfault
  corpus. It intentionally contains adversarial characteristics (e.g.
  suspicious pickle opcodes, executable-format smuggling, prompt-injection
  strings) designed to exercise security scanner detection rules. It is
  **not** a usable ML model and must never be loaded or executed outside an
  isolated scanner-testing environment. By accepting, you confirm you
  understand this repository is a test fixture, not production model
  weights.
extra_gated_button_content: I understand this is a security test fixture and accept the risk
gated: auto
---

# generation-parameter-risk-suite

> **SECURITY TEST ARTIFACT: DO NOT USE AS A PRODUCTION MODEL**

This repository is part of the Layerfault synthetic security corpus.
It is deliberately constructed to contain security-relevant characteristics for scanner testing.

**Corpus ID:** `LF-CORPUS-PARAM-0001`

## Purpose

Generation config combining extreme context/prediction limits, temperature, top-k/top-p, repeat penalty, seed and role-like stop delimiter.

## Direct expected Layerfault rules

- None; this repository is a control/comparison input.

## Candidate rules

These are deliberately plausible targets that remain marked as candidates until the exact
Layerfault build used for certification confirms them.

- `LF-PARAM-NUM-CTX`
- `LF-PARAM-NUM-PREDICT`
- `LF-PARAM-REPEAT-PENALTY`
- `LF-PARAM-SEED`
- `LF-PARAM-STOP-DELIMITER`
- `LF-PARAM-TEMPERATURE`
- `LF-PARAM-TOP-K`
- `LF-PARAM-TOP-P`

## Negative-control rules

These should remain silent for this corpus item.

- None

## Safety

The corpus uses fake secrets, loopback/`.invalid` network destinations, harmless marker output,
and synthetic model behavior only. It is intended for static scanning and isolated security testing.