https://github.com/r404r/JapanDigitalPostService
· scanned 2026-06-15 23:44 UTC (2 months, 4 weeks ago)
10 raw signals (0 security + 10 graph)
Last scanned 2 months, 4 weeks ago · v1 · 10 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 242 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.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
go.mod |
software | healthy | go.mod |
.env.example |
software | healthy | .env.example |
Makefile |
software | healthy | Makefile |
AGENTS.md |
software | healthy | AGENTS.md |
openapi.yaml |
software | healthy | api/openapi.yaml |
service_test.go |
software | healthy | internal/settings/service_test.go |
service.go |
software | healthy | internal/settings/service.go |
engine_settings_test.go |
software | healthy | internal/sync/engine_settings_test.go |
downloader.go |
software | healthy | internal/sync/downloader.go |
engine.go |
software | healthy | internal/sync/engine.go |
fixture_test.go |
software | healthy | internal/sync/fixture_test.go |
engine_test.go |
software | healthy | internal/sync/engine_test.go |
scheduler.go |
software | healthy | internal/sync/scheduler.go |
downloader_test.go |
software | healthy | internal/sync/downloader_test.go |
parser.go |
software | healthy | internal/sync/parser.go |
parser_test.go |
software | healthy | internal/sync/parser_test.go |
applier.go |
software | healthy | internal/sync/applier.go |
crypto_test.go |
software | healthy | internal/crypto/crypto_test.go |
crypto.go |
software | healthy | internal/crypto/crypto.go |
middleware.go |
software | healthy | internal/crypto/middleware.go |
doc.go |
software | healthy | internal/crypto/doc.go |
config_test.go |
software | healthy | internal/config/config_test.go |
config.go |
software | healthy | internal/config/config.go |
http.go |
software | healthy | internal/auth/http.go |
token.go |
software | healthy | internal/auth/token.go |
memstore.go |
software | healthy | internal/auth/memstore.go |
http_test.go |
software | healthy | internal/auth/http_test.go |
auth_test.go |
software | healthy | internal/auth/auth_test.go |
doc.go |
software | healthy | internal/auth/doc.go |
service.go |
software | healthy | internal/auth/service.go |
wire.go |
software | healthy | internal/app/wire.go |
service_test.go |
software | healthy | internal/query/service_test.go |
service.go |
software | healthy | internal/query/service.go |
handlers.go |
software | healthy | internal/server/handlers.go |
server_test.go |
software | healthy | internal/server/server_test.go |
settings_handlers.go |
software | healthy | internal/server/settings_handlers.go |
static.go |
software | healthy | internal/server/static.go |
sync_test.go |
software | healthy | internal/server/sync_test.go |
sync_handlers.go |
software | healthy | internal/server/sync_handlers.go |
middleware.go |
software | healthy | internal/server/middleware.go |
static_test.go |
software | healthy | internal/server/static_test.go |
doc.go |
software | healthy | internal/server/doc.go |
router.go |
software | healthy | internal/server/router.go |
settings_test.go |
software | healthy | internal/server/settings_test.go |
store_test.go |
software | healthy | internal/store/store_test.go |
address_read_repo.go |
software | healthy | internal/store/address_read_repo.go |
sqlite.go |
software | healthy | internal/store/sqlite.go |
address_repo.go |
software | healthy | internal/store/address_repo.go |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
jsonResponse |
software | healthy | web/src/App.test.tsx:jsonResponse |
settingsBody |
software | healthy | web/src/App.test.tsx:settingsBody |
App |
software | healthy | web/src/App.tsx:App |
updateToken |
software | healthy | web/src/App.tsx:updateToken |
SearchPage |
software | healthy | web/src/App.tsx:SearchPage |
submit |
software | healthy | web/src/App.tsx:submit |
AdminPage |
software | healthy | web/src/App.tsx:AdminPage |
SyncPanel |
software | healthy | web/src/App.tsx:SyncPanel |
trigger |
software | healthy | web/src/App.tsx:trigger |
SettingsPanel |
software | healthy | web/src/App.tsx:SettingsPanel |
applySettings |
software | healthy | web/src/App.tsx:applySettings |
validate |
software | healthy | web/src/App.tsx:validate |
save |
software | healthy | web/src/App.tsx:save |
resetToDefault |
software | healthy | web/src/App.tsx:resetToDefault |
UploadPanel |
software | healthy | web/src/App.tsx:UploadPanel |
selectFile |
software | healthy | web/src/App.tsx:selectFile |
drop |
software | healthy | web/src/App.tsx:drop |
upload |
software | healthy | web/src/App.tsx:upload |
TokenPanel |
software | healthy | web/src/App.tsx:TokenPanel |
load |
software | healthy | web/src/App.tsx:load |
create |
software | healthy | web/src/App.tsx:create |
revoke |
software | healthy | web/src/App.tsx:revoke |
TextInput |
software | healthy | web/src/App.tsx:TextInput |
Metric |
software | healthy | web/src/App.tsx:Metric |
SearchStatus |
software | healthy | web/src/App.tsx:SearchStatus |
StatusNotice |
software | healthy | web/src/App.tsx:StatusNotice |
AddressTable |
software | healthy | web/src/App.tsx:AddressTable |
SyncRunsTable |
software | healthy | web/src/App.tsx:SyncRunsTable |
TokenTable |
software | healthy | web/src/App.tsx:TokenTable |
EmptyState |
software | healthy | web/src/App.tsx:EmptyState |
countRows |
software | healthy | web/src/App.tsx:countRows |
formatDate |
software | healthy | web/src/App.tsx:formatDate |
normalizeError |
software | healthy | web/src/api/client.ts:normalizeError |
fallbackStatus |
software | healthy | web/src/api/client.ts:fallbackStatus |
defaultErrorMessage |
software | healthy | web/src/api/client.ts:defaultErrorMessage |
| Label | Layer | Status | Path |
|---|---|---|---|
api |
software | healthy | api |
internal |
software | healthy | internal |
settings |
software | healthy | internal/settings |
sync |
software | healthy | internal/sync |
crypto |
software | healthy | internal/crypto |
config |
software | healthy | internal/config |
auth |
software | healthy | internal/auth |
app |
software | healthy | internal/app |
query |
software | healthy | internal/query |
server |
software | healthy | internal/server |
store |
software | healthy | internal/store |
version |
software | healthy | internal/version |
e2e |
software | healthy | internal/e2e |
domain |
software | healthy | internal/domain |
docs |
software | healthy | docs |
api |
software | healthy | docs/api |
tasks |
software | healthy | docs/tasks |
guide |
software | healthy | docs/guide |
scripts |
software | healthy | scripts |
cmd |
software | healthy | cmd |
batch |
software | healthy | cmd/batch |
server |
software | healthy | cmd/server |
deployments |
software | healthy | deployments |
web |
software | healthy | web |
src |
software | healthy | web/src |
api |
software | healthy | web/src/api |
test |
software | healthy | web/src/test |
migrations |
software | healthy | migrations |
output |
software | healthy | output |
plans |
software | healthy | plans |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
0002_runtime_settings.sqlite.sql |
data | healthy | migrations/0002_runtime_settings.sqlite.sql |
0001_init.mysql.sql |
data | healthy | migrations/0001_init.mysql.sql |
0001_init.postgres.sql |
data | healthy | migrations/0001_init.postgres.sql |
0002_runtime_settings.postgres.sql |
data | healthy | migrations/0002_runtime_settings.postgres.sql |
0002_runtime_settings.mysql.sql |
data | healthy | migrations/0002_runtime_settings.mysql.sql |
0001_init.sqlite.sql |
data | healthy | migrations/0001_init.sqlite.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
runtime_settings |
data | healthy | migrations/0002_runtime_settings.sqlite.sql |
addresses |
data | healthy | migrations/0001_init.mysql.sql |
tokens |
data | healthy | migrations/0001_init.mysql.sql |
sync_runs |
data | healthy | migrations/0001_init.mysql.sql |
sync_locks |
data | healthy | migrations/0001_init.mysql.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
postgresql |
data | healthy | README.md |
mysql |
data | healthy | README.md |
postgres |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
go |
cicd | healthy | .github/workflows/ci.yml |
store-multidialect |
cicd | healthy | .github/workflows/ci.yml |
openapi |
cicd | healthy | .github/workflows/ci.yml |
web |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:5432 |
network | healthy | deployments/docker-compose.yml |
port:3306 |
network | healthy | deployments/docker-compose.yml |
port:5173 |
network | healthy | web/vite.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
postgres |
hardware | healthy | deployments/docker-compose.yml |
mysql |
hardware | healthy | deployments/docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-ioowyzt7 |
software | healthy | /tmp/repobility-clone-ioowyzt7 |
| Label | Layer | Status | Path |
|---|---|---|---|
ApiClient |
software | healthy | web/src/api/client.ts:ApiClient |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | deployments/manual-test.compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
loadbalancer |
network | healthy | plans/README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | web/src/App.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
This page is publicly accessible at:
https://repobility.com/scan/080ddd32-3d88-462a-b3ae-53392deafc3d/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/080ddd32-3d88-462a-b3ae-53392deafc3d/
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.