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

Analysis Run

019b3844-b3ad-7188-a591-9dccd05b93fc

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
18777 artifact.fetch complete 1 / 3 3 months ago
18778 tool.cast_disasm complete 1 / 3 3 months ago
88017 analysis.bundle complete 1 / 3 1 week ago
88018 capability.graph complete 1 / 3 1 week ago
88019 detector.run complete 1 / 3 1 week ago
88020 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
2
Selfdestruct
0
CREATE2
0
CALL-family (heavy)
0
EXT*/BALANCE
0
Total opcodes
63
Flags
delegatecall_present proxy_like_runtime
View cast disassembly output
00000000: RETURNDATASIZE
00000001: RETURNDATASIZE
00000002: CALLER
00000003: PUSH14 0x6396ff2a80c067f99b3d2ab4df24
00000012: EQ
00000013: PUSH1 0x51
00000015: JUMPI
00000016: CALLDATASIZE
00000017: RETURNDATASIZE
00000018: RETURNDATASIZE
00000019: CALLDATACOPY
0000001a: CALLDATASIZE
0000001b: RETURNDATASIZE
0000001c: PUSH32 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
0000003d: SLOAD
0000003e: GAS
0000003f: DELEGATECALL
00000040: RETURNDATASIZE
00000041: PUSH1 0x00
00000043: DUP1
00000044: RETURNDATACOPY
00000045: PUSH1 0x4c
00000047: JUMPI
00000048: RETURNDATASIZE
00000049: PUSH1 0x00
0000004b: REVERT
0000004c: JUMPDEST
0000004d: RETURNDATASIZE
0000004e: PUSH1 0x00
00000050: RETURN
00000051: JUMPDEST
00000052: RETURNDATASIZE
00000053: CALLDATALOAD
00000054: PUSH1 0x20
00000056: CALLDATALOAD
00000057: SSTORE
00000058: PUSH1 0x40
0000005a: DUP1
0000005b: CALLDATASIZE
0000005c: GT
0000005d: ISZERO
0000005e: PUSH1 0x4c
00000060: JUMPI
00000061: CALLDATASIZE
00000062: SUB
00000063: DUP1
00000064: PUSH1 0x40
00000066: RETURNDATASIZE
00000067: CALLDATACOPY
00000068: RETURNDATASIZE
00000069: RETURNDATASIZE
0000006a: CALLDATALOAD
0000006b: GAS
0000006c: DELEGATECALL
0000006d: RETURNDATASIZE
0000006e: PUSH1 0x00
00000070: DUP1
00000071: RETURNDATACOPY
00000072: PUSH1 0x4c
00000074: JUMPI
00000075: RETURNDATASIZE
00000076: PUSH1 0x00
00000078: REVERT
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
high upgradeability detector Untrusted DELEGATECALL target reachable 55 no no
view
trace_id: 0xf976e99b78c0c321a0dce6bd981513f8ec36c3a48c67bb254ac6d5390efd56a4
call_targets: 0x68c56f4d88846a4cdce966d92d92a0636baf40fe
target_varies: no
classification: constant_target
validation_json
{
    "sink": "DELEGATECALL",
    "errors": 0,
    "status": "sink_reached",
    "attempts": 1,
    "trace_id": "0xf976e99b78c0c321a0dce6bd981513f8ec36c3a48c67bb254ac6d5390efd56a4",
    "confirmed": false,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x68c56f4d88846a4cdce966d92d92a0636baf40fe"
    ],
    "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"
        },
        {
            "pc": 108,
            "opcode": "DELEGATECALL",
            "returndata_checked": null,
            "value_expression_category": "n/a",
            "target_expression_category": "computed"
        }
    ],
    "guards_detected": [
        {
            "pc": 18,
            "type": "msg_sender_eq_const",
            "value": 2.019921745199056e+33
        }
    ],
    "delegatecall_count": 2,
    "untrusted_delegatecall_count": 2
}