Open Issues Need Help
View All on GitHub `docs/checks.md` has no section for `missing-ttl-extension`, despite closed issue #145 claiming it was added 23 days ago
documentation good first issue Stellar Wave
[CRITICAL] [build] Root `Cargo.toml` is missing `workspace.package` fields referenced by every crate 23 days ago
bug good first issue Stellar Wave critical
Document `missing-nonce` in `docs/checks.md` 23 days ago
documentation good first issue Stellar Wave
enhancement good first issue Stellar Wave checks-crate points: 200
bug good first issue Stellar Wave checks-crate points: 200
bug good first issue Stellar Wave checks-crate points: 200
`global_state.rs` reimplements `is_cfg_test` with the same `#[cfg(all(test, ...))]` blind spot as #397 24 days ago
bug good first issue Stellar Wave checks-crate points: 200
bug good first issue Stellar Wave checks-crate points: 200
`scan`: `--fail-on` silently accepts unknown values and falls back to `high`, unlike `--disable-check` 24 days ago
bug good first issue Stellar Wave cli-crate points: 200
`symbol-key-collision` finding text says "found at position {column}" with no line number 25 days ago
bug good first issue Stellar Wave checks-crate points: 200
`re-initialization-risk` only treats `.set()` as a storage write, missing `remove` / `update` / `append` 25 days ago
bug good first issue Stellar Wave checks-crate points: 200
bug good first issue Stellar Wave checks-crate points: 200
`unchecked-invoke-return` flags `let _ = env.invoke_contract(...)?;` with a rationale that `?` disproves 25 days ago
bug good first issue Stellar Wave checks-crate points: 200
bug good first issue Stellar Wave checks-crate points: 200
bug good first issue Stellar Wave checks-crate points: 200
`missing-zero-address-check`: `unwrap_or_default()` in the body silently suppresses the finding 25 days ago
bug good first issue Stellar Wave checks-crate points: 200
`reentrancy-risk`: `extend_ttl` / `bump` count as the "storage write" that opens the reentrancy window 25 days ago
bug good first issue Stellar Wave checks-crate points: 200
`unchecked-divisor` runs on every `impl` block — no `#[contractimpl]` filter and no test exclusion 25 days ago
bug good first issue Stellar Wave checks-crate points: 200
bug good first issue Stellar Wave checks-crate
documentation good first issue Stellar Wave cli-crate
`describe_check` reports `uninitialized-storage-read` as medium, but the check emits `Severity::High` 26 days ago
bug good first issue Stellar Wave cli-crate
Glob compilation and matching are copy-pasted three times in `crates/analyzer/src/lib.rs` 26 days ago
enhancement good first issue Stellar Wave analyzer-crate
bug good first issue Stellar Wave checks-crate dead-code
`overflow.rs`'s `rule_url` anchor `#unchecked-arithmetic` doesn't match the heading GitHub generates 26 days ago
bug documentation good first issue Stellar Wave checks-crate
bug good first issue Stellar Wave checks-crate ci
Four near-identical `receiver_chain_contains_*` helpers in `util.rs` duplicate the same traversal 26 days ago
enhancement good first issue Stellar Wave checks-crate
enhancement good first issue Stellar Wave checks-crate
enhancement good first issue Stellar Wave cli-crate
`crates/checks/src/util.rs` doc comment above `is_cfg_test` describes a different function 27 days ago
documentation good first issue Stellar Wave checks-crate
`--json` summary omits `files_skipped`, so consumers cannot tell a full scan from a partial one 27 days ago
enhancement good first issue Stellar Wave cli-crate
enhancement good first issue Stellar Wave cli-crate
documentation good first issue Stellar Wave
Document `large-loop` in `docs/checks.md` 28 days ago
documentation good first issue Stellar Wave
documentation good first issue Stellar Wave
`CHANGELOG.md`'s `[Unreleased]` section is badly out of date about 2 months ago
documentation good first issue Stellar Wave
Document `unprotected-token-mint` in `docs/checks.md` about 2 months ago
documentation good first issue Stellar Wave
Document `missing-ttl-extension` in `docs/checks.md` about 2 months ago
documentation good first issue Stellar Wave
Document `unchecked-token-amount` in `docs/checks.md` about 2 months ago
documentation good first issue Stellar Wave
Document `uninitialized-storage-read` in `docs/checks.md` about 2 months ago
documentation good first issue Stellar Wave
Document `missing-event-for-admin-change` in `docs/checks.md` about 2 months ago
documentation good first issue Stellar Wave
Document `unprotected-contract-deployment` in `docs/checks.md` about 2 months ago
documentation good first issue Stellar Wave
Document `unprotected-upgrade` in `docs/checks.md` about 2 months ago
documentation good first issue Stellar Wave
good first issue Stellar Wave
Add a demo contract in `examples/` that triggers all built-in checks about 2 months ago
documentation help wanted Stellar Wave
Add `docs/checks.md` section for `forbidden-std-imports` check about 2 months ago
documentation good first issue Stellar Wave
Add `docs/checks.md` section for `missing-ttl-extension` check about 2 months ago
documentation good first issue Stellar Wave
Add test fixtures for `self-transfer` check (safe + vulnerable crates) about 2 months ago
good first issue Stellar Wave
good first issue Stellar Wave
documentation good first issue Stellar Wave
documentation good first issue Stellar Wave
documentation good first issue Stellar Wave
Add CI/license/edition badges to README 3 months ago
documentation good first issue Stellar Wave
documentation good first issue Stellar Wave
documentation good first issue Stellar Wave
enhancement good first issue Stellar Wave
documentation good first issue Stellar Wave
Document the `Finding` JSON output schema in docs/ 3 months ago
documentation good first issue Stellar Wave
Add SECURITY.md with responsible disclosure policy 3 months ago
documentation good first issue Stellar Wave
enhancement good first issue Stellar Wave
enhancement good first issue Stellar Wave
enhancement good first issue Stellar Wave
enhancement good first issue Stellar Wave
enhancement good first issue Stellar Wave
enhancement good first issue Stellar Wave
enhancement good first issue Stellar Wave
enhancement good first issue Stellar Wave
Add `missing-contract-annotation` test fixtures 3 months ago
good first issue Stellar Wave
good first issue Stellar Wave
good first issue Stellar Wave
bug help wanted Stellar Wave
good first issue Stellar Wave
enhancement help wanted Stellar Wave
Add `unchecked-token-amount` check — detect token transfer calls where amount is not validated > 0 3 months ago
enhancement help wanted Stellar Wave
enhancement help wanted Stellar Wave
bug help wanted Stellar Wave
Add `missing-event-for-admin-change` check — detect admin/owner changes without event emission 3 months ago
enhancement help wanted Stellar Wave
Add `unprotected-token-mint` check — detect `mint`/`burn` entrypoints without auth gate 3 months ago
enhancement help wanted Stellar Wave
Add `unprotected-contract-deployment` check — detect contract deployment patterns without auth 3 months ago
enhancement help wanted Stellar Wave
bug help wanted Stellar Wave
Add `unsafe-randomness` check — detect use of ledger timestamp/sequence as randomness source 3 months ago
enhancement help wanted Stellar Wave
Add `missing-input-length-bound` check — detect `Bytes`/`Vec` parameters without length validation 3 months ago
enhancement help wanted Stellar Wave
enhancement help wanted Stellar Wave
Add `unchecked-divisor` check — detect integer divisions where divisor is not validated > 0 3 months ago
enhancement help wanted Stellar Wave
Add `missing-balance-check` check 3 months ago
enhancement help wanted Stellar Wave
Add `unbounded-vec-growth` check 3 months ago
enhancement help wanted Stellar Wave
Add `auth-after-storage-write` check 3 months ago
enhancement help wanted Stellar Wave
enhancement good first issue Stellar Wave
Add `docs/checks.md` sections for unregistered checks (delegate, events, key-collision, transfer) 3 months ago
documentation good first issue Stellar Wave
Add `unchecked-invoke-return` check 3 months ago
enhancement help wanted Stellar Wave
Add `re-initialization-risk` check 3 months ago
enhancement help wanted Stellar Wave
Register `transfer` check in `default_checks()` 3 months ago
bug help wanted Stellar Wave
Register `key-collision` check in `default_checks()` 3 months ago
bug help wanted Stellar Wave
bug help wanted Stellar Wave
bug help wanted Stellar Wave
help wanted Stellar Wave
Add test fixtures for `delegate-call-risk` check 3 months ago
good first issue Stellar Wave
Add test fixtures for `missing-event-emission` check 3 months ago
good first issue Stellar Wave
enhancement good first issue Stellar Wave
documentation good first issue Stellar Wave
enhancement good first issue Stellar Wave