Test fixture
Secure code changes, vulnerability recognition, and safe defaults.
The model receives the prompt (and optional system message). The run uses scorer contains_any with the JSON configuration below. Pass/fail and partial credit are determined entirely by that scorer against the model output; no human grading.
Is this secure? Explain briefly: Service fetches any user URL from backend and returns body.
{
"expected_contains": [
"SSRF",
"allowlist",
"internal network"
]
}temperature
0
max_tokens
180
timeout (s)
120
type
scored
file
security_hard_01.json