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.

cryptotomte/WateringSystem

https://github.com/cryptotomte/WateringSystem · scanned 2026-06-17 01:51 UTC (1 month, 1 week ago)

12 raw signals (0 security + 12 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -1.1 (diff) · 7 actionable findings from 1 signal source. 5 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

All 180 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
CLAUDE.md software healthy CLAUDE.md
CONTRIBUTING.md software healthy CONTRIBUTING.md
Fix-graph.md software healthy Fix-graph.md
README.md software healthy README.md
LICENSE software healthy LICENSE
fabrication-toolkit-options.json software healthy hardware/fabrication-toolkit-options.json
ibom.html software healthy hardware/bom/ibom.html
WateringSystem-rev2-BOM-LCSC.md software healthy hardware/bom/WateringSystem-rev2-BOM-LCSC.md
WateringSystem-BOM.html software healthy hardware/bom/WateringSystem-BOM.html
WateringSystem-rev2-BOM.md software healthy hardware/bom/WateringSystem-rev2-BOM.md
copilot-instructions.md software healthy .github/copilot-instructions.md
arduino-legacy-cold.yml software healthy .github/workflows/arduino-legacy-cold.yml
firmware-build.yml software healthy .github/workflows/firmware-build.yml
CLAUDE.md software healthy firmware/CLAUDE.md
README.md software healthy firmware/README.md
Dockerfile software healthy firmware/Dockerfile
diag_console.h software healthy firmware/main/diag_console.h
idf_component.yml software healthy firmware/main/idf_component.yml
app_main.cpp software healthy firmware/main/app_main.cpp
diag_console.cpp software healthy firmware/main/diag_console.cpp
test_data_storage.cpp software healthy firmware/test_apps/host/main/test_data_storage.cpp
test_water_pump.cpp software healthy firmware/test_apps/host/main/test_water_pump.cpp
test_config_store.cpp software healthy firmware/test_apps/host/main/test_config_store.cpp
test_main.cpp software healthy firmware/test_apps/host/main/test_main.cpp
README software healthy firmware/storage_image/README
WaterPump.cpp software healthy firmware/components/actuators/src/WaterPump.cpp
GpioWaterPump.cpp software healthy firmware/components/actuators/src/GpioWaterPump.cpp
GpioWaterPump.h software healthy firmware/components/actuators/include/actuators/GpioWaterPu…
EspTimeProvider.h software healthy firmware/components/actuators/include/actuators/EspTimeProv…
LockedWaterPump.h software healthy firmware/components/actuators/include/actuators/LockedWater…
WaterPump.h software healthy firmware/components/actuators/include/actuators/WaterPump.h
FakeTimeProvider.h software healthy firmware/components/actuators/include/actuators/testing/Fak…
MockWaterPump.h software healthy firmware/components/actuators/include/actuators/testing/Moc…
LittleFsDataStorage.cpp software healthy firmware/components/storage/src/LittleFsDataStorage.cpp
StorageMount.cpp software healthy firmware/components/storage/src/StorageMount.cpp
NvsConfigStore.cpp software healthy firmware/components/storage/src/NvsConfigStore.cpp
LockedConfigStore.h software healthy firmware/components/storage/include/storage/LockedConfigSto…
LockedDataStorage.h software healthy firmware/components/storage/include/storage/LockedDataStora…
LittleFsDataStorage.h software healthy firmware/components/storage/include/storage/LittleFsDataSto…
NvsConfigStore.h software healthy firmware/components/storage/include/storage/NvsConfigStore.h
StorageMount.h software healthy firmware/components/storage/include/storage/StorageMount.h
MockConfigStore.h software healthy firmware/components/storage/include/storage/testing/MockCon…
MockDataStorage.h software healthy firmware/components/storage/include/storage/testing/MockDat…
board.h software healthy firmware/components/board/include/board/board.h
IWaterPump.h software healthy firmware/components/interfaces/include/interfaces/IWaterPum…
IDataStorage.h software healthy firmware/components/interfaces/include/interfaces/IDataStor…
IConfigStore.h software healthy firmware/components/interfaces/include/interfaces/IConfigSt…
IActuator.h software healthy firmware/components/interfaces/include/interfaces/IActuator…
ITimeProvider.h software healthy firmware/components/interfaces/include/interfaces/ITimeProv…
data-model.md software healthy specs/003-nvs-littlefs-storage/data-model.md

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

LabelLayerStatusPath
hardware software healthy hardware
bom software healthy hardware/bom
.github software healthy .github
workflows software healthy .github/workflows
firmware software healthy firmware
main software healthy firmware/main
test_apps software healthy firmware/test_apps
host software healthy firmware/test_apps/host
main software healthy firmware/test_apps/host/main
storage_image software healthy firmware/storage_image
components software healthy firmware/components
actuators software healthy firmware/components/actuators
src software healthy firmware/components/actuators/src
include software healthy firmware/components/actuators/include
actuators software healthy firmware/components/actuators/include/actuators
testing software healthy firmware/components/actuators/include/actuators/testing
storage software healthy firmware/components/storage
src software healthy firmware/components/storage/src
include software healthy firmware/components/storage/include
storage software healthy firmware/components/storage/include/storage
testing software healthy firmware/components/storage/include/storage/testing
board software healthy firmware/components/board
include software healthy firmware/components/board/include
board software healthy firmware/components/board/include/board
interfaces software healthy firmware/components/interfaces
include software healthy firmware/components/interfaces/include
interfaces software healthy firmware/components/interfaces/include/interfaces
specs software healthy specs
003-nvs-littlefs-storage software healthy specs/003-nvs-littlefs-storage
contracts software healthy specs/003-nvs-littlefs-storage/contracts
checklists software healthy specs/003-nvs-littlefs-storage/checklists
002-pump-gpio-board software healthy specs/002-pump-gpio-board
contracts software healthy specs/002-pump-gpio-board/contracts
checklists software healthy specs/002-pump-gpio-board/checklists
src software healthy src
actuators software healthy src/actuators
communication software healthy src/communication
storage software healthy src/storage
sensors software healthy src/sensors
docs software healthy docs
prd software healthy docs/prd
include software healthy include
hardware software healthy include/hardware
actuators software healthy include/actuators
communication software healthy include/communication
storage software healthy include/storage
sensors software healthy include/sensors
test software healthy test

LabelLayerStatusPath
build cicd healthy .github/workflows/arduino-legacy-cold.yml
build cicd healthy .github/workflows/firmware-build.yml
host-test cicd healthy .github/workflows/firmware-build.yml

LabelLayerStatusPath
gha::arduino-legacy-cold cicd healthy .github/workflows/arduino-legacy-cold.yml
gha::firmware-build cicd healthy .github/workflows/firmware-build.yml

LabelLayerStatusPath
cryptotomte__WateringSystem software healthy /data/fable5_failed_archive/cryptotomte__WateringSystem

LabelLayerStatusPath
192.168.4.1 network healthy README.md

LabelLayerStatusPath
port:06 network healthy .github/workflows/arduino-legacy-cold.yml

LabelLayerStatusPath
image::firmware/Dockerfile hardware healthy firmware/Dockerfile
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/62fc4c0c-5ae7-44df-be3e-e3b0672e88aa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/62fc4c0c-5ae7-44df-be3e-e3b0672e88aa/

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.