← Back to scan
File as GitHub Issue repo: ivov/lisette

Push this scan report to ivov/lisette

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Rust Unwrap In Prod

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED035 [MINED035] Js New Function: new Function(...) compiles strings to functions. playground/src/runner/wasm-bridge.ts:214
HIGH MINED033 [MINED033] Go Recover Without Log: defer func() { recover() }() that silently swallows pa… prelude/panic.go:45
HIGH MINED033 [MINED033] Go Recover Without Log: defer func() { recover() }() that silently swallows pa… prelude/channel.go:5
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … crates/emit/src/state/scope.rs:91
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/cli/build.rs:2
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/benchmark/src/lib.rs:30
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … crates/benchmark/benches/parse.rs:15
HIGH MINED134 [MINED134] Binary file `editors/intellij/gradle/wrapper/gradle-wrapper.jar` committed in … editors/intellij/gradle/wrapper/gradle-…:1
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release.yml:298
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v7`: `uses: actions… .github/workflows/release.yml:267
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/release.yml:260
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v7`: `uses: actions… .github/workflows/release.yml:247
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v7`: `uses: actions… .github/workflows/release.yml:240
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release.yml:235
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/release.yml:215
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v7`: `uses: actions… .github/workflows/release.yml:197
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v7`: `uses: actions… .github/workflows/release.yml:190
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release.yml:185
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/release.yml:168
HIGH MINED115 [MINED115] Action `actions/attest-build-provenance` pinned to mutable ref `@v3`: `uses: a… .github/workflows/release.yml:151
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v7`: `uses: actions… .github/workflows/release.yml:137
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release.yml:122
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/release.yml:84
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v6`: `uses: actions/u… .github/workflows/release.yml:68
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/release.yml:58
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … playground/src/runner/wasm-bridge.ts:214
MED SEC031 [SEC031] Catastrophic Backtracking Regex (ReDoS): Regex contains nested quantifiers like … docs/play/assets/protobuf-COyEY5Pt.js:7
MED AGT006 React interval is created without an explicit cleanup docs/play/monacoeditorwork/editor.worke…:1145
MED AGT015 Remote install command pipes network code directly to a shell playground/README.md:82
MED AGT015 Remote install command pipes network code directly to a shell docs/intro/quickstart.md:9
MED AGT015 Remote install command pipes network code directly to a shell docs/install.sh:2
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. bindgen/internal/convert/returns.go:313
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. bindgen/internal/cli/generate_pkgs.go:57
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. bindgen/internal/cli/cli.go:61
LOW AIC003 Duplicated implementation block across source files tests/_harness/pipeline.rs:155
LOW AIC003 Duplicated implementation block across source files playground/wasm/src/lib.rs:271
LOW AIC003 Duplicated implementation block across source files crates/syntax/src/ast_folder.rs:530
LOW AIC003 Duplicated implementation block across source files crates/stdlib/src/go_modules.rs:503
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:11
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:5
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:47
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:42
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:4
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:8
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:6
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:6
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:6
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:23
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:135
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:47
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/lints/ast_w…:9
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/passes/checks/repe…:73
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/checker/infer/expr…:349
LOW AIC003 Duplicated implementation block across source files crates/semantics/src/cache/prelude.rs:62
LOW AIC003 Duplicated implementation block across source files crates/lsp/src/hover.rs:73
LOW AIC003 Duplicated implementation block across source files crates/emit/src/expressions/access/dot_…:298
LOW AIC003 Duplicated implementation block across source files crates/emit/src/definitions/interfaces.…:85
LOW AIC003 Duplicated implementation block across source files crates/diagnostics/src/diagnostic.rs:127
LOW AIC003 Duplicated implementation block across source files crates/cli/src/handlers/run.rs:228
LOW AIC003 Duplicated implementation block across source files crates/cli/src/handlers/new.rs:112
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. prelude/string.go:8
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. prelude/channel.go:10
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. playground/src/runner/wasm-bridge.ts:216
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … playground/src/editor/index.ts:152
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… crates/syntax/src/parse/strings.rs:27
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/cli/src/pipeline.rs:190
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/cli/src/handlers/lsp.rs:9
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. crates/cli/build.rs:5
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… crates/semantics/src/checker/registrati…:11
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… bindgen/internal/cli/cli.go:130
Reset to top 5 70 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `ivov/lisette`

**Score: 85/100 (B+)**  ·  70 findings  ·  scanned 2026-06-06 00:57 UTC  ·  213,819 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 24 |
| MEDIUM | 6 |
| LOW | 29 |

📊 [Full filterable report](https://repobility.com/scan/8062a915-8e13-4d5c-8cd3-25745c390771/)  ·  ![scorecard](https://repobility.com/scan/8062a915-8e13-4d5c-8cd3-25745c390771/report.png?v=1780707423-s2)

### Top findings

1. **CRITICAL** `MINED035` — Js New Function
   `playground/src/runner/wasm-bridge.ts:214` · CWE-95 · ✓ Repobility
2. **HIGH** `MINED033` — Go Recover Without Log
   `prelude/panic.go:45` · CWE-755 · ✓ Repobility
3. **HIGH** `MINED033` — Go Recover Without Log
   `prelude/channel.go:5` · CWE-755 · ✓ Repobility
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `crates/emit/src/state/scope.rs:91`
5. **HIGH** `MINED003` — Rust Unwrap In Prod
   `crates/cli/build.rs:2` · CWE-755 · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/8062a915-8e13-4d5c-8cd3-25745c390771/_
Megaproject â high spam risk
Could not determine 'ivov/lisette' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
24/74 findings (32%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.