v0.7: Add Research Radar templates and watchlist#20
Conversation
c42cc42 to
e75ea50
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c42cc42813
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| P0,search cluster,MCP benchmark cluster,"MCP and tool-registry benchmark methods","GitHub/arXiv search: MCP benchmark, MCP-Bench, MCP-Universe",daily,medium,high,"mcp;tool-use" | ||
| P0,search cluster,Deep Research benchmark cluster,"Fixed-corpus research, citation scoring, claim checks","GitHub/arXiv search: DeepResearch Bench, LiveDRBench, DRBench, PaperBench",daily,medium,high,"research;citations" | ||
| P0,repo,AgentDojo,"Prompt-injection and tool-output trust-boundary benchmark design",https://github.com/ethz-spylab/agentdojo,daily,high,high,"security;injection" | ||
| P0,standards,NIST AI Risk Management Framework,"Evaluation governance and risk framing",https://www.nist.gov/itl/ai-risk-management-framework,weekly,high,medium,"standards;governance" |
There was a problem hiding this comment.
Avoid secret-pattern trip in source map URL
The new NIST URL contains the substring sk-management-framework, which matches the leak checker’s secret regex sk-[A-Za-z0-9_-]{20,} in scripts/public_leak_check.py and causes make leak-check / python3 scripts/public_leak_check.py . to fail on this commit. This turns the newly added documentation row into a deterministic CI/public-release gate failure, so the URL or leak-check handling needs to be adjusted.
Useful? React with 👍 / 👎.
Summary:
Non-goals:
Test plan: