← Back to scan
File as GitHub Issue repo: PlanExeOrg/PlanExe

Push this scan report to PlanExeOrg/PlanExe

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

Compose service contains a literal secret environment value

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 DKC007 Compose service contains a literal secret environment value docker-compose.yml:192
CRIT DKC007 Compose service contains a literal secret environment value docker-compose.yml:175
CRIT DKC007 Compose service contains a literal secret environment value docker-compose.yml:136
CRIT DKC007 Compose service contains a literal secret environment value docker-compose.yml:129
CRIT DKC007 Compose service contains a literal secret environment value docker-compose.yml:122
CRIT DKC007 Compose service contains a literal secret environment value docker-compose.yml:115
CRIT DKC007 Compose service contains a literal secret environment value docker-compose.yml:109
CRIT DKC007 Compose service contains a literal secret environment value docker-compose.yml:50
CRIT DKR005 Docker image bakes a secret-like ENV value database_postgres/Dockerfile:4
HIGH SEC016 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolat… worker_plan/worker_plan_internal/self_a…:340
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… experiments/run_callback_handlers_on_st…:103
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… worker_plan/worker_plan_internal/lever/…:372
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… worker_plan/worker_plan_internal/lever/…:324
HIGH SEC004 [SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection. worker_plan/worker_plan_internal/lever/…:175
HIGH SEC004 [SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection. worker_plan/worker_plan_internal/lever/…:143
MED SEC012 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation all… frontend_multi_user/src/downloads.py:42
MED SEC012 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation all… worker_plan_database/app.py:823
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… worker_plan/app.py:388
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… mcp_cloud/middleware.py:238
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… database_worker/server.py:29
MED AIC003 Duplicated implementation block across source files worker_plan/worker_plan_internal/assume…:138
MED AIC003 Duplicated implementation block across source files worker_plan/worker_plan_internal/assume…:197
MED AIC003 Duplicated implementation block across source files worker_plan/worker_plan_internal/assume…:144
MED AIC003 Duplicated implementation block across source files worker_plan/worker_plan_internal/assume…:154
MED AIC003 Duplicated implementation block across source files worker_plan/worker_plan_internal/assume…:150
MED AIC003 Duplicated implementation block across source files worker_plan/worker_plan_internal/assume…:160
MED AIC003 Duplicated implementation block across source files mcp_cloud/handlers.py:31
MED AIC003 Duplicated implementation block across source files experiments/run_stream_chat_structured_…:59
MED AIC003 Duplicated implementation block across source files experiments/run_prompt_caching_demo2.py:9
MED AIC003 Duplicated implementation block across source files experiments/run_extract_plan.py:1
MED AIC003 Duplicated implementation block across source files experiments/run_create_plan2.py:1
MED AIC003 Duplicated implementation block across source files experiments/run_callback_handlers_on_st…:44
MED DKR001 Docker final stage has no non-root USER database_postgres/Dockerfile:1
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … worker_plan/worker_plan_internal/self_a…:340
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AGT015 Remote install command pipes network code directly to a shell worker_plan/worker_plan_internal/diagno…:132
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:192
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:175
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:136
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:129
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:122
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:115
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:109
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:76
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:50
LOW AIC002 Source file name looks like an AI patch artifact database_postgres/download_backup.py:1
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:50
Reset to top 5 48 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `PlanExeOrg/PlanExe`

**Score: 54/100 (C+)**  ·  53 findings  ·  scanned 2026-05-15 20:53 UTC  ·  62,020 LOC

| Severity | Count |
|---|---|
| CRITICAL | 9 |
| HIGH | 6 |
| MEDIUM | 21 |
| LOW | 12 |

📊 [Full filterable report](https://repobility.com/scan/236619d2-7a6e-47af-b8ad-a7179371f82c/)  ·  ![scorecard](https://repobility.com/scan/236619d2-7a6e-47af-b8ad-a7179371f82c/report.png?v=1778878397-s2)

### Top findings

1. **CRITICAL** `DKC007` — Compose service contains a literal secret environment value
   `docker-compose.yml:192`
2. **CRITICAL** `DKC007` — Compose service contains a literal secret environment value
   `docker-compose.yml:175`
3. **CRITICAL** `DKC007` — Compose service contains a literal secret environment value
   `docker-compose.yml:136`
4. **CRITICAL** `DKC007` — Compose service contains a literal secret environment value
   `docker-compose.yml:129`
5. **CRITICAL** `DKC007` — Compose service contains a literal secret environment value
   `docker-compose.yml:122`

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/236619d2-7a6e-47af-b8ad-a7179371f82c/_
Megaproject â high spam risk
Could not determine 'PlanExeOrg/PlanExe' 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.