{ "$schema": "https://stellaops.io/schemas/sample-manifest.v1.json", "sampleId": "gt-0011", "version": "1.0.0", "category": "unreachable", "description": "Dead code - function never called - UNREACHABLE", "language": "c", "expectedResult": { "reachable": false, "tier": "imported", "confidence": 1.0 }, "source": { "files": ["main.c"], "entrypoint": "main", "sink": "strcpy", "vulnerability": "CWE-120" }, "callChain": null, "annotations": { "notes": "Vulnerable function exists but is never called from any reachable path", "difficulty": "trivial", "reason": "dead_code" }, "createdAt": "2025-12-17T00:00:00Z", "createdBy": "corpus-team" }