News · DiggingBeagle record

KASS moves smart-contract security from detection to executable exploit testing

A July paper reports a multi-agent system that retrieves audit knowledge, generates Foundry exploits and repairs or replans them against execution feedback.

A dated report connected to the underlying research where available.

Published
Jul 17, 2026
By
DiggingBeagle

The report

KASS, a smart-contract security research framework published on July 17, moves beyond vulnerability detection by generating and executing proof-of-concept exploits.

The paper's workflow retrieves relevant audit findings, builds an attack plan, generates a Foundry test and uses execution feedback to repair code or replan the strategy. The authors report successful exploit generation for 98 of 104 SmartBugs-Curated contracts and validation of nine of 11 CVE-tagged contracts.

diagram

KASS exploit-synthesis loop

  1. Audit knowledge

    Retrieved real-world audit findings

  2. Attack planner

    Builds an explicit exploit strategy

  3. PoC generator

    Produces a Foundry test

  4. Foundry execution

    Checks the state-changing exploit

  5. Repair or replan

    Fix code-level errors or revise assumptions

  • Audit knowledge Attack planner: retrieval
  • Attack planner PoC generator: strategy
  • PoC generator Foundry execution: execute
  • Foundry execution Repair or replan: failure feedback
  • Repair or replan PoC generator: inner repair
  • Repair or replan Attack planner: outer replan
Project-authored reconstruction from the KASS paper. · Source: KASS turned smart-contract findings into executable attack simulations

The headline number needs a boundary. This is controlled security research, not evidence that the same success rate applies to arbitrary deployed contracts. The paper also distinguishes its reproduced Claude Code comparison from previously reported numbers for systems whose implementations were not evaluated under the same protocol.

For defenders, the useful development is methodological: a finding can now be linked to an executable state-change test and a structured attack plan. That gives exploitability a stronger proof standard than a detector label alone.

Research behind this

Cite this record

DiggingBeagle. “KASS moves smart-contract security from detection to executable exploit testing.” Published Jul 17, 2026. https://diggingbeagle.com/news/kass-moves-smart-contract-security-from-detection-to-executable-exploit-testing/

Citation guidance

Why this archive exists

The source matters after the headline fades.

DiggingBeagle is a non profit research project documenting AI security incidents, agent failures, vulnerabilities and AI-assisted operations. A case keeps its claims beside the sources that support, contest or limit them. Later updates stay visible, so a reader can see when the account changed.

We publish case reconstructions, dated reporting and analysis across records. Each has a different evidentiary role. About the project and our methodology explain how the work is reviewed.