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.

simonhg321/drop-watcher

https://github.com/simonhg321/drop-watcher · scanned 2026-06-16 00:13 UTC (2 months, 2 weeks ago)

75 raw signals (0 security + 75 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 72 actionable findings from 1 signal source. 3 repeated signals 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 73.0/100 with 100.0% coverage. It contains 1090 nodes across 21 cross-layer flows, written primarily in mixed languages. Engine surfaced 75 findings — concentrated in security (22), api (20), quality (16). Risk profile is high: 0 critical, 14 high, 11 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 66 of 72 actionable findings. 75 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 System graph security auth conf 1.00 Flask mutation route `check_url` without `@login_required` — watcher_signup.py:1150
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:1150 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `feedback` without `@login_required` — watcher_signup.py:1411
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:1411 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `keyword_quality` without `@login_required` — watcher_signup.py:645
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:645 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `nkd_submit` without `@login_required` — watcher_signup.py:1253
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:1253 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `resend_link` without `@login_required` — watcher_signup.py:671
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:671 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `set_watch_maker` without `@login_required` — watcher_signup.py:745
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:745 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `stop_watching` without `@login_required` — watcher_signup.py:728
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:728 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `track_pageview` without `@login_required` — watcher_signup.py:935
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:935 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `unsubscribe` without `@login_required` — watcher_signup.py:1032
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:1032 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `verify_phone` without `@login_required` — watcher_signup.py:909
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:909 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `watch_remove` without `@login_required` — watcher_signup.py:955
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:955 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `watch` without `@login_required` — watcher_signup.py:360
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
watcher_signup.py:360 securityAuth flask unauth route
high System graph security security conf 1.00 Insecure pattern 'chmod_777' in archive/preflight.py:647
Found a known-risky pattern (chmod_777). Review and replace if possible.
archive/preflight.py:647 Chmod 777
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in backfill_alerter.py:140
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
backfill_alerter.py:140 Tls verify false
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in html/mockups/global-watch-mockup.html:206
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
html/mockups/global-watch-mockup.html:206 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in html/my-alerts.html:187
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
html/my-alerts.html:187 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in html/read-ahead.html:640
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
html/read-ahead.html:640 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in html/wall.html:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
html/wall.html:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in html/watcher_status.html:302
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
html/watcher_status.html:302 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in html/watchlist.html:538
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
html/watchlist.html:538 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in html/annual.html:826
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
html/annual.html:826 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in html/read-ahead.html:168
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
html/read-ahead.html:168 Local storage auth token
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — watchdog.py:67
`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 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 Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 50 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: generate_public_stats.py:main, generate_simon_status.py:main 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 separate.
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_prune_sent_removes_old` in tests/test_core.py:1079
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: analyze_drop_announcement
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/ai_interpreter.py:661
low System graph software Dead code conf 1.00 Possibly dead Python function: best_from_candidates
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
linkpick.py:143
low System graph software Dead code conf 1.00 Possibly dead Python function: build_teardown_email
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
per_user_alerter.py:198
low System graph software Dead code conf 1.00 Possibly dead Python function: check_apache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
watchdog.py:111
low System graph software Dead code conf 1.00 Possibly dead Python function: check_disk
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
watchdog.py:132
low System graph software Dead code conf 1.00 Possibly dead Python function: check_gunicorn
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
watchdog.py:87
low System graph software Dead code conf 1.00 Possibly dead Python function: check_web_watcher
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
watchdog.py:98
low System graph software Dead code conf 1.00 Possibly dead Python function: count_unique_visitors
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
db.py:999
low System graph software Dead code conf 1.00 Possibly dead Python function: find_in_html
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
linkpick.py:312
low System graph software Dead code conf 1.00 Possibly dead Python function: heal_apache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
watchdog.py:79
low System graph software Dead code conf 1.00 Possibly dead Python function: heal_gunicorn
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
watchdog.py:64
low System graph software Dead code conf 1.00 Possibly dead Python function: heal_web_watcher
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
watchdog.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: load_watchers
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
watcher_io.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: save_watchers
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
watcher_io.py:28
low System graph software Dead code conf 1.00 Possibly dead Python function: trim_all
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
db.py:1031
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
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/ack/<token>
`watcher_signup.py` declares `ANY /api/ack/<token>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/check-url
`watcher_signup.py` declares `ANY /api/check-url` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/feedback
`watcher_signup.py` declares `ANY /api/feedback` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/keyword-quality
`watcher_signup.py` declares `ANY /api/keyword-quality` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/makers
`watcher_signup.py` declares `ANY /api/makers` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/my-alerts/<token>
`watcher_signup.py` declares `ANY /api/my-alerts/<token>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/my-watch/<token>
`watcher_signup.py` declares `ANY /api/my-watch/<token>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/my-watch/<watch_id>
`watcher_signup.py` declares `ANY /api/my-watch/<watch_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/nkd/<token>
`watcher_signup.py` declares `ANY /api/nkd/<token>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/nkd/wall
`watcher_signup.py` declares `ANY /api/nkd/wall` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/resend-link
`watcher_signup.py` declares `ANY /api/resend-link` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/stats
`watcher_signup.py` declares `ANY /api/stats` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/unsubscribe/<token>
`watcher_signup.py` declares `ANY /api/unsubscribe/<token>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/verify-phone
`watcher_signup.py` declares `ANY /api/verify-phone` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/verify/<token>
`watcher_signup.py` declares `ANY /api/verify/<token>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/watch
`watcher_signup.py` declares `ANY /api/watch` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/watch-maker/<watch_id>
`watcher_signup.py` declares `ANY /api/watch-maker/<watch_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/watch-remove/<watch_id>/<token>
`watcher_signup.py` declares `ANY /api/watch-remove/<watch_id>/<token>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /go_shankyou/<token>
`watcher_signup.py` declares `ANY /go_shankyou/<token>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /sharp/<token>
`watcher_signup.py` declares `ANY /sharp/<token>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: tests/test_core.py (2991 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: watcher_signup.py (1453 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/fc5b2789-43e1-4cc6-bb65-59df4837c8e5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fc5b2789-43e1-4cc6-bb65-59df4837c8e5/

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.