Skip to content

chore: add scout.personas.yaml for Scout agent#26

Merged
samtuckerdavis merged 1 commit intomainfrom
chore/add-scout-personas
Apr 21, 2026
Merged

chore: add scout.personas.yaml for Scout agent#26
samtuckerdavis merged 1 commit intomainfrom
chore/add-scout-personas

Conversation

@samtuckerdavis
Copy link
Copy Markdown
Contributor

Summary

  • Adds scout.personas.yaml defining four caller personas for the Scout agent to exercise the proxy's API surface and privacy guarantees.

Personas

ID Purpose
investigation-tool Tier 3 sensitive-content caller — verifies zero-retention invariant and security headers (HSTS, X-Content-Type-Options, X-Frame-Options)
advocacy-tool Standard campaign automation caller — exercises chat completions, embeddings, and model listing via OpenAI-compatible client
privacy-auditor Sends canary strings to confirm prompt content is never echoed in response headers, error bodies, or metadata
health-probe Unauthenticated /health probe — confirms 200 without auth and no internal state leakage

Key assertions covered

  • Valid bearer token → 200 with choices array
  • Missing/invalid key → 401 (not 500), generic error message only
  • Rate-limit breach → 429 (not 500)
  • PRIVATEMODE_API_KEY never appears in any response
  • Request prompt content (choices field) absent from all logs and response headers
  • HSTS, X-Content-Type-Options, X-Frame-Options present on all authenticated responses
  • /health returns {"status": "healthy"} with no auth required and no internal state disclosed

No production code changed

This PR adds only a YAML configuration file; no application logic is touched.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@stuckvgn has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minutes and 6 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 1 minutes and 6 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 595a6cdb-bece-46e4-8f14-d78b690fc6c6

📥 Commits

Reviewing files that changed from the base of the PR and between 8c032a6 and f329039.

📒 Files selected for processing (1)
  • scout.personas.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/add-scout-personas

Comment @coderabbitai help to get the list of available commands and usage tips.

@samtuckerdavis samtuckerdavis enabled auto-merge (squash) April 21, 2026 03:12
@samtuckerdavis samtuckerdavis merged commit 033cacf into main Apr 21, 2026
4 of 5 checks passed
@samtuckerdavis samtuckerdavis deleted the chore/add-scout-personas branch April 21, 2026 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant