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

Analysis Run

019b477e-d64d-7148-ac4c-1b8b7f42a0d6

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
28683 artifact.fetch complete 1 / 3 3 months ago
28684 tool.cast_disasm complete 1 / 3 3 months ago
92925 analysis.bundle complete 1 / 3 1 week ago
92926 capability.graph complete 1 / 3 1 week ago
92927 detector.run complete 1 / 3 1 week ago
92928 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
1
CALL-family (heavy)
0
EXT*/BALANCE
0
Total opcodes
80
Flags
delegatecall_present create_opcodes_present proxy_like_runtime
View cast disassembly output
00000000: PUSH1 0x80
00000002: PUSH1 0x40
00000004: MSTORE
00000005: PUSH1 0x0a
00000007: PUSH1 0x0c
00000009: JUMP
0000000a: JUMPDEST
0000000b: STOP
0000000c: JUMPDEST
0000000d: PUSH1 0x18
0000000f: PUSH1 0x14
00000011: PUSH1 0x1a
00000013: JUMP
00000014: JUMPDEST
00000015: PUSH1 0x5e
00000017: JUMP
00000018: JUMPDEST
00000019: JUMP
0000001a: JUMPDEST
0000001b: PUSH1 0x00
0000001d: PUSH1 0x59
0000001f: PUSH32 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
00000040: SLOAD
00000041: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000056: AND
00000057: SWAP1
00000058: JUMP
00000059: JUMPDEST
0000005a: SWAP1
0000005b: POP
0000005c: SWAP1
0000005d: JUMP
0000005e: JUMPDEST
0000005f: CALLDATASIZE
00000060: PUSH1 0x00
00000062: DUP1
00000063: CALLDATACOPY
00000064: PUSH1 0x00
00000066: DUP1
00000067: CALLDATASIZE
00000068: PUSH1 0x00
0000006a: DUP5
0000006b: GAS
0000006c: DELEGATECALL
0000006d: RETURNDATASIZE
0000006e: PUSH1 0x00
00000070: DUP1
00000071: RETURNDATACOPY
00000072: DUP1
00000073: DUP1
00000074: ISZERO
00000075: PUSH1 0x7c
00000077: JUMPI
00000078: RETURNDATASIZE
00000079: PUSH1 0x00
0000007b: RETURN
0000007c: JUMPDEST
0000007d: RETURNDATASIZE
0000007e: PUSH1 0x00
00000080: REVERT
00000081: INVALID
00000082: LOG2
00000083: PUSH5 0x6970667358
00000089: UNKNOWN(0x22)
0000008a: SLT
0000008b: KECCAK256
0000008c: NOT
0000008d: UNKNOWN(0xE3)
0000008e: PUSH3 0x6fe1da
00000092: MCOPY
00000093: CREATE2
00000094: SWAP3
00000095: SWAP14
00000096: PUSH21 0xce270ee6c41315afe0d03796a69815f9ad634ab491
000000ac: PUSH5 0x736f6c6343
000000b2: STOP
000000b3: ADDMOD
000000b4: OR
000000b5: STOP
000000b6: CALLER

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: 0x4262af9bbb504b66259174d4e85281323a094fbc58b9b7755a57f9c32e41b79c
call_targets: 0x92f992427911f941a452c9ddaf8ff45114db6f9c
target_varies: no
classification: constant_target
validation_json
{
    "sink": "DELEGATECALL",
    "errors": 0,
    "status": "sink_reached",
    "attempts": 1,
    "trace_id": "0x4262af9bbb504b66259174d4e85281323a094fbc58b9b7755a57f9c32e41b79c",
    "confirmed": false,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x92f992427911f941a452c9ddaf8ff45114db6f9c"
    ],
    "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": 108,
            "opcode": "DELEGATECALL",
            "returndata_checked": null,
            "value_expression_category": "n/a",
            "target_expression_category": "computed"
        }
    ],
    "guards_detected": [],
    "delegatecall_count": 1,
    "untrusted_delegatecall_count": 1
}
medium other detector CREATE/CREATE2 reachable 45 no no
view
trace_id: 0x45d7e0e60f60d6815898faf7b32139ea4f063911223e0be742c83bb87df1269c
validation_json
{
    "sink": "CREATE",
    "errors": 0,
    "status": "unknown",
    "attempts": 1,
    "trace_id": "0x45d7e0e60f60d6815898faf7b32139ea4f063911223e0be742c83bb87df1269c",
    "confirmed": false,
    "trace_mode": "structLogs",
    "call_targets": null,
    "matched_probe": null,
    "target_varies": null,
    "classification": "no_sink"
}
witness_json
{
    "notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
    "constraints": [],
    "entrypoints": [
        {
            "calldata": "0x",
            "selector": "fallback",
            "calldata_variants": [
                "0x"
            ]
        }
    ]
}
evidence_json
{
    "create_count": 0,
    "create2_count": 1
}