Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
173 of your 323 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 106.44s for a 179.0 MB repo slow.
  • Repobility's analysis ran in 30.7s after the clone landed.

Stirling-Tools/Stirling-PDF

https://github.com/Stirling-Tools/Stirling-PDF · scanned 2026-06-05 07:26 UTC (5 days, 21 hours ago) · 10 languages

4361 raw signals (281 security + 4080 graph) 11/13 scanners ran 59th percentile · Typescript · huge (>500K LoC) System graph score 53 (higher by 33)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 21 hours ago · v2 · 511 actionable findings from 2 signal sources. 1809 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 65.0 0.15 9.75
security_score 100.0 0.25 25.00
testing_score 80.0 0.20 16.00
documentation_score 95.0 0.15 14.25
practices_score 92.0 0.15 13.80
code_quality 73.0 0.10 7.30
Overall 1.00 86.1
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade A- (86/100). Dimensions: security 100, maintainability 65. 281 findings (75 security). 510,008 lines analyzed.

Showing 394 of 511 actionable findings. 2320 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

low Security checks quality Quality conf 1.00 ✓ Repobility [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, error messages.
Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context.
app/proprietary/src/main/java/stirling/software/proprietary/cluster/valkey/ValkeyConnectionConfiguration.java:103
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED107] Missing import: `array` used but not imported: The file uses `array.something(...)` but never imports `array`. This raises NameError at runtime the first time the line executes.
Add `import array` at the top of the file.
scripts/counter_translation_v3.py:88
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes.
Add `import queue` at the top of the file.
engine/scripts/generate_tool_models.py:127
high Security checks security auth conf 0.88 2 occurrences Token handoff appears to use a callback URL or fragment
Use a server-side one-time authorization code tied to a registered callback allowlist. Do not append access tokens to callback URLs or fragments.
lines 7, 67
frontend/editor/src/proprietary/routes/AuthCallback.tsx:7, 67 (2 hits)
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 25 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
2 files, 25 locations
.github/workflows/PR-Auto-Deploy-V2.yml:118, 138, 139, 207, 208, 232, 248, 261, +7 more (17 hits)
.github/workflows/frontend-backend-licenses-update.yml:74, 75, 322, 340, 341, 360, 361, 362 (8 hits)
CI/CD securityworkflow secretsGitHub Actions
critical System graph security Secrets conf 1.00 Possible secret in .github/workflows/PR-Auto-Deploy-V2.yml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
.github/workflows/PR-Auto-Deploy-V2.yml:295
critical System graph security Secrets conf 1.00 Possible secret in app/core/src/main/java/stirling/software/SPDF/exception/GlobalExceptionHandler.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
app/core/src/main/java/stirling/software/SPDF/exception/GlobalExceptionHandler.java:1396
critical System graph security Secrets conf 1.00 Possible secret in app/proprietary/src/main/java/stirling/software/proprietary/security/InitialSecuritySetup.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
app/proprietary/src/main/java/stirling/software/proprietary/security/InitialSecuritySetup.java:133
critical System graph security Secrets conf 1.00 Possible secret in app/proprietary/src/main/java/stirling/software/proprietary/service/ServerCertificateService.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
app/proprietary/src/main/java/stirling/software/proprietary/service/ServerCertificateService.java:42
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in engine/src/stirling/models/tool_models.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 1702, 1710
engine/src/stirling/models/tool_models.py:1702, 1710 (2 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/ar-AR/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/ar-AR/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 38 occurrences Possible secret in frontend/editor/public/locales/az-AZ/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more
frontend/editor/public/locales/az-AZ/translation.toml:157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more (38 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/bg-BG/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/bg-BG/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/bo-CN/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/bo-CN/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 42 occurrences Possible secret in frontend/editor/public/locales/ca-CA/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +34 more
frontend/editor/public/locales/ca-CA/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +34 more (42 hits)
critical System graph security Secrets conf 1.00 38 occurrences Possible secret in frontend/editor/public/locales/cs-CZ/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more
frontend/editor/public/locales/cs-CZ/translation.toml:157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more (38 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/da-DK/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/da-DK/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/de-DE/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/de-DE/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/el-GR/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/el-GR/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 45 occurrences Possible secret in frontend/editor/public/locales/en-GB/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 101, 158, 161, 162, 165, 166, 2195, 2347, +37 more
frontend/editor/public/locales/en-GB/translation.toml:101, 158, 161, 162, 165, 166, 2195, 2347, +37 more (45 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/es-ES/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2151, 2303, +35 more
frontend/editor/public/locales/es-ES/translation.toml:100, 157, 160, 161, 164, 165, 2151, 2303, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/eu-ES/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/eu-ES/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/fa-IR/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/fa-IR/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/fr-FR/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/fr-FR/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/ga-IE/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/ga-IE/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/hi-IN/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/hi-IN/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/hr-HR/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/hr-HR/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/hu-HU/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/hu-HU/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/id-ID/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/id-ID/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 44 occurrences Possible secret in frontend/editor/public/locales/it-IT/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +36 more
frontend/editor/public/locales/it-IT/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +36 more (44 hits)
critical System graph security Secrets conf 1.00 38 occurrences Possible secret in frontend/editor/public/locales/ja-JP/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more
frontend/editor/public/locales/ja-JP/translation.toml:157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more (38 hits)
critical System graph security Secrets conf 1.00 38 occurrences Possible secret in frontend/editor/public/locales/ko-KR/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more
frontend/editor/public/locales/ko-KR/translation.toml:157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more (38 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/ml-ML/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/ml-ML/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/nl-NL/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/nl-NL/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/no-NB/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/no-NB/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 38 occurrences Possible secret in frontend/editor/public/locales/pl-PL/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more
frontend/editor/public/locales/pl-PL/translation.toml:157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more (38 hits)
critical System graph security Secrets conf 1.00 38 occurrences Possible secret in frontend/editor/public/locales/pt-BR/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more
frontend/editor/public/locales/pt-BR/translation.toml:157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more (38 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/pt-PT/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/pt-PT/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/ro-RO/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/ro-RO/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/ru-RU/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/ru-RU/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 38 occurrences Possible secret in frontend/editor/public/locales/sk-SK/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more
frontend/editor/public/locales/sk-SK/translation.toml:157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more (38 hits)
critical System graph security Secrets conf 1.00 38 occurrences Possible secret in frontend/editor/public/locales/sl-SI/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more
frontend/editor/public/locales/sl-SI/translation.toml:157, 160, 161, 164, 165, 2163, 2315, 2507, +30 more (38 hits)
critical System graph security Secrets conf 1.00 42 occurrences Possible secret in frontend/editor/public/locales/sr-LATN-RS/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 157, 160, 161, 164, 165, 2163, 2315, 2507, +34 more
frontend/editor/public/locales/sr-LATN-RS/translation.toml:157, 160, 161, 164, 165, 2163, 2315, 2507, +34 more (42 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/sv-SE/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/sv-SE/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/th-TH/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/th-TH/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 41 occurrences Possible secret in frontend/editor/public/locales/tr-TR/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +33 more
frontend/editor/public/locales/tr-TR/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +33 more (41 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/uk-UA/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/uk-UA/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 43 occurrences Possible secret in frontend/editor/public/locales/vi-VN/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2315, +35 more
frontend/editor/public/locales/vi-VN/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2315, +35 more (43 hits)
critical System graph security Secrets conf 1.00 22 occurrences Possible secret in frontend/editor/public/locales/zh-BO/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 157, 160, 161, 164, 165, 2163, 2507, +14 more
frontend/editor/public/locales/zh-BO/translation.toml:100, 157, 160, 161, 164, 165, 2163, 2507, +14 more (22 hits)
critical System graph security Secrets conf 1.00 14 occurrences Possible secret in frontend/editor/public/locales/zh-CN/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 2507, 3003, 3006, 3375, 3377, 3556, 3562, 3824, +6 more
frontend/editor/public/locales/zh-CN/translation.toml:2507, 3003, 3006, 3375, 3377, 3556, 3562, 3824, +6 more (14 hits)
critical System graph security Secrets conf 1.00 15 occurrences Possible secret in frontend/editor/public/locales/zh-TW/translation.toml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 2163, 2507, 3003, 3006, 3375, 3377, 3556, 3562, +7 more
frontend/editor/public/locales/zh-TW/translation.toml:2163, 2507, 3003, 3006, 3375, 3377, 3556, 3562, +7 more (15 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in frontend/editor/src/core/components/onboarding/slides/FirstLoginSlide.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 17, 100
frontend/editor/src/core/components/onboarding/slides/FirstLoginSlide.tsx:17, 100 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in frontend/editor/src/core/components/shared/FirstLoginModal.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
frontend/editor/src/core/components/shared/FirstLoginModal.tsx:103
critical System graph security Secrets conf 1.00 Possible secret in frontend/editor/src/core/hooks/tools/automate/useSuggestedAutomations.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
frontend/editor/src/core/hooks/tools/automate/useSuggestedAutomations.ts:233
critical System graph security Secrets conf 1.00 Possible secret in frontend/editor/src/proprietary/components/shared/ChangeUserPasswordModal.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
frontend/editor/src/proprietary/components/shared/ChangeUserPasswordModal.tsx:330
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences [MINED108] `self.total` used but never assigned in __init__: Method `pct` of class `CounterTotals` reads `self.total`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
Initialize `self.total = <default>` in __init__, or add a class-level default.
4 files, 25 locations
scripts/translations/translation_analyzer.py:67, 84, 86, 87, 98, 100, 101, 119, +5 more (13 hits)
scripts/translations/toml_beautifier.py:55, 104, 107, 110, 122, 125, 128, 129, +2 more (10 hits)
scripts/coverage-summary.py:49
scripts/translations/batch_translator.py:99
high Security checks quality Quality conf 0.80 ✓ Repobility [MINED112] FastAPI DELETE /by-id/{document_id} has no auth: Handler `delete_document` is registered with router/app.delete(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
engine/src/stirling/api/routes/documents.py:49
high Security checks quality Quality conf 0.80 ✓ Repobility [MINED112] FastAPI DELETE /by-owner has no auth: Handler `purge_caller_documents` is registered with router/app.delete(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
engine/src/stirling/api/routes/documents.py:70
high Security checks quality Quality conf 0.80 ✓ Repobility 4 occurrences [MINED112] FastAPI POST (unknown path) has no auth: Handler `ingest_document` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
4 files, 4 locations
engine/src/stirling/api/routes/documents.py:23
engine/src/stirling/api/routes/orchestrator.py:30
engine/src/stirling/api/routes/pdf_edit.py:15
engine/src/stirling/api/routes/pdf_questions.py:15
high Security checks quality Quality conf 0.80 ✓ Repobility [MINED112] FastAPI POST /deliberate has no auth: Handler `deliberate_endpoint` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
engine/src/stirling/api/routes/ledger.py:47
high Security checks quality Quality conf 0.80 ✓ Repobility [MINED112] FastAPI POST /draft has no auth: Handler `draft_agent` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
engine/src/stirling/api/routes/agent_drafts.py:20
high Security checks quality Quality conf 0.80 ✓ Repobility [MINED112] FastAPI POST /examine has no auth: Handler `examine_endpoint` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
engine/src/stirling/api/routes/ledger.py:38
high Security checks quality Quality conf 0.80 ✓ Repobility [MINED112] FastAPI POST /generate has no auth: Handler `generate_endpoint` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
engine/src/stirling/api/routes/pdf_comments.py:28
high Security checks quality Quality conf 0.80 ✓ Repobility [MINED112] FastAPI POST /next-action has no auth: Handler `next_action` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
engine/src/stirling/api/routes/execution.py:15
high Security checks quality Quality conf 0.80 ✓ Repobility [MINED112] FastAPI POST /revise has no auth: Handler `revise_agent` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
engine/src/stirling/api/routes/agent_drafts.py:28
high Security checks software dependencies conf 0.90 ✓ Repobility 5 occurrences [MINED118] Dockerfile FROM `gradle:9.3.1-jdk25` not pinned by digest: `FROM gradle:9.3.1-jdk25` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM gradle:9.3.1-jdk25@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
3 files, 5 locations
docker/embedded/Dockerfile.fat:9, 50 (2 hits)
docker/embedded/Dockerfile.ultra-lite:5, 50 (2 hits)
engine/Dockerfile.dev:2
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED121] requirements.txt installs from `brotli @ git+https://github.com/google/brotli.git@...` (git/URL): Pip requirement points to a VCS URL or direct download. Bypasses PyPI's integrity check + scanning. If the host or branch tip changes, the next `pip install` pulls a different package — no diff visible to reviewers.
Publish to PyPI (private if needed) and reference by version. If that's not feasible, lock to a commit SHA via `package @ git+https://...@<sha>` and verify in CI.
.github/scripts/requirements_dev.txt:10
high Security checks software dependencies conf 0.90 ✓ Repobility 5 occurrences [MINED131] pre-commit hook `https://github.com/astral-sh/ruff-pre-commit` pinned to mutable rev `v0.15.14`: `.pre-commit-config.yaml` references `https://github.com/astral-sh/ruff-pre-commit` at `rev: v0.15.14`. If `{rev}` is a branch or version tag, the repo owner can push new code there and `pre-commit install --install-hooks` will fetch it on every developer's machine.
Pin to a commit SHA: `rev: <40-char-sha>` and bump it through `pre-commit autoupdate` (which writes to PRs that are reviewed).
lines 2, 14, 24, 28, 37
.pre-commit-config.yaml:2, 14, 24, 28, 37 (5 hits)
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo: `gradle/wrapper/gradle-wrapper.jar` is a .jar binary (46,175 bytes) committed to a repo that otherwise has 3034 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
gradle/wrapper/gradle-wrapper.jar:1
high Security checks security path traversal conf 0.80 3 occurrences [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
3 files, 3 locations
app/core/src/main/resources/static/python/png_to_webp.py:42
app/core/src/main/resources/static/python/split_photos.py:106
app/saas/src/main/java/stirling/software/saas/payg/job/JobService.java:86
high Security checks software Xxe conf 1.00 [SEC024] XML External Entity (XXE) — Java parser default: Java XML parsers accept external entity references by default. An attacker can craft XML input that reads server files (file://), exfiltrates data via DNS, or causes denial of service via the 'billion laughs' attack.
Disable DTDs and external entities before parsing: factory.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true); factory.setFeature("http://xml.org/sax/features/external-general-entities", false); factory.setFeature("http://xml.org/sax/features/external-parameter-entities"…
app/common/src/main/java/stirling/software/common/util/SvgSanitizer.java:86
high Security checks cicd CI/CD security conf 0.92 3 occurrences Dockerfile pipes a remote script into a shell
Download the artifact, verify its checksum or signature, pin the version, and then execute it.
3 files, 3 locations
docker/embedded/Dockerfile:11
docker/embedded/Dockerfile.fat:12
docker/embedded/Dockerfile.ultra-lite:9
CI/CD securitycontainers
high Security checks security auth conf 0.83 Secret-like setting is echoed into a password input value
Never prefill secret fields with stored values. Show a masked status such as configured/not configured, require explicit rotation to replace the value, and return the raw key only once at creation time.
frontend/editor/src/saas/routes/login/EmailPasswordForm.tsx:64
high Security checks security auth conf 0.83 Secret-like setting is echoed into a password input value
Never prefill secret fields with stored values. Show a masked status such as configured/not configured, require explicit rotation to replace the value, and return the raw key only once at creation time.
frontend/editor/src/saas/routes/ResetPassword.tsx:209
high System graph security Secrets conf 1.00 .env file present in repo: engine/.env
A raw .env file is in the working tree. Verify it isn't committed and that secrets are in a vault.
Config
high System graph security Secrets conf 1.00 .env file present in repo: frontend/editor/.env
A raw .env file is in the working tree. Verify it isn't committed and that secrets are in a vault.
Config
high System graph api Wiring conf 1.00 Dangling fetch: GET http://httpbin.org/status/200 (frontend/editor/src/desktop/services/connectionModeService.ts:1041)
`frontend/editor/src/desktop/services/connectionModeService.ts:1041` calls `GET http://httpbin.org/status/200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/httpbin.org/status/<p>` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: HEAD https://1.1.1.1 (frontend/editor/src/desktop/services/connectionModeService.ts:986)
`frontend/editor/src/desktop/services/connectionModeService.ts:986` calls `HEAD https://1.1.1.1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/1.1.1.1` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: HEAD https://www.google.com (frontend/editor/src/desktop/services/connectionModeService.ts:937)
`frontend/editor/src/desktop/services/connectionModeService.ts:937` calls `HEAD https://www.google.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.google.com` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/ai/orchestrate/stream (frontend/editor/src/proprietary/components/chat/ChatContext.tsx:464)
`frontend/editor/src/proprietary/components/chat/ChatContext.tsx:464` calls `POST /api/v1/ai/orchestrate/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai/orchestrate/stream` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/ai/orchestrate/stream (frontend/editor/src/prototypes/components/chat/ChatContext.tsx:443)
`frontend/editor/src/prototypes/components/chat/ChatContext.tsx:443` calls `POST /api/v1/ai/orchestrate/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai/orchestrate/stream` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/mobile-scanner/upload/${sessionId} (frontend/editor/src/core/pages/MobileScannerPage.tsx:843)
`frontend/editor/src/core/pages/MobileScannerPage.tsx:843` calls `POST /api/v1/mobile-scanner/upload/${sessionId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mobile-scanner/upload/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/workflow/participant/validate-certificate (frontend/editor/src/proprietary/components/workflow/ParticipantView.tsx:84)
`frontend/editor/src/proprietary/components/workflow/ParticipantView.tsx:84` calls `POST /api/v1/workflow/participant/validate-certificate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/workflow/participant/vali…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `deliberate_endpoint` without auth dependency — engine/src/stirling/api/routes/ledger.py:46
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/src/stirling/api/routes/ledger.py:46 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `examine_endpoint` without auth dependency — engine/src/stirling/api/routes/ledger.py:37
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/src/stirling/api/routes/ledger.py:37 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_endpoint` without auth dependency — engine/src/stirling/api/routes/pdf_comments.py:27
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/src/stirling/api/routes/pdf_comments.py:27 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `next_action` without auth dependency — engine/src/stirling/api/routes/execution.py:14
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/src/stirling/api/routes/execution.py:14 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `orchestrate` without auth dependency — engine/src/stirling/api/routes/orchestrator.py:29
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/src/stirling/api/routes/orchestrator.py:29 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pdf_edit` without auth dependency — engine/src/stirling/api/routes/pdf_edit.py:14
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/src/stirling/api/routes/pdf_edit.py:14 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pdf_questions` without auth dependency — engine/src/stirling/api/routes/pdf_questions.py:14
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/src/stirling/api/routes/pdf_questions.py:14 securityAuth fastapi unauth mutation
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
high Security checks security auth conf 0.66 2 occurrences [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /api/v1/admin/server-certificate.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
lines 15, 20
app/common/src/main/java/stirling/software/common/annotations/api/AdminServerCertificateApi.java:15, 20 (2 hits)
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /info.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
app/proprietary/src/main/java/stirling/software/proprietary/security/controller/api/ServerCertificateController.java:31
high Security checks security auth conf 0.68 2 occurrences [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /api/v1/invite.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
lines 15, 20
app/common/src/main/java/stirling/software/common/annotations/api/InviteApi.java:15, 20 (2 hits)
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /api/v1/mobile-scanner.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
app/core/src/main/java/stirling/software/SPDF/controller/api/misc/MobileScannerController.java:44
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /download/{sessionId}/{filename}.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
app/core/src/main/java/stirling/software/SPDF/controller/api/misc/MobileScannerController.java:265
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /wau.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
app/core/src/main/java/stirling/software/SPDF/controller/web/MetricsController.java:384
medium Security checks security path traversal conf 1.00 3 occurrences [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation allows writing files outside the target directory.
Validate extracted paths with os.path.realpath() and ensure they stay within the target directory.
3 files, 3 locations
app/common/src/main/java/stirling/software/common/util/CbzUtils.java:66
app/common/src/main/java/stirling/software/common/util/FileToPdf.java:89
app/common/src/main/java/stirling/software/common/util/ZipExtractionUtils.java:121
medium Security checks software Open redirect conf 1.00 3 occurrences [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning window.location from a server-supplied URL trusts the server endpoint to never return a hostile destination. If that endpoint is ever subverted (compromised admin, JSON injection, MITM on a webhook), users get redirected to a phishing site they trust because the original page is yours. CWE-601 (server-side OR client-side). Complement to server-side SEC030.
Validate the URL is same-origin or on an explicit allowlist before assignment: const u = new URL(serverUrl, location.href); if (u.origin !== location.origin && !ALLOWED.includes(u.host)) return; location.assign(u); Even better: have the server return a path (/checkout/done) instead of a full …
3 files, 3 locations
frontend/editor/src/core/hooks/useUrlSync.ts:41
frontend/editor/src/proprietary/components/shared/UpdateSeatsModal.tsx:93
frontend/editor/src/proprietary/components/shared/stripeCheckout/hooks/useCheckoutSession.ts:86
medium Security checks quality Quality conf 1.00 [SEC123] Production stack trace / debug output exposed: Debug mode left on in production exposes stack traces, environment variables, framework internals — sometimes triggers RCE (Django debug page with arbitrary template eval).
Set DEBUG=False / APP_DEBUG=false in production. Provide a generic 500 handler that logs to backend but returns a sanitized page to clients.
engine/src/stirling/config/settings.py:168
low Security checks quality Error handling conf 0.55 ✓ Repobility 25 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
12 files, 22 locations
scripts/harvest_type3_fonts.py:123, 211, 221 (3 hits)
scripts/translations/translation_merger.py:46, 77, 289 (3 hits)
scripts/type3_to_cff.py:92, 318, 492 (3 hits)
scripts/convert_cff_to_ttf.py:77, 490 (2 hits)
scripts/translations/compact_translator.py:41, 56 (2 hits)
scripts/translations/translation_analyzer.py:35, 55 (2 hits)
testing/cucumber/features/environment.py:46, 59 (2 hits)
scripts/download_pdf_samples.py:154
Error handlingquality
high Security checks security auth conf 0.82 12 occurrences Browser storage is used for session token material
Prefer httpOnly, Secure, SameSite cookies or short-lived in-memory tokens. Avoid persistent browser storage for access, refresh, ID, or partner session tokens.
8 files, 12 locations
frontend/editor/src/desktop/components/AppProviders.tsx:127, 128, 143, 144 (4 hits)
frontend/editor/src/desktop/services/authService.ts:95, 145 (2 hits)
frontend/editor/src/core/components/onboarding/orchestrator/useOnboardingOrchestrator.ts:30
frontend/editor/src/core/components/shared/ErrorBoundary.tsx:56
frontend/editor/src/core/services/googleDrivePickerService.ts:161
frontend/editor/src/core/services/httpErrorHandler.ts:80
frontend/editor/src/desktop/extensions/authSessionCleanup.ts:23
frontend/editor/src/desktop/extensions/platformSessionBridge.ts:96
medium Security checks cicd CI/CD security conf 0.86 Database dump or local database file is included in Docker build context
Move database dumps outside the Docker build context or exclude them with .dockerignore. Keep backup and restore artifacts in private object storage or a dedicated backup workflow.
.dockerignore CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.82 7 occurrences Docker final stage has no non-root USER
Add a non-root USER in the final runtime stage after files and permissions are prepared.
7 files, 7 locations
docker/base/Dockerfile:367
docker/embedded/Dockerfile:61
docker/embedded/Dockerfile.fat:57
docker/embedded/Dockerfile.ultra-lite:50
docker/frontend/Dockerfile:19
engine/Dockerfile:2
engine/Dockerfile.dev:2
CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.76 3 occurrences Dockerfile copies broad context with incomplete .dockerignore
Tighten .dockerignore or replace COPY . with explicit COPY statements.
3 files, 3 locations
docker/embedded/Dockerfile:40
docker/embedded/Dockerfile.fat:41
docker/embedded/Dockerfile.ultra-lite:40
CI/CD securitycontainers
high Security checks quality Quality conf 0.74 15 occurrences Frontend API reference is not matched by discovered backend routes
Add the backend route, update the frontend constant to the implemented endpoint, or document that the route is served by another service and exclude it with .repobilityignore.
6 files, 15 locations
frontend/editor/src/core/components/shared/MobileUploadModal.tsx:97, 137, 155, 214, 254 (5 hits)
frontend/editor/src/core/components/shared/QuickAccessBar.tsx:127, 148, 440, 531, 538 (5 hits)
frontend/editor/src/core/components/shared/FileSelectorPicker.tsx:265, 289 (2 hits)
frontend/editor/src/core/components/fileManager/FileListItem.tsx:151
frontend/editor/src/core/components/onboarding/Onboarding.tsx:123
frontend/editor/src/core/components/shared/BulkShareModal.tsx:81
high Security checks quality Quality conf 0.80 3 occurrences localStorage write failures are swallowed silently
Handle QuotaExceededError explicitly, show a toast or error state, and guide the user to export/clear old local data. Log non-quota failures for diagnostics.
3 files, 3 locations
frontend/editor/src/core/components/onboarding/orchestrator/onboardingStorage.ts:17
frontend/editor/src/core/components/shared/FileSelectorPicker.tsx:49
frontend/editor/src/core/components/tools/pdfTextEditor/PdfTextEditorView.tsx:395
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
Add /.well-known/security.txt with Contact, Expires, Canonical, Preferred-Languages, and Policy fields. Keep the contact endpoint monitored.
.well-known/security.txt
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/editor/src/core/components/onboarding/OnboardingTour.tsx:163
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/editor/src/core/components/shared/tooltip/TooltipContent.tsx:57
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/shared/components/CodeBlock.tsx:32
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/core/src/main/resources/static/js/thirdParty/cookieconsent.umd.js:7
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/public/js/thirdParty/cookieconsent.umd.js:7
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/core/components/viewer/EmbedPdfViewer.tsx:1114
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/core/pages/MobileScannerPage.tsx:828
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/core/services/apiClientSetup.ts:16
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/desktop/services/connectionModeService.ts:703
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/desktop/services/downloadService.ts:41
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/desktop/services/endpointAvailabilityService.ts:46
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/desktop/services/nativePrintService.ts:21
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/desktop/services/tauriHttpClient.ts:259
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/proprietary/components/workflow/ParticipantView.tsx:84
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/proprietary/services/apiClientSetup.ts:101
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/editor/src/prototypes/components/chat/ChatContext.tsx:443
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/portal/public/mockServiceWorker.js:238
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/base/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/embedded/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/frontend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: engine/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 Frontend route `/mobile-scanner` has no Link/navigate to it — frontend/editor/src/core/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 5 occurrences Frontend route `/workflow/sign/:token` has no Link/navigate to it — frontend/editor/src/prototypes/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
5 occurrences
repo-level (5 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 13 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
12 files, 12 locations
.github/workflows/PR-Auto-Deploy-V2.yml
.github/workflows/PR-Demo-Comment-with-react.yml
.github/workflows/build.yml
.github/workflows/deploy-on-v2-commit.yml
.github/workflows/frontend-backend-licenses-update.yml
.github/workflows/multiOSReleases.yml
.github/workflows/package-managers.yml
.github/workflows/push-docker-base.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/editor/src/core/components/onboarding/OnboardingTour.tsx:163
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/editor/src/core/components/onboarding/OnboardingTour.tsx:163 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/editor/src/core/components/shared/tooltip/TooltipContent.tsx:57
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/editor/src/core/components/shared/tooltip/TooltipContent.tsx:57 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in scripts/harvest_type3_fonts.py:153
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
scripts/harvest_type3_fonts.py:153 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in scripts/translations/auto_translate.py:26
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
scripts/translations/auto_translate.py:26 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in app/common/src/main/java/stirling/software/common/util/ExceptionUtils.java:1220
Found a known-risky pattern (weak_hash). Review and replace if possible.
app/common/src/main/java/stirling/software/common/util/ExceptionUtils.java:1220 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in app/core/src/main/java/stirling/software/SPDF/controller/api/misc/CompressController.java:742
Found a known-risky pattern (weak_hash). Review and replace if possible.
app/core/src/main/java/stirling/software/SPDF/controller/api/misc/CompressController.java:742 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in app/proprietary/src/main/java/stirling/software/proprietary/security/service/TotpService.java:119
Found a known-risky pattern (weak_hash). Review and replace if possible.
app/proprietary/src/main/java/stirling/software/proprietary/security/service/TotpService.java:119 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in frontend/editor/src/proprietary/components/shared/config/configSections/AdminSecuritySection.tsx:957
Found a known-risky pattern (weak_hash). Review and replace if possible.
frontend/editor/src/proprietary/components/shared/config/configSections/AdminSecuritySection.tsx:957 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/harvest_type3_fonts.py:151
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/index_type3_catalogue.py:11
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/translations/auto_translate.py:26
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph network Security conf 1.00 Privileged port 1000 in use
Port 1000 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docker/embedded/Dockerfile Ports
medium System graph network Security conf 1.00 Privileged port 256 in use
Port 256 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docker/embedded/Dockerfile Ports
medium System graph network Security conf 1.00 Privileged port 531 in use
Port 531 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
engine/Dockerfile Ports
medium System graph network Security conf 1.00 Privileged port 85 in use
Port 85 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docker/embedded/Dockerfile Ports
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
Add missing patterns such as .env, .git, private keys, certificates, dependency folders, and local databases.
.dockerignore CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.56 Compose service does not declare a runtime user
Set a non-root `user:` in Compose or ensure the final image stage has a non-root USER directive.
docker/compose/docker-compose.yml:1 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.62 Compose service lacks no-new-privileges hardening
Add `security_opt: ["no-new-privileges:true"]` unless the service has a documented need for privilege escalation.
docker/compose/docker-compose.yml:1 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 14 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 13 locations
app/core/src/main/java/stirling/software/SPDF/config/swagger/WordConversionResponse.java:34, 38 (2 hits)
app/common/src/main/java/stirling/software/common/model/oauth2/GoogleProvider.java:38
app/common/src/main/java/stirling/software/common/model/oauth2/KeycloakProvider.java:27
app/common/src/main/java/stirling/software/common/util/CbzUtils.java:161
app/common/src/main/java/stirling/software/common/util/GeneralFormFieldTypeSupport.java:16
app/common/src/main/java/stirling/software/common/util/PdfToCbzUtils.java:30
app/core/src/main/java/stirling/software/SPDF/config/swagger/JsonDataResponse.java:25
app/core/src/main/java/stirling/software/SPDF/config/swagger/MultiFileResponse.java:49
duplicationquality
low Security checks quality Quality conf 0.74 robots.txt does not advertise a sitemap
Add `Sitemap: https://your-domain.example/sitemap.xml` to robots.txt.
frontend/editor/public/robots.txt
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/playwright.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/postcss.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/src/desktop/auth/supabase.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/src/desktop/config/defaultAppConfig.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/src/desktop/config/planFeatures.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/src/desktop/constants/connection.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/src/desktop/constants/creditEvents.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/src/desktop/constants/signInEvents.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/src/desktop/types/billing.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/src/global.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/tailwind.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/vite-env.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/editor/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/components/DocumentTypeGrid.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/components/Header.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/components/NotificationsDropdown.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/components/RecentActivity.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/components/Sidebar.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/components/SingleOpRunner.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/components/UsageAreaChart.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/components/WelcomeCarousel.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/mocks/handlers/endpoints.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/mocks/handlers/ops.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/mocks/handlers/search.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/mocks/notifications.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/mocks/ops.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/mocks/search.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/theme/MantineIntegration.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/views/Home.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/src/views/Placeholder.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/portal/vite.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/scripts/update-minor.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/Avatar.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/Banner.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/Button.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/Chip.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/CodeBlock.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/Dropdown.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/EmptyState.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/Inline.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/Input.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/MethodBadge.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/MetricCard.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/PanelHeader.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/ProgressBar.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/SectionDivider.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/Skeleton.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/Spinner.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/components/StatusBadge.stories.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: frontend/shared/tokens/tokens.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Tests conf 1.00 Low test-to-source ratio
163 tests / 1611 src (ratio 0.10).
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/translations/auto_translate.py:load_translation_file, scripts/translations/validate_json_structure.py:load_translation_file This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Con…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 7 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: engine/src/stirling/agents/pdf_edit.py:handle, engine/src/stirling/agents/pdf_edit.py:handle, engine/src/stirling/agents/pdf_edit.py:handle This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygie…
7 occurrences
repo-level (7 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `code__copy` in frontend/shared/components/CodeBlock.tsx:69
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `empty__copy` in frontend/shared/components/EmptyState.tsx:47
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ita_old` in frontend/editor/src/core/utils/languageMapping.ts:768
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `placeholder__copy` in frontend/portal/src/views/Placeholder.tsx:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: check_for_missing_keys
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.github/scripts/check_language_toml.py:158
low System graph software Dead code conf 1.00 Possibly dead Python function: crop_borders
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/core/src/main/resources/static/python/split_photos.py:66
low System graph software Dead code conf 1.00 Possibly dead Python function: download_pdf
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/download_pdf_samples.py:123
low System graph software Dead code conf 1.00 Possibly dead Python function: drop_unknown_tool_endpoints
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/src/stirling/contracts/common.py:219
low System graph software Dead code conf 1.00 Possibly dead Python function: force_flush
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/src/stirling/services/tracking.py:229
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_csv
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/src/stirling/agents/ledger/validators/_parsing.py:28
low System graph software Dead code conf 1.00 Possibly dead Python function: to_decimal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/src/stirling/agents/ledger/validators/_parsing.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: translate_language
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/translations/bulk_auto_translate.py:94
low System graph software Dead code conf 1.00 Possibly dead Python function: write_readme
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/counter_translation_v3.py:99
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/scripts/generate-icons.js:12
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/scripts/generate-licenses.js:41
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/annotation/shared/ImageUploader.tsx:181
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/fileEditor/FileEditor.tsx:247
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/FileManager.tsx:134
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/onboarding/Onboarding.tsx:310
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/onboarding/orchestrator/useOnboardingOrchestrator.ts:242
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/pageEditor/commands/pageCommands.ts:844
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/pageEditor/hooks/useEditorCommands.ts:297
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/pageEditor/hooks/useInitialPageDocument.ts:35
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/pageEditor/hooks/usePageDocument.ts:145
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/shared/MobileUploadModal.tsx:111
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/shared/UserSelector.tsx:40
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/tools/automate/AutomationRun.tsx:134
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/tools/certSign/SignRequestWorkbenchView.tsx:121
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/tools/pdfTextEditor/PdfTextEditorView.tsx:446
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/tools/redact/ManualRedactionControls.tsx:73
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/tools/removePages/RemovePagesSettings.tsx:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/components/viewer/EmbedPdfViewer.tsx:629
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/contexts/AdminTourOrchestrationContext.tsx:34
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/contexts/AppConfigContext.tsx:110
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/contexts/file/fileActions.ts:214
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/contexts/file/lifecycle.ts:105
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/contexts/FileContext.tsx:683
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/contexts/FileManagerContext.tsx:249
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/contexts/IndexedDBContext.tsx:103
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/contexts/NavigationContext.tsx:157
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/contexts/PageEditorContext.tsx:175
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/contexts/TourOrchestrationContext.tsx:68
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/hooks/tools/automate/useAutomateOperation.ts:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/hooks/tools/shared/useToolOperation.ts:137
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/hooks/tools/shared/useToolResources.ts:52
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/hooks/tools/shared/useToolState.ts:108
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/hooks/tools/sign/useSavedSignatures.ts:64
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/hooks/useAdminSettings.ts:75
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/hooks/useEnhancedProcessedFiles.ts:60
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/hooks/useRainbowTheme.ts:141
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/hooks/useTooltipPosition.ts:112
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/pages/MobileScannerPage.tsx:95
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/services/documentManipulationService.ts:158
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/services/fileProcessingService.ts:45
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/services/indexedDBManager.ts:83
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/services/pdfExportHelpers.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/services/pdfProcessingService.ts:29
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/services/processingErrorHandler.ts:194
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/services/signatureStorageService.ts:49
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/services/updateService.ts:123
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/tools/pdfTextEditor/PdfTextEditor.tsx:473
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/tools/pdfTextEditor/pdfTextEditorUtils.ts:736
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/utils/automationExecutor.ts:217
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/core/utils/settingsPendingHelper.ts:55
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/components/SetupWizard/DesktopOAuthButtons.tsx:122
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/components/SetupWizard/index.tsx:145
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/components/SetupWizard/SelfHostedLoginScreen.tsx:46
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/components/SetupWizard/ServerSelection.tsx:40
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/components/shared/billing/SaaSStripeCheckout.tsx:66
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/components/shared/config/configSections/plan/SaaSAvailablePlansSection.tsx:33
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/components/shared/TeamInvitationBanner.tsx:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/contexts/SaaSTeamContext.tsx:126
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/extensions/authSessionCleanup.ts:25
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/hooks/useAppInitialization.ts:52
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/hooks/useOpenedFile.ts:25
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/hooks/useOpenWindowFiles.ts:53
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/services/authService.ts:599
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/services/connectionModeService.ts:146
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/services/desktopNotificationService.ts:33
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/services/endpointAvailabilityService.ts:154
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/services/fileDialogService.ts:21
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/services/fileOpenService.ts:20
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/desktop/services/tauriBackendService.ts:101
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/index.tsx:42
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/proprietary/auth/springAuthClient.ts:236
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/proprietary/auth/UseSession.tsx:82
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/proprietary/components/shared/config/configSections/AdminSecuritySection.tsx:102
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/proprietary/components/shared/config/configSections/PeopleSection.tsx:107
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/proprietary/components/shared/config/configSections/TeamDetailsSection.tsx:80
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/proprietary/components/shared/stripeCheckout/hooks/useCheckoutSession.ts:64
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/proprietary/components/shared/stripeCheckout/StripeCheckout.tsx:145
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/proprietary/components/shared/UpdateSeatsModal.tsx:92
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/proprietary/contexts/CheckoutContext.tsx:114
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/editor/src/proprietary/contexts/LicenseContext.tsx:50
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak

Showing first 300 of 394. Refine filters or use the findings page for deep search.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/aeb22723-45c8-4d6f-af4d-b72b584ba6d4/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/aeb22723-45c8-4d6f-af4d-b72b584ba6d4/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.