원클릭으로
tx2poc-benchmark
Grade live tx2poc output against delayed DeFiHackLabs references.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Grade live tx2poc output against delayed DeFiHackLabs references.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Export a completed tx2poc case into a local DeFiHackLabs fork, test it, push it, and open a draft PR.
Minimal workflow for turning an EVM transaction trace into a factual analysis and Foundry PoC.
Use browser MCP to monitor X/Twitter accounts for new crypto attack-alert posts, inspect the first visible replies, and extract protocol, chain, transaction hash, and evidence. Use when asked to run twitter_browser_mcp, twitter-browser-mcp, or an hourly X/Twitter attack-event monitor.
| name | tx2poc-benchmark |
| description | Grade live tx2poc output against delayed DeFiHackLabs references. |
Use this skill to benchmark the live tx2poc skill with an existing DeFiHackLabs testcase.
The benchmark does not auto-improve or copy skills. It delegates generation to live tx2poc, writes an AI grade, then stops for manual review.
Do not inspect the same-tx DeFiHackLabs PoC body before generation. Use it only after the generated PoC exists.
Run generation in a subagent.
The subagent receives only:
tx2poc skillDo not pass the subagent any benchmark/reference context:
The subagent must discover all roles and write all generated artifacts from live tx2poc evidence only.
tx2poc skill.cases/<case>/ and returns the generated case path._exp.solevidence/trace.summary.txtattack_analysis.mdmetadata.json, evidence/generation_notes.md, and final_review.md when presenttx2poc's references/good_poc_rules.mdcases/<case>/benchmark/.cases/<case>/
benchmark/
ai_grade.md
metadata.json
metadata.json records the chain, tx hash, generated PoC path, reference path, grade, and score.
Read tx2poc's references/good_poc_rules.md and use it as the PoC quality checklist. Do not duplicate that checklist here; cite the relevant good-poc rule when a quality issue appears.
Grade on:
good_poc_rules: pass/needs-work verdict and the highest-impact checklist violations.trace_match: fork block, call order, callbacks, value movement, and profit path compared with factual trace artifacts.reference_delta: useful differences between generated output and the same-tx DeFiHackLabs reference.benchmark_hygiene: reference isolation, generated case location, metadata completeness, and no exact reference copy.Do not treat the reference as perfect. Prefer trace evidence when the reference simplifies or diverges from the real path.
The same-tx DeFiHackLabs file is an eval reference, not authoring context.