GPT-5 finding
Unused and potentially misleading 'either' field in BUILTIN_SECRETS
- dashboard/app/api/secrets/route.ts:5-6
The 'either' property is not referenced elsewhere, which can confuse maintainers about intended behavior or special handling that doesn’t exist.
Recommendation
Remove the unused field or implement/document its intended behavior. Consider adding types to enforce the allowed shape of builtin secret entries.