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.

Tokarzewski/GS

https://github.com/Tokarzewski/GS · scanned 2026-06-16 00:39 UTC (2 months, 1 week ago)

35 raw signals (0 security + 35 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 35 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

All 179 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.

LabelLayerStatusPath
main software healthy gs_splat.py:35
__init__ software healthy gs_cli/runpod_client.py:15
submit_job software healthy gs_cli/runpod_client.py:20
get_status software healthy gs_cli/runpod_client.py:49
wait_for_completion software healthy gs_cli/runpod_client.py:77
cancel_job software healthy gs_cli/runpod_client.py:103
get_logs software healthy gs_cli/runpod_client.py:121
create_client software dead gs_cli/client_factory.py:17
__init__ software healthy gs_cli/runpod_ctl_client.py:26
_run software healthy gs_cli/runpod_ctl_client.py:30
submit_job software healthy gs_cli/runpod_ctl_client.py:42
get_status software healthy gs_cli/runpod_ctl_client.py:60
cancel_job software healthy gs_cli/runpod_ctl_client.py:87
get_logs software healthy gs_cli/runpod_ctl_client.py:92
__init__ software healthy gs_cli/flash_client.py:23
submit_job software healthy gs_cli/flash_client.py:28
get_status software healthy gs_cli/flash_client.py:49
cancel_job software healthy gs_cli/flash_client.py:73
get_logs software healthy gs_cli/flash_client.py:77
__init__ software healthy gs_cli/cli.py:19
_load_config software healthy gs_cli/cli.py:28
_init_client software healthy gs_cli/cli.py:35
_save_job_record software healthy gs_cli/cli.py:58
_load_job_record software healthy gs_cli/cli.py:71
submit software healthy gs_cli/cli.py:80
status software healthy gs_cli/cli.py:129
wait software healthy gs_cli/cli.py:153
logs software healthy gs_cli/cli.py:196
cancel software healthy gs_cli/cli.py:206
list_jobs software healthy gs_cli/cli.py:218
config software healthy gs_cli/cli.py:247
validate_paths software healthy gs_cli/models.py:52
run_gaussian_splatting software healthy gs_cli/flash_endpoint.py:26
submit_flash_job software healthy gs_cli/flash_endpoint.py:55
cli software healthy gs_cli/main.py:8
submit software healthy gs_cli/main.py:24
status software healthy gs_cli/main.py:44
wait software healthy gs_cli/main.py:53
logs software healthy gs_cli/main.py:61
cancel software healthy gs_cli/main.py:69
list software healthy gs_cli/main.py:76
config software healthy gs_cli/main.py:85
login software healthy gs_cli/main.py:99
cli software healthy gs_cli/entry.py:37
submit_job software healthy gs_cli/client_base.py:16
get_status software healthy gs_cli/client_base.py:20
get_logs software healthy gs_cli/client_base.py:24
cancel_job software healthy gs_cli/client_base.py:28
poll_until software dead gs_cli/client_base.py:31
BASE software healthy web/src/api.ts:BASE

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
start session.md software healthy start session.md
CLI_README.md software healthy CLI_README.md
README.md software healthy README.md
pyproject.toml software healthy pyproject.toml
requirements.txt software healthy requirements.txt
gs_splat.py software healthy gs_splat.py
runpod_client.py software healthy gs_cli/runpod_client.py
__init__.py software healthy gs_cli/__init__.py
client_factory.py software healthy gs_cli/client_factory.py
runpod_ctl_client.py software healthy gs_cli/runpod_ctl_client.py
flash_client.py software healthy gs_cli/flash_client.py
cli.py software healthy gs_cli/cli.py
models.py software healthy gs_cli/models.py
flash_endpoint.py software healthy gs_cli/flash_endpoint.py
main.py software healthy gs_cli/main.py
run_mode.py software healthy gs_cli/run_mode.py
entry.py software healthy gs_cli/entry.py
client_base.py software healthy gs_cli/client_base.py
config.yaml software healthy gs_cli/conf/config.yaml
high_quality.yaml software healthy gs_cli/conf/experiments/high_quality.yaml
quick_search.yaml software healthy gs_cli/conf/experiments/quick_search.yaml
fast-splat-generation.md software healthy docs/fast-splat-generation.md
embedding.md software healthy docs/embedding.md
KIRI_RECREATION.md software healthy docs/KIRI_RECREATION.md
README.md software healthy web/README.md
package.json software healthy web/package.json
index.html software healthy web/index.html
tsconfig.json software healthy web/tsconfig.json
api.ts software healthy web/src/api.ts
capture.ts software healthy web/src/capture.ts
main.ts software healthy web/src/main.ts
viewer.ts software healthy web/src/viewer.ts
google.ts software healthy web/src/google.ts
README.md software healthy autoresearch/README.md
README.md software healthy backend/README.md
requirements.txt software healthy backend/requirements.txt
__init__.py software healthy backend/app/__init__.py
db.py software healthy backend/app/db.py
drive.py software healthy backend/app/drive.py
gs_bridge.py software healthy backend/app/gs_bridge.py
main.py software healthy backend/app/main.py

LabelLayerStatusPath
RunPodClient software healthy gs_cli/runpod_client.py:12
RunPodCtlClient software healthy gs_cli/runpod_ctl_client.py:14
FlashClient software healthy gs_cli/flash_client.py:14
GSCli software healthy gs_cli/cli.py:16
GPUType software healthy gs_cli/models.py:8
JobSpec software healthy gs_cli/models.py:17
Config software healthy gs_cli/models.py:48
JobStatus software healthy gs_cli/models.py:58
ExperimentConfig software healthy gs_cli/models.py:68
RunMode software healthy gs_cli/run_mode.py:5
BaseClient software healthy gs_cli/client_base.py:12
TokenBundle software healthy backend/app/drive.py:25
AuthRequest software healthy backend/app/main.py:37
AuthResponse software healthy backend/app/main.py:41
CreateScanResponse software healthy backend/app/main.py:45
StartScanRequest software healthy backend/app/main.py:49
ScanStateResponse software healthy backend/app/main.py:53
WorkerTokenResponse software healthy backend/app/main.py:60

LabelLayerStatusPath
gs_cli software healthy gs_cli
conf software healthy gs_cli/conf
experiments software healthy gs_cli/conf/experiments
docs software healthy docs
web software healthy web
src software healthy web/src
autoresearch software healthy autoresearch
backend software healthy backend
app software healthy backend/app

LabelLayerStatusPath
POST /auth/google api healthy backend/app/main.py
POST /scans api healthy backend/app/main.py
POST /scans/{scan_id}/start api healthy backend/app/main.py
GET /scans/{scan_id} api healthy backend/app/main.py
POST /scans/{scan_id}/worker-token api healthy backend/app/main.py
GET /scans/{scan_id}/logs api healthy backend/app/main.py

LabelLayerStatusPath
auth::backend/app/drive.py security healthy backend/app/drive.py
auth::backend/app/main.py security healthy backend/app/main.py
auth::backend/README.md security healthy backend/README.md
auth::web/README.md security healthy web/README.md
auth::web/src/google.ts security healthy web/src/google.ts

LabelLayerStatusPath
sqlite data healthy backend/README.md
postgres data healthy backend/app/db.py

LabelLayerStatusPath
users data healthy backend/app/db.py
scans data healthy backend/app/db.py

LabelLayerStatusPath
repobility-clone-a7bwsf24 software healthy /tmp/repobility-clone-a7bwsf24

LabelLayerStatusPath
gpu (detected) hardware healthy README.md

LabelLayerStatusPath
vps::aws hardware healthy backend/app/gs_bridge.py
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/1f6f9d31-941f-473a-acb4-16904ecfb2f7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1f6f9d31-941f-473a-acb4-16904ecfb2f7/

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.