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.

xinity-ai/xinity-ai

https://github.com/xinity-ai/xinity-ai · scanned 2026-06-16 01:03 UTC (2 months, 1 week ago)

96 raw signals (0 security + 96 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 76 actionable findings from 1 signal source. 20 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 2142 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
requireDockerEnv software healthy tests/system/guard.ts:requireDockerEnv
ensureSystemReady software healthy tests/system/guard.ts:ensureSystemReady
requireEnv software healthy tests/system/test-helpers.ts:requireEnv
getAvailablePort software healthy tests/system/test-helpers.ts:getAvailablePort
readProcessOutput software healthy tests/system/test-helpers.ts:readProcessOutput
waitForHttp software healthy tests/system/test-helpers.ts:waitForHttp
waitForCondition software healthy tests/system/daemon/daemon.test.ts:waitForCondition
getDB software healthy tests/system/daemon/daemon-test-helpers.ts:getDB
createTempStateDir software healthy tests/system/daemon/daemon-test-helpers.ts:createTempStateD…
writeNodeId software healthy tests/system/daemon/daemon-test-helpers.ts:writeNodeId
startDaemon software healthy tests/system/daemon/daemon-test-helpers.ts:startDaemon
stopDaemon software healthy tests/system/daemon/daemon-test-helpers.ts:stopDaemon
pollUntil software healthy tests/system/daemon/daemon-test-helpers.ts:pollUntil
waitForNodeIdFile software healthy tests/system/daemon/daemon-test-helpers.ts:waitForNodeIdFile
waitForNodeAvailability software healthy tests/system/daemon/daemon-test-helpers.ts:waitForNodeAvail…
waitForInstallationState software healthy tests/system/daemon/daemon-test-helpers.ts:waitForInstallat…
startMockOllamaServer software healthy tests/system/daemon/daemon-test-helpers.ts:startMockOllamaS…
fetchSpec software healthy tests/system/gateway/gateway.openapi.test.ts:fetchSpec
getDB software healthy tests/system/gateway/gateway.multimodal-s3.test.ts:getDB
gatewayUrl software healthy tests/system/gateway/gateway.multimodal-s3.test.ts:gatewayU…
isSeaweedFSReachable software healthy tests/system/gateway/gateway.multimodal-s3.test.ts:isSeawee…
ensureBucket software healthy tests/system/gateway/gateway.multimodal-s3.test.ts:ensureBu…
objectExists software healthy tests/system/gateway/gateway.multimodal-s3.test.ts:objectEx…
makeRequest software healthy tests/system/gateway/gateway.multimodal-s3.test.ts:makeRequ…
noS3Url software healthy tests/system/gateway/gateway.multimodal-s3.test.ts:noS3Url
cleanupTestData software healthy tests/system/gateway/gateway-test-helpers.ts:cleanupTestData
getDB software healthy tests/system/gateway/gateway-test-helpers.ts:getDB
ensureGatewayRunning software healthy tests/system/gateway/gateway-test-helpers.ts:ensureGatewayR…
stopGateway software healthy tests/system/gateway/gateway-test-helpers.ts:stopGateway
gatewayUrl software healthy tests/system/gateway/gateway-test-helpers.ts:gatewayUrl
createOrganizationAndApp software healthy tests/system/gateway/gateway-test-helpers.ts:createOrganiza…
createApiKey software healthy tests/system/gateway/gateway-test-helpers.ts:createApiKey
createModelDeployment software healthy tests/system/gateway/gateway-test-helpers.ts:createModelDep…
createAiNode software healthy tests/system/gateway/gateway-test-helpers.ts:createAiNode
createModelInstallation software healthy tests/system/gateway/gateway-test-helpers.ts:createModelIns…
createReadyInstallationFor software healthy tests/system/gateway/gateway-test-helpers.ts:createReadyIns…
makeUnknownKey software healthy tests/system/gateway/gateway-test-helpers.ts:makeUnknownKey
startMockProxyServer software healthy tests/system/gateway/gateway-test-helpers.ts:startMockProxy…
startMockChatCompletionServer software healthy tests/system/gateway/gateway-test-helpers.ts:startMockChatC…
startMockEmbeddingServer software healthy tests/system/gateway/gateway-test-helpers.ts:startMockEmbed…
ensureInfoServerRunning software healthy tests/system/infoserver/infoserver-test-helpers.ts:ensureIn…
stopInfoServer software healthy tests/system/infoserver/infoserver-test-helpers.ts:stopInfo…
infoServerUrl software healthy tests/system/infoserver/infoserver-test-helpers.ts:infoServ…
parseArgs software healthy scripts/update-nix-release.ts:parseArgs
hexToSri software healthy scripts/update-nix-release.ts:hexToSri
loadHashes software healthy scripts/update-nix-release.ts:loadHashes
lookup software healthy scripts/update-nix-release.ts:lookup
createOpenapiSpec software healthy packages/xinity-ai-gateway/src/openapi.ts:createOpenapiSpec
createScalarPage software healthy packages/xinity-ai-gateway/src/openapi.ts:createScalarPage
toSchema software healthy packages/xinity-ai-gateway/src/openai-compat-openapi.ts:toS…

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

LabelLayerStatusPath
bun.lock software healthy bun.lock
README.md software healthy README.md
bunfig.toml software healthy bunfig.toml
package.json software healthy package.json
CONTRIBUTING.md software healthy CONTRIBUTING.md
cliff.toml software healthy cliff.toml
commitlint.config.ts software healthy commitlint.config.ts
tsconfig.json software healthy tsconfig.json
LICENSE software healthy LICENSE
SECURITY.md software healthy SECURITY.md
CHANGELOG.md software healthy CHANGELOG.md
compose.yaml software healthy compose.yaml
build.compose.yaml software healthy docker/build.compose.yaml
models.test.yaml software healthy docker/models.test.yaml
settings.yml software healthy docker/searxng/settings.yml
guard.ts software healthy tests/system/guard.ts
db.integration.test.ts software healthy tests/system/db.integration.test.ts
test-helpers.ts software healthy tests/system/test-helpers.ts
daemon.test.ts software healthy tests/system/daemon/daemon.test.ts
daemon-test-helpers.ts software healthy tests/system/daemon/daemon-test-helpers.ts
gateway.embeddings.test.ts software healthy tests/system/gateway/gateway.embeddings.test.ts
gateway.chat.test.ts software healthy tests/system/gateway/gateway.chat.test.ts
gateway.auth.test.ts software healthy tests/system/gateway/gateway.auth.test.ts
gateway.openapi.test.ts software healthy tests/system/gateway/gateway.openapi.test.ts
gateway.multimodal-s3.test.ts software healthy tests/system/gateway/gateway.multimodal-s3.test.ts
gateway-test-helpers.ts software healthy tests/system/gateway/gateway-test-helpers.ts
gateway.health.test.ts software healthy tests/system/gateway/gateway.health.test.ts
gateway.models.test.ts software healthy tests/system/gateway/gateway.models.test.ts
infoserver-test-helpers.ts software healthy tests/system/infoserver/infoserver-test-helpers.ts
infoserver.test.ts software healthy tests/system/infoserver/infoserver.test.ts
report.md software healthy benchmarks/vllm_chat__qwen-qwen3.6-35b-a3b-fp8/report.md
summary.json software healthy benchmarks/vllm_chat__qwen-qwen3.6-35b-a3b-fp8/summary.json
report.md software healthy benchmarks/xinity_chat__qwen3.6-35b-a3b-fp8/report.md
summary.json software healthy benchmarks/xinity_chat__qwen3.6-35b-a3b-fp8/summary.json
architecture.md software healthy docs/architecture.md
tls.md software healthy docs/security/tls.md
data-processing-agreement.md software healthy docs/legal/data-processing-agreement.md
security-whitepaper.md software healthy docs/legal/security-whitepaper.md
sync-dockerfile-manifests.ts software healthy scripts/sync-dockerfile-manifests.ts
update-changelog.sh software healthy scripts/update-changelog.sh
install.sh software healthy scripts/install.sh
generate-tls-certs.sh software healthy scripts/generate-tls-certs.sh
update-nix-release.ts software healthy scripts/update-nix-release.ts
README.md software healthy packages/xinity-ai-gateway/README.md
package.json software healthy packages/xinity-ai-gateway/package.json
Dockerfile software healthy packages/xinity-ai-gateway/Dockerfile
tsconfig.json software healthy packages/xinity-ai-gateway/tsconfig.json
openapi.ts software healthy packages/xinity-ai-gateway/src/openapi.ts
openai-compat-openapi.ts software healthy packages/xinity-ai-gateway/src/openai-compat-openapi.ts
usageRecorder.ts software healthy packages/xinity-ai-gateway/src/usageRecorder.ts

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

LabelLayerStatusPath
docker software healthy docker
searxng software healthy docker/searxng
tests software healthy tests
system software healthy tests/system
daemon software healthy tests/system/daemon
gateway software healthy tests/system/gateway
infoserver software healthy tests/system/infoserver
benchmarks software healthy benchmarks
vllm_chat__qwen-qwen3.6-35b-a3b-fp8 software healthy benchmarks/vllm_chat__qwen-qwen3.6-35b-a3b-fp8
xinity_chat__qwen3.6-35b-a3b-fp8 software healthy benchmarks/xinity_chat__qwen3.6-35b-a3b-fp8
docs software healthy docs
security software healthy docs/security
legal software healthy docs/legal
scripts software healthy scripts
packages software healthy packages
xinity-ai-gateway software healthy packages/xinity-ai-gateway
src software healthy packages/xinity-ai-gateway/src
assets software healthy packages/xinity-ai-gateway/src/assets
llm-forward software healthy packages/xinity-ai-gateway/src/llm-forward
endpoints software healthy packages/xinity-ai-gateway/src/llm-forward/endpoints
responses software healthy packages/xinity-ai-gateway/src/llm-forward/responses
tools software healthy packages/xinity-ai-gateway/src/llm-forward/tools
rpc software healthy packages/xinity-ai-gateway/src/rpc
common-env software healthy packages/common-env
src software healthy packages/common-env/src
xinity-infoserver software healthy packages/xinity-infoserver
docs software healthy packages/xinity-infoserver/docs
definitions software healthy packages/xinity-infoserver/definitions
xinity-ai-dashboard software healthy packages/xinity-ai-dashboard
tests software healthy packages/xinity-ai-dashboard/tests
docs software healthy packages/xinity-ai-dashboard/docs
scripts software healthy packages/xinity-ai-dashboard/scripts
src software healthy packages/xinity-ai-dashboard/src
params software healthy packages/xinity-ai-dashboard/src/params
lib software healthy packages/xinity-ai-dashboard/src/lib
fleet software healthy packages/xinity-ai-dashboard/src/lib/fleet
state software healthy packages/xinity-ai-dashboard/src/lib/state
components software healthy packages/xinity-ai-dashboard/src/lib/components
mailTemplates software healthy packages/xinity-ai-dashboard/src/lib/components/mailTemplat…
partials software healthy packages/xinity-ai-dashboard/src/lib/components/mailTemplat…
ui software healthy packages/xinity-ai-dashboard/src/lib/components/ui
badge software healthy packages/xinity-ai-dashboard/src/lib/components/ui/badge
switch software healthy packages/xinity-ai-dashboard/src/lib/components/ui/switch
input software healthy packages/xinity-ai-dashboard/src/lib/components/ui/input
collapsible software healthy packages/xinity-ai-dashboard/src/lib/components/ui/collapsi…
alert software healthy packages/xinity-ai-dashboard/src/lib/components/ui/alert
select software healthy packages/xinity-ai-dashboard/src/lib/components/ui/select
tooltip software healthy packages/xinity-ai-dashboard/src/lib/components/ui/tooltip
avatar software healthy packages/xinity-ai-dashboard/src/lib/components/ui/avatar
dropdown-menu software healthy packages/xinity-ai-dashboard/src/lib/components/ui/dropdown…

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

LabelLayerStatusPath
127.0.0.1 network healthy tests/system/daemon/daemon.test.ts
10.0.0.5 network healthy scripts/generate-tls-certs.sh
192.168.1.10 network healthy packages/xinity-ai-gateway/src/llm-forward/model-data.test.…
127.255.255.255 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
10.0.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
10.255.255.255 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
172.16.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
172.31.255.255 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
172.15.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
172.32.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
192.168.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
192.168.255.255 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
169.254.169.254 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
100.64.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
100.127.255.255 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
100.63.255.255 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
100.128.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
198.18.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
198.19.255.255 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
192.0.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
192.0.2.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
198.51.100.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
203.0.113.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
224.0.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
240.0.0.1 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
255.255.255.255 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
8.8.8.8 network healthy packages/xinity-ai-gateway/src/llm-forward/tools/url-safety…
10.0.0.2 network healthy packages/xinity-ai-dashboard/tests/orchestration.test.ts
10.0.0.3 network healthy packages/xinity-ai-dashboard/tests/orchestration.test.ts
10.0.0.4 network healthy packages/xinity-ai-dashboard/tests/orchestration.test.ts
10.0.0.6 network healthy packages/xinity-ai-dashboard/tests/orchestration.test.ts
10.0.0.7 network healthy packages/xinity-ai-dashboard/tests/orchestration.test.ts
10.0.0.8 network healthy packages/xinity-ai-dashboard/tests/orchestration.test.ts
10.0.0.9 network healthy packages/xinity-ai-dashboard/tests/orchestration.test.ts
10.0.0.10 network healthy packages/xinity-ai-dashboard/tests/orchestration.test.ts
192.0.2.0 network healthy packages/xinity-ai-dashboard/scripts/simulate-fleet.ts
192.0.2.2 network healthy packages/xinity-ai-dashboard/scripts/simulate-fleet.ts
192.0.2.3 network healthy packages/xinity-ai-dashboard/scripts/simulate-fleet.ts
192.0.2.11 network healthy packages/xinity-ai-dashboard/scripts/simulate-fleet.ts
192.0.2.12 network healthy packages/xinity-ai-dashboard/scripts/simulate-fleet.ts
192.0.2.21 network healthy packages/xinity-ai-dashboard/scripts/simulate-fleet.ts

LabelLayerStatusPath
/health frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/router.ts
/ frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/register-oidc frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/register-saml frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/overview frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/history frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/change-password frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/passkeys frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/dashboard-api-keys frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/onboarding/setup frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/cli frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/{specifier} frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/queryStatistics frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/{id} frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/{id}/toggle-enabled frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/find/ frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/check-capacity frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/users frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/users/ban frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/users/unban frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/users/add-to-org frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/users/remove-from-org frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/users/update-role frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/users/set-email-verified frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/users/create frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/users/reset-password frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/organizations frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/organizations/members frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/organizations/sso-self-manage frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/invite frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/remove-member frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/update-role frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/cancel-invitation frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/capacity frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/{id}/toggle-collect-data frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/add-example-data frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
/self frontend healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…

LabelLayerStatusPath
port:8333 network healthy compose.yaml
port:6379 network healthy compose.yaml
port:5432 network healthy compose.yaml
port:8025 network healthy compose.yaml
port:1025 network healthy compose.yaml
port:6148 network healthy compose.yaml
port:8080 network healthy compose.yaml
port:19990 network healthy tests/system/gateway/gateway.models.test.ts
port:19991 network healthy tests/system/gateway/gateway.models.test.ts
port:19992 network healthy tests/system/gateway/gateway.models.test.ts
port:19980 network healthy tests/system/gateway/gateway.models.test.ts
port:19981 network healthy tests/system/gateway/gateway.models.test.ts
port:19982 network healthy tests/system/gateway/gateway.models.test.ts
port:3418 network healthy packages/xinity-ai-gateway/Dockerfile
port:4010 network healthy packages/xinity-ai-gateway/src/llm-forward/load-balancer.te…
port:8090 network healthy packages/xinity-infoserver/README.md
port:4121 network healthy packages/xinity-ai-dashboard/Dockerfile
port:9090 network healthy packages/xinity-ai-dashboard/tests/orchestration.test.ts
port:11434 network healthy packages/xinity-ai-dashboard/tests/orchestration.test.ts
port:4044 network healthy packages/xinity-ai-dashboard/scripts/simulate-fleet.ts
port:9123 network healthy packages/xinity-ai-dashboard/e2e/api/fleet.test.ts
port:3000 network healthy packages/xinity-cli/tests/unit/env-prompt.test.ts
port:8000 network healthy packages/xinity-ai-daemon/src/scripts/state.example.yaml
port:4020 network healthy packages/xinity-ai-daemon/src/modules/model-installation/vl…
port:80 network healthy deployment/docker/docker-compose.yml
port:443 network healthy deployment/docker/docker-compose.yml
port:8393 network healthy .github/workflows/tests.yml

LabelLayerStatusPath
deployment_config data healthy packages/common-db/db-migration/0006_absurd_dagger.sql
ai_api_key data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
ai_application data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
account data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
dashboard_api_key data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
passkey data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
session data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
sso_provider data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
two_factor data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
user data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
verification data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
call_data data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
ai_node data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
model_deployment data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
model_installation_state data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
model_installation data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
notification data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
invitation data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
member data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
organization data healthy packages/common-db/db-migration/0000_watery_jetstream.sql

LabelLayerStatusPath
image::packages/xinity-ai-gateway/Dockerfile hardware healthy packages/xinity-ai-gateway/Dockerfile
image::packages/xinity-infoserver/Dockerfile hardware healthy packages/xinity-infoserver/Dockerfile
image::packages/xinity-ai-dashboard/Dockerfile hardware healthy packages/xinity-ai-dashboard/Dockerfile
redis hardware healthy compose.yaml
db hardware healthy compose.yaml
mailhog hardware healthy compose.yaml
searxng hardware healthy compose.yaml
seaweedfs hardware healthy compose.yaml
postgres hardware healthy deployment/docker/docker-compose.yml
redis hardware healthy deployment/docker/docker-compose.yml
gateway hardware healthy deployment/docker/docker-compose.yml
dashboard hardware healthy deployment/docker/docker-compose.yml
infoserver hardware healthy deployment/docker/docker-compose.yml
searxng hardware healthy deployment/docker/docker-compose.yml
caddy hardware healthy deployment/docker/docker-compose.yml

LabelLayerStatusPath
migration-check.ts data healthy packages/xinity-ai-dashboard/src/lib/server/migration-check…
+page.server.ts data healthy packages/xinity-ai-dashboard/src/routes/migration-error/+pa…
0004_dapper_talkback.sql data healthy packages/common-db/db-migration/0004_dapper_talkback.sql
0008_outstanding_dazzler.sql data healthy packages/common-db/db-migration/0008_outstanding_dazzler.sql
0007_cute_starhawk.sql data healthy packages/common-db/db-migration/0007_cute_starhawk.sql
0006_absurd_dagger.sql data healthy packages/common-db/db-migration/0006_absurd_dagger.sql
0003_clean_tarot.sql data healthy packages/common-db/db-migration/0003_clean_tarot.sql
0002_bitter_clea.sql data healthy packages/common-db/db-migration/0002_bitter_clea.sql
0000_watery_jetstream.sql data healthy packages/common-db/db-migration/0000_watery_jetstream.sql
0009_right_living_mummy.sql data healthy packages/common-db/db-migration/0009_right_living_mummy.sql
0001_loud_stellaris.sql data healthy packages/common-db/db-migration/0001_loud_stellaris.sql
0005_bumpy_stryfe.sql data healthy packages/common-db/db-migration/0005_bumpy_stryfe.sql
migrations.ts data healthy packages/common-db/src/migrations.ts

LabelLayerStatusPath
dotenv::packages/xinity-ai-dashboard/.env.test security healthy packages/xinity-ai-dashboard/.env.test
password_literal::packages/xinity-ai-dashboard/src/routes/l… security healthy packages/xinity-ai-dashboard/src/routes/login/+page.svelte
password_literal::packages/xinity-ai-dashboard/e2e/settings… security healthy packages/xinity-ai-dashboard/e2e/settings/password-change.t…
password_literal::packages/xinity-ai-dashboard/e2e/settings… security healthy packages/xinity-ai-dashboard/e2e/settings/password-change.t…
password_literal::packages/xinity-ai-dashboard/e2e/instance… security healthy packages/xinity-ai-dashboard/e2e/instance-admin/temporary-p…
password_literal::packages/xinity-ai-dashboard/e2e/api/cros… security healthy packages/xinity-ai-dashboard/e2e/api/cross-org-access.test.…
password_literal::packages/xinity-ai-dashboard/e2e/api/cros… security healthy packages/xinity-ai-dashboard/e2e/api/cross-org-access.test.…
password_literal::packages/xinity-ai-dashboard/e2e/utils/te… security healthy packages/xinity-ai-dashboard/e2e/utils/test-data.ts
password_literal::packages/xinity-ai-dashboard/e2e/utils/te… security healthy packages/xinity-ai-dashboard/e2e/utils/test-data.ts
password_literal::packages/xinity-cli/tests/unit/env-prompt… security healthy packages/xinity-cli/tests/unit/env-prompt.test.ts
password_literal::packages/xinity-cli/tests/unit/env-prompt… security healthy packages/xinity-cli/tests/unit/env-prompt.test.ts
password_literal::packages/xinity-cli/tests/unit/env-prompt… security healthy packages/xinity-cli/tests/unit/env-prompt.test.ts

LabelLayerStatusPath
dockerfile-sync cicd healthy .github/workflows/tests.yml
nix-flake-check cicd healthy .github/workflows/tests.yml
unit-tests cicd healthy .github/workflows/tests.yml
system-tests cicd healthy .github/workflows/tests.yml
dashboard-e2e cicd healthy .github/workflows/tests.yml
build-binaries cicd healthy .github/workflows/release.yml
build-bundles cicd healthy .github/workflows/release.yml
check-dockerfile-sync cicd healthy .github/workflows/release.yml
build-images cicd healthy .github/workflows/release.yml
release cicd healthy .github/workflows/release.yml
update-nix-release cicd healthy .github/workflows/release.yml

LabelLayerStatusPath
auth::packages/xinity-ai-dashboard/src/lib/components/sso/S… security healthy packages/xinity-ai-dashboard/src/lib/components/sso/SsoProv…
auth::packages/xinity-ai-dashboard/src/lib/server/orpc/proc… security healthy packages/xinity-ai-dashboard/src/lib/server/orpc/procedures…
auth::packages/xinity-ai-dashboard/src/routes/(authenticate… security healthy packages/xinity-ai-dashboard/src/routes/(authenticated)/doc…
auth::packages/xinity-ai-dashboard/src/lib/components/sso/S… security healthy packages/xinity-ai-dashboard/src/lib/components/sso/SamlPro…
auth::bun.lock security healthy bun.lock
auth::packages/xinity-ai-dashboard/src/routes/(authenticate… security healthy packages/xinity-ai-dashboard/src/routes/(authenticated)/doc…
auth::packages/xinity-ai-dashboard/src/lib/components/sso/O… security healthy packages/xinity-ai-dashboard/src/lib/components/sso/OidcPro…
auth::packages/xinity-ai-dashboard/src/lib/components/sso/S… security healthy packages/xinity-ai-dashboard/src/lib/components/sso/SsoProv…
auth::README.md security healthy README.md

LabelLayerStatusPath
name software healthy packages/xinity-ai-dashboard/src/lib/utils.ts:name
ToastManager software healthy packages/xinity-ai-dashboard/src/lib/state/toast.svelte.ts:…
LocalHost software healthy packages/xinity-cli/src/lib/host.ts:LocalHost
SudoSession software healthy packages/xinity-cli/src/lib/sudo-session.ts:SudoSession
RemoteHost software healthy packages/xinity-cli/src/lib/remote-host.ts:RemoteHost
MetricsAccumulator software healthy packages/xinity-ai-daemon/src/modules/metrics-sampler.ts:Me…
MockOllama software healthy packages/xinity-ai-daemon/src/modules/model-installation/ol…

LabelLayerStatusPath
postgres data healthy bun.lock
mongodb data healthy bun.lock
sqlite data healthy bun.lock
redis data healthy bun.lock
postgresql data healthy README.md
mysql data healthy packages/xinity-ai-dashboard/src/lib/server/auth-server.ts

LabelLayerStatusPath
GITHUB_TOKEN cicd healthy
REGISTRY cicd healthy
RELEASE_NOTES cicd healthy
IMAGE_NAMESPACE cicd healthy
BUN_VERSION cicd healthy

LabelLayerStatusPath
vps::aws hardware healthy bun.lock
vps::azure hardware healthy README.md

LabelLayerStatusPath
gha::tests cicd healthy .github/workflows/tests.yml
gha::release cicd healthy .github/workflows/release.yml

LabelLayerStatusPath
repobility-clone-wofvj1rw software healthy /tmp/repobility-clone-wofvj1rw

LabelLayerStatusPath
caddy network healthy deployment/docker/README.md

LabelLayerStatusPath
gpu (detected) hardware healthy README.md
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/8e2bde59-e2cd-4edb-a3a9-00455a254b2e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8e2bde59-e2cd-4edb-a3a9-00455a254b2e/

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.