← Back to scan
File as GitHub Issue repo: cloudwego/abcoder

Push this scan report to cloudwego/abcoder

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

Go: exec.Command with non-literal

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
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… ts-parser/test-repo/src/routes/AuthRout…:107
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… ts-parser/test-repo/src/index.ts:65
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … ts-parser/src/utils/cluster-processor.ts:217
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… lang/java/pb/lib.go:143
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… lang/rust/repo.go:157
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… lang/lsp/client.go:247
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… lang/java/ipc/server.go:180
HIGH MINED134 [MINED134] Binary file `lang/java/ipc/abcoder-java-analyzer-1.0-SNAPSHOT.jar` committed i… lang/java/ipc/abcoder-java-analyzer-1.0…:1
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v4`: `uses: actions/u… .github/workflows/regression.yml:112
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/regression.yml:63
HIGH MINED115 [MINED115] Action `actions/setup-java` pinned to mutable ref `@v4`: `uses: actions/setup-… .github/workflows/regression.yml:57
HIGH MINED115 [MINED115] Action `actions/setup-python` pinned to mutable ref `@v5`: `uses: actions/setu… .github/workflows/regression.yml:52
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/regression.yml:46
HIGH MINED115 [MINED115] Action `actions/setup-go` pinned to mutable ref `@v5`: `uses: actions/setup-go… .github/workflows/regression.yml:38
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/regression.yml:32
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/regression.yml:27
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/go-test.yml:39
HIGH MINED115 [MINED115] Action `actions/setup-go` pinned to mutable ref `@v5`: `uses: actions/setup-go… .github/workflows/go-test.yml:34
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/go-test.yml:31
HIGH MINED115 [MINED115] Action `apache/skywalking-eyes/header` pinned to mutable ref `@v0.4.0`: `uses:… .github/workflows/pr-check.yml:12
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/pr-check.yml:9
HIGH MINED128 [MINED128] go.mod replaces `a.b/c` — points to a LOCAL path: `replace a.b/c => ../.` over… testdata/go/0_golang/cmd/go.mod:4
HIGH MINED113 [MINED113] Express POST /refresh-token has no auth: Express route POST /refresh-token dec… ts-parser/test-repo/src/routes/AuthRout…:107
HIGH MINED113 [MINED113] Express POST /login has no auth: Express route POST /login declared without an… ts-parser/test-repo/src/routes/AuthRout…:64
HIGH MINED113 [MINED113] Express POST /register has no auth: Express route POST /register declared with… ts-parser/test-repo/src/routes/AuthRout…:25
HIGH MINED113 [MINED113] Express POST / has no auth: Express route POST / declared without an auth midd… ts-parser/test-repo/src/routes/UserRout…:26
HIGH MINED113 [MINED113] Express POST /api/hash-password has no auth: Express route POST /api/hash-pass… ts-parser/test-repo/src/index.ts:72
HIGH MINED113 [MINED113] Express POST /api/token has no auth: Express route POST /api/token declared wi… ts-parser/test-repo/src/index.ts:65
MED SEC119 [SEC119] World-writable / world-readable file permissions: World-writable files let any l… internal/cmd/init_spec.go:151
MED COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 15 (SonarSo… script/diffjson.py:191
MED COMP001 [COMP001] High cognitive complexity: Function `format_diff_custom` has cognitive complexi… script/diffjson.py:66
MED MINED124 [MINED124] requirements.txt: `deepdiff` has no version pin: Unpinned pip requirement mean… script/requirements.txt:1
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. lang/utils/files.go:28
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. lang/lsp/lsp.go:168
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… lang/java/pb/lib.go:140
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. lang/parse.go:70
LOW COMP001 [COMP001] High cognitive complexity: Function `process_directory_comparison` has cognitiv… script/diffjson.py:150
LOW AIC003 Duplicated implementation block across source files ts-parser/src/parser/VarParser.ts:384
LOW AIC003 Duplicated implementation block across source files testdata/python/1_single/main.py:46
LOW AIC003 Duplicated implementation block across source files testdata/python/1_single/main.py:15
LOW AIC003 Duplicated implementation block across source files lang/utils/strings.go:40
LOW AIC003 Duplicated implementation block across source files lang/utils/err.go:11
LOW AIC003 Duplicated implementation block across source files lang/cpp/spec.go:255
INFO MINED074 [MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.exa… ts-parser/test-repo/src/services/api.ts:33
INFO MINED074 [MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.exa… ts-parser/test-repo/src/services/Export…:4
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… ts-parser/test-repo/src/config/app.conf…:17
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … ts-parser/src/utils/typescript-structur…:155
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … ts-parser/src/utils/parsing-strategy.ts:132
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … ts-parser/src/utils/graph-builder.ts:101
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. ts-parser/test-repo/src/routes/AuthRout…:115
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. ts-parser/src/utils/cluster-processor.ts:179
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. ts-parser/src/parser/RepositoryParser.ts:224
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. ts-parser/src/utils/tsconfig-cache.ts:9
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. ts-parser/src/parser/RepositoryParser.ts:221
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. ts-parser/src/parser/ModuleParser.ts:28
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … ts-parser/src/parser/RepositoryParser.ts:44
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … ts-parser/src/parser/ModuleParser.ts:34
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … ts-parser/src/index.ts:31
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… script/diffjson.py:63
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… llm/agent/cmd.go:48
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… lang/rust/utils/lsp.go:88
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… lang/lsp/client.go:59
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. lang/java/lib_ipc.go:75
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. lang/cxx/spec.go:65
INFO MINED071 [MINED071] Go Panic Call: panic() crashes the process. Should return error in most cases. lang/cpp/spec.go:108
Reset to top 5 65 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `cloudwego/abcoder`

**Score: 78/100 (A-)**  ·  67 findings  ·  scanned 2026-05-31 01:23 UTC  ·  39,486 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 28 |
| MEDIUM | 4 |
| LOW | 11 |

📊 [Full filterable report](https://repobility.com/scan/db702b90-6668-4796-b198-40ebefc82950/)  ·  ![scorecard](https://repobility.com/scan/db702b90-6668-4796-b198-40ebefc82950/report.png?v=1780190620-s2)

### Top findings

1. **HIGH** `SEC135` — Auth/permission check missing on AI-generated endpoint
   `ts-parser/test-repo/src/routes/AuthRoutes.ts:107` · CWE-862
2. **HIGH** `SEC135` — Auth/permission check missing on AI-generated endpoint
   `ts-parser/test-repo/src/index.ts:65` · CWE-862
3. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `ts-parser/src/utils/cluster-processor.ts:217`
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `lang/java/pb/lib.go:143` · A10:2021 SSRF
5. **HIGH** `SEC093` — Go: exec.Command with non-literal
   `lang/rust/repo.go:157`

---

**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/db702b90-6668-4796-b198-40ebefc82950/_
Megaproject â high spam risk
Could not determine 'cloudwego/abcoder' 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.

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.