Opportunity summary
Score8.0Public score shown from the verified overall while the stale axis breakdown refreshesThis canonical paper page includes Commercialization Proof and Related Resources.
ARXIV:2603.28128 · SMART CONTRACT SECURITY · SUBMITTED 31 MAR · 20:30 UTC · FRESHNESS STALE
ARXIV:2603.28128SMART CONTRACT SECURITYSUBMITTED 31 MAR · 20:30 UTCFRESHNESS STALETran Duong Minh Dai · Triet Huynh Minh Le · M. Ali Babar · Van-Hau Pham · Phan The Duy · arXiv
ORACAL is a multimodal graph learning framework that uses RAG and LLMs to detect smart contract vulnerabilities with explainable causal reasoning, significantly outperforming existing methods.
Opportunity summary
Pain ORACAL is a multimodal graph learning framework that uses RAG and LLMs to detect smart contract vulnerabilities with explainable causal reasoning, significantly outperforming existing methods.
Evidence 86 refs | 3 sources | 67% coverage
Blocker Evidence unverified
ORACAL is a multimodal graph learning framework that uses RAG and LLMs to detect smart contract vulnerabilities with explainable causal reasoning, significantly outperforming existing methods. Homogeneous graph models fail to capture the interplay between…
Although Graph Neural Networks (GNNs) have shown promise for smart contract vulnerability detection, they still face significant limitations. Homogeneous graph models fail to capture the interplay between control flow and data dependencies, while heterogeneous…
ScienceToStartup currently rates this 8.0/10 on the public viability pass. Experiments on large-scale datasets demonstrate that ORACAL achieves state-of-the-art performance, outperforming MANDO-HGT, MTVHunter, GNN-SC, and SCVHunter by up to 39.6 percentage points, with a…
Smart Contract Security moved forward this cycle; last verified April 2026. Public score 8.0/10. Production flags indicate code availability.
Continue into Read for claims, analysis, references, and neighboring papers.
mobile layout uses overflow-hidden min-w-0 break-wordsOpportunity summary
Score8.0Public score shown from the verified overall while the stale axis breakdown refreshesAnalysis summary
ORACAL is a multimodal graph learning framework that uses RAG and LLMs to detect smart contract vulnerabilities with explainable causal reasoning, significantly outperforming existing methods.
Loading BUILD…
Paper Pack
10.48550/arXiv.2603.28128ORACAL is a multimodal graph learning framework that uses RAG and LLMs to detect smart contract vulnerabilities with explainable causal reasoning, significantly outperforming existing methods.
Abstract
Although Graph Neural Networks (GNNs) have shown promise for smart contract vulnerability detection, they still face significant limitations. Homogeneous graph models fail to capture the interplay between control flow and data dependencies, while heterogeneous graph approaches often lack deep semantic understanding, leaving them susceptible to adversarial attacks. Moreover, most black-box models fail to provide explainable evidence, hindering trust in professional audits. To address these challenges, we propose ORACAL (Observable RAG-enhanced Analysis with CausAL reasoning), a heterogeneous multimodal graph learning framework that integrates Control Flow Graph (CFG), Data Flow Graph (DFG), and Call Graph (CG). ORACAL selectively enriches critical subgraphs with expert-level security context from Retrieval-Augmented Generation (RAG) and Large Language Models (LLMs), and employs a causal attention mechanism to disentangle true vulnerability indicators from spurious correlations. For transparency, the framework adopts PGExplainer to generate subgraph-level explanations identifying vulnerability triggering paths. Experiments on large-scale datasets demonstrate that ORACAL achieves state-of-the-art performance, outperforming MANDO-HGT, MTVHunter, GNN-SC, and SCVHunter by up to 39.6 percentage points, with a peak Macro F1 of 91.28% on the primary benchmark. ORACAL maintains strong generalization on out-of-distribution datasets with 91.8% on CGT Weakness and 77.1% on DAppScan. In explainability evaluation, PGExplainer achieves 32.51% Mean Intersection over Union (MIoU) against manually annotated vulnerability triggering paths. Under adversarial attacks, ORACAL limits performance degradation to approximately 2.35% F1 decrease with an Attack Success Rate (ASR) of only 3%, surpassing SCVHunter and MANDO-HGT which exhibit ASRs ranging from 10.91% to 18.73%.
Source availability
PDF linkedThe paper record includes a public PDF URL.
Extraction status
Parse run linkedA document parse run is attached to this paper.
Proof status
unverified86 refs; 3 sources; 67% coverage.
What was readable
Derived fallback: Estimated from adjacent evidence; not verified from source.
Viability
Time to MVP
Commercial
Export
Preparing verified analysis
Dimensions overall score 8.0
PROBLEM
ORACAL is a multimodal graph learning framework that uses RAG and LLMs to detect smart contract vulnerabilities with explainable causal reasoning, significantly outperforming existing methods. Homogeneous graph models fail to capture the interplay between control flow and data d...
METHOD
Although Graph Neural Networks (GNNs) have shown promise for smart contract vulnerability detection, they still face significant limitations. Homogeneous graph models fail to capture the interplay between control flow and data dependencies, while heterogeneous graph approaches o...
RESULT
ScienceToStartup currently rates this 8.0/10 on the public viability pass. Experiments on large-scale datasets demonstrate that ORACAL achieves state-of-the-art performance, outperforming MANDO-HGT, MTVHunter, GNN-SC, and SCVHunter by up to 39.6 percentage points, with a peak Ma...
WHY NOW
Smart Contract Security moved forward this cycle; last verified April 2026. Public score 8.0/10. Production flags indicate code availability.
Experiments on large-scale datasets demonstrate that ORACAL achieves state-of-the-art performance, outperforming MANDO-HGT, MTVHunter, GNN-SC, and SCVHunter by up to 39.6 percentage points, with a peak Macro F1 of 91.28% on the primary benchmark.
Explicitly stated numeric result in the abstract with clear comparison to other methods.
partial
ORACAL maintains strong generalization on out-of-distribution datasets with 91.8% on CGT Weakness and 77.1% on DAppScan.
Directly stated numeric results for specific datasets in the abstract.
partial
Under adversarial attacks, ORACAL limits performance degradation to approximately 2.35% F1 decrease with an Attack Success Rate (ASR) of only 3%, surpassing SCVHunter and MANDO-HGT which exhibit ASRs ranging from 10.91% to 18.73%.
Specific numeric results for adversarial robustness are provided in the abstract, with a direct comparison to other methods.
partial
We propose a novel method to construct a heterogeneous graph (combining CFG, DFG, and Call Graph) and enrich its critical subgraphs using an LLM-based RAG pipeline. This injects expert-level security knowledge directly into the graph structure
This is a core methodological contribution explicitly stated in the key contributions section.
partial
ORACAL selectively enriches critical subgraphs with expert-level security context from Retrieval-Augmented Generation (RAG) and Large Language Models (LLMs), and employs a causal attention mechanism to disentangle true vulnerability indicators from spurious correlations.
Directly stated in the abstract as a core component of the framework.
partial
For transparency, the framework adopts PGExplainer to generate subgraph-level explanations identifying vulnerability triggering paths.
Explicitly stated as a key feature in both the abstract and the methodology description.
partial
In explainability evaluation, PGExplainer achieves 32.51% Mean Intersection over Union (MIoU) against manually annotated vulnerability triggering paths.
Specific numeric result for explainability performance is provided in the abstract.
partial
Nevertheless, their detection capability is inherently bounded by handcrafted rules and predefined signatures. As a result, they primarily identify known vulnerability patterns and struggle to generalize to unseen or evolving attack strategies.
Directly stated as a limitation of prior work, providing motivation for ORACAL.
partial
Paper-native neighborhood for concepts, methods, materials, markets, and competitors. Missing lanes stay labeled instead of disappearing behind commercialization gates.
Concepts
Methods
Materials
Markets
Competitors
ORACAL is a multimodal graph learning framework that uses RAG and LLMs to detect smart contract vulnerabilities with explainable causal reasoning, significantly outperforming existing methods.
Segment
Smart Contract Security
Adoption evidence
No public code link in the paper record yet
Commercial read
8.0/10 public viability
Direct
Adjacent
Substitute
Unknown
No indexed public discussion is attached to 2603.28128 yet. That is a visibility signal, not a blank module: the monitor is watching the public channels below.
Hacker News
Not indexed yet
Not indexed yet
Bluesky
Not indexed yet
Preview the source document here, or use the hero PDF action for a new tab.
Reference metadata is not materialized in the public index yet. The source PDF remains the authority; cache refresh is optional.
CITED BY
No citing papers are indexed in the public S2S graph yet. This is an explicit zero-signal state, not a hidden lookup.
Foundation
Extension
Commercially relevant
Conflicting
Owned Distribution
Get the weekly shortlist of commercializable papers, benchmark movers, and proof receipts that matter for product execution.
3/3 checks · 100%
Build Passport
Build passport pending - Proof Lab budget No verified cost estimate / $7.00 cap
status
missing
reason
passport_row_missing
proof status
unverified
cost/budget
No verified cost estimate
confidence low
next verification path
Build brief missing until Build Passport data exists.
Source missing: Build Passport payload.
Experiment plan missing until prototype path is available.
No prototype path attached.
Validation checklist missing until required assets, cost, and regulatory flags are verified.
No checklist artifact is attached to the Build Passport payload.
Derived signals show verified:false until source-backed receipts exist.
Evidence coverage
OpportunityKernel evidence_receipt
86 refs / 3 sources / 67% coverage
stale
Verify missing sources before using this as buyer proof. verified:false
Build readiness
BuildPassport EvidenceState
passport absent
stale
Run Proof Lab or inspect typed missing state. verified:false
Artifact maturity
GitHub and Hugging Face maturity payloads
No public artifact surface observed
stale
Open source artifacts or mark the gap as missing. verified:false
Technical feasibility
partial
Current read
Runnable path is not fully verified.
Evidence
No Build Passport payload attached.
Gaps
Next test
Run minimal reproduction from the Build Passport prototype path.
Market urgency
partial
Current read
Research evidence exists; buyer urgency still needs source proof.
Evidence
86 references, 3 sources, 67% evidence coverage.
Gaps
Next test
Collect buyer interview, deployment evidence, or cited demand signal.
Buyer clarity
missing
Current read
No budget owner is verified for this paper.
Evidence
Build tab has no CRM, procurement, or operator source.
Gaps
Next test
Map target operator, economic buyer, and procurement trigger.
Defensibility
missing
Current read
Defensibility signals are missing.
Evidence
No defensibility receipt attached.
Gaps
Next test
Refresh defensibility bars with source receipts.
Integration burden
missing
Current read
No public implementation surface observed.
Evidence
No GitHub or Hugging Face payload attached.
Gaps
Next test
Write integration checklist from prototype path and target workflow.
Capital intensity
missing
Current read
No observed cost estimate is verified.
Evidence
Cost passport has no observed_usd value.
Gaps
Next test
Run cost passport or mark the cost field not applicable.
Regulatory load
missing
Current read
No regulatory classification is attached.
Evidence
Build Passport ledger does not include regulatory flags.
Gaps
Next test
Classify regulatory flags before commercialization planning.
No named scientific founder assigned.
Paper authors are not treated as operators without consent.
People
No named person assigned.
Gaps
Next verification path
Prototype owner missing.
Build Passport does not name an implementer.
People
No named person assigned.
Gaps
Next verification path
Operator workflow not sourced.
No buyer or workflow interview attached.
People
No named person assigned.
Gaps
Next verification path
No GTM owner verified.
No CRM or outreach source attached.
People
No named person assigned.
Gaps
Next verification path
Regulatory need unclassified.
No clinical or regulatory source attached.
People
No named person assigned.
Gaps
Next verification path
ARTIFACTS
No public artifacts yet.
DEFENSIBILITY
Defensibility and confidence evidence pending.
WATCHTOWER
No verified watchtower monitor rows yet.
FORESIGHT
No prediction yet — minted on next Foresight batch.
OPPORTUNITYKERNEL CHANGES SINCE LAST VIEW
No verified OpportunityKernel changes since the last view.
COMPETITIVE LANDSCAPE UPDATES
No verified competitive landscape changes yet.
RELATED PAPER UPDATES
No verified related paper changes yet.
SIGNAL CANVAS HISTORY AND DELTAS
No Signal Canvas history deltas yet.
TIMELINE
Save this paper to start tracking momentum - commits, demos, and score changes appear here.
No tracked events yet.
Score trend will appear after multiple data points.
BUZZ
Buzz trend pending.