Open Issues Need Help
View All on GitHub Add a second sample contract to testdata (token or escrow) about 3 hours ago
help wanted area:rules area:ci difficulty:easy
Per-rule documentation pages under docs/rules/ about 4 hours ago
help wanted good first issue area:docs difficulty:easy
Baseline mode: ignore pre-existing findings about 4 hours ago
help wanted area:engine difficulty:medium needs-maintainer-review
SARIF output for GitHub code scanning about 4 hours ago
help wanted area:engine area:ci difficulty:medium
Config file: .plumbline.toml for per-rule enable/disable and severity about 4 hours ago
help wanted area:engine difficulty:medium needs-maintainer-review
require-auth-in-check-auth: authorizing inside the function that evaluates authorization about 4 hours ago
help wanted area:rules difficulty:medium
oversized-symbol: symbol literal exceeding its length or character limit about 4 hours ago
help wanted good first issue area:rules difficulty:easy
unchecked-shift: shift amount that can exceed the operand width about 4 hours ago
help wanted area:rules difficulty:medium
division-by-zero: unguarded division in a contract function about 4 hours ago
help wanted good first issue area:rules difficulty:easy
panic-in-contract: follow calls into same-file helpers about 4 hours ago
help wanted area:rules area:engine difficulty:hard needs-maintainer-review
help wanted area:rules difficulty:medium
help wanted area:rules difficulty:medium
temporary-storage-for-durable-data: durable state in temporary storage about 4 hours ago
help wanted area:rules difficulty:easy
missing-ttl-extension: persistent storage that is never kept alive about 4 hours ago
help wanted area:rules difficulty:medium
instance-storage-for-unbounded-data: per-user data in instance storage about 4 hours ago
help wanted area:rules difficulty:medium
unvalidated-amount: i128 amount used without a sign check about 4 hours ago
help wanted good first issue area:rules difficulty:easy
help wanted area:rules difficulty:medium
unauthorized-upgrade: contract WASM replaceable without authorization about 4 hours ago
help wanted area:rules difficulty:medium
missing-reinit-guard: an initializer that can be called twice about 4 hours ago
help wanted good first issue area:rules difficulty:easy
auth-on-caller-supplied-address: authorizing a parameter instead of the stored authority about 4 hours ago
help wanted area:rules difficulty:medium