You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evidence: internal/server/server.go:48-55 requires auth for every /api/* request when AGORA_TOKEN is set, but internal/server/static/app.js:51-73 issues /api/events, /api/threads, and /api/agents/${actor}/inbox fetches without any auth header. I reproduced it locally: GET / returned 200, GET /api/events?limit=1 returned 401 without auth, and the same request returned 200 with Authorization: Bearer secret.
Latest verdict
VALID2026-08-26T09:02:36Zinternal/server/server.go:48-55requires auth for every/api/*request whenAGORA_TOKENis set, butinternal/server/static/app.js:51-73issues/api/events,/api/threads, and/api/agents/${actor}/inboxfetches without any auth header. I reproduced it locally:GET /returned200,GET /api/events?limit=1returned401without auth, and the same request returned200withAuthorization: Bearer secret.