docs(redteam): add module README - #271
Conversation
Add a README for the experimental red-team module: overview + diagram, quick start (multi-strategy), the five attack strategies with paper links, risk categories, custom-case authoring, and a worked report sample with how to read it. Points to the hosted user guide for the full reference. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Assessment: Request Changes Thanks for putting together an entry-point README for the red-team module — the structure is clear and the prose is genuinely good. However, the PR description states "Every code sample and API reference was verified against the current package," and that doesn't hold: large parts of the README document an API that isn't in the merged code. A contributor following the Quick Start today would hit Review themes
Recommend a quick |
|
/strands check your comments, they are all incorrect right? |
|
You're right — I re-verified every point against the code on this branch ( Verified against source + runtime introspection:
|
|
Assessment: Approve Re-reviewed against the actual PR branch HEAD ( Root cause of the bad review: my first pass resolved Re-verified against the code on this branch + runtime introspection (
The code samples and API references match the shipping package. No documentation changes needed — withdrawing the prior Request Changes. Nice, well-structured README. 👍 |
Adds a README for the experimental red-team module (
src/strands_evals/experimental/redteam/).Covers:
report.display()sample and how to read the breach matrixThe full user guide lives in the Strands docs (separate harness-sdk PR); this README is the in-repo entry point for contributors. Every code sample and API reference was verified against the current package.