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.

EmyoTyyy/sequencelab

https://github.com/EmyoTyyy/sequencelab · scanned 2026-06-16 04:22 UTC (2 months ago)

39 raw signals (0 security + 39 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months ago · v1 · 39 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 78.7/100 with 66.7% coverage. It contains 141 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 39 findings — concentrated in security (33), quality (5), software (1). Risk profile is high: 0 critical, 32 high, 1 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 39 of 39 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_attachment` without `@login_required` — server.py:1297
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1297 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `add_column` without `@login_required` — server.py:665
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:665 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `add_fk` without `@login_required` — server.py:846
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:846 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `cancel_query` without `@login_required` — server.py:1400
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1400 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `change_column` without `@login_required` — server.py:830
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:830 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `clear_history` without `@login_required` — server.py:1789
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1789 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `close_database` without `@login_required` — server.py:517
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:517 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `create_database` without `@login_required` — server.py:442
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:442 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `create_index` without `@login_required` — server.py:892
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:892 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `create_trigger` without `@login_required` — server.py:951
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:951 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_backup` without `@login_required` — server.py:1279
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1279 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_row` without `@login_required` — server.py:1622
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1622 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_snippet` without `@login_required` — server.py:1834
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1834 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `drop_column` without `@login_required` — server.py:706
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:706 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `drop_index` without `@login_required` — server.py:914
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:914 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `drop_table` without `@login_required` — server.py:733
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:733 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `drop_trigger` without `@login_required` — server.py:981
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:981 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `import_csv` without `@login_required` — server.py:1650
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1650 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `import_json` without `@login_required` — server.py:1121
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1121 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `import_sql` without `@login_required` — server.py:1218
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1218 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `insert_row` without `@login_required` — server.py:1589
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1589 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `open_database` without `@login_required` — server.py:484
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:484 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `query` without `@login_required` — server.py:1413
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1413 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `remove_attachment` without `@login_required` — server.py:1320
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1320 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `rename_column` without `@login_required` — server.py:690
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:690 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `rename_table` without `@login_required` — server.py:720
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:720 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `reset_example` without `@login_required` — server.py:529
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:529 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `restore_backup` without `@login_required` — server.py:1267
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1267 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_snippet` without `@login_required` — server.py:1809
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1809 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `set_pragma` without `@login_required` — server.py:1026
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1026 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `update_row` without `@login_required` — server.py:1554
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:1554 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `upload_database` without `@login_required` — server.py:457
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
server.py:457 securityAuth flask unauth route
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
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: server.py:get_schema, server.py:list_indexes, server.py:list_triggers 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.
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: server.py:list_tables, server.py:get_pragmas, server.py:dump_sql, server.py:list_backups 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.
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: server.py:go, server.py:go, server.py:go, server.py:go 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.
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `restore_backup` in server.py:1268
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: go
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
server.py:919
low System graph quality Complexity conf 1.00 Very large file: server.py (1957 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/1826ceb1-6fa5-4ba5-bfa5-b093c67f2144/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1826ceb1-6fa5-4ba5-bfa5-b093c67f2144/

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.