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.

zerox80/KoWoBau-Planner

https://github.com/zerox80/KoWoBau-Planner · scanned 2026-06-16 01:12 UTC (2 months, 1 week ago)

15 raw signals (0 security + 15 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 15 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 132 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
Cargo.toml software healthy Cargo.toml
README.md software healthy README.md
Dockerfile software healthy Dockerfile
.env.example software healthy .env.example
Cargo.lock software healthy Cargo.lock
docker-compose.yml software healthy docker-compose.yml
externalize-init.py software healthy crates/frontend/externalize-init.py
Cargo.toml software healthy crates/frontend/Cargo.toml
index.html software healthy crates/frontend/index.html
views_board.rs software healthy crates/frontend/src/views_board.rs
styles.css software healthy crates/frontend/src/styles.css
admin.rs software healthy crates/frontend/src/admin.rs
ticket_detail.rs software healthy crates/frontend/src/ticket_detail.rs
actions.rs software healthy crates/frontend/src/actions.rs
icons.rs software healthy crates/frontend/src/icons.rs
task_detail.rs software healthy crates/frontend/src/task_detail.rs
auth_view.rs software healthy crates/frontend/src/auth_view.rs
shell.rs software healthy crates/frontend/src/shell.rs
views_gantt.rs software healthy crates/frontend/src/views_gantt.rs
settings.rs software healthy crates/frontend/src/settings.rs
main.rs software healthy crates/frontend/src/main.rs
i18n.rs software healthy crates/frontend/src/i18n.rs
modals.rs software healthy crates/frontend/src/modals.rs
cards.rs software healthy crates/frontend/src/cards.rs
task_edit.rs software healthy crates/frontend/src/task_edit.rs
attachments_ui.rs software healthy crates/frontend/src/attachments_ui.rs
api.rs software healthy crates/frontend/src/api.rs
theme.rs software healthy crates/frontend/src/theme.rs
realtime.rs software healthy crates/frontend/src/realtime.rs
views_timeline.rs software healthy crates/frontend/src/views_timeline.rs
tests.rs software healthy crates/frontend/src/tests.rs
Cargo.toml software healthy crates/shared/Cargo.toml
lib.rs software healthy crates/shared/src/lib.rs
Cargo.toml software healthy crates/backend/Cargo.toml
003_hardening.sql software healthy crates/backend/migrations/003_hardening.sql
007_invite_unique.sql software healthy crates/backend/migrations/007_invite_unique.sql
008_subtask_position_unique.sql software healthy crates/backend/migrations/008_subtask_position_unique.sql
002_status_flags_and_indexes.sql software healthy crates/backend/migrations/002_status_flags_and_indexes.sql
006_session_created_at.sql software healthy crates/backend/migrations/006_session_created_at.sql
004_tickets.sql software healthy crates/backend/migrations/004_tickets.sql
005_recurrence.sql software healthy crates/backend/migrations/005_recurrence.sql
001_init.sql software healthy crates/backend/migrations/001_init.sql
auth.rs software healthy crates/backend/src/auth.rs
error.rs software healthy crates/backend/src/error.rs
convert.rs software healthy crates/backend/src/convert.rs
middleware.rs software healthy crates/backend/src/middleware.rs
startup.rs software healthy crates/backend/src/startup.rs
subtasks.rs software healthy crates/backend/src/subtasks.rs
rows.rs software healthy crates/backend/src/rows.rs
seed.rs software healthy crates/backend/src/seed.rs

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

LabelLayerStatusPath
tickets data healthy crates/backend/migrations/004_tickets.sql
users data healthy crates/backend/migrations/001_init.sql
sessions data healthy crates/backend/migrations/001_init.sql
workspaces data healthy crates/backend/migrations/001_init.sql
memberships data healthy crates/backend/migrations/001_init.sql
workspace_invites data healthy crates/backend/migrations/001_init.sql
projects data healthy crates/backend/migrations/001_init.sql
project_statuses data healthy crates/backend/migrations/001_init.sql
tasks data healthy crates/backend/migrations/001_init.sql
task_assignees data healthy crates/backend/migrations/001_init.sql
subtasks data healthy crates/backend/migrations/001_init.sql
task_dependencies data healthy crates/backend/migrations/001_init.sql
comments data healthy crates/backend/migrations/001_init.sql
milestones data healthy crates/backend/migrations/001_init.sql
notifications data healthy crates/backend/migrations/001_init.sql
attachments data healthy crates/backend/migrations/001_init.sql
audit_events data healthy crates/backend/migrations/001_init.sql

LabelLayerStatusPath
127.0.0.1 network healthy README.md
192.168.1.0 network healthy README.md
172.30.0.0 network healthy README.md
127.0.0.0 network healthy .env.example
10.0.0.0 network healthy .env.example
172.16.0.0 network healthy .env.example
192.168.0.0 network healthy .env.example
10.1.2.3 network healthy .env.example
10.250.1.2 network healthy crates/backend/src/tests.rs
11.0.0.1 network healthy crates/backend/src/tests.rs
192.168.1.5 network healthy crates/backend/src/tests.rs
192.168.1.6 network healthy crates/backend/src/tests.rs

LabelLayerStatusPath
crates software healthy crates
frontend software healthy crates/frontend
src software healthy crates/frontend/src
shared software healthy crates/shared
src software healthy crates/shared/src
backend software healthy crates/backend
migrations software healthy crates/backend/migrations
src software healthy crates/backend/src
.github software healthy .github
workflows software healthy .github/workflows

LabelLayerStatusPath
003_hardening.sql data healthy crates/backend/migrations/003_hardening.sql
007_invite_unique.sql data healthy crates/backend/migrations/007_invite_unique.sql
008_subtask_position_unique.sql data healthy crates/backend/migrations/008_subtask_position_unique.sql
002_status_flags_and_indexes.sql data healthy crates/backend/migrations/002_status_flags_and_indexes.sql
006_session_created_at.sql data healthy crates/backend/migrations/006_session_created_at.sql
004_tickets.sql data healthy crates/backend/migrations/004_tickets.sql
005_recurrence.sql data healthy crates/backend/migrations/005_recurrence.sql
001_init.sql data healthy crates/backend/migrations/001_init.sql

LabelLayerStatusPath
port:8080 network healthy Dockerfile
port:80 network healthy Dockerfile
port:06 network healthy .github/dependabot.yml
port:15 network healthy .github/dependabot.yml
port:30 network healthy .github/dependabot.yml

LabelLayerStatusPath
postgresql data healthy README.md
postgres data healthy README.md
mysql data healthy Cargo.lock
sqlite data healthy Cargo.lock

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
app hardware healthy docker-compose.yml
nginx hardware healthy docker-compose.yml
postgres hardware healthy docker-compose.yml

LabelLayerStatusPath
repobility-clone-1v6qocpi software healthy /tmp/repobility-clone-1v6qocpi

LabelLayerStatusPath
nginx network healthy README.md

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
lint-test cicd healthy .github/workflows/ci.yml
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/f045372e-3d8a-4d3f-b783-634268cd191e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f045372e-3d8a-4d3f-b783-634268cd191e/

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.