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.

WHoastra/WoodPDF

https://github.com/WHoastra/WoodPDF · scanned 2026-06-16 00:57 UTC (2 months, 1 week ago)

37 raw signals (0 security + 37 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 36 actionable findings from 1 signal source. 1 repeated signal grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 95.8/100 with 55.6% coverage. It contains 322 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 37 findings — concentrated in software (24), quality (10), frontend (1). Risk profile is low: 0 critical, 0 high, 3 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 34 of 36 actionable findings. 37 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.

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.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 21 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: woodpdf/ui/sidebar.py:rebuild, woodpdf/ui/sidebar.py:rebuild, woodpdf/ui/sidebar.py:rebuild This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separat…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `a_copy` in woodpdf/ui/main_window.py:142
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 `allow_copy` in woodpdf/core/security.py:14
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 `allow_copy` in woodpdf/ui/dialogs.py:159
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: add_bookmark
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/doc_tab.py:568
low System graph software Dead code conf 1.00 Possibly dead Python function: clear_selection
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/page_view.py:460
low System graph software Dead code conf 1.00 Possibly dead Python function: close_current
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/main_window.py:493
low System graph software Dead code conf 1.00 Possibly dead Python function: closeEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/main_window.py:500
low System graph software Dead code conf 1.00 Possibly dead Python function: copy_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/main_window.py:573
low System graph software Dead code conf 1.00 Possibly dead Python function: flatten_annots
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/main_window.py:648
low System graph software Dead code conf 1.00 Possibly dead Python function: focus_field
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/doc_tab.py:525
low System graph software Dead code conf 1.00 Possibly dead Python function: mouseDoubleClickEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/page_view.py:393
low System graph software Dead code conf 1.00 Possibly dead Python function: mouseMoveEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/page_view.py:324
low System graph software Dead code conf 1.00 Possibly dead Python function: mouseMoveEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/dialogs.py:303
low System graph software Dead code conf 1.00 Possibly dead Python function: mousePressEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/page_view.py:280
low System graph software Dead code conf 1.00 Possibly dead Python function: mousePressEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/dialogs.py:300
low System graph software Dead code conf 1.00 Possibly dead Python function: mouseReleaseEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/page_view.py:348
low System graph software Dead code conf 1.00 Possibly dead Python function: mouseReleaseEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/dialogs.py:314
low System graph software Dead code conf 1.00 Possibly dead Python function: new_document
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/main_window.py:423
low System graph software Dead code conf 1.00 Possibly dead Python function: open_file_dialog
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/main_window.py:426
low System graph software Dead code conf 1.00 Possibly dead Python function: paintEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/page_view.py:203
low System graph software Dead code conf 1.00 Possibly dead Python function: paintEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/dialogs.py:317
low System graph software Dead code conf 1.00 Possibly dead Python function: pick
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/dialogs.py:54
low System graph software Dead code conf 1.00 Possibly dead Python function: reorder_pages
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/doc_tab.py:530
low System graph software Dead code conf 1.00 Possibly dead Python function: selection_quads
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/page_view.py:454
low System graph software Dead code conf 1.00 Possibly dead Python function: show_find
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/main_window.py:576
low System graph software Dead code conf 1.00 Possibly dead Python function: toggle_sidebar
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/main_window.py:615
low System graph software Dead code conf 1.00 Possibly dead Python function: wheelEvent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
woodpdf/ui/page_view.py:409
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
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/d4ea033b-6d71-4f99-8040-4c3b95b9235f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d4ea033b-6d71-4f99-8040-4c3b95b9235f/

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.