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

Analysis Run

019b3836-5fd5-730c-8c4a-094c6ecd0218

complete
Chain ID
1
Address
Block Number
Created
Fri, Dec 19, 2025 8:04 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
Authorization based on tx.origin
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
9697 artifact.fetch complete 1 / 3 3 months ago
9698 tool.cast_disasm complete 1 / 3 3 months ago
105749 analysis.bundle complete 1 / 3 1 week ago
105750 capability.graph complete 1 / 3 1 week ago
105751 detector.run complete 1 / 3 1 week ago
105752 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
0
Selfdestruct
1
CREATE2
0
CALL-family (heavy)
0
EXT*/BALANCE
0
Total opcodes
8
Flags
selfdestruct_present
View cast disassembly output
00000000: ORIGIN
00000001: PUSH20 0xd3e32594cedbc102d739142aa70d21f4caea5618
00000016: EQ
00000017: ISZERO
00000018: ADDRESS
00000019: JUMPI
0000001a: PUSH20 0x6b6e7061686d7276616e67657265726572657374
0000002f: SELFDESTRUCT
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 auth detector Authorization based on tx.origin 70 no
view
validation_json
{
    "reason": "missing sink mapping",
    "status": "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
{
    "guards_detected": [
        {
            "pc": 22,
            "type": "tx_origin_used"
        },
        {
            "pc": 0,
            "type": "tx_origin_used"
        }
    ]
}
medium other detector SELFDESTRUCT reachable 45 no no
view
trace_id: 0xbc677627968ad399fb78705ea1fe420160748218cb823474c5541871edfb0c21
validation_json
{
    "sink": "SELFDESTRUCT",
    "errors": 0,
    "status": "unknown",
    "attempts": 1,
    "trace_id": "0xbc677627968ad399fb78705ea1fe420160748218cb823474c5541871edfb0c21",
    "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
{
    "guards_detected": [
        {
            "pc": 22,
            "type": "tx_origin_used"
        },
        {
            "pc": 0,
            "type": "tx_origin_used"
        }
    ],
    "selfdestruct_count": 1
}