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.

stonezone/jetsonTracker

https://github.com/stonezone/jetsonTracker · scanned 2026-06-16 00:23 UTC (2 months, 2 weeks ago)

112 raw signals (0 security + 112 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 94 actionable findings from 1 signal source. 18 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 60.4/100 with 88.9% coverage. It contains 2399 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 112 findings — concentrated in api (50), quality (41), software (15). Risk profile is low: 0 critical, 0 high, 8 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 83 of 94 actionable findings. 112 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.

medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in archive/legacy-20260606/retired-dashboard/orin-dashboard/dashboard.py:659
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
archive/legacy-20260606/retired-dashboard/orin-dashboard/dashboard.py:659 Cors wildcard
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — firmware/direct-lora/tools/uf2_postbuild.py:17
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — orin/wavecam/wavecam/supervisor.py:122
`subprocess.Popen(...)` 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 quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 16 placeholder/mock markers across 8 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 50 in use
Port 50 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
orin/wavecam/config.yaml Ports
medium System graph network Security conf 1.00 Privileged port 554 in use
Port 554 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
orin/wavecam/config.yaml Ports
medium System graph network Security conf 1.00 Privileged port 88 in use
Port 88 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
orin/wavecam/config.orin.servo.yaml Ports
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 204 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 16 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: orin/media/streamer.py:stop, orin/media/recorder.py:stop 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.
16 occurrences
repo-level (16 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: archive/legacy-20260606/apple-gps-cloudflare/orin-gps_server.py:from_dict, archive/legacy-20260606/apple-gps-cloudflare/orin-gps_server.py:from_dict, archive/legacy-20260606/apple-gps-cloudflare/orin-gps_server.py:from_dict This is *the* AI-coder fai…
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_agent_is_read_only_in_v1` in orin/wavecam/tests/test_control_api_auth.py:255
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: dependency
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
orin/wavecam/wavecam/auth.py:108
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/legacy-20260606/retired-dashboard/orin-dashboard/dashboard.py:663
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/legacy-20260606/retired-dashboard/orin-dashboard/dashboard.py:718
low System graph software Dead code conf 1.00 Possibly dead Python function: emergency_stop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/legacy-20260606/stm32-nucleo-stepper/orin-gimbal_control/gimbal_controller.py:334
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_client
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/legacy-20260606/apple-gps-cloudflare/orin-gps_server.py:344
low System graph software Dead code conf 1.00 Possibly dead Python function: is_gimbal_fresh
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
orin/gps_fusion/gps_client.py:235
low System graph software Dead code conf 1.00 Possibly dead Python function: is_target_fresh
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
orin/gps_fusion/gps_client.py:240
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/legacy-20260606/retired-dashboard/orin-dashboard/dashboard.py:778
low System graph software Dead code conf 1.00 Possibly dead Python function: make_frame_source
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
orin/vision/frame_source.py:117
low System graph software Dead code conf 1.00 Possibly dead Python function: make_uf2
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
firmware/direct-lora/tools/uf2_postbuild.py:8
low System graph software Dead code conf 1.00 Possibly dead Python function: move_absolute_degrees
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/legacy-20260606/stm32-nucleo-stepper/orin-gimbal_control/gimbal_controller.py:290
low System graph software Dead code conf 1.00 Possibly dead Python function: move_relative_degrees
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/legacy-20260606/stm32-nucleo-stepper/orin-gimbal_control/gimbal_controller.py:258
low System graph software Dead code conf 1.00 Possibly dead Python function: print_fix
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/legacy-20260606/apple-gps-cloudflare/orin-gps_server.py:630
low System graph software Dead code conf 1.00 Possibly dead Python function: set_speed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/legacy-20260606/stm32-nucleo-stepper/orin-gimbal_control/gimbal_controller.py:339
low System graph software Dead code conf 1.00 Possibly dead Python function: sync_position
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/legacy-20260606/stm32-nucleo-stepper/orin-gimbal_control/gimbal_controller.py:266
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 quality Integrity conf 1.00 Stub function `get_fix` (body is just `pass`/`return`) — orin/wavecam/wavecam/gps_stub.py:32
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `get_position` (body is just `pass`/`return`) — orin/camera_control/camera_adapter.py:50
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `log_message` (body is just `pass`/`return`) — archive/legacy-20260606/retired-dashboard/orin-dashboard/dashboard.py:778
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `release` (body is just `pass`/`return`) — orin/vision/frame_source.py:24
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/v1/media/{name}
`orin/wavecam/wavecam/control_api.py` declares `DELETE /api/v1/media/{name}` 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: DELETE /api/v1/presets/{name}
`orin/wavecam/wavecam/control_api.py` declares `DELETE /api/v1/presets/{name}` 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: GET /
`orin/wavecam/wavecam/web.py` declares `GET /` 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: GET /api/v1/agent/report
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/agent/report` 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: GET /api/v1/calibration
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/calibration` 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: GET /api/v1/calibration/fov
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/calibration/fov` 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: GET /api/v1/config
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/config` 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: GET /api/v1/events
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/events` 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: GET /api/v1/health
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/health` 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: GET /api/v1/logs
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/logs` 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: GET /api/v1/media/download/{name}
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/media/download/{name}` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/media/list
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/media/list` 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: GET /api/v1/media/status
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/media/status` 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: GET /api/v1/presets
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/presets` 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: GET /api/v1/preview.mjpeg
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/preview.mjpeg` 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: GET /api/v1/status
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/status` 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: GET /api/v1/version
`orin/wavecam/wavecam/control_api.py` declares `GET /api/v1/version` 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: GET /guide
`orin/wavecam/wavecam/control_api.py` declares `GET /guide` 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: GET /guide_assets/{asset_path:path}
`orin/wavecam/wavecam/control_api.py` declares `GET /guide_assets/{asset_path:path}` 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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /stream.mjpg
`orin/wavecam/wavecam/web.py` declares `GET /stream.mjpg` 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: POST /api/v1/agent/summon
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/agent/summon` 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: POST /api/v1/calibration/base-lock
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/base-lock` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/calibration/fov
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/fov` 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: POST /api/v1/calibration/heading
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/heading` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/calibration/heading-lock
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/heading-lock` 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 cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/calibration/level
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/level` 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: POST /api/v1/calibration/location
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/location` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/calibration/session/exit
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/session/exit` 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 cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/calibration/session/start
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/session/start` 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 con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/calibration/tilt
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/tilt` 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: POST /api/v1/calibration/validation
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/validation` 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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/calibration/validation/confirm
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/validation/confirm` 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 wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/calibration/zoom
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/calibration/zoom` 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: POST /api/v1/config/hot
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/config/hot` 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: POST /api/v1/media/record/start
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/media/record/start` 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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/media/record/stop
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/media/record/stop` 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: POST /api/v1/presets
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/presets` 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: POST /api/v1/presets/{name}/apply
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/presets/{name}/apply` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/ptz/auto
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/ptz/auto` 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: POST /api/v1/ptz/home
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/ptz/home` 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: POST /api/v1/ptz/stop
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/ptz/stop` 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: POST /api/v1/ptz/velocity
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/ptz/velocity` 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: POST /api/v1/ptz/zoom
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/ptz/zoom` 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: POST /api/v1/safety/kill
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/safety/kill` 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: POST /api/v1/safety/resume
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/safety/resume` 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: POST /api/v1/sensors/phone
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/sensors/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: POST /api/v1/sensors/phone/baseline/reset
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/sensors/phone/baseline/reset` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/system/restart
`orin/wavecam/wavecam/control_api.py` declares `POST /api/v1/system/restart` 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: POST /kill
`orin/wavecam/wavecam/web.py` declares `POST /kill` 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: POST /resume
`orin/wavecam/wavecam/web.py` declares `POST /resume` 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: orin/wavecam/tests/test_control_api.py (1753 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/230d8e2a-9944-4004-b145-090ee4bca7bc/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/230d8e2a-9944-4004-b145-090ee4bca7bc/

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.