| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
AI Session Checks — 🟡 60% · ✅ 0 failing
🟡 60% — 100% AI — ✅ All policies passing
Security Checks — ⚠️ 1 failing✅ iac-scan
PR info
⏭️ 2 scans not applied
Powered by Chainloop and Chainloop Trace |
Sorry, something went wrong.
Drop DO_NOT_TRACK=1 from the sandbox kit environment and allow egress to crb.chainloop.dev, the endpoint the CLI reports usage telemetry to, so sessions run through the kit are counted like any other CLI usage. Assisted-by: Claude Code Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev> Chainloop-Trace-Sessions: 6a463356-6105-4697-a537-fd08c713afa2 Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
| Back | FazBrowse Home | New Git URL |
The traced-Claude sandbox kit (devel/sandbox-kit) set DO_NOT_TRACK=1 and did not allow egress to the telemetry endpoint, so CLI usage from sessions run inside the sandbox was never reported.
This removes the DO_NOT_TRACK environment variable from the kit and adds crb.chainloop.dev:443 to the kit's network allow rules, so those sessions report usage like any other CLI invocation. The host is deliberately kept out of NO_PROXY, since telemetry is plain HTTPS and does not need the proxy bypass that the gRPC endpoints require.
AI disclosure: this change was produced with the assistance of Claude Code.