← Back to scan
File as GitHub Issue repo: pardnchiu/Agenvoy

Push this scan report to pardnchiu/Agenvoy

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 MINED033 [MINED033] Go Recover Without Log: defer func() { recover() }() that silently swallows pa… internal/runtime/tui/handlerExec.go:51
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. internal/runtime/tui/commandKuradb.go:76
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… internal/runtime/monitor/monitor.go:113
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… internal/runtime/kuradb/run.go:31
HIGH SEC093 [SEC093] Go: exec.Command with non-literal: exec.Command(<var>) — variable command name a… internal/filesystem/git.go:32
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. internal/agents/provider/copilot/login.…:52
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. internal/agents/provider/compat/send.go:38
HIGH MINED016 [MINED016] Go Error Ignored: _, err := fn() with err not checked. Go anti-pattern. internal/agents/provider/claude/send.go:90
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… internal/agents/provider/gemini/youtube…:29
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… internal/agents/provider/compat/new.go:48
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… internal/agents/provider/claude/send.go:124
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). extensions/skills/code-reviewer/scripts…:71
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… extensions/skills/code-reviewer/scripts…:47
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… extensions/skills/code-reviewer/scripts…:27
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … internal/tools/calculator/calculate.go:24
MED SEC091 [SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/Read… internal/agents/provider/openaiCodex/lo…:183
MED SEC091 [SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/Read… cmd/app/cmdDeamon.go:258
MED MINED111 Bare except continues silently extensions/skills/tool-reviewer/scripts…:517
MED MINED111 Bare except continues silently extensions/skills/tool-reviewer/scripts…:280
MED MINED111 Bare except continues silently extensions/skills/tool-reviewer/scripts…:251
MED MINED111 Bare except continues silently extensions/skills/skill-creator/scripts…:109
MED MINED111 Bare except continues silently extensions/skills/skill-creator/scripts…:300
MED MINED111 Bare except continues silently extensions/skills/skill-creator/scripts…:292
MED MINED111 Bare except continues silently extensions/skills/skill-creator/scripts…:280
MED COMP001 [COMP001] High cognitive complexity: Function `_iter_source_files` has cognitive complexi… extensions/skills/code-reviewer/scripts…:95
MED COMP001 [COMP001] High cognitive complexity: Function `_parse_go_mod` has cognitive complexity 24… extensions/skills/code-reviewer/scripts…:51
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 41.0% of discovered …
MED AGT015 Remote install command pipes network code directly to a shell wiki/KuraDB-RAG.zh.md:76
MED AGT015 Remote install command pipes network code directly to a shell wiki/KuraDB-RAG.md:76
MED AGT015 Remote install command pipes network code directly to a shell wiki/CLI-Reference.zh.md:96
MED AGT015 Remote install command pipes network code directly to a shell wiki/CLI-Reference.md:96
MED AGT015 Remote install command pipes network code directly to a shell index.html:223
MED AGT015 Remote install command pipes network code directly to a shell doc/README.zh.md:57
MED WEB015 Public web app has no Content Security Policy index.html
MED AGT015 Remote install command pipes network code directly to a shell wiki/Security-and-Sandbox.zh.md:62
MED AGT015 Remote install command pipes network code directly to a shell wiki/Security-and-Sandbox.md:62
MED AGT015 Remote install command pipes network code directly to a shell static/scripts/install.sh:4
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … internal/agents/provider/gemini/stt/han…:58
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … internal/agents/provider/gemini/youtube…:40
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … internal/agents/exec/execute.go:223
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… internal/agents/exec/execute.go:235
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… internal/agents/exec/execute.go:231
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… internal/agents/exec/execute.go:226
MED CORE_NO_CI No CI/CD configuration found
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… internal/runtime/telegram/push.go:97
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… internal/agents/provider/openaiCodex/im…:106
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… internal/agents/exec/systemPrompt.go:32
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. extensions/skills/code-reviewer/scripts…:66
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. cmd/app/main.go:78
LOW ERR003 [ERR003] Ignored Error (Go): Ignoring error return values. cmd/app/cmdDeamon.go:77
LOW COMP001 [COMP001] High cognitive complexity: Function `detect_language` has cognitive complexity … extensions/skills/code-reviewer/scripts…:40
LOW AIC003 Duplicated implementation block across source files internal/toolAdapter/script/translator.…:38
LOW AIC003 Duplicated implementation block across source files internal/toolAdapter/mcp/stdio.go:190
LOW AIC003 Duplicated implementation block across source files internal/runtime/tui/commandTaskRemove.…:17
LOW AIC003 Duplicated implementation block across source files internal/runtime/telegram/run.go:179
LOW AIC003 Duplicated implementation block across source files internal/runtime/telegram/new.go:74
LOW AIC003 Duplicated implementation block across source files internal/runtime/telegram/chunk.go:26
LOW AIC003 Duplicated implementation block across source files internal/runtime/scheduler.go:209
LOW AIC003 Duplicated implementation block across source files internal/runtime/kuradb/tool/semantic.go:1
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/openaiCodex/se…:22
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/nvidia/send.go:18
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/grok/send.go:15
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/grok/send.go:2
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/grok/new.go:27
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/grok/new.go:2
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/gemini/youtube…:19
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/gemini/new.go:27
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/deepseek/send.…:15
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/deepseek/new.go:2
LOW AIC003 Duplicated implementation block across source files cmd/app/newTUI.go:29
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/openai/send.go:17
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/openai/send.go:2
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/openai/new.go:27
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/openai/new.go:2
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/nvidia/send.go:14
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/nvidia/new.go:27
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/nvidia/new.go:2
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/gemini/send.go:2
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/gemini/new.go:2
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/copilot/send.go:17
LOW AIC003 Duplicated implementation block across source files internal/agents/provider/compat/send.go:10
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… internal/tools/downloadFile.go:30
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. extensions/skills/readme-generate/scrip…:58
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… extensions/skills/code-reviewer/scripts…:48
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… extensions/skills/code-reviewer/scripts…:28
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… cmd/app/newTUI.go:81
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… cmd/app/main.go:109
INFO MINED060 [MINED060] Go Context No Cancel: context.Background() at request handler boundary leaks g… cmd/app/cmdDeamon.go:153
Reset to top 5 94 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `pardnchiu/Agenvoy`

**Score: 84/100 (C+)**  ·  119 findings  ·  scanned 2026-05-31 01:22 UTC  ·  36,637 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 14 |
| MEDIUM | 32 |
| LOW | 41 |

📊 [Full filterable report](https://repobility.com/scan/1ff33bf4-f2fc-4a9a-bdbf-25c857b0ef2b/)  ·  ![scorecard](https://repobility.com/scan/1ff33bf4-f2fc-4a9a-bdbf-25c857b0ef2b/report.png?v=1780190535-s2)

### Top findings

1. **HIGH** `MINED033` — Go Recover Without Log
   `internal/runtime/tui/handlerExec.go:51` · CWE-755 · ✓ Repobility
2. **HIGH** `MINED012` — Curl Pipe Bash
   `internal/runtime/tui/commandKuradb.go:76` · CWE-494 · ✓ Repobility
3. **HIGH** `SEC093` — Go: exec.Command with non-literal
   `internal/runtime/monitor/monitor.go:113`
4. **HIGH** `SEC093` — Go: exec.Command with non-literal
   `internal/runtime/kuradb/run.go:31`
5. **HIGH** `SEC093` — Go: exec.Command with non-literal
   `internal/filesystem/git.go:32`

---

**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/1ff33bf4-f2fc-4a9a-bdbf-25c857b0ef2b/_
Megaproject â high spam risk
Could not determine 'pardnchiu/Agenvoy' 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.