https://github.com/EmyoTyyy/sequencelab
· scanned 2026-06-16 04:22 UTC (2 months ago)
39 raw signals (0 security + 39 graph)
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.
All 141 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
safe_db_filename |
software | healthy | server.py:45 |
resolve_db_path |
software | healthy | server.py:59 |
connect |
software | healthy | server.py:82 |
get_db_pref |
software | healthy | server.py:92 |
set_db_pref |
software | healthy | server.py:104 |
quote_ident |
software | healthy | server.py:113 |
jsonable |
software | healthy | server.py:124 |
backup_db |
software | healthy | server.py:131 |
meta |
software | healthy | server.py:144 |
init_meta |
software | healthy | server.py:150 |
_is_registered |
software | healthy | server.py:193 |
now_iso |
software | healthy | server.py:202 |
split_statements |
software | healthy | server.py:209 |
explain_error |
software | healthy | server.py:276 |
index |
software | healthy | server.py:336 |
static_files |
software | healthy | server.py:341 |
list_databases |
software | healthy | server.py:349 |
fs_browse |
software | healthy | server.py:383 |
list_files |
software | healthy | server.py:412 |
create_database |
software | healthy | server.py:443 |
upload_database |
software | healthy | server.py:458 |
open_database |
software | healthy | server.py:485 |
close_database |
software | healthy | server.py:518 |
reset_example |
software | healthy | server.py:530 |
list_tables |
software | healthy | server.py:540 |
get_schema |
software | healthy | server.py:565 |
columns_for |
software | healthy | server.py:574 |
diagram |
software | healthy | server.py:614 |
_alter |
software | healthy | server.py:645 |
add_column |
software | healthy | server.py:666 |
go |
software | dead | server.py:919 |
rename_column |
software | healthy | server.py:691 |
drop_column |
software | healthy | server.py:707 |
rename_table |
software | healthy | server.py:721 |
drop_table |
software | healthy | server.py:734 |
table_token |
software | healthy | server.py:746 |
_lit |
software | healthy | server.py:750 |
rebuild_table |
software | healthy | server.py:762 |
change_column |
software | healthy | server.py:831 |
add_fk |
software | healthy | server.py:847 |
list_indexes |
software | healthy | server.py:867 |
create_index |
software | healthy | server.py:893 |
drop_index |
software | healthy | server.py:915 |
list_triggers |
software | healthy | server.py:932 |
create_trigger |
software | healthy | server.py:952 |
drop_trigger |
software | healthy | server.py:982 |
get_pragmas |
software | healthy | server.py:1006 |
set_pragma |
software | healthy | server.py:1027 |
global_search |
software | healthy | server.py:1070 |
import_json |
software | healthy | server.py:1122 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ANY / |
api | healthy | server.py |
ANY /static/<path:filename> |
api | healthy | server.py |
ANY /api/databases |
api | healthy | server.py |
ANY /api/fs |
api | healthy | server.py |
ANY /api/files |
api | healthy | server.py |
ANY /api/databases/upload |
api | healthy | server.py |
ANY /api/databases/open |
api | healthy | server.py |
ANY /api/databases/close |
api | healthy | server.py |
ANY /api/databases/reset-example |
api | healthy | server.py |
ANY /api/tables |
api | healthy | server.py |
ANY /api/schema |
api | healthy | server.py |
ANY /api/diagram |
api | healthy | server.py |
ANY /api/table/add-column |
api | healthy | server.py |
ANY /api/table/rename-column |
api | healthy | server.py |
ANY /api/table/drop-column |
api | healthy | server.py |
ANY /api/table/rename |
api | healthy | server.py |
ANY /api/table/drop |
api | healthy | server.py |
ANY /api/table/change-column |
api | healthy | server.py |
ANY /api/table/add-fk |
api | healthy | server.py |
ANY /api/indexes |
api | healthy | server.py |
ANY /api/index/create |
api | healthy | server.py |
ANY /api/index/drop |
api | healthy | server.py |
ANY /api/triggers |
api | healthy | server.py |
ANY /api/pragma |
api | healthy | server.py |
ANY /api/search |
api | healthy | server.py |
ANY /api/import-json |
api | healthy | server.py |
ANY /api/dump |
api | healthy | server.py |
ANY /api/import-sql |
api | healthy | server.py |
ANY /api/backups |
api | healthy | server.py |
ANY /api/backups/restore |
api | healthy | server.py |
ANY /api/backups/delete |
api | healthy | server.py |
ANY /api/attachments |
api | healthy | server.py |
ANY /api/query/cancel |
api | healthy | server.py |
ANY /api/query |
api | healthy | server.py |
ANY /api/rows |
api | healthy | server.py |
ANY /api/rows/update |
api | healthy | server.py |
ANY /api/rows/insert |
api | healthy | server.py |
ANY /api/rows/delete |
api | healthy | server.py |
ANY /api/import-csv |
api | healthy | server.py |
ANY /api/export-csv |
api | healthy | server.py |
ANY /api/history |
api | healthy | server.py |
ANY /api/snippets |
api | healthy | server.py |
ANY /api/snippets/<int:sid> |
api | healthy | server.py |
ANY /api/health |
api | healthy | server.py |
| Label | Layer | Status | Path |
|---|---|---|---|
registered_dbs |
data | healthy | server.py |
history |
data | healthy | server.py |
snippets |
data | healthy | server.py |
attachments |
data | healthy | server.py |
db_prefs |
data | healthy | server.py |
skips |
data | healthy | server.py |
users |
data | healthy | server.py |
products |
data | healthy | server.py |
orders |
data | healthy | server.py |
| Label | Layer | Status | Path |
|---|---|---|---|
server.py |
software | healthy | server.py |
run.sh |
software | healthy | run.sh |
requirements.txt |
software | healthy | requirements.txt |
README.md |
software | healthy | README.md |
LICENSE |
software | healthy | LICENSE |
| Label | Layer | Status | Path |
|---|---|---|---|
EmyoTyyy__sequencelab |
software | healthy | /data/fable5_failed_archive/EmyoTyyy__sequencelab |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | server.py |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | server.py |
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.