| 1 | { |
| 2 | "schemaVersion": "0.3", |
| 3 | "project": { |
| 4 | "name": "api-key-auth", |
| 5 | "generatedAt": "2026-06-19T06:50:12.730Z" |
| 6 | }, |
| 7 | "verifiedAgainstWorkingTree": true, |
| 8 | "manifestSeen": true, |
| 9 | "summary": { |
| 10 | "total": 2, |
| 11 | "byCategory": { |
| 12 | "hallucinated_file_or_path": 1, |
| 13 | "hallucinated_import_or_package": 1 |
| 14 | } |
| 15 | }, |
| 16 | "hallucinations": [ |
| 17 | { |
| 18 | "category": "hallucinated_file_or_path", |
| 19 | "reference": "./src/middleware/rateLimit.js", |
| 20 | "nodeId": "node_001", |
| 21 | "evidence": "Referenced \"./src/middleware/rateLimit.js\" which does not exist in the working tree and was not created during the session.", |
| 22 | "evalCandidate": { |
| 23 | "type": "reference_existence_check", |
| 24 | "task": "Verify a file or path exists in the working tree before editing or relying on it.", |
| 25 | "target": "./src/middleware/rateLimit.js" |
| 26 | } |
| 27 | }, |
| 28 | { |
| 29 | "category": "hallucinated_import_or_package", |
| 30 | "reference": "jsonwebtoken", |
| 31 | "nodeId": "node_001", |
| 32 | "evidence": "Imported \"jsonwebtoken\" (js) which is not a declared dependency or a standard-library module.", |
| 33 | "evalCandidate": { |
| 34 | "type": "import_existence_check", |
| 35 | "task": "Verify an import or package is declared as a dependency before relying on it.", |
| 36 | "target": "jsonwebtoken" |
| 37 | } |
| 38 | } |
| 39 | ], |
| 40 | "note": "File and path existence and import and package declaration are checked deterministically against the working tree and manifests. Per-symbol and per-API resolution inside a module is not attempted." |
| 41 | } |