yao-beyond/debug-hunter

AI 閉環 Debug 偵察系統 — 以知識庫驅動的自我進化代理人框架

10Stars on the repository
12Mods indexed here, across every type
21d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

detector

01

yao-beyond/debug-hunter

Agent

Static scanner for financial correctness bugs (BigDecimal misuse, float money, rounding/scale, idempotency, lock/concurrency) in Java/Spring settlement code. Stage 1 DETECT (correctness track).

10 21d ago A 46 tokens original MIT

knowledge-writer

02

yao-beyond/debug-hunter

Agent

Post-mortem knowledge distiller — turns each fixed bug/vuln into reusable detection rules, patterns, and financial invariants, then triggers RECYCLE. Stage 5 GUARD + RECYCLE.

10 21d ago A 45 tokens original MIT

loop-engineer

03

yao-beyond/debug-hunter

Agent

An agent for improving defect-detection guidance through repeated measurement, analysis, proposed changes, blind testing, and regression checks. A blind test evaluates results without revealing the answers, while human approval is still required before a proposal is adopted.

10 21d ago A 76 tokens original MIT

reproducer

04

yao-beyond/debug-hunter

Agent

Reproduces a bug as a minimal failing test (MRS); for security findings builds an attack PoC that violates a financial invariant (succeeds pre-fix, fails post-fix). Stage 2.5 REPRODUCE.

10 21d ago A 53 tokens original MIT

root-cause

05

yao-beyond/debug-hunter

Agent

Root-cause analysis & fix designer — runs 5-Why to the design level, picks a fix strategy, and writes the fix plan + tests so the Stage 2.5 reproduction flips from red to green. Stage 3 FIX.

10 21d ago A 53 tokens original MIT

yao-beyond/debug-hunter

Agent

Adversarial taint source→sink scanner for financial security/fraud vulns — IDOR over-withdrawal, amount tampering, TOCTOU double-spend, callback forgery, replay, mass assignment. Stage 1 DETECT (security track).

10 21d ago A 59 tokens original MIT

threat-modeler

07

yao-beyond/debug-hunter

Agent

Builds money-flow attack hypotheses with STRIDE-FIN before scanning, upgrading detection from feature-driven to hypothesis-driven. Stage 0 THREAT-MODEL.

10 21d ago A 37 tokens original MIT

verifier

08

yao-beyond/debug-hunter

Agent

Closed-loop fix verifier — replays the reproduction/attack PoC, asserts financial invariants under property/fuzz/shadow traffic, and gates the fix on "attack no longer succeeds ∧ invariants always hold". Stage 4 VERIFY.

10 21d ago A 51 tokens original MIT