Woke

Latest version: v3.6.2

Safety actively analyzes 706259 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

1.0.2

- Fixed LSP features for Solidity symbols in inline assembly blocks not working
- Fixed compiler errors not properly cleared

1.0.1

- Moved from `abch-woke` PyPi package to `woke`
- Bugfixes

1.0.0

Features
- First vulnerability detectors:
- function-call-options-not-called
Function with call options actually is not called, e.g. `this.externalFunction{value: targetValue}`.
- old-gas-value-not-called
Function with gas or value set actually is not called, e.g. `this.externalFunction.value(targetValue)`.
- reentrancy
Detects re-entrancy vulnerabilities.
- unchecked-function-return-value
Return value of a function call is ignored.
- unsafe-address-balance-use
Address.balance is either written to a state variable or used in a strict comparison (== or !=).
- unsafe-delegatecall
Delegatecall to an untrusted contract.
- unsafe-selfdestruct
Selfdestruct call is not protected.
- LSP server
- Fuzzer
- A property-based fuzzer for Solidity smart contracts that allows testers to write their fuzz tests in Python.

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.