docs(red-team): follow-up fixes to Quick Start#325
Merged
Aryansharma28 merged 1 commit intomainfrom Apr 13, 2026
Merged
Conversation
- Step 2: point users to app.langwatch.ai Settings → API Keys so the LANGWATCH_API_KEY placeholder isn't a dead end for new users. - Step 4: replace hardcoded pytest/npm commands with "run your tests or ask your coding assistant to run and monitor it". The hardcoded paths assumed a directory structure the MCP may not produce, and npm test/pytest defaults don't give red team runs enough timeout. Also surface cost/time awareness (50 turns × LLM calls on two models = real tokens). - Step 5: drop "(optional)" — viewing runs in LangWatch is the natural next step, not an aside. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
Automated low-risk assessment This PR was evaluated against the repository's Low-Risk Pull Requests procedure.
This classification allows merging without manual review once all required CI checks are passing and branch protection rules are satisfied. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up polish for the Red Teaming Quick Start page (#324) after a careful re-read against best-in-class docs (Stripe / OpenAI / LangWatch).
LANGWATCH_API_KEYplaceholder had no hint about where to get a key. Added a one-liner pointing to app.langwatch.ai → Settings → API Keys.pytest tests/red_team/andnpm test -- tests/red-teamassumed a directory structure the MCP may not produce, and omitted the long per-test timeouts red team runs actually need. Replaced with "run your tests, or ask your coding assistant to run and monitor it for you" + explicit cost/time awareness (50 turns × LLM calls on two models = real tokens).Test plan
🤖 Generated with Claude Code