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.
36 of your 45 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 174.5s for a 271.6 MB repo slow.
  • Repobility's analysis ran in 9.36s after the clone landed.

Klotzkette/claude-fuer-deutsches-recht

https://github.com/Klotzkette/claude-fuer-deutsches-recht · scanned 2026-06-05 14:37 UTC (5 days, 3 hours ago) · 10 languages

130 raw signals (44 security + 86 graph) 11/13 scanners ran 37th percentile · Python · small (2-20K LoC) System graph score 85 (lower by 24)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 3 hours ago · v2 · 37 actionable findings from 2 signal sources. 50 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 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 0.0 0.20 0.00
documentation_score 100.0 0.15 15.00
practices_score 67.0 0.15 10.05
code_quality 54.0 0.10 5.40
Overall 1.00 61.4
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 C+ (61/100). Dimensions: security 100, maintainability 40. 44 findings (7 security). 8,665 lines analyzed.

Showing 25 of 37 actionable findings. 87 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.

high Security checks quality Quality conf 1.00 ✓ Repobility [MINED107] Missing import: `warnings` used but not imported: The file uses `warnings.something(...)` but never imports `warnings`. This raises NameError at runtime the first time the line executes.
Add `import warnings` at the top of the file.
einfache-leichte-sprache-jura/scripts/verstaendlichkeitscheck.py:77
high Security checks quality Quality conf 1.00 ✓ Repobility 18 occurrences [MINED108] `self.zinssatz` used but never assigned in __init__: Method `zinsen` of class `Periode` reads `self.zinssatz`, 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.zinssatz = <default>` in __init__, or add a class-level default.
3 files, 18 locations
kanzlei-allgemein/skills/rechnungserstellung-rvg/werkzeuge/rvg_gebuehrenrechner.py:154, 155, 156, 157, 158, 159, 160, 161 (8 hits)
liquiditaetsplanung/skills/liquiditaetsvorschau-3-6-12-monate/werkzeuge/build_liquiditaetsplan.py:362, 364, 365, 366, 367, 368, 369, 673 (8 hits)
forderungsmanagement-klagewerkstatt/skills/klage-aus-eigenem-skill/werkzeuge/verzugszins_rechner.py:126 (2 hits)
high Security checks security path traversal conf 0.80 [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.
jveg-kostenpruefer/scripts/jveg_zeugenentschaedigung.py:22
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 12 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v5`: `uses: actions/checkout@v5` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
2 files, 12 locations
.github/workflows/pages.yml:28, 30, 32, 37 (8 hits)
.github/workflows/release-plugin-zips.yml:27, 161 (4 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks quality Error handling conf 0.55 ✓ Repobility 10 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.
2 files, 10 locations
scripts/build-testakte-gesamt-pdf.py:268, 307, 323, 461, 498, 662, 678, 708, +1 more (9 hits)
scripts/fix-comma-numbers-in-descriptions.py:81
Error handlingquality
medium System graph cicd CI/CD security conf 1.00 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.
.github/workflows/release-plugin-zips.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 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.
.github/workflows/pages.yml CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — fluggastrechte/skills/fluggastrechte-anlagen-bauen/werkzeuge/build_fluggast_anlagen.py:178
`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 security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
low Security checks quality Quality conf 0.60 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.
scripts/generate-skills-overview.py:20 duplicationquality
low System graph software Dead code candidate conf 1.00 File has no detected symbols: schriftform-und-textform-bgb/validate.py
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: scripts/validate-yaml-frontmatter.py
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
3 tests / 29 src (ratio 0.10).
low System graph quality Integrity conf 1.00 14 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: legistik-werkstatt/skills/dokumente-rendern-docx-pdf/assets/render.py:setze_standardschrift, urteilsbauer-relationsmacher/skills/dokumente-rendern-urteil-docx/assets/render_urteil.py:setze_standardschrift This is *the* AI-coder failure mode (4× more …
14 occurrences
repo-level (14 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `marketplace_zip_copy` in scripts/validate-release-zips.py:83
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: baue_bt_drucksache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legistik-werkstatt/skills/dokumente-rendern-docx-pdf/assets/render.py:292
low System graph software Dead code conf 1.00 Possibly dead Python function: baue_formulierungshilfe
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legistik-werkstatt/skills/dokumente-rendern-docx-pdf/assets/render.py:357
low System graph software Dead code conf 1.00 Possibly dead Python function: baue_kabinettsmappe
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legistik-werkstatt/skills/dokumente-rendern-docx-pdf/assets/render.py:433
low System graph software Dead code conf 1.00 Possibly dead Python function: baue_lesefassung
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legistik-werkstatt/skills/dokumente-rendern-docx-pdf/assets/render.py:417
low System graph software Dead code conf 1.00 Possibly dead Python function: baue_referentenentwurf
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legistik-werkstatt/skills/dokumente-rendern-docx-pdf/assets/render.py:245
low System graph software Dead code conf 1.00 Possibly dead Python function: baue_synopse
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
legistik-werkstatt/skills/dokumente-rendern-docx-pdf/assets/render.py:383
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_datum
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forderungsmanagement-klagewerkstatt/skills/klage-aus-eigenem-skill/werkzeuge/verzugszins_rechner.py:194
low System graph software Dead code conf 1.00 Possibly dead Python function: replacer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fix-umlaute-protected.py:128
low System graph software Dead code conf 1.00 Possibly dead Python function: thematic_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/consolidate-skills.py:91
low System graph quality Integrity conf 1.00 Stub function `no_header_footer` (body is just `pass`/`return`) — scripts/build-testakte-gesamt-pdf.py:518
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
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/f5b7c581-c413-42bc-b64f-e9c2817505a8/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f5b7c581-c413-42bc-b64f-e9c2817505a8/

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.