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.

raddatzk/veyq

https://github.com/raddatzk/veyq · scanned 2026-06-15 23:46 UTC (2 months, 4 weeks ago)

133 raw signals (44 security + 89 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 4 weeks ago · v1 · 49 actionable findings from 2 signal sources. 150 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 3032 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
readSpec software healthy frontend/scripts/generate-openapi.mjs:readSpec
mergeTags software healthy frontend/scripts/generate-openapi.mjs:mergeTags
mergeComponents software healthy frontend/scripts/generate-openapi.mjs:mergeComponents
rewriteExternalComponentRefs software healthy frontend/scripts/generate-openapi.mjs:rewriteExternalCompon…
packageNameFromPath software healthy frontend/scripts/check-overrides.mjs:packageNameFromPath
bootstrap software healthy frontend/src/main.ts:bootstrap
visitingAnyPageWithoutSetup software healthy frontend/src/router.ts:visitingAnyPageWithoutSetup
visitingAnyPageWithSetupWithoutLogin software healthy frontend/src/router.ts:visitingAnyPageWithSetupWithoutLogin
visitingSetupPageWithSetup software healthy frontend/src/router.ts:visitingSetupPageWithSetup
storage software healthy frontend/src/i18n/index.test.ts:storage
resolveInitialLocale software healthy frontend/src/i18n/index.ts:resolveInitialLocale
setLocale software healthy frontend/src/i18n/index.ts:setLocale
isSupportedLocale software healthy frontend/src/i18n/index.ts:isSupportedLocale
translateErrorCode software healthy frontend/src/i18n/index.ts:translateErrorCode
normalizeLocale software healthy frontend/src/i18n/index.ts:normalizeLocale
safeLocalStorage software healthy frontend/src/i18n/index.ts:safeLocalStorage
safeNavigatorLanguages software healthy frontend/src/i18n/index.ts:safeNavigatorLanguages
setDocumentLanguage software healthy frontend/src/i18n/index.ts:setDocumentLanguage
primeVueLocale software healthy frontend/src/i18n/primevueLocale.ts:primeVueLocale
applyPrimeVueLocale software healthy frontend/src/i18n/primevueLocale.ts:applyPrimeVueLocale
generatedCall software healthy frontend/src/api/generatedClient.ts:generatedCall
isGeneratedResponseError software healthy frontend/src/api/generatedClient.ts:isGeneratedResponseError
getMemoryNavigationContext software healthy frontend/src/api/memoryApi.ts:getMemoryNavigationContext
searchTenant software healthy frontend/src/api/memoryApi.ts:searchTenant
createFolder software healthy frontend/src/api/memoryApi.ts:createFolder
deleteFolder software healthy frontend/src/api/memoryApi.ts:deleteFolder
listMemories software healthy frontend/src/api/memoryApi.ts:listMemories
getMemory software healthy frontend/src/api/memoryApi.ts:getMemory
favoriteMemory software healthy frontend/src/api/memoryApi.ts:favoriteMemory
unfavoriteMemory software healthy frontend/src/api/memoryApi.ts:unfavoriteMemory
getMemoryHeader software healthy frontend/src/api/memoryApi.ts:getMemoryHeader
getMemoryJournal software healthy frontend/src/api/memoryApi.ts:getMemoryJournal
createMemoryJournalLiveSession software healthy frontend/src/api/memoryApi.ts:createMemoryJournalLiveSession
getMemoryByPath software healthy frontend/src/api/memoryApi.ts:getMemoryByPath
createMemory software healthy frontend/src/api/memoryApi.ts:createMemory
updateMemory software healthy frontend/src/api/memoryApi.ts:updateMemory
moveMemory software healthy frontend/src/api/memoryApi.ts:moveMemory
deleteMemory software healthy frontend/src/api/memoryApi.ts:deleteMemory
updateMemoryJournal software healthy frontend/src/api/memoryApi.ts:updateMemoryJournal
listChildMemories software healthy frontend/src/api/memoryApi.ts:listChildMemories
listMemoryParticipants software healthy frontend/src/api/memoryApi.ts:listMemoryParticipants
listMemoryParticipantCandidates software healthy frontend/src/api/memoryApi.ts:listMemoryParticipantCandidat…
addMemoryParticipant software healthy frontend/src/api/memoryApi.ts:addMemoryParticipant
removeMemoryParticipant software healthy frontend/src/api/memoryApi.ts:removeMemoryParticipant
setMemoryCover software healthy frontend/src/api/memoryApi.ts:setMemoryCover
removeMemoryCover software healthy frontend/src/api/memoryApi.ts:removeMemoryCover
listMemoryMedia software healthy frontend/src/api/memoryApi.ts:listMemoryMedia
waitForNewMemoryMedia software healthy frontend/src/api/memoryApi.ts:waitForNewMemoryMedia
listMemoryMediaBuckets software healthy frontend/src/api/memoryApi.ts:listMemoryMediaBuckets
createMemoryMediaBucket software healthy frontend/src/api/memoryApi.ts:createMemoryMediaBucket

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

LabelLayerStatusPath
README.md software healthy README.md
Dockerfile software healthy Dockerfile
FUNDING.yml software healthy FUNDING.yml
LICENSE software healthy LICENSE
NOTICE software healthy NOTICE
AGENTS.md software healthy AGENTS.md
playwright.config.ts software healthy frontend/playwright.config.ts
.prettierrc.json software healthy frontend/.prettierrc.json
openapitools.json software healthy frontend/openapitools.json
vite.config.ts software healthy frontend/vite.config.ts
package.json software healthy frontend/package.json
index.html software healthy frontend/index.html
Dockerfile software healthy frontend/Dockerfile
package-lock.json software healthy frontend/package-lock.json
eslint.config.js software healthy frontend/eslint.config.js
tsconfig.json software healthy frontend/tsconfig.json
generate-openapi.mjs software healthy frontend/scripts/generate-openapi.mjs
check-overrides.mjs software healthy frontend/scripts/check-overrides.mjs
App.vue software healthy frontend/src/App.vue
authState.ts software healthy frontend/src/authState.ts
router.test.ts software healthy frontend/src/router.test.ts
main.ts software healthy frontend/src/main.ts
serverState.ts software healthy frontend/src/serverState.ts
router.ts software healthy frontend/src/router.ts
style.css software healthy frontend/src/style.css
index.test.ts software healthy frontend/src/i18n/index.test.ts
messages.ts software healthy frontend/src/i18n/messages.ts
index.ts software healthy frontend/src/i18n/index.ts
primevueLocale.ts software healthy frontend/src/i18n/primevueLocale.ts
generatedClient.ts software healthy frontend/src/api/generatedClient.ts
memoryApi.ts software healthy frontend/src/api/memoryApi.ts
entrypointClient.ts software healthy frontend/src/api/entrypointClient.ts
tenantClient.ts software healthy frontend/src/api/tenantClient.ts
authClient.ts software healthy frontend/src/api/authClient.ts
userClient.ts software healthy frontend/src/api/userClient.ts
groupClient.ts software healthy frontend/src/api/groupClient.ts
memoryApi.test.ts software healthy frontend/src/api/memoryApi.test.ts
tenantRegistrationInviteClient.ts software healthy frontend/src/api/tenantRegistrationInviteClient.ts
setupClient.ts software healthy frontend/src/api/setupClient.ts
invitationClient.ts software healthy frontend/src/api/invitationClient.ts
httpClient.ts software healthy frontend/src/api/httpClient.ts
index.ts software healthy frontend/src/api/generated/index.ts
runtime.ts software healthy frontend/src/api/generated/runtime.ts
AdminSetupRequest.ts software healthy frontend/src/api/generated/models/AdminSetupRequest.ts
CreatePasskeyRequest.ts software healthy frontend/src/api/generated/models/CreatePasskeyRequest.ts
UserStatus.ts software healthy frontend/src/api/generated/models/UserStatus.ts
InvitationMetadataRequest.ts software healthy frontend/src/api/generated/models/InvitationMetadataRequest…
TenantUserSettingsResponse.ts software healthy frontend/src/api/generated/models/TenantUserSettingsRespons…
UpdateMemoryJournalRequest.ts software healthy frontend/src/api/generated/models/UpdateMemoryJournalReques…
MemoryPlaylistProvider.ts software healthy frontend/src/api/generated/models/MemoryPlaylistProvider.ts

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

LabelLayerStatusPath
is software healthy frontend/src/api/generated/runtime.ts:is
manually software healthy frontend/src/api/generated/runtime.ts:manually
Configuration software healthy frontend/src/api/generated/runtime.ts:Configuration
for software healthy frontend/src/api/generated/runtime.ts:for
BaseAPI software healthy frontend/src/api/generated/runtime.ts:BaseAPI
ResponseError software healthy frontend/src/api/generated/runtime.ts:ResponseError
FetchError software healthy frontend/src/api/generated/runtime.ts:FetchError
RequiredError software healthy frontend/src/api/generated/runtime.ts:RequiredError
JSONApiResponse software healthy frontend/src/api/generated/runtime.ts:JSONApiResponse
VoidApiResponse software healthy frontend/src/api/generated/runtime.ts:VoidApiResponse
BlobApiResponse software healthy frontend/src/api/generated/runtime.ts:BlobApiResponse
TextApiResponse software healthy frontend/src/api/generated/runtime.ts:TextApiResponse
is software healthy frontend/src/api/generated/models/AdminSetupRequest.ts:is
manually software healthy frontend/src/api/generated/models/AdminSetupRequest.ts:manu…
is software healthy frontend/src/api/generated/models/CreatePasskeyRequest.ts:is
manually software healthy frontend/src/api/generated/models/CreatePasskeyRequest.ts:m…
is software healthy frontend/src/api/generated/models/UserStatus.ts:is
manually software healthy frontend/src/api/generated/models/UserStatus.ts:manually
is software healthy frontend/src/api/generated/models/InvitationMetadataRequest…
manually software healthy frontend/src/api/generated/models/InvitationMetadataRequest…
is software healthy frontend/src/api/generated/models/TenantUserSettingsRespons…
manually software healthy frontend/src/api/generated/models/TenantUserSettingsRespons…
is software healthy frontend/src/api/generated/models/UpdateMemoryJournalReques…
manually software healthy frontend/src/api/generated/models/UpdateMemoryJournalReques…
is software healthy frontend/src/api/generated/models/MemoryPlaylistProvider.ts…
manually software healthy frontend/src/api/generated/models/MemoryPlaylistProvider.ts…
is software healthy frontend/src/api/generated/models/MemoryTrackSummary.ts:is
manually software healthy frontend/src/api/generated/models/MemoryTrackSummary.ts:man…
is software healthy frontend/src/api/generated/models/CapabilityNotificationsRe…
manually software healthy frontend/src/api/generated/models/CapabilityNotificationsRe…
is software healthy frontend/src/api/generated/models/GroupSummary.ts:is
manually software healthy frontend/src/api/generated/models/GroupSummary.ts:manually
is software healthy frontend/src/api/generated/models/UpdateMemoryTrackRequest.…
manually software healthy frontend/src/api/generated/models/UpdateMemoryTrackRequest.…
is software healthy frontend/src/api/generated/models/MoveMemoryMediaRequest.ts…
manually software healthy frontend/src/api/generated/models/MoveMemoryMediaRequest.ts…
is software healthy frontend/src/api/generated/models/TenantSettingsResponse.ts…
manually software healthy frontend/src/api/generated/models/TenantSettingsResponse.ts…
is software healthy frontend/src/api/generated/models/LoginSession.ts:is
manually software healthy frontend/src/api/generated/models/LoginSession.ts:manually
is software healthy frontend/src/api/generated/models/PublicShareLoginRequest.t…
manually software healthy frontend/src/api/generated/models/PublicShareLoginRequest.t…
is software healthy frontend/src/api/generated/models/TenantUsersSummary.ts:is
manually software healthy frontend/src/api/generated/models/TenantUsersSummary.ts:man…
is software healthy frontend/src/api/generated/models/PasskeyLinkOptionsRequest…
manually software healthy frontend/src/api/generated/models/PasskeyLinkOptionsRequest…
is software healthy frontend/src/api/generated/models/CreateTenantRequest.ts:is
manually software healthy frontend/src/api/generated/models/CreateTenantRequest.ts:ma…
is software healthy frontend/src/api/generated/models/MemoryMediaBatchResponse.…
manually software healthy frontend/src/api/generated/models/MemoryMediaBatchResponse.…

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

LabelLayerStatusPath
frontend software healthy frontend
scripts software healthy frontend/scripts
src software healthy frontend/src
i18n software healthy frontend/src/i18n
api software healthy frontend/src/api
generated software healthy frontend/src/api/generated
models software healthy frontend/src/api/generated/models
apis software healthy frontend/src/api/generated/apis
test software healthy frontend/src/test
shared software healthy frontend/src/shared
state software healthy frontend/src/shared/state
api software healthy frontend/src/shared/api
utils software healthy frontend/src/shared/utils
components software healthy frontend/src/shared/components
privacy software healthy frontend/src/shared/privacy
composables software healthy frontend/src/composables
components software healthy frontend/src/components
auth software healthy frontend/src/components/auth
media software healthy frontend/src/components/media
app software healthy frontend/src/components/app
tenant software healthy frontend/src/components/tenant
styles software healthy frontend/src/styles
features software healthy frontend/src/features
settings software healthy frontend/src/features/settings
api software healthy frontend/src/features/settings/api
components software healthy frontend/src/features/settings/components
memories software healthy frontend/src/features/memories
api software healthy frontend/src/features/memories/api
composables software healthy frontend/src/features/memories/composables
utils software healthy frontend/src/features/memories/utils
components software healthy frontend/src/features/memories/components
profiles software healthy frontend/src/features/profiles
api software healthy frontend/src/features/profiles/api
views software healthy frontend/src/views
e2e software healthy frontend/e2e
support software healthy frontend/e2e/support
docs software healthy docs
legal software healthy docs/legal
releases software healthy docs/releases
api software healthy docs/api
product software healthy docs/product
features software healthy docs/product/features
adr software healthy docs/adr
scripts software healthy scripts
http software healthy http
load software healthy load
k6 software healthy load/k6
lib software healthy load/k6/lib
ios software healthy ios
VeyqUITests software healthy ios/VeyqUITests

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

LabelLayerStatusPath
/setup frontend healthy frontend/src/router.ts
/login frontend healthy frontend/src/router.ts
/invite/:userId frontend healthy frontend/src/router.ts
/join frontend healthy frontend/src/router.ts
/join/:token frontend healthy frontend/src/router.ts
/s/:shareId/:pathMatch(.*)* frontend healthy frontend/src/router.ts
/password/reset/:userId frontend healthy frontend/src/router.ts
/passkey/reset/:userId frontend healthy frontend/src/router.ts
/email/confirm frontend healthy frontend/src/router.ts
/server/settings frontend healthy frontend/src/router.ts
/~me/settings frontend healthy frontend/src/router.ts
/:pathMatch(.*)* frontend healthy frontend/src/router.ts
/ frontend healthy frontend/src/api/memoryApi.test.ts
/travel frontend healthy frontend/src/api/memoryApi.test.ts
/travel/trip frontend healthy frontend/src/api/memoryApi.test.ts
/trip frontend healthy frontend/src/api/memoryApi.test.ts
/archive/renamed-trip frontend healthy frontend/src/api/memoryApi.test.ts
/archive frontend healthy frontend/src/api/memoryApi.test.ts
/without-cover frontend healthy frontend/src/components/app/TenantSidebar.test.ts
/~kevin frontend healthy frontend/src/components/app/TenantSidebar.test.ts
/@travel frontend healthy frontend/src/components/app/TenantSidebar.test.ts
/favorite frontend healthy frontend/src/components/app/TenantSidebar.test.ts
/summer/beach-day frontend healthy frontend/src/components/app/WorkspaceTopbar.test.ts
/beach-day frontend healthy frontend/src/components/app/WorkspaceTopbar.test.ts
/settings frontend healthy frontend/src/features/settings/components/GroupSettingsPane…
/@test/feiern/hochzeit-lisa-kevin frontend healthy frontend/src/features/memories/composables/useMemoryToolbar…
/korfubaniens/albanien frontend healthy frontend/src/features/memories/composables/useMemoryToolbar…
/korfubaniens frontend healthy frontend/src/features/memories/composables/useMemoryToolbar…
/ostern/ostern-2026 frontend healthy frontend/src/features/memories/composables/useMemoryToolbar…
/ostern frontend healthy frontend/src/features/memories/composables/useMemoryToolbar…
/memory frontend healthy frontend/src/features/memories/composables/useMemoryToolbar…
/@team/ostern/ostern-2026 frontend healthy frontend/src/features/memories/composables/useMemoryRouteDa…
/@team frontend healthy frontend/src/features/memories/composables/useMemoryRouteDa…
/@team/ostern frontend healthy frontend/src/features/memories/composables/useMemoryRouteDa…
/trip/day-2 frontend healthy frontend/src/features/memories/components/MemoryJournalLive…
/trip/day-1 frontend healthy frontend/src/features/memories/components/MemoryDetail.test…
/updated-trip frontend healthy frontend/src/features/memories/components/MemoryDialogs.tes…
/day-1 frontend healthy frontend/src/views/PublicShareView.test.ts
/~administrator frontend healthy frontend/e2e/support/api.ts
/@family frontend healthy frontend/e2e/support/api.ts
/@school frontend healthy frontend/e2e/support/api.ts
/@long-group frontend healthy frontend/e2e/support/api.ts
/@neighbors frontend healthy frontend/e2e/support/api.ts
/reisen frontend healthy frontend/e2e/support/api.ts
/reisen/hochzeit-lisa-kevin frontend healthy frontend/e2e/support/api.ts
/reisen/sommerreise-mit-einem-aussergewoehnlich-langen-memo… frontend healthy frontend/e2e/support/api.ts
/reisen/hochzeit-lisa-kevin/abendessen frontend healthy frontend/e2e/support/api.ts
/abendessen frontend healthy frontend/e2e/support/api.ts
/~me frontend healthy frontend/e2e/support/api.ts

LabelLayerStatusPath
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/i18n/messages.ts security healthy frontend/src/i18n/messages.ts
password_literal::frontend/src/features/settings/components… security healthy frontend/src/features/settings/components/UserSettingsForm.…
password_literal::frontend/src/features/settings/components… security healthy frontend/src/features/settings/components/UserSettingsForm.…
password_literal::frontend/src/features/settings/components… security healthy frontend/src/features/settings/components/UserSettingsForm.…
password_literal::frontend/src/features/memories/components… security healthy frontend/src/features/memories/components/MemoryDialogs.tes…
password_literal::frontend/src/features/memories/components… security healthy frontend/src/features/memories/components/MemoryDialogs.tes…
password_literal::frontend/src/features/memories/components… security healthy frontend/src/features/memories/components/MemoryDialogs.tes…
password_literal::frontend/src/features/memories/components… security healthy frontend/src/features/memories/components/MemoryDialogs.tes…
password_literal::frontend/src/views/SetupView.test.ts security healthy frontend/src/views/SetupView.test.ts
password_literal::frontend/e2e/memory-detail.spec.ts security healthy frontend/e2e/memory-detail.spec.ts
password_literal::scripts/veyq-server.sh security healthy scripts/veyq-server.sh

LabelLayerStatusPath
port:8080 network healthy Dockerfile
port:80 network healthy frontend/Dockerfile
port:12 network healthy docs/api/common.openapi.yaml
port:15 network healthy docs/api/common.openapi.yaml
port:10 network healthy docs/api/users.openapi.yaml
port:05 network healthy docs/api/users.openapi.yaml
port:09 network healthy docs/api/server.openapi.yaml
port:18 network healthy docs/api/shares.openapi.yaml
port:30 network healthy docs/api/shares.openapi.yaml
port:02 network healthy docs/api/shares.openapi.yaml
port:11 network healthy docs/api/memories.openapi.yaml
port:45 network healthy docs/api/memories.openapi.yaml
port:03 network healthy docs/api/memories.openapi.yaml
port:08 network healthy docs/api/memories.openapi.yaml
port:20 network healthy docs/api/memories.openapi.yaml
port:8082 network healthy scripts/run-collaboration-container.sh
port:3306 network healthy infra/docker-compose.build.yml
port:8081 network healthy infra/docker-compose.yml
port:443 network healthy infra/docker-compose.yml

LabelLayerStatusPath
ARCHIVE_PATH cicd healthy
IOS_ARTIFACT_NAME cicd healthy
EXPORT_PATH cicd healthy
APPLE_DISTRIBUTION_CERTIFICATE_PASSWORD cicd healthy
IOS_BUILD_KEYCHAIN_PASSWORD cicd healthy
TESTFLIGHT_PUBLIC_GROUP_ID cicd healthy
APPLE_TEAM_ID cicd healthy
APP_STORE_CONNECT_APP_ID cicd healthy
APPLE_SHARE_APP_STORE_PROFILE_BASE64 cicd healthy
GITHUB_TOKEN cicd healthy
TESTFLIGHT_PUBLIC_GROUP_NAME cicd healthy
APP_STORE_CONNECT_API_PRIVATE_KEY_BASE64 cicd healthy
APP_STORE_CONNECT_ISSUER_ID cicd healthy
APP_STORE_CONNECT_API_KEY_ID cicd healthy
APPLE_APP_STORE_PROFILE_BASE64 cicd healthy
APPLE_DISTRIBUTION_CERTIFICATE_BASE64 cicd healthy

LabelLayerStatusPath
changes cicd healthy .github/workflows/codeql.yml
analyze cicd healthy .github/workflows/codeql.yml
backend cicd healthy .github/workflows/ci.yml
frontend cicd healthy .github/workflows/ci.yml
feature-coverage cicd healthy .github/workflows/ci.yml
testflight cicd healthy .github/workflows/ios-testflight.yml
version cicd healthy .github/workflows/container.yml
build cicd healthy .github/workflows/container.yml
build-collaboration cicd healthy .github/workflows/container.yml
publish cicd healthy .github/workflows/container.yml
publish-collaboration cicd healthy .github/workflows/container.yml
deploy cicd healthy .github/workflows/pages.yml

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
image::frontend/Dockerfile hardware healthy frontend/Dockerfile
image::infra/reset/Dockerfile hardware healthy infra/reset/Dockerfile
image::collaboration/Dockerfile hardware healthy collaboration/Dockerfile
traefik hardware healthy infra/docker-compose.yml
veyq-db hardware healthy infra/docker-compose.yml
veyq hardware healthy infra/docker-compose.yml
veyq-collaboration hardware healthy infra/docker-compose.yml
veyq-reset hardware healthy infra/docker-compose.yml
veyq-updater hardware healthy infra/docker-compose.yml

LabelLayerStatusPath
gha::codeql cicd healthy .github/workflows/codeql.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::ios-testflight cicd healthy .github/workflows/ios-testflight.yml
gha::container cicd healthy .github/workflows/container.yml
gha::pages cicd healthy .github/workflows/pages.yml

LabelLayerStatusPath
V3__media_highlights.sql data healthy backend/src/main/resources/db/migration/V3__media_highlight…
V1__baseline.sql data healthy backend/src/main/resources/db/migration/V1__baseline.sql
V2__tenant_registration_invites.sql data healthy backend/src/main/resources/db/migration/V2__tenant_registra…
V4__media_updated_at_millis.sql data healthy backend/src/main/resources/db/migration/V4__media_updated_a…

LabelLayerStatusPath
traefik network healthy README.md
nginx network healthy frontend/Dockerfile
loadbalancer network healthy infra/docker-compose.yml

LabelLayerStatusPath
mariadb data healthy README.md
mysql data healthy infra/docker-compose.yml

LabelLayerStatusPath
veyq data healthy backend/src/main/resources/db/migration/V1__baseline.sql
veyq_mobile_session_code data healthy backend/src/main/resources/db/migration/V1__baseline.sql

LabelLayerStatusPath
repobility-clone-07h_2jo3 software healthy /tmp/repobility-clone-07h_2jo3

LabelLayerStatusPath
127.0.0.1 network healthy frontend/playwright.config.ts

LabelLayerStatusPath
auth::scripts/ios-testflight-distribute.rb security healthy scripts/ios-testflight-distribute.rb
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/5b6079e1-14e3-4336-9fcd-4e25ca76d884/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5b6079e1-14e3-4336-9fcd-4e25ca76d884/

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.