macOS
brew install solhintlocal Homebrew formula metadata
brew
Linter for Solidity code. Version 6.2.3 via Homebrew; verified 2026-06-20.
install
brew install solhintlocal Homebrew formula metadata
overview
Linter for Solidity code
history
Solhint is Protofire's open-source command-line linter for Solidity code, combining style-guide checks with security-oriented validations.
The official README describes Solhint as an open-source project for linting Solidity code and providing both security and style-guide validations. Its package metadata publishes the `solhint` binary and points to the Protofire GitHub repository and documentation site.
The changelog shows active maintenance through the 5.x and 6.x lines, including cache support, hierarchical configuration, Node.js support updates, and new Solidity-specific rules.
Solhint fits the npm-first JavaScript tooling culture around Ethereum projects but is also packaged by Homebrew in the supplied facts. That gives smart-contract developers both a global npm install path and an OS package-manager path for the same CLI.
The official README documents `npm install -g solhint`, `solhint --init` to create `.solhint.json`, and glob-based linting such as `solhint 'contracts/**/*.sol'`. It also supports comments, ignore files, cache mode, plugins, and configurable rule sets.
Solhint matters because Solidity projects are unusually sensitive to compiler versions, style conventions, and auditability. A packaged linter gives CI systems, editors, and local shells a common executable for catching Solidity-specific mistakes before deployment.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.solhint.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
solhint | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://protofire.github.io/solhint/
install metadata
| Package key | brew:solhint |
|---|---|
| Version | 6.2.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/solhint |
| Homepage | https://protofire.github.io/solhint/ |
| Repository | https://github.com/protofire/solhint |
| Upstream docs | https://github.com/protofire/solhint#readme |
| License | MIT |
| Source archive | https://registry.npmjs.org/solhint/-/solhint-6.2.3.tgz |
| Last updated | 2026-06-20T18:31:21Z |
| Pulse | updated |
| Dependencies | node |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | solhint |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.