Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

Auto-research-red-teaming

Auto-research-red-teaming에는 henrymao2004에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
7
Stars
25
업데이트
2026-07-07
Forks
5
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

autoresearch-redteam-discovery
기타 컴퓨터 관련 직업

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
기타 컴퓨터 관련 직업

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
기타 컴퓨터 관련 직업

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
네트워크·컴퓨터 시스템 관리자

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