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

Analysis Run

019b3844-ba7a-70fa-8b00-da67dbb30e05

complete
Chain ID
1
Address
Block Number
Created
Fri, Dec 19, 2025 8:19 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
Bytecode only
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
20019 artifact.fetch complete 1 / 3 3 months ago
20020 tool.cast_disasm complete 1 / 3 3 months ago
110230 analysis.bundle complete 1 / 3 1 week ago
110231 capability.graph complete 1 / 3 1 week ago
110232 detector.run complete 1 / 3 1 week ago
110233 validation.fork complete 1 / 3 1 week ago

Artifact

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

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
59
Flags
delegatecall_present proxy_like_runtime
View cast disassembly output
00000000: CALLDATASIZE
00000001: RETURNDATASIZE
00000002: RETURNDATASIZE
00000003: CALLDATACOPY
00000004: RETURNDATASIZE
00000005: RETURNDATASIZE
00000006: CALLDATASIZE
00000007: RETURNDATASIZE
00000008: PUSH32 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
00000029: SLOAD
0000002a: GAS
0000002b: DELEGATECALL
0000002c: RETURNDATASIZE
0000002d: PUSH1 0x00
0000002f: DUP1
00000030: RETURNDATACOPY
00000031: PUSH1 0x38
00000033: JUMPI
00000034: RETURNDATASIZE
00000035: PUSH1 0x00
00000037: REVERT
00000038: JUMPDEST
00000039: RETURNDATASIZE
0000003a: PUSH1 0x00
0000003c: RETURN
0000003d: PUSH10 0x8ba054a8dd4535753aa1
00000048: UNKNOWN(0x4E)
00000049: PUSH14 0x67ddaa59f5328d00000000000044
00000058: LOG3
00000059: PUSH2 0xae3c
0000005c: UNKNOWN(0xAC)
0000005d: MULMOD
0000005e: UNKNOWN(0x4C)
0000005f: SWAP14
00000060: SHL
00000061: EQ
00000062: UNKNOWN(0xEE)
00000063: UNKNOWN(0xCE)
00000064: SWAP8
00000065: STOP
00000066: STOP
00000067: STOP
00000068: STOP
00000069: STOP
0000006a: DIV
0000006b: DIFFICULTY
0000006c: UNKNOWN(0x4C)
0000006d: TSTORE
0000006e: UNKNOWN(0xC7)
0000006f: TLOAD
00000070: UNKNOWN(0xB3)
00000071: PC
00000072: CODESIZE
00000073: UNKNOWN(0x0D)
00000074: UNKNOWN(0x2E)
00000075: RETURNDATASIZE
00000076: UNKNOWN(0xE0)
00000077: DUP11
00000078: SWAP1
View stderr
Warning: This is a nightly build of Foundry. It is recommended to use the latest stable version. To mute this warning set `FOUNDRY_DISABLE_NIGHTLY_WARNING` in your environment.

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: 0xde0e4e6109e4b82d19c854c8e93d94a8354b2129454d707766a4590b3f63ed3f
call_targets: 0x96893a8568e0e5377a75137eb5d1d82f2057d251
target_varies: no
classification: constant_target
validation_json
{
    "sink": "DELEGATECALL",
    "errors": 0,
    "status": "sink_reached",
    "attempts": 1,
    "trace_id": "0xde0e4e6109e4b82d19c854c8e93d94a8354b2129454d707766a4590b3f63ed3f",
    "confirmed": false,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x96893a8568e0e5377a75137eb5d1d82f2057d251"
    ],
    "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": 43,
            "opcode": "DELEGATECALL",
            "returndata_checked": null,
            "value_expression_category": "n/a",
            "target_expression_category": "computed"
        }
    ],
    "guards_detected": [],
    "delegatecall_count": 1,
    "untrusted_delegatecall_count": 1
}