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.

Digpot/Digda-server

https://github.com/Digpot/Digda-server · scanned 2026-06-17 01:27 UTC (1 month, 2 weeks ago)

9 raw signals (0 security + 9 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +7.0 (diff) · 5 actionable findings from 1 signal source. 4 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 796 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
README.md software healthy README.md
build.gradle.kts software healthy build.gradle.kts
docker-compose.yml software healthy docker-compose.yml
Dockerfile software healthy Dockerfile
PULL_REQUEST_TEMPLATE.md software healthy .github/PULL_REQUEST_TEMPLATE.md
feature.yml software healthy .github/ISSUE_TEMPLATE/feature.yml
report.yml software healthy .github/ISSUE_TEMPLATE/report.yml
refactor.yml software healthy .github/ISSUE_TEMPLATE/refactor.yml
deploy.yml software healthy .github/workflows/deploy.yml
application.yml software healthy src/main/resources/application.yml
application-dev.yml software healthy src/main/resources/application-dev.yml
application-prod.yml software healthy src/main/resources/application-prod.yml
DigdaserverApplication.kt software healthy src/main/kotlin/digdaserver/DigdaserverApplication.kt
AdminUserLogController.kt software healthy src/main/kotlin/digdaserver/admin/log/presentation/controll…
AdminUserLogResponse.kt software healthy src/main/kotlin/digdaserver/admin/log/presentation/dto/res/…
AdminRegionService.kt software healthy src/main/kotlin/digdaserver/admin/region/application/servic…
AdminRegionServiceImpl.kt software healthy src/main/kotlin/digdaserver/admin/region/application/servic…
AdminRegionController.kt software healthy src/main/kotlin/digdaserver/admin/region/presentation/contr…
RegionFillRequest.kt software healthy src/main/kotlin/digdaserver/admin/region/presentation/dto/r…
AdminNotificationService.kt software healthy src/main/kotlin/digdaserver/admin/notification/application/…
AdminNotificationServiceImpl.kt software healthy src/main/kotlin/digdaserver/admin/notification/application/…
AdminNotificationController.kt software healthy src/main/kotlin/digdaserver/admin/notification/presentation…
AdminNotificationResponse.kt software healthy src/main/kotlin/digdaserver/admin/notification/presentation…
AdminDashboardService.kt software healthy src/main/kotlin/digdaserver/admin/dashboard/application/ser…
AdminDashboardServiceImpl.kt software healthy src/main/kotlin/digdaserver/admin/dashboard/application/ser…
AdminDashboardController.kt software healthy src/main/kotlin/digdaserver/admin/dashboard/presentation/co…
DashboardSummaryResponse.kt software healthy src/main/kotlin/digdaserver/admin/dashboard/presentation/dt…
AdminGroupRoomService.kt software healthy src/main/kotlin/digdaserver/admin/grouproom/application/ser…
AdminGroupRoomServiceImpl.kt software healthy src/main/kotlin/digdaserver/admin/grouproom/application/ser…
AdminGroupRoomController.kt software healthy src/main/kotlin/digdaserver/admin/grouproom/presentation/co…
AdminGroupRoomStatusRequest.kt software healthy src/main/kotlin/digdaserver/admin/grouproom/presentation/dt…
AdminGroupRoomResponse.kt software healthy src/main/kotlin/digdaserver/admin/grouproom/presentation/dt…
AdminNicknameExhibitService.kt software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit/applicati…
AdminNicknameExhibitServiceImpl.kt software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit/applicati…
AdminNicknameExhibitController.kt software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit/presentat…
AddExhibitAccessRequest.kt software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit/presentat…
UpdateNicknameExhibitRequest.kt software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit/presentat…
CreateNicknameExhibitRequest.kt software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit/presentat…
AdminNicknameExhibitResponse.kt software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit/presentat…
AdminExhibitAccessResponse.kt software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit/presentat…
AdminAnnouncementController.kt software healthy src/main/kotlin/digdaserver/admin/announcement/presentation…
SendAnnouncementRequest.kt software healthy src/main/kotlin/digdaserver/admin/announcement/presentation…
AdminAnnouncementResponse.kt software healthy src/main/kotlin/digdaserver/admin/announcement/presentation…
SendAnnouncementResponse.kt software healthy src/main/kotlin/digdaserver/admin/announcement/presentation…
AdminUserService.kt software healthy src/main/kotlin/digdaserver/admin/user/application/service/…
AdminUserServiceImpl.kt software healthy src/main/kotlin/digdaserver/admin/user/application/service/…
AdminUserController.kt software healthy src/main/kotlin/digdaserver/admin/user/presentation/control…
AdminUpdateUserRoleRequest.kt software healthy src/main/kotlin/digdaserver/admin/user/presentation/dto/req…
AdminUserResponse.kt software healthy src/main/kotlin/digdaserver/admin/user/presentation/dto/res…
AdminAuthService.kt software healthy src/main/kotlin/digdaserver/admin/auth/application/service/…

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

LabelLayerStatusPath
.github software healthy .github
ISSUE_TEMPLATE software healthy .github/ISSUE_TEMPLATE
workflows software healthy .github/workflows
src software healthy src
main software healthy src/main
resources software healthy src/main/resources
kotlin software healthy src/main/kotlin
digdaserver software healthy src/main/kotlin/digdaserver
admin software healthy src/main/kotlin/digdaserver/admin
log software healthy src/main/kotlin/digdaserver/admin/log
presentation software healthy src/main/kotlin/digdaserver/admin/log/presentation
controller software healthy src/main/kotlin/digdaserver/admin/log/presentation/controll…
dto software healthy src/main/kotlin/digdaserver/admin/log/presentation/dto
res software healthy src/main/kotlin/digdaserver/admin/log/presentation/dto/res
region software healthy src/main/kotlin/digdaserver/admin/region
application software healthy src/main/kotlin/digdaserver/admin/region/application
service software healthy src/main/kotlin/digdaserver/admin/region/application/service
impl software healthy src/main/kotlin/digdaserver/admin/region/application/servic…
presentation software healthy src/main/kotlin/digdaserver/admin/region/presentation
controller software healthy src/main/kotlin/digdaserver/admin/region/presentation/contr…
dto software healthy src/main/kotlin/digdaserver/admin/region/presentation/dto
req software healthy src/main/kotlin/digdaserver/admin/region/presentation/dto/r…
notification software healthy src/main/kotlin/digdaserver/admin/notification
application software healthy src/main/kotlin/digdaserver/admin/notification/application
service software healthy src/main/kotlin/digdaserver/admin/notification/application/…
impl software healthy src/main/kotlin/digdaserver/admin/notification/application/…
presentation software healthy src/main/kotlin/digdaserver/admin/notification/presentation
controller software healthy src/main/kotlin/digdaserver/admin/notification/presentation…
dto software healthy src/main/kotlin/digdaserver/admin/notification/presentation…
res software healthy src/main/kotlin/digdaserver/admin/notification/presentation…
dashboard software healthy src/main/kotlin/digdaserver/admin/dashboard
application software healthy src/main/kotlin/digdaserver/admin/dashboard/application
service software healthy src/main/kotlin/digdaserver/admin/dashboard/application/ser…
impl software healthy src/main/kotlin/digdaserver/admin/dashboard/application/ser…
presentation software healthy src/main/kotlin/digdaserver/admin/dashboard/presentation
controller software healthy src/main/kotlin/digdaserver/admin/dashboard/presentation/co…
dto software healthy src/main/kotlin/digdaserver/admin/dashboard/presentation/dto
res software healthy src/main/kotlin/digdaserver/admin/dashboard/presentation/dt…
grouproom software healthy src/main/kotlin/digdaserver/admin/grouproom
application software healthy src/main/kotlin/digdaserver/admin/grouproom/application
service software healthy src/main/kotlin/digdaserver/admin/grouproom/application/ser…
impl software healthy src/main/kotlin/digdaserver/admin/grouproom/application/ser…
presentation software healthy src/main/kotlin/digdaserver/admin/grouproom/presentation
controller software healthy src/main/kotlin/digdaserver/admin/grouproom/presentation/co…
dto software healthy src/main/kotlin/digdaserver/admin/grouproom/presentation/dto
req software healthy src/main/kotlin/digdaserver/admin/grouproom/presentation/dt…
res software healthy src/main/kotlin/digdaserver/admin/grouproom/presentation/dt…
nicknameexhibit software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit
application software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit/applicati…
service software healthy src/main/kotlin/digdaserver/admin/nicknameexhibit/applicati…

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

LabelLayerStatusPath
ENV_VARS cicd healthy
DOCKERFILE_USERNAME cicd healthy
SERVER_HOST cicd healthy
SERVER_USERNAME cicd healthy
DOCKERFILE_REPO_NAME cicd healthy
DOCKERFILE_PASSWORD cicd healthy
SERVER_SSH_KEY cicd healthy

LabelLayerStatusPath
auth::build.gradle.kts security healthy build.gradle.kts
auth::src/main/resources/application-dev.yml security healthy src/main/resources/application-dev.yml
auth::README.md security healthy README.md
auth::src/main/resources/application-prod.yml security healthy src/main/resources/application-prod.yml

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

LabelLayerStatusPath
mysql data healthy README.md
redis data healthy README.md

LabelLayerStatusPath
port:8080 network healthy docker-compose.yml
port:6379 network healthy docker-compose.yml

LabelLayerStatusPath
vps::aws hardware healthy README.md
vps::ec2 hardware healthy README.md

LabelLayerStatusPath
Digpot__Digda-server software healthy /data/fable5_failed_archive/Digpot__Digda-server

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

LabelLayerStatusPath
build-and-deploy cicd healthy .github/workflows/deploy.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/a3cb2a27-663f-478c-a28d-255b984682de/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a3cb2a27-663f-478c-a28d-255b984682de/

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.