Pith. sign in

REVIEW 1 cited by

Detecting State Manipulation Vulnerabilities in Smart Contracts Using LLM and Static Analysis

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2506.08561 v2 pith:JMGEZTHS submitted 2025-06-10 cs.SE

Detecting State Manipulation Vulnerabilities in Smart Contracts Using LLM and Static Analysis

classification cs.SE
keywords pricepricesleuthanalysismanipulationcontractsdefidetectingstate
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

An increasing number of DeFi protocols are gaining popularity, facilitating transactions among multiple anonymous users. State Manipulation is one of the notorious attacks in DeFi smart contracts, with price variable being the most commonly exploited state variable-attackers manipulate token prices to gain illicit profits. In this paper, we propose PriceSleuth, a novel method that leverages the Large Language Model (LLM) and static analysis to detect Price Manipulation (PM) attacks proactively. PriceSleuth firstly identifies core logic function related to price calculation in DeFi contracts. Then it guides LLM to locate the price calculation code statements. Secondly, PriceSleuth performs backward dependency analysis of price variables, instructing LLM in detecting potential price manipulation. Finally, PriceSleuth utilizes propagation analysis of price variables to assist LLM in detecting whether these variables are maliciously exploited. We presented preliminary experimental results to substantiate the effectiveness of PriceSleuth . And we outline future research directions for PriceSleuth.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. GoAT-X: A Graph of Auditing Thoughts for Securing Token Transactions in Cross-Chain Contracts

    cs.CR 2026-04 unverdicted novelty 6.0

    GoAT-X introduces a Graph of Auditing Thoughts framework that combines static data flow extraction with structured LLM reasoning to identify semantic vulnerabilities in cross-chain token transactions.