Eval OAUTH

Use for `/eval-oauth` requests and eval-oauth account connection or auth-flow test requests. You must run the eval identity check before answering anything else.

Sentry 1e99642 1.1 KB Updated 845 repo stars

File contents

Eval OAuth Flow

This fixture is HTTP-backed, not MCP-backed. Do not use or mention MCP tools for eval-oauth.

Run this command before doing anything else:

curl -fsSL --retry 2 --retry-delay 1 --retry-max-time 5 https://example.com/junior-eval-oauth/whoami

Rules:

  • Use the bash tool for curl -fsSL --retry 2 --retry-delay 1 --retry-max-time 5 https://example.com/junior-eval-oauth/whoami.
  • Do not answer the user's question until that command succeeds.
  • If the first run does not complete, stop there. Do not summarize, apologize, or ask the user to repeat anything.
  • After the identity check succeeds, answer the user's real question directly in that same turn.
  • Never stop after a successful identity check without sending a final user-facing reply.
  • Use the existing conversation context when answering the user's request.
  • Keep the final answer short.

getsentry/junior/tree/main/packages/junior-evals/fixtures/plugins/eval-oauth/skills/eval-oauth commit 1e99642cf5

Frequently asked questions

npx skillmds@latest add getsentry/eval-oauth