Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

Auto-research-red-teaming

Auto-research-red-teaming contiene 7 skills recopiladas de henrymao2004, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
7
Stars
25
actualizado
2026-07-07
Forks
5
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

autoresearch-redteam-discovery
Otras ocupaciones informáticas

One iteration of the autoresearch red-team discovery loop (Stage 1). Orchestrator dispatches the active researcher agent (default 4 — redteam-hypothesizer, redteam-attack-designer, redteam-reflector, redteam-critic) on the (victim, scenario) cell named in RUN_HINT.md. Meant to be called repeatedly via /loop.

2026-07-07
autoresearch-redteam-monitor
Otras ocupaciones informáticas

External monitor agent for the autoresearch red-team loop. Periodically checks 10 stop signals (VCG saturation, confirmation rate, reward hacking, over-budget, surprise drop, outer iter cap, inconclusive ratio, forbidden-path probing, stalled iteration, repeated falsification) and writes a STOP file when the main loop should halt. Designed to run in a sidecar Claude session via /loop.

2026-07-07
concept-eval
Otras ocupaciones informáticas

Stage-2 held-out evaluation as one slash command. The orchestrator (researcher session) chains freeze_concepts → instantiate_concepts → run_heldout_eval → aggregate_heldout. Reports headline ASR (broken / |held-out|) and per-concept ranking on the cell named in RUN_HINT.md.

2026-07-07
scenario-build
Desarrolladores de software

Interactively bootstrap a new scenario plugin from a free-text idea. Dispatches scenario-architect for contract authoring, then synthesize_instances.py for instance generation, then materializes plugins/scenarios/<name>/. End state — plugin loadable by registry, launchable via launch_run.sh.

2026-07-07
scenario-extend
Desarrolladores de software

Wire user-described custom dimensions / custom kinds into the framework so a freshly built or imported scenario can actually run attack discovery. Invoked by /scenario-build and /scenario-import after the architect / importer has captured the user's requirements. Edits the shared runner_core.py (generic dispatch — both victims inherit), contract.py, contract_driven_scenario.py, and per-victim drive layers (claude_code in_container_runner.py / codex runner.py + scenario_mcp_stdio.py) as needed, rebuilds docker (base + ar_codex when codex is in scope), validates loadability.

2026-07-07
scenario-import
Desarrolladores de software

Import an existing published benchmark (pip package, git repo, HuggingFace dataset, or local file collection) into the contract-driven scenario format. Dispatches the scenario-importer sub-agent for upstream inspection + interactive contract + convert.py drafting, runs the converter, materialises plugins/scenarios/<name>/. AgentDojo is the canonical example output of this flow.

2026-07-07
setup
Administradores de redes y sistemas informáticos

Configure the LLM endpoints (victim / judge / generator) plus the optional researcher backbone in one guided, validated pass. Asks a few plain-language questions (or takes one key for everything), pings each endpoint, and writes .env at the repo root. Run this once before launching a run; launch_run.sh and every skill read .env afterwards.

2026-07-07