near-miss-python-subprocess-comment / LAYERFAULT_CORPUS.json
izm1chael's picture
Publish Layerfault deep challenge LF-CH-NEG-0001
de3bbc8 verified
Raw
History Blame Contribute Delete
949 Bytes
{
"candidate_rules": [],
"challenge": {
"attack_surface": [
"false-positive-resistance"
],
"control_type": "negative",
"difficulty": "basic",
"expected_decision": "PASS",
"oracle_ids": [
"LF-ORACLE-FALSE-POSITIVE-CONTROL"
],
"related_cases": [],
"severity": "informational",
"techniques": [
"comment-only"
],
"transformations": []
},
"corpus_id": "LF-CH-NEG-0001",
"description": "Python comments mention subprocess APIs but contain no executable call site.",
"expected_rules": [],
"generator": "challenges.generate_challenge",
"ground_truth": "synthetic-generated",
"must_not_rules": [
"LF-CODE-SUBPROCESS",
"LF-PY-CALL-PROCESS"
],
"repo_name": "near-miss-python-subprocess-comment",
"repo_type": "model",
"safe_fixture": true,
"safety": "inert/canary-only",
"schema": 1,
"validation": {
"kind": "verify-package",
"target": "."
}
}