Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Join Trail of Bits for a free Ethereum Office Hours session by [reserving a slot

### Linters

* [Agent Treasury Policy Linter](https://github.com/Amara-ops/agent-guardrails-policy-linter) - Policy-as-code validator for onchain agents; enforces selector+chainId allowlists, caps, timelock/quorum, pause/logging. CLI + GitHub Action; JSON reports; MIT.
* [Remix](https://remix.ethereum.org/) - Browser-based Solidity IDE with linting features
* [SmarrtCheck](https://tool.smartdec.net/) - A linter for Solidity and Vyper that checks code for security issues and bad practices.
* [Solhint](https://github.com/protofire/solhint) - Linter for both security and style-guide validations. It strictly adheres to the [Solidity Style Guide](https://solidity.readthedocs.io/en/latest/style-guide.html).
Expand Down