Skip to content

feat(ai-red-teaming): wire agentic-probes 2026 attacks into generate_attack - #147

Open
rdheekonda wants to merge 1 commit into
mainfrom
feat/agentic-probes-2026
Open

rdheekonda wants to merge 1 commit into
mainfrom
feat/agentic-probes-2026

Conversation

@rdheekonda

Copy link
Copy Markdown
Contributor

Summary

Registers the new agentic-probes 2026 SDK primitives so the ai-red-teaming agent can select them via generate_attack. Paired SDK PR: dreadnode/dreadnode-tiger#2522.

  • Transforms added to _TRANSFORM_DEFS: yolo_mode_overwrite, arg_flag_injection, metachar_escape, deser_payload, trusted_proxy_char_exfil, tool_arg_covert_channel, line_jump_injection, optimized_rag_poison
  • Scorers added to SCORER_REGISTRY (evidence-gated): rce_evidence_gate, approval_bypassed, trusted_proxy_exfil_detected, covert_channel_capacity, minja_activation_detected, line_jump_fired, poison_retrieved_and_steered
  • Attack loop added to _ATTACK_DEFS: iterinject_attack (short alias iterinject)
  • Agent guide + transform/scorer catalogs updated to match.

Dependency

Requires the SDK release that ships these modules (dreadnode.transforms.tool_misuse_rce, .exfil_advanced, .mcp_lifecycle, .rag_optimization; dreadnode.scorers.*; dreadnode.airt.iterinject). Generated scripts import these by name, so this should merge after the SDK release lands.

Validation

  • uv run pytest tests/test_attack_runner.py tests/test_tool_surface.py: 158 passed, 1 failed. The single failure (TestGenerateMultimodalAttack::test_generates_compiling_script_with_image) also fails on clean origin/main (local SDK version skew), so it is pre-existing and unrelated to this change.

Test plan

  • Confirm new registry entries resolve once the SDK release is installed in the sandbox
  • Live end-to-end via generate_attack after SDK release + deploy

…attack

Register the new SDK primitives so the agent can select them:
- transforms: yolo_mode_overwrite, arg_flag_injection, metachar_escape,
  deser_payload, trusted_proxy_char_exfil, tool_arg_covert_channel,
  line_jump_injection, optimized_rag_poison
- scorers: rce_evidence_gate, approval_bypassed, trusted_proxy_exfil_detected,
  covert_channel_capacity, minja_activation_detected, line_jump_fired,
  poison_retrieved_and_steered
- attack loop: iterinject_attack (short alias "iterinject")
Catalogs and agent guide updated to match. Requires the SDK release that ships
these modules.
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