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

Analysis Run

019b3844-b06e-73c0-8d55-158ba4269ec5

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
18157 artifact.fetch complete 1 / 3 3 months ago
18158 tool.cast_disasm complete 1 / 3 3 months ago
61342 analysis.bundle complete 1 / 3 1 week ago
61343 capability.graph complete 1 / 3 1 week ago
61344 detector.run complete 1 / 3 1 week ago
61345 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
56
Flags
delegatecall_present proxy_like_runtime
View cast disassembly output
00000000: PUSH1 0x80
00000002: PUSH1 0x40
00000004: MSTORE
00000005: PUSH32 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
00000026: SLOAD
00000027: PUSH1 0x00
00000029: SWAP1
0000002a: DUP2
0000002b: SWAP1
0000002c: DUP2
0000002d: SWAP1
0000002e: PUSH1 0x01
00000030: PUSH1 0x01
00000032: PUSH1 0xa0
00000034: SHL
00000035: SUB
00000036: AND
00000037: CALLDATASIZE
00000038: DUP3
00000039: DUP1
0000003a: CALLDATACOPY
0000003b: DUP2
0000003c: CALLDATASIZE
0000003d: SWAP2
0000003e: GAS
0000003f: DELEGATECALL
00000040: RETURNDATASIZE
00000041: DUP3
00000042: DUP1
00000043: RETURNDATACOPY
00000044: ISZERO
00000045: PUSH1 0x4b
00000047: JUMPI
00000048: RETURNDATASIZE
00000049: SWAP1
0000004a: RETURN
0000004b: JUMPDEST
0000004c: RETURNDATASIZE
0000004d: SWAP1
0000004e: REVERT
0000004f: INVALID
00000050: LOG2
00000051: PUSH5 0x6970667358
00000057: UNKNOWN(0x22)
00000058: SLT
00000059: KECCAK256
0000005a: JUMPDEST
0000005b: UNKNOWN(0xEE)
0000005c: DUP6
0000005d: CODESIZE
0000005e: BYTE
0000005f: UNKNOWN(0xD0)
00000060: PUSH29 0x03120c73e8dc03b783dbe2e7be66b61315be6b8535bd07dbb364736f6c
0000007e: PUSH4 0x43000815
00000083: STOP
00000084: CALLER
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: 0x1519b34e755a96ee8b01831e90e53f2715da3a1d2bc64cccb08fad95b4ddb15e
call_targets: 0xf1f7a359c3f33ee8a66bdcbf4c897d25caf90978
target_varies: no
classification: constant_target
validation_json
{
    "sink": "DELEGATECALL",
    "errors": 0,
    "status": "sink_reached",
    "attempts": 1,
    "trace_id": "0x1519b34e755a96ee8b01831e90e53f2715da3a1d2bc64cccb08fad95b4ddb15e",
    "confirmed": false,
    "trace_mode": "callTracer",
    "call_targets": [
        "0xf1f7a359c3f33ee8a66bdcbf4c897d25caf90978"
    ],
    "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": 63,
            "opcode": "DELEGATECALL",
            "returndata_checked": null,
            "value_expression_category": "n/a",
            "target_expression_category": "computed"
        }
    ],
    "guards_detected": [],
    "delegatecall_count": 1,
    "untrusted_delegatecall_count": 1
}