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.

wilfreddenijs/certmon

https://github.com/wilfreddenijs/certmon · scanned 2026-06-16 04:41 UTC (1 month, 2 weeks ago)

25 raw signals (0 security + 25 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v1 · 25 actionable findings from 1 signal source. 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 72.0/100 with 55.6% coverage. It contains 102 nodes across 24 cross-layer flows, written primarily in mixed languages. Engine surfaced 25 findings — concentrated in security (17), software (5), quality (3). Risk profile is high: 0 critical, 16 high, 3 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 25 of 25 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security auth conf 1.00 Flask mutation route `add_host` without `@login_required` — app.py:177
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:177 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `add_range` without `@login_required` — app.py:221
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:221 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `add_upload_device` without `@login_required` — app.py:799
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:799 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `ca_generate` without `@login_required` — app.py:517
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:517 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `ca_install` without `@login_required` — app.py:574
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:574 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `ca_issue` without `@login_required` — app.py:610
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:610 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `create_renewal` without `@login_required` — app.py:282
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:282 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_renewal` without `@login_required` — app.py:319
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:319 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `push_cert` without `@login_required` — app.py:1017
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:1017 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `refresh_host` without `@login_required` — app.py:208
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:208 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `remove_host` without `@login_required` — app.py:195
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:195 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `remove_range` without `@login_required` — app.py:238
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:238 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `remove_upload_device` without `@login_required` — app.py:823
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:823 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `start_scan` without `@login_required` — app.py:246
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:246 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `test_device_connection` without `@login_required` — app.py:1059
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:1059 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `update_upload_device` without `@login_required` — app.py:831
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:831 securityAuth flask unauth route
medium System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
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 quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 3 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
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 software Dead code conf 1.00 Possibly dead Python function: open_browser
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
launcher.py:89
low System graph software Dead code conf 1.00 Possibly dead Python function: quit_app
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
launcher.py:92
low System graph software Dead code conf 1.00 Possibly dead Python function: run_scan
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app.py:256
low System graph software Dead code conf 1.00 Possibly dead Python function: scan_host
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app.py:134
low System graph software Dead code conf 1.00 Possibly dead Python function: start_flask
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
launcher.py:57
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/8125c38e-b9e0-4d5b-80b8-422afe455ceb/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8125c38e-b9e0-4d5b-80b8-422afe455ceb/

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.