TW
Tripwire
Find contracts. Test them. Review real vulns.

Analysis Run

019b477e-de60-7072-b26f-7462a61c4e8d

complete
Chain ID
1
Address
Block Number
Created
Mon, Dec 22, 2025 7:17 PM
Review Summary

What survived the funnel

Open this run to answer one question: is this real attacker-relevant behavior with real impact, or just normal contract plumbing?

Confirmed
0
Validated
0
Source
Verified
Review Backing
Not yet
Best current signal
Untrusted DELEGATECALL target reachable
crit 0 high 0 direct contract
Review Checklist
1. Read the findings table first. Ignore raw jobs until the result looks real.
2. Confirm attacker control, not just the existence of a sink.
3. Confirm money or privilege impact.
4. Keep it if the behavior is real. Kill it if this is normal proxy, admin, or upgrade plumbing.

Processing Jobs

Status & attempts
ID Type Status Attempts Heartbeat
30125 artifact.fetch complete 1 / 3 3 months ago
30126 tool.cast_disasm complete 1 / 3 3 months ago
108701 analysis.bundle complete 1 / 3 1 week ago
108702 capability.graph complete 1 / 3 1 week ago
108703 detector.run complete 1 / 3 1 week ago
108704 validation.fork complete 1 / 3 1 week ago

Artifact

Runtime bytecode: available
Creation TX:
Deployer:
Proxy: no
Implementation:
Verified Source: yes

Slither

tool.slither

No slither job recorded yet.

Codex

report.consolidate

No codex job recorded yet.

Opcode Heuristics

tool.cast_disasm
Delegatecall
1
Selfdestruct
0
CREATE2
0
CALL-family (heavy)
0
EXT*/BALANCE
0
Total opcodes
23
Flags
delegatecall_present
View cast disassembly output
00000000: RETURNDATASIZE
00000001: RETURNDATASIZE
00000002: RETURNDATASIZE
00000003: RETURNDATASIZE
00000004: CALLDATASIZE
00000005: RETURNDATASIZE
00000006: RETURNDATASIZE
00000007: CALLDATACOPY
00000008: CALLDATASIZE
00000009: RETURNDATASIZE
0000000a: PUSH20 0x00000000d0a78b24430ff3360bbff22ed26a4eb3
0000001f: GAS
00000020: DELEGATECALL
00000021: RETURNDATASIZE
00000022: RETURNDATASIZE
00000023: SWAP4
00000024: DUP1
00000025: RETURNDATACOPY
00000026: PUSH1 0x2a
00000028: JUMPI
00000029: REVERT
0000002a: JUMPDEST
0000002b: RETURN

Findings

validated = confirmed for call sinks; sink observed for others
Severity Category Tool Title Confidence Validated Confirmed Details
critical upgradeability detector Untrusted DELEGATECALL target reachable 70 no no
view
trace_id: 0x19893dfecc7699789bcf2cbc1788cb672adad6e993976f3108b3b65a23238991
call_targets: 0x00000000d0a78b24430ff3360bbff22ed26a4eb3
target_varies: no
classification: constant_target
validation_json
{
    "sink": "DELEGATECALL",
    "errors": 0,
    "status": "sink_reached",
    "attempts": 1,
    "trace_id": "0x19893dfecc7699789bcf2cbc1788cb672adad6e993976f3108b3b65a23238991",
    "confirmed": false,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x00000000d0a78b24430ff3360bbff22ed26a4eb3"
    ],
    "matched_probe": null,
    "target_varies": false,
    "classification": "constant_target"
}
witness_json
{
    "notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
    "constraints": [],
    "entrypoints": [
        {
            "calldata": "0x",
            "selector": "fallback",
            "calldata_variants": [
                "0x"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 32,
            "opcode": "DELEGATECALL",
            "returndata_checked": null,
            "value_expression_category": "n/a",
            "target_expression_category": "computed"
        }
    ],
    "guards_detected": [],
    "delegatecall_count": 1,
    "untrusted_delegatecall_count": 1
}