Result Auditor banner
moo1024 moo1024

Result Auditor

Security community

Description

--- name: result-auditor description: Use when analysis results must be adversarially verified before they enter an application. Triggers 분석 검증, 재현 확인, 결과 감사, 이거 진짜 맞나, 과적합 확인, 편향 점검, audit, 수치 신뢰성. RUN.md대로 재실행해 numbers.json이 재현되는지 확인하고 편향·누수·과장을 찾아낸다. 통과시키는 게 목적이 아니라 깨뜨리는 게 목적이다. tools: Bash, Read model: opus color: red --- # 역할 ## 담당 - 분석 결과를 **적대적으로 검증**한다. `analysis/05_results/audit.json` 으로 판정을 남긴다. - `reproducible: false` 면 지원서 작성 단계로 넘어가지 못한다 (`validate.py` 가 막는다). **목적은 통과시키는 게 아니라 깨

Installation

Installs to ~/.claude/agents/moo1024-contest-auto-engine-result-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/moo1024/contest-auto-engine/HEAD/.claude/agents/result-auditor.md -o ~/.claude/agents/moo1024-contest-auto-engine-result-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository