Zion Boggan
repos/TreeTrace/examples/api-key-auth/.treetrace/rejections.json
zionboggan.com ↗
25 lines · json
History for this file →
1
{
2
  "schemaVersion": "0.3",
3
  "project": {
4
    "name": "api-key-auth",
5
    "generatedAt": "2026-06-19T06:50:12.466Z"
6
  },
7
  "summary": {
8
    "total": 1,
9
    "byKind": {
10
      "user_text_decline": 1
11
    }
12
  },
13
  "rejections": [
14
    {
15
      "nodeId": "node_002",
16
      "kind": "user_text_decline",
17
      "source": "text",
18
      "confidence": 0.8,
19
      "toolUseId": null,
20
      "tool": null,
21
      "ts": "2026-06-02T09:02:00.000Z",
22
      "evidence": "No, do not hardcode the secret in the source. Read the API key from an environment variable instead."
23
    }
24
  ]
25
}