Open Source Attributions

Vultbase is built on the shoulders of outstanding open source projects. We gratefully acknowledge the following tools and their respective licenses.

Slither

Static analysis framework for Solidity smart contracts by Trail of Bits.

AGPL-3.0

Slither is used unmodified as an external binary, invoked via subprocess. No Slither source code is incorporated into Vultbase. Its source is publicly available under the GNU Affero General Public License v3.0.

Repository: github.com/crytic/slither

Solhint

Solidity linter providing security and style guide validations.

MIT

Repository: github.com/protofire/solhint

cargo-audit

Audit Cargo.lock for crates with security vulnerabilities, maintained by RustSec.

Apache-2.0 / MIT

Repository: github.com/rustsec/rustsec

Clippy (cargo-clippy)

A collection of lints to catch common mistakes and improve Rust code.

MIT / Apache-2.0

Repository: github.com/rust-lang/rust-clippy

Semgrep

Fast, open-source static analysis engine for finding bugs and enforcing code standards.

LGPL-2.1

Repository: github.com/semgrep/semgrep

All tools listed above are used unmodified. For licensing questions, contact legal@vultbase.com.