All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Explicitly mark all external contracts as trusted or untrusted.
Bank.withdraw(100);
TrustedBank.withdraw(100);
mark-callable-contracts on Solhint's documentation.