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.
93 of your 201 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 32.77s for a 83.1 MB repo slow.
  • Repobility's analysis ran in 48.97s after the clone landed.

vellum-ai/vellum-assistant

https://github.com/vellum-ai/vellum-assistant · scanned 2026-06-05 19:05 UTC (4 days, 18 hours ago) · 10 languages

3754 raw signals (178 security + 3576 graph) 11/13 scanners ran 46th percentile · Typescript · huge (>500K LoC) System graph score 52 (higher by 32)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 18 hours ago · v2 · 1835 actionable findings from 2 signal sources. 106 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 95.0 0.20 19.00
documentation_score 98.0 0.15 14.70
practices_score 78.0 0.15 11.70
code_quality 69.0 0.10 6.90
Overall 1.00 83.3
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 30188 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
applyManagedCredentialRefs software healthy credential-executor/src/managed-lazy-getters.ts:applyManage…
buildLazyGetters software healthy credential-executor/src/managed-lazy-getters.ts:buildLazyGe…
getAssistantApiKey software healthy credential-executor/src/managed-lazy-getters.ts:getAssistan…
getManagedSubjectOptions software healthy credential-executor/src/managed-lazy-getters.ts:getManagedS…
getManagedMaterializerOptions software healthy credential-executor/src/managed-lazy-getters.ts:getManagedM…
getCesMode software healthy credential-executor/src/paths.ts:getCesMode
getSecurityDir software healthy credential-executor/src/paths.ts:getSecurityDir
getCesDataRoot software healthy credential-executor/src/paths.ts:getCesDataRoot
getCesGrantsDir software healthy credential-executor/src/paths.ts:getCesGrantsDir
getCesAuditDir software healthy credential-executor/src/paths.ts:getCesAuditDir
getCesToolStoreDir software healthy credential-executor/src/paths.ts:getCesToolStoreDir
getCesLogDir software healthy credential-executor/src/paths.ts:getCesLogDir
getBootstrapSocketPath software healthy credential-executor/src/paths.ts:getBootstrapSocketPath
getHealthPort software healthy credential-executor/src/paths.ts:getHealthPort
redactString software healthy credential-executor/src/log-redact.ts:redactString
redactValue software healthy credential-executor/src/log-redact.ts:redactValue
serializeError software healthy credential-executor/src/log-redact.ts:serializeError
ensureDataDirs software healthy credential-executor/src/main.ts:ensureDataDirs
getWorkspaceDir software healthy credential-executor/src/main.ts:getWorkspaceDir
getSecurityDir software healthy credential-executor/src/main.ts:getSecurityDir
buildHandlers software healthy credential-executor/src/main.ts:buildHandlers
main software healthy credential-executor/src/main.ts:main
shutdown software healthy credential-executor/src/main.ts:shutdown
resolveVellumRoot software healthy credential-executor/src/cli.ts:resolveVellumRoot
main software healthy credential-executor/src/cli.ts:main
printUsage software healthy credential-executor/src/cli.ts:printUsage
for software healthy credential-executor/src/server.ts:for
onAbort software healthy credential-executor/src/server.ts:onAbort
createMakeAuthenticatedRequestHandler software healthy credential-executor/src/server.ts:createMakeAuthenticatedRe…
buildHandlersWithHttp software healthy credential-executor/src/server.ts:buildHandlersWithHttp
createCesServer software healthy credential-executor/src/server.ts:createCesServer
createRunAuthenticatedCommandHandler software healthy credential-executor/src/server.ts:createRunAuthenticatedCom…
hasWorkspaceIO software healthy credential-executor/src/server.ts:hasWorkspaceIO
parseCommandString software healthy credential-executor/src/server.ts:parseCommandString
registerCommandExecutionHandler software healthy credential-executor/src/server.ts:registerCommandExecutionH…
createManageSecureCommandToolHandler software healthy credential-executor/src/server.ts:createManageSecureCommand…
registerManageSecureCommandToolHandler software healthy credential-executor/src/server.ts:registerManageSecureComma…
ensureDataDirs software healthy credential-executor/src/managed-main.ts:ensureDataDirs
buildHandlers software healthy credential-executor/src/managed-main.ts:buildHandlers
startHealthServer software healthy credential-executor/src/managed-main.ts:startHealthServer
to software healthy credential-executor/src/managed-main.ts:to
acceptOneConnection software healthy credential-executor/src/managed-main.ts:acceptOneConnection
cleanup software healthy credential-executor/src/managed-main.ts:cleanup
onAbort software healthy credential-executor/src/managed-main.ts:onAbort
main software healthy credential-executor/src/managed-main.ts:main
formatDate software healthy credential-executor/src/logger.ts:formatDate
logFilePathForDate software healthy credential-executor/src/logger.ts:logFilePathForDate
pruneOldLogFiles software healthy credential-executor/src/logger.ts:pruneOldLogFiles
buildLogger software healthy credential-executor/src/logger.ts:buildLogger
ensureCurrentDate software healthy credential-executor/src/logger.ts:ensureCurrentDate

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

LabelLayerStatusPath
ARCHITECTURE.md software healthy ARCHITECTURE.md
README.md software healthy README.md
bunfig.toml software healthy bunfig.toml
test-preload.ts software warning test-preload.ts
GLOSSARY.md software healthy GLOSSARY.md
CONTRIBUTING.md software healthy CONTRIBUTING.md
setup.sh software healthy setup.sh
.env.example software healthy .env.example
CONSTITUTION.md software healthy CONSTITUTION.md
CODE_OF_CONDUCT.md software healthy CODE_OF_CONDUCT.md
SECURITY.md software healthy SECURITY.md
AGENTS.md software healthy AGENTS.md
socket.yml software healthy socket.yml
package.json software healthy credential-executor/package.json
Dockerfile software healthy credential-executor/Dockerfile
knip.json software healthy credential-executor/knip.json
tsconfig.json software healthy credential-executor/tsconfig.json
managed-lazy-getters.ts software healthy credential-executor/src/managed-lazy-getters.ts
paths.ts software healthy credential-executor/src/paths.ts
index.ts software healthy credential-executor/src/index.ts
log-redact.ts software healthy credential-executor/src/log-redact.ts
main.ts software healthy credential-executor/src/main.ts
cli.ts software healthy credential-executor/src/cli.ts
managed-errors.ts software warning credential-executor/src/managed-errors.ts
server.ts software healthy credential-executor/src/server.ts
managed-main.ts software healthy credential-executor/src/managed-main.ts
logger.ts software healthy credential-executor/src/logger.ts
http-policy.test.ts software healthy credential-executor/src/__tests__/http-policy.test.ts
grant-store.test.ts software healthy credential-executor/src/__tests__/grant-store.test.ts
ces-migrations-002-api-keys.test.ts software healthy credential-executor/src/__tests__/ces-migrations-002-api-ke…
transport.test.ts software healthy credential-executor/src/__tests__/transport.test.ts
command-validator.test.ts software healthy credential-executor/src/__tests__/command-validator.test.ts
local-token-refresh.test.ts software healthy credential-executor/src/__tests__/local-token-refresh.test.…
local-secure-key-backend.test.ts software healthy credential-executor/src/__tests__/local-secure-key-backend.…
http-executor.test.ts software healthy credential-executor/src/__tests__/http-executor.test.ts
command-workspace.test.ts software healthy credential-executor/src/__tests__/command-workspace.test.ts
ces-migrations-runner.test.ts software healthy credential-executor/src/__tests__/ces-migrations-runner.tes…
local-materializers.test.ts software healthy credential-executor/src/__tests__/local-materializers.test.…
command-executor.test.ts software healthy credential-executor/src/__tests__/command-executor.test.ts
toolstore.test.ts software healthy credential-executor/src/__tests__/toolstore.test.ts
managed-lazy-getters.test.ts software warning credential-executor/src/__tests__/managed-lazy-getters.test…
managed-materializers.test.ts software healthy credential-executor/src/__tests__/managed-materializers.tes…
managed-reconnect.test.ts software healthy credential-executor/src/__tests__/managed-reconnect.test.ts
bulk-set-credentials.test.ts software healthy credential-executor/src/__tests__/bulk-set-credentials.test…
managed-rejection.test.ts software warning credential-executor/src/__tests__/managed-rejection.test.ts
cli.test.ts software healthy credential-executor/src/__tests__/cli.test.ts
managed-integration.test.ts software healthy credential-executor/src/__tests__/managed-integration.test.…
executor.ts software healthy credential-executor/src/commands/executor.ts
profiles.ts software healthy credential-executor/src/commands/profiles.ts
egress-hooks.ts software healthy credential-executor/src/commands/egress-hooks.ts

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

LabelLayerStatusPath
credential-executor software healthy credential-executor
src software healthy credential-executor/src
__tests__ software healthy credential-executor/src/__tests__
commands software healthy credential-executor/src/commands
http software healthy credential-executor/src/http
__tests__ software healthy credential-executor/src/http/__tests__
audit software healthy credential-executor/src/audit
materializers software healthy credential-executor/src/materializers
subjects software healthy credential-executor/src/subjects
toolstore software healthy credential-executor/src/toolstore
migrations software healthy credential-executor/src/migrations
grants software healthy credential-executor/src/grants
benchmarking software healthy benchmarking
gateway software healthy benchmarking/gateway
apps software healthy apps
ios software healthy apps/ios
App software healthy apps/ios/App
CapApp-SPM software healthy apps/ios/App/CapApp-SPM
Sources software healthy apps/ios/App/CapApp-SPM/Sources
CapApp-SPM software healthy apps/ios/App/CapApp-SPM/Sources/CapApp-SPM
App software healthy apps/ios/App/App
AppIcon-Dev.icon software healthy apps/ios/App/App/AppIcon-Dev.icon
AppIcon-Staging.icon software healthy apps/ios/App/App/AppIcon-Staging.icon
Assets.xcassets software healthy apps/ios/App/App/Assets.xcassets
Splash.imageset software healthy apps/ios/App/App/Assets.xcassets/Splash.imageset
AppIcon.icon software healthy apps/ios/App/App/AppIcon.icon
web software healthy apps/web
docs software healthy apps/web/docs
scripts software healthy apps/web/scripts
openapi-schemas software healthy apps/web/openapi-schemas
capacitor-shell software healthy apps/web/capacitor-shell
public software healthy apps/web/public
src software healthy apps/web/src
types software healthy apps/web/src/types
stores software healthy apps/web/src/stores
utils software healthy apps/web/src/utils
components software healthy apps/web/src/components
integrations software healthy apps/web/src/components/integrations
layout software healthy apps/web/src/components/layout
charts software healthy apps/web/src/components/charts
avatar software healthy apps/web/src/components/avatar
command-palette software healthy apps/web/src/components/command-palette
icons software healthy apps/web/src/components/icons
account software healthy apps/web/src/components/account
nudges software healthy apps/web/src/components/nudges
lib software healthy apps/web/src/lib
backwards-compat software healthy apps/web/src/lib/backwards-compat
sync software healthy apps/web/src/lib/sync
navigation software healthy apps/web/src/lib/navigation
auth software healthy apps/web/src/lib/auth

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

LabelLayerStatusPath
CesRpcServer software healthy credential-executor/src/server.ts:CesRpcServer
AuditStore software healthy credential-executor/src/audit/store.ts:AuditStore
LocalMaterialiser software healthy credential-executor/src/materializers/local.ts:LocalMateria…
MaterializationError software healthy credential-executor/src/materializers/managed-platform.ts:M…
SubjectResolutionError software healthy credential-executor/src/subjects/managed.ts:SubjectResoluti…
PersistentGrantStore software healthy credential-executor/src/grants/persistent-store.ts:Persiste…
TemporaryGrantStore software healthy credential-executor/src/grants/temporary-store.ts:Temporary…
from software healthy apps/web/src/utils/misc.ts:from
that software healthy apps/web/src/utils/api-errors.ts:that
ApiError software healthy apps/web/src/utils/api-errors.ts:ApiError
MemoryStorage software healthy apps/web/src/utils/memory-storage.test-helper.ts:MemoryStor…
to software healthy apps/web/src/components/app-nav-bar.test.tsx:to
on software healthy apps/web/src/components/mobile-sidebar-drawer.tsx:on
SyncTagRegistry software healthy apps/web/src/lib/sync/tag-registry.ts:SyncTagRegistry
GuardianTokenError software healthy apps/web/src/runtime/local-mode-host.ts:GuardianTokenError
AssistantLifecycleService software healthy apps/web/src/assistant/lifecycle-service.ts:AssistantLifecy…
SoundManager software healthy apps/web/src/domains/settings/utils/sound-manager.ts:SoundM…
of software healthy apps/web/src/domains/chat/utils/reconcile.ts:of
MemoryStorage software healthy apps/web/src/domains/chat/utils/initial-message-launch.test…
ThrowingStorage software healthy apps/web/src/domains/chat/utils/initial-message-launch.test…
that software healthy apps/web/src/domains/chat/utils/debug-api.ts:that
of software healthy apps/web/src/domains/chat/utils/map-runtime-message.ts:of
so software healthy apps/web/src/domains/chat/components/busy-indicator.test.ts…
expect software healthy apps/web/src/domains/chat/components/busy-indicator.test.ts…
logic software healthy apps/web/src/domains/chat/components/chat-scroll-area.test.…
defined software healthy apps/web/src/domains/chat/components/busy-indicator.tsx:def…
logic software healthy apps/web/src/domains/chat/components/chat-body.test.tsx:log…
for software healthy apps/web/src/domains/chat/components/chat-body.test.tsx:for
of software healthy apps/web/src/domains/chat/components/chat-composer/use-text…
supplies software healthy apps/web/src/domains/chat/components/tool-progress-card/thr…
so software healthy apps/web/src/domains/chat/components/tool-progress-card/thr…
when software healthy apps/web/src/domains/chat/components/inline-activity-link/i…
FakeMediaStream software healthy apps/web/src/domains/chat/voice/live-voice/pcm-capture.test…
FakePort software healthy apps/web/src/domains/chat/voice/live-voice/pcm-capture.test…
FakeAudioWorkletNode software healthy apps/web/src/domains/chat/voice/live-voice/pcm-capture.test…
FakeSourceNode software healthy apps/web/src/domains/chat/voice/live-voice/pcm-capture.test…
FakeAudioContext software healthy apps/web/src/domains/chat/voice/live-voice/pcm-capture.test…
LiveVoiceAudioCapture software healthy apps/web/src/domains/chat/voice/live-voice/pcm-capture.ts:L…
PcmDownsampleProcessor software healthy apps/web/src/domains/chat/voice/live-voice/pcm-downsample-w…
FakeClient software healthy apps/web/src/domains/chat/voice/live-voice/use-live-voice.t…
FakeCapture software healthy apps/web/src/domains/chat/voice/live-voice/use-live-voice.t…
FakePlayer software healthy apps/web/src/domains/chat/voice/live-voice/use-live-voice.t…
FakeWebSocket software healthy apps/web/src/domains/chat/voice/live-voice/live-voice-clien…
LiveVoiceTokenError software healthy apps/web/src/domains/chat/voice/live-voice/connection.ts:Li…
MockAudioContext software healthy apps/web/src/domains/chat/voice/live-voice/tts-playback.tes…
LiveVoiceAudioPlayer software healthy apps/web/src/domains/chat/voice/live-voice/tts-playback.ts:…
LiveVoiceChannelClient software healthy apps/web/src/domains/chat/voice/live-voice/live-voice-clien…
the software healthy apps/web/src/domains/chat/hooks/use-refresh-latest-messages…
of software healthy apps/web/src/domains/chat/transcript/use-transcript-scroll.…
SimulateMemoryRouterError software healthy apps/web/src/domains/chat/inspector/memory-router-simulator…

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

LabelLayerStatusPath
/system-events-redirect-page frontend healthy apps/web/src/domains/settings/pages/system-events-redirect-…
/archive-page frontend healthy apps/web/src/domains/settings/pages/archive-page.tsx
/advanced-page frontend healthy apps/web/src/domains/settings/pages/advanced-page.tsx
/privacy-page frontend healthy apps/web/src/domains/settings/pages/privacy-page.tsx
/community-page frontend healthy apps/web/src/domains/settings/pages/community-page.tsx
/debug-page frontend healthy apps/web/src/domains/settings/pages/debug-page.tsx
/schedules-page.test frontend healthy apps/web/src/domains/settings/pages/schedules-page.test.ts
/schedules-page frontend healthy apps/web/src/domains/settings/pages/schedules-page.tsx
/notifications-page frontend healthy apps/web/src/domains/settings/pages/notifications-page.tsx
/devices-page frontend healthy apps/web/src/domains/settings/pages/devices-page.tsx
/sounds-page frontend healthy apps/web/src/domains/settings/pages/sounds-page.tsx
/general-page frontend healthy apps/web/src/domains/settings/pages/general-page.tsx
/integrations-page frontend healthy apps/web/src/domains/settings/pages/integrations-page.tsx
/developer-page frontend healthy apps/web/src/domains/settings/pages/developer-page.tsx
/danger-zone-redirect-page frontend healthy apps/web/src/domains/settings/pages/danger-zone-redirect-pa…
/voice-page frontend healthy apps/web/src/domains/settings/pages/voice-page.tsx
/general-page.test frontend healthy apps/web/src/domains/settings/pages/general-page.test.tsx
/system-events-page frontend healthy apps/web/src/domains/logs/pages/system-events-page.tsx
/usage-page frontend healthy apps/web/src/domains/logs/pages/usage-page.tsx
/emails-page frontend healthy apps/web/src/domains/logs/pages/emails-page.tsx
/trace-page frontend healthy apps/web/src/domains/logs/pages/trace-page.tsx
/hatching-screen frontend healthy apps/web/src/domains/onboarding/pages/hatching-screen.tsx
/welcome-screen frontend healthy apps/web/src/domains/onboarding/pages/welcome-screen.tsx
/privacy-screen frontend healthy apps/web/src/domains/onboarding/pages/privacy-screen.tsx
/hosting-screen frontend healthy apps/web/src/domains/onboarding/pages/hosting-screen.tsx
/pre-chat-flow frontend healthy apps/web/src/domains/onboarding/pages/pre-chat-flow.tsx
/api-key-screen frontend healthy apps/web/src/domains/onboarding/pages/api-key-screen.tsx
/platform-loopback-page frontend healthy apps/web/src/domains/account/pages/platform-loopback-page.t…
/logout-page frontend healthy apps/web/src/domains/account/pages/logout-page.tsx
/signup-page frontend healthy apps/web/src/domains/account/pages/signup-page.tsx
/oauth-complete-page frontend healthy apps/web/src/domains/account/pages/oauth-complete-page.tsx
/provider-callback-page frontend healthy apps/web/src/domains/account/pages/provider-callback-page.t…
/password-reset-page frontend healthy apps/web/src/domains/account/pages/password-reset-page.tsx
/local-mode-login-page frontend healthy apps/web/src/domains/account/pages/local-mode-login-page.tsx
/login-page frontend healthy apps/web/src/domains/account/pages/login-page.tsx
/oauth-popup-complete-page frontend healthy apps/web/src/domains/account/pages/oauth-popup-complete-pag…
/account-page frontend healthy apps/web/src/domains/account/pages/account-page.tsx
/provider-signup-page frontend healthy apps/web/src/domains/account/pages/provider-signup-page.tsx
/workspace frontend healthy apps/web/src/lib/streaming/event-parser.test.ts
/tmp/y frontend healthy apps/web/src/lib/streaming/event-parser.test.ts
/home/user/project/a.txt frontend healthy apps/web/src/domains/chat/utils/chat.test.ts
/repo/apps/web/src/index.ts frontend healthy apps/web/src/domains/chat/components/tool-progress-card/der…
/tmp/foo/bar.md frontend healthy apps/web/src/domains/chat/components/tool-progress-card/der…
/repo/new-file.tsx frontend healthy apps/web/src/domains/chat/components/tool-progress-card/der…
/repo/src/foo/bar.ts frontend healthy apps/web/src/domains/chat/components/tool-progress-card/der…
/tmp frontend healthy apps/web/src/domains/chat/hooks/send-message-utils.test.ts
/tmp/x.txt frontend healthy apps/web/src/domains/chat/hooks/use-tool-call-card-data.tes…
/tmp/state.txt frontend healthy apps/web/src/domains/chat/hooks/use-tool-call-card-data.tes…
/v1/secrets/read frontend healthy cli/src/__tests__/provider-secrets.test.ts
/v1/health frontend healthy packages/assistant-client/src/__tests__/assistant-client.te…

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

LabelLayerStatusPath
ces-migrations-002-api-keys.test.ts data healthy credential-executor/src/__tests__/ces-migrations-002-api-ke…
ces-migrations-runner.test.ts data healthy credential-executor/src/__tests__/ces-migrations-runner.tes…
registry.ts data healthy credential-executor/src/migrations/registry.ts
runner.ts data healthy credential-executor/src/migrations/runner.ts
001-no-op.ts data healthy credential-executor/src/migrations/001-no-op.ts
types.ts data healthy credential-executor/src/migrations/types.ts
002-api-keys-to-credentials.ts data healthy credential-executor/src/migrations/002-api-keys-to-credenti…
run-storage-migrations.ts data healthy apps/web/src/utils/run-storage-migrations.ts
storage-migration.ts data healthy apps/web/src/utils/storage-migration.ts
storage-migration.test.ts data healthy apps/web/src/utils/storage-migration.test.ts
workspace-migration-057-repair-stale-gemini-model-ids.test.… data healthy assistant/src/__tests__/workspace-migration-057-repair-stal…
workspace-migration-039-drop-legacy-llm-keys.test.ts data healthy assistant/src/__tests__/workspace-migration-039-drop-legacy…
workspace-migration-avatar-rename.test.ts data healthy assistant/src/__tests__/workspace-migration-avatar-rename.t…
workspace-migration-safe-storage-limits-release.test.ts data healthy assistant/src/__tests__/workspace-migration-safe-storage-li…
migration-import-preflight-http.test.ts data healthy assistant/src/__tests__/migration-import-preflight-http.tes…
db-rename-inference-profile-snake-case-migration.test.ts data healthy assistant/src/__tests__/db-rename-inference-profile-snake-c…
workspace-migration-down-functions.test.ts data healthy assistant/src/__tests__/workspace-migration-down-functions.…
workspace-migrations-runner.test.ts data healthy assistant/src/__tests__/workspace-migrations-runner.test.ts
workspace-migration-memory-v2-init.test.ts data healthy assistant/src/__tests__/workspace-migration-memory-v2-init.…
workspace-migration-remove-hooks.test.ts data healthy assistant/src/__tests__/workspace-migration-remove-hooks.te…
workspace-migration-052-seed-default-inference-profiles.tes… data healthy assistant/src/__tests__/workspace-migration-052-seed-defaul…
workspace-migration-068-release-notes-local-timezone.test.ts data healthy assistant/src/__tests__/workspace-migration-068-release-not…
workspace-migration-077-seed-memory-router-callsite.test.ts data healthy assistant/src/__tests__/workspace-migration-077-seed-memory…
workspace-migration-026-backfill-install-meta.test.ts data healthy assistant/src/__tests__/workspace-migration-026-backfill-in…
workspace-migration-071-remove-safe-storage-release-note.te… data healthy assistant/src/__tests__/workspace-migration-071-remove-safe…
workspace-migration-086-revert-stale-gemini-mis-rewrites.te… data healthy assistant/src/__tests__/workspace-migration-086-revert-stal…
migration-export-to-gcs.test.ts data healthy assistant/src/__tests__/migration-export-to-gcs.test.ts
workspace-migration-080-restrict-vercel-api-token-metadata.… data healthy assistant/src/__tests__/workspace-migration-080-restrict-ve…
workspace-migration-046-seed-conversation-starters-callsite… data healthy assistant/src/__tests__/workspace-migration-046-seed-conver…
workspace-migration-remove-legacy-skills-index.test.ts data healthy assistant/src/__tests__/workspace-migration-remove-legacy-s…
workspace-migration-meets.test.ts data healthy assistant/src/__tests__/workspace-migration-meets.test.ts
workspace-migration-extract-collect-usage-data.test.ts data healthy assistant/src/__tests__/workspace-migration-extract-collect…
workspace-migration-073-repair-recall-callsite-empty-profil… data healthy assistant/src/__tests__/workspace-migration-073-repair-reca…
workspace-migration-015-migrate-credentials-to-keychain.tes… data healthy assistant/src/__tests__/workspace-migration-015-migrate-cre…
migration-validate-http.test.ts data healthy assistant/src/__tests__/migration-validate-http.test.ts
workspace-migration-016-migrate-credentials-from-keychain.t… data healthy assistant/src/__tests__/workspace-migration-016-migrate-cre…
workspace-migration-087-memory-router-balanced-profile.test… data healthy assistant/src/__tests__/workspace-migration-087-memory-rout…
drop-capability-card-state-migration.test.ts data healthy assistant/src/__tests__/drop-capability-card-state-migratio…
qdrant-collection-migration.test.ts data healthy assistant/src/__tests__/qdrant-collection-migration.test.ts
workspace-migration-051-seed-conversation-summarization-cal… data healthy assistant/src/__tests__/workspace-migration-051-seed-conver…
workspace-migration-064-unwind-main-agent-opus-seed.test.ts data healthy assistant/src/__tests__/workspace-migration-064-unwind-main…
workspace-migration-062-drop-memory-v2-edges-json.test.ts data healthy assistant/src/__tests__/workspace-migration-062-drop-memory…
workspace-migration-backfill-installation-id.test.ts data healthy assistant/src/__tests__/workspace-migration-backfill-instal…
workspace-migration-090-memory-router-cost-optimized-profil… data healthy assistant/src/__tests__/workspace-migration-090-memory-rout…
usage-cache-backfill-migration.test.ts data healthy assistant/src/__tests__/usage-cache-backfill-migration.test…
workspace-migration-028-recover-conversations-from-disk-vie… data healthy assistant/src/__tests__/workspace-migration-028-recover-con…
workspace-migration-079-home-feed-notification-only.test.ts data healthy assistant/src/__tests__/workspace-migration-079-home-feed-n…
workspace-migration-055-release-notes-agentic-recall.test.ts data healthy assistant/src/__tests__/workspace-migration-055-release-not…
db-conversation-fork-lineage-migration.test.ts data healthy assistant/src/__tests__/db-conversation-fork-lineage-migrat…
workspace-migration-043-release-notes-latex-rendering.test.… data healthy assistant/src/__tests__/workspace-migration-043-release-not…

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

LabelLayerStatusPath
build-design-library-storybook cicd healthy .github/workflows/ci-main-storybook.yaml
deploy-design-library-storybook cicd healthy .github/workflows/ci-main-storybook.yaml
build-web-storybook cicd healthy .github/workflows/ci-main-storybook.yaml
deploy-web-storybook cicd healthy .github/workflows/ci-main-storybook.yaml
cherry-pick cicd healthy .github/workflows/cherry-pick-to-release.yml
build-and-package cicd healthy .github/workflows/deploy-web-spa.yaml
deploy cicd healthy .github/workflows/deploy-web-spa.yaml
lint cicd healthy .github/workflows/pr-web.yaml
typecheck cicd healthy .github/workflows/pr-web.yaml
test cicd healthy .github/workflows/pr-web.yaml
build cicd healthy .github/workflows/pr-web.yaml
checks cicd healthy .github/workflows/pr-web.yaml
build-chrome-extension cicd healthy .github/workflows/build-chrome-extension.yaml
checks cicd healthy .github/workflows/ci-main-cli.yaml
pack-cli cicd healthy .github/workflows/ci-main-cli.yaml
notify-cli cicd healthy .github/workflows/ci-main-cli.yaml
lint cicd healthy .github/workflows/pr-assistant.yaml
typecheck cicd healthy .github/workflows/pr-assistant.yaml
test cicd healthy .github/workflows/pr-assistant.yaml
artifact cicd healthy .github/workflows/pr-assistant.yaml
openapi-check cicd healthy .github/workflows/pr-assistant.yaml
lint-bundled-skills cicd healthy .github/workflows/pr-assistant.yaml
sync cicd healthy .github/workflows/linear-release-sync.yml
lint cicd healthy .github/workflows/ci-main-assistant.yaml
typecheck cicd healthy .github/workflows/ci-main-assistant.yaml
test cicd healthy .github/workflows/ci-main-assistant.yaml
openapi-check cicd healthy .github/workflows/ci-main-assistant.yaml
notify-assistant cicd healthy .github/workflows/ci-main-assistant.yaml
checks cicd healthy .github/workflows/pr-credential-executor.yaml
changes cicd healthy .github/workflows/ci-main-macos.yaml
flexframe-lint cicd healthy .github/workflows/ci-main-macos.yaml
test cicd healthy .github/workflows/ci-main-macos.yaml
build cicd healthy .github/workflows/ci-main-macos.yaml
notify-macos cicd healthy .github/workflows/ci-main-macos.yaml
compute-version cicd healthy .github/workflows/create-release-branch.yml
notify-failure cicd healthy .github/workflows/create-release-branch.yml
notify-start cicd healthy .github/workflows/create-release-branch.yml
create-release-branch cicd healthy .github/workflows/create-release-branch.yml
typecheck cicd healthy .github/workflows/pr-electron.yaml
build cicd healthy .github/workflows/pr-electron.yaml
test cicd healthy .github/workflows/pr-electron.yaml
checks cicd healthy .github/workflows/pr-electron.yaml
discover cicd healthy .github/workflows/pr-skills.yaml
prettier cicd healthy .github/workflows/pr-skills.yaml
lint-imports cicd healthy .github/workflows/pr-skills.yaml
lint-spec cicd healthy .github/workflows/pr-skills.yaml
test cicd healthy .github/workflows/pr-skills.yaml
check-catalog cicd healthy .github/workflows/pr-skills.yaml
checks cicd healthy .github/workflows/pr-design-library.yaml
checks cicd healthy .github/workflows/ci-main-local-mode.yaml

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 credential-executor/src/__tests__/command-executor.test.ts
127.2.3.192 network healthy apps/web/openapi-schemas/auth.yaml
11.385.6.113 network healthy apps/web/src/components/icons/github-logo.tsx
3.495.998.108 network healthy apps/web/src/components/icons/github-logo.tsx
3.176.765.84 network healthy apps/web/src/components/icons/github-logo.tsx
5.92.42.36 network healthy apps/web/src/components/icons/github-logo.tsx
315.21.69.825 network healthy apps/web/src/components/icons/github-logo.tsx
11.385.6.105 network healthy apps/web/src/components/nudges/github-nudge-banner.tsx
3.495.99.105 network healthy apps/web/src/components/nudges/github-nudge-banner.tsx
3.18.765.84 network healthy apps/web/src/components/nudges/github-nudge-banner.tsx
5.925.435.375 network healthy apps/web/src/components/nudges/github-nudge-banner.tsx
315.225.69.825 network healthy apps/web/src/components/nudges/github-nudge-banner.tsx
192.168.1.50 network healthy scripts/.env.example
192.168.1.51 network healthy scripts/.env.example
10.0.0.9 network healthy cli/src/__tests__/assistant-client-refresh.test.ts
10.0.0.5 network healthy cli/src/__tests__/connect-import.test.ts
192.0.2.50 network healthy cli/src/__tests__/client-token.test.ts
10.0.0.1 network healthy cli/src/__tests__/multi-local.test.ts
10.0.0.2 network healthy cli/src/__tests__/multi-local.test.ts
34.56.78.90 network healthy cli/src/commands/client.ts
10.0.0.196 network healthy cli/src/commands/client.ts
169.254.169.254 network healthy cli/src/lib/local.ts
192.168.1.1 network healthy assistant/src/__tests__/web-fetch.test.ts
172.16.0.1 network healthy assistant/src/__tests__/web-fetch.test.ts
100.100.100.100 network healthy assistant/src/__tests__/web-fetch.test.ts
255.255.255.255 network healthy assistant/src/__tests__/web-fetch.test.ts
224.0.0.1 network healthy assistant/src/__tests__/web-fetch.test.ts
198.18.0.10 network healthy assistant/src/__tests__/web-fetch.test.ts
93.184.216.34 network healthy assistant/src/__tests__/web-fetch.test.ts
192.168.0.1 network healthy assistant/src/__tests__/web-fetch.test.ts
192.168.1.100 network healthy assistant/src/__tests__/web-fetch.test.ts
203.0.113.8 network healthy assistant/src/__tests__/web-fetch.test.ts
10.0.0.8 network healthy assistant/src/__tests__/web-fetch.test.ts
127.0.0.2 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
127.255.255.255 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
10.255.255.255 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
172.31.255.255 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
169.254.0.1 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
169.254.255.255 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
8.8.8.8 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
1.1.1.1 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
203.0.113.1 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
172.32.0.1 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
172.15.255.255 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
11.0.0.1 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
192.169.0.1 network healthy assistant/src/__tests__/gateway-only-enforcement.test.ts
256.0.0.1 network healthy assistant/src/__tests__/url-safety.test.ts
1.2.3.4 network healthy assistant/src/__tests__/url-safety.test.ts
169.254.1.1 network healthy assistant/src/__tests__/url-safety.test.ts
198.19.255.255 network healthy assistant/src/__tests__/url-safety.test.ts

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

LabelLayerStatusPath
auth::assistant/src/mcp/client.ts security healthy assistant/src/mcp/client.ts
auth::assistant/eslint-rules/__tests__/cli-no-daemon-intern… security healthy assistant/eslint-rules/__tests__/cli-no-daemon-internals.te…
auth::assistant/src/__tests__/credential-token-resolver.tes… security healthy assistant/src/__tests__/credential-token-resolver.test.ts
auth::assistant/src/runtime/auth/route-policy.ts security healthy assistant/src/runtime/auth/route-policy.ts
auth::cli/src/lib/guardian-token.ts security healthy cli/src/lib/guardian-token.ts
auth::credential-executor/src/materializers/local-secure-ke… security healthy credential-executor/src/materializers/local-secure-key-back…
auth::gateway/src/http/routes/ipc-runtime-proxy.ts security healthy gateway/src/http/routes/ipc-runtime-proxy.ts
auth::assistant/src/__tests__/oauth2-gateway-transport.test… security healthy assistant/src/__tests__/oauth2-gateway-transport.test.ts
auth::apps/web/src/lib/auth/oauth-popup.ts security healthy apps/web/src/lib/auth/oauth-popup.ts
auth::assistant/src/__tests__/integration-status.test.ts security healthy assistant/src/__tests__/integration-status.test.ts
auth::gateway/src/http/routes/ipc-runtime-proxy.test.ts security healthy gateway/src/http/routes/ipc-runtime-proxy.test.ts
auth::assistant/src/mcp/mcp-oauth-provider.ts security healthy assistant/src/mcp/mcp-oauth-provider.ts
auth::assistant/src/oauth/revoke.ts security healthy assistant/src/oauth/revoke.ts
auth::credential-executor/src/__tests__/http-executor.test.… security healthy credential-executor/src/__tests__/http-executor.test.ts
auth::assistant/src/__tests__/secret-ingress.test.ts security healthy assistant/src/__tests__/secret-ingress.test.ts
auth::apps/web/src/runtime/native-auth.ts security healthy apps/web/src/runtime/native-auth.ts
auth::assistant/src/contacts/types.ts security healthy assistant/src/contacts/types.ts
auth::assistant/src/cli/commands/oauth/mode.ts security healthy assistant/src/cli/commands/oauth/mode.ts
auth::assistant/src/cli/commands/oauth/providers.ts security healthy assistant/src/cli/commands/oauth/providers.ts
auth::assistant/src/__tests__/credential-vault.test.ts security healthy assistant/src/__tests__/credential-vault.test.ts
auth::assistant/src/cli/commands/oauth/connect.ts security healthy assistant/src/cli/commands/oauth/connect.ts
auth::assistant/src/workspace/migrations/registry.ts security healthy assistant/src/workspace/migrations/registry.ts
auth::assistant/src/__tests__/outlook-email-watcher.test.ts security healthy assistant/src/__tests__/outlook-email-watcher.test.ts
auth::assistant/src/__tests__/oauth-connect-routes.test.ts security healthy assistant/src/__tests__/oauth-connect-routes.test.ts
auth::assistant/src/oauth/connect-types.ts security healthy assistant/src/oauth/connect-types.ts
auth::apps/web/src/domains/account/pages/oauth-complete-pag… security healthy apps/web/src/domains/account/pages/oauth-complete-page.tsx
auth::assistant/src/daemon/handlers/config-slack-channel.ts security healthy assistant/src/daemon/handlers/config-slack-channel.ts
auth::apps/web/src/lib/sentry/url-sanitize.ts security healthy apps/web/src/lib/sentry/url-sanitize.ts
auth::assistant/src/mcp/manager.ts security healthy assistant/src/mcp/manager.ts
auth::cli/src/__tests__/client-token.test.ts security healthy cli/src/__tests__/client-token.test.ts
auth::assistant/src/runtime/routes/integrations/slack/token… security healthy assistant/src/runtime/routes/integrations/slack/token.ts
auth::apps/web/src/domains/settings/components/integration-… security healthy apps/web/src/domains/settings/components/integration-detail…
auth::assistant/src/__tests__/telegram-config.test.ts security healthy assistant/src/__tests__/telegram-config.test.ts
auth::apps/web/src/runtime/main-window.ts security healthy apps/web/src/runtime/main-window.ts
auth::apps/web/src/hooks/use-onboarding-window-size.ts security healthy apps/web/src/hooks/use-onboarding-window-size.ts
auth::assistant/src/oauth/oauth-store.ts security healthy assistant/src/oauth/oauth-store.ts
auth::assistant/src/notifications/signal.ts security healthy assistant/src/notifications/signal.ts
auth::gateway/src/http/routes/migration-proxy.ts security healthy gateway/src/http/routes/migration-proxy.ts
auth::apps/web/src/lib/api-interceptors.ts security healthy apps/web/src/lib/api-interceptors.ts
auth::gateway/src/http/routes/upgrade-broadcast-proxy.ts security healthy gateway/src/http/routes/upgrade-broadcast-proxy.ts
auth::apps/web/src/domains/onboarding/screens/google-connec… security healthy apps/web/src/domains/onboarding/screens/google-connect-scre…
auth::cli/src/commands/client.ts security healthy cli/src/commands/client.ts
auth::assistant/src/api/responses/home.ts security healthy assistant/src/api/responses/home.ts
auth::assistant/src/cli/commands/credentials.ts security healthy assistant/src/cli/commands/credentials.ts
auth::credential-executor/src/materializers/local.ts security healthy credential-executor/src/materializers/local.ts
auth::apps/web/src/domains/settings/ai/provider-editor-moda… security healthy apps/web/src/domains/settings/ai/provider-editor-modal.tsx
auth::assistant/src/runtime/routes/credential-prompt-routes… security healthy assistant/src/runtime/routes/credential-prompt-routes.ts
auth::credential-executor/src/http/executor.ts security healthy credential-executor/src/http/executor.ts
auth::assistant/src/daemon/message-types/surfaces.ts security healthy assistant/src/daemon/message-types/surfaces.ts
auth::apps/web/src/domains/account/pages/oauth-popup-comple… security healthy apps/web/src/domains/account/pages/oauth-popup-complete-pag…

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

LabelLayerStatusPath
aws_access_key::credential-executor/src/__tests__/command-w… security healthy credential-executor/src/__tests__/command-workspace.test.ts
github_token::credential-executor/src/__tests__/command-wor… security healthy credential-executor/src/__tests__/command-workspace.test.ts
openai_or_anthropic_key::apps/macos/src/main/redact.test.ts security healthy apps/macos/src/main/redact.test.ts
openai_or_anthropic_key::apps/macos/src/main/redact.test.ts security healthy apps/macos/src/main/redact.test.ts
password_literal::scripts/staging-release.sh security healthy scripts/staging-release.sh
password_literal::scripts/staging-release.sh security healthy scripts/staging-release.sh
password_literal::scripts/staging-release.sh security healthy scripts/staging-release.sh
password_literal::scripts/staging-release.sh security healthy scripts/staging-release.sh
password_literal::scripts/production-release.sh security healthy scripts/production-release.sh
generic_api_key::cli/src/__tests__/api-key-check.test.ts security healthy cli/src/__tests__/api-key-check.test.ts
github_token::assistant/src/__tests__/secret-ingress.test.ts security healthy assistant/src/__tests__/secret-ingress.test.ts
github_token::assistant/src/__tests__/secret-ingress.test.ts security healthy assistant/src/__tests__/secret-ingress.test.ts
github_token::assistant/src/__tests__/secret-ingress.test.ts security healthy assistant/src/__tests__/secret-ingress.test.ts
github_token::assistant/src/__tests__/secret-ingress.test.ts security healthy assistant/src/__tests__/secret-ingress.test.ts
github_token::assistant/src/__tests__/secret-ingress.test.ts security healthy assistant/src/__tests__/secret-ingress.test.ts
github_token::assistant/src/__tests__/secret-ingress-cli.te… security healthy assistant/src/__tests__/secret-ingress-cli.test.ts
github_token::assistant/src/__tests__/secret-ingress-cli.te… security healthy assistant/src/__tests__/secret-ingress-cli.test.ts
github_token::assistant/src/__tests__/secret-ingress-channe… security healthy assistant/src/__tests__/secret-ingress-channel.test.ts
github_token::assistant/src/__tests__/secret-ingress-channe… security healthy assistant/src/__tests__/secret-ingress-channel.test.ts
github_token::assistant/src/__tests__/secret-ingress-http.t… security healthy assistant/src/__tests__/secret-ingress-http.test.ts
github_token::assistant/src/__tests__/secret-ingress-http.t… security healthy assistant/src/__tests__/secret-ingress-http.test.ts
github_token::assistant/src/__tests__/secret-ingress-http.t… security healthy assistant/src/__tests__/secret-ingress-http.test.ts
github_token::assistant/src/__tests__/persistence-secret-re… security healthy assistant/src/__tests__/persistence-secret-redaction.test.ts
generic_api_key::assistant/src/__tests__/managed-credential… security healthy assistant/src/__tests__/managed-credential-catalog-cli.test…
aws_access_key::assistant/src/__tests__/secret-scanner.test… security healthy assistant/src/__tests__/secret-scanner.test.ts
aws_access_key::assistant/src/__tests__/secret-scanner.test… security healthy assistant/src/__tests__/secret-scanner.test.ts
generic_api_key::assistant/src/__tests__/secret-scanner.tes… security healthy assistant/src/__tests__/secret-scanner.test.ts
generic_api_key::assistant/src/__tests__/secret-scanner.tes… security healthy assistant/src/__tests__/secret-scanner.test.ts
password_literal::assistant/src/__tests__/secret-scanner.te… security healthy assistant/src/__tests__/secret-scanner.test.ts
password_literal::assistant/src/__tests__/secret-scanner.te… security healthy assistant/src/__tests__/secret-scanner.test.ts
password_literal::assistant/src/__tests__/secret-scanner.te… security healthy assistant/src/__tests__/secret-scanner.test.ts
password_literal::assistant/src/__tests__/secret-scanner.te… security healthy assistant/src/__tests__/secret-scanner.test.ts
password_literal::assistant/src/__tests__/secret-scanner.te… security healthy assistant/src/__tests__/secret-scanner.test.ts
password_literal::assistant/src/__tests__/secret-scanner.te… security healthy assistant/src/__tests__/secret-scanner.test.ts
password_literal::assistant/src/__tests__/secret-scanner.te… security healthy assistant/src/__tests__/secret-scanner.test.ts
generic_api_key::assistant/src/tts/__tests__/provider-adapt… security healthy assistant/src/tts/__tests__/provider-adapters.test.ts
generic_api_key::assistant/src/tts/__tests__/provider-adapt… security healthy assistant/src/tts/__tests__/provider-adapters.test.ts
generic_api_key::assistant/src/providers/speech-to-text/ope… security healthy assistant/src/providers/speech-to-text/openai-whisper.test.…
generic_api_key::assistant/src/providers/speech-to-text/xai… security healthy assistant/src/providers/speech-to-text/xai.test.ts
generic_api_key::assistant/src/providers/speech-to-text/goo… security healthy assistant/src/providers/speech-to-text/google-gemini.test.ts
generic_api_key::assistant/src/providers/speech-to-text/dee… security healthy assistant/src/providers/speech-to-text/deepgram-realtime.te…
generic_api_key::assistant/src/providers/speech-to-text/dee… security healthy assistant/src/providers/speech-to-text/deepgram.test.ts
generic_api_key::assistant/src/providers/speech-to-text/goo… security healthy assistant/src/providers/speech-to-text/google-gemini-live-s…
generic_api_key::assistant/src/providers/speech-to-text/xai… security healthy assistant/src/providers/speech-to-text/xai-realtime.test.ts
generic_api_key::assistant/src/providers/speech-to-text/ope… security healthy assistant/src/providers/speech-to-text/openai-whisper-strea…
generic_api_key::assistant/src/memory/context-search/__test… security healthy assistant/src/memory/context-search/__tests__/agent-runner-…
generic_api_key::evals/src/lib/__tests__/hermes-adapter.tes… security healthy evals/src/lib/__tests__/hermes-adapter.test.ts

LabelLayerStatusPath
SPARKLE_ED_PRIVATE_KEY cicd healthy
SPARKLE_ED_PUBLIC_KEY cicd healthy
CREDENTIAL_EXECUTOR_IMAGE_NAME cicd healthy
SENTRY_AUTH_TOKEN cicd healthy
ASSISTANT_IMAGE_NAME cicd healthy
APPLE_TEAM_ID cicd healthy
RELEASE_TRIGGER_SECRET cicd healthy
PLATFORM_INTERNAL_SERVICE_API_KEY cicd healthy
PLATFORM_API_URL cicd healthy
IOS_PROVISIONING_PROFILE cicd healthy
ASC_KEY_ID cicd healthy
DOCKERHUB_ACCESS_TOKEN cicd healthy
ASC_ISSUER_ID cicd healthy
CWS_REFRESH_TOKEN cicd healthy
APPLE_APP_ID_PROD cicd healthy
SLACK_WEBHOOK_URL cicd healthy
DEVID_CERTIFICATE_PASSWORD cicd healthy
APPLE_APP_ID_DEV cicd healthy
STRIPE_PUBLISHABLE_KEY cicd healthy
DIST_CERTIFICATE_PASSWORD cicd healthy
SLACK_DEV_RELEASES_WEBHOOK_URL cicd healthy
LINEAR_ACCESS_KEY cicd healthy
DEVID_CERTIFICATE_P12 cicd healthy
SENTRY_DSN_MACOS cicd healthy
VELLUM_AUTOMATION_GITHUB_PRIVATE_KEY cicd healthy
ANTHROPIC_API_KEY cicd healthy
SLACK_RELEASES_WEBHOOK_URL cicd healthy
GATEWAY_IMAGE_NAME cicd healthy
VELLUM_AUTOMATION_GITHUB_APP_ID cicd healthy
APP_DISPLAY_NAME cicd healthy
CWS_CLIENT_SECRET cicd healthy
SENTRY_DSN_ASSISTANT cicd healthy
GITHUB_TOKEN cicd healthy
DOCKERHUB_USER cicd healthy
IOS_PROVISIONING_PROFILE_DEV cicd healthy
NPM_TOKEN cicd healthy
SOCKET_CLI_API_TOKEN cicd healthy
IOS_PROVISIONING_PROFILE_STAGING cicd healthy
APPLE_APP_ID_STAGING cicd healthy
ASC_KEY_P8 cicd healthy
CRX_PRIVATE_KEY cicd healthy
DIST_CERTIFICATE_P12 cicd healthy

LabelLayerStatusPath
gha::ci-main-storybook cicd healthy .github/workflows/ci-main-storybook.yaml
gha::cherry-pick-to-release cicd healthy .github/workflows/cherry-pick-to-release.yml
gha::deploy-web-spa cicd healthy .github/workflows/deploy-web-spa.yaml
gha::pr-web cicd healthy .github/workflows/pr-web.yaml
gha::build-chrome-extension cicd healthy .github/workflows/build-chrome-extension.yaml
gha::ci-main-cli cicd healthy .github/workflows/ci-main-cli.yaml
gha::pr-assistant cicd healthy .github/workflows/pr-assistant.yaml
gha::linear-release-sync cicd healthy .github/workflows/linear-release-sync.yml
gha::ci-main-assistant cicd healthy .github/workflows/ci-main-assistant.yaml
gha::pr-credential-executor cicd healthy .github/workflows/pr-credential-executor.yaml
gha::ci-main-macos cicd healthy .github/workflows/ci-main-macos.yaml
gha::create-release-branch cicd healthy .github/workflows/create-release-branch.yml
gha::pr-electron cicd healthy .github/workflows/pr-electron.yaml
gha::pr-skills cicd healthy .github/workflows/pr-skills.yaml
gha::pr-design-library cicd healthy .github/workflows/pr-design-library.yaml
gha::ci-main-local-mode cicd healthy .github/workflows/ci-main-local-mode.yaml
gha::ci-main-gateway cicd healthy .github/workflows/ci-main-gateway.yaml
gha::pr-gateway cicd healthy .github/workflows/pr-gateway.yaml
gha::ci-main-chrome-extension cicd healthy .github/workflows/ci-main-chrome-extension.yaml
gha::ci-main-electron cicd healthy .github/workflows/ci-main-electron.yaml
gha::ci-main-environments cicd healthy .github/workflows/ci-main-environments.yaml
gha::evals-manual-run cicd healthy .github/workflows/evals-manual-run.yaml
gha::ci-main-credential-executor cicd healthy .github/workflows/ci-main-credential-executor.yaml
gha::socket-autofix cicd healthy .github/workflows/socket-autofix.yml
gha::release cicd healthy .github/workflows/release.yml
gha::pr-macos cicd healthy .github/workflows/pr-macos.yaml
gha::pr-local-mode cicd healthy .github/workflows/pr-local-mode.yaml
gha::ci-pr-evals cicd healthy .github/workflows/ci-pr-evals.yaml
gha::ci-perf-macos cicd healthy .github/workflows/ci-perf-macos.yaml
gha::stale cicd healthy .github/workflows/stale.yml
gha::pr-chrome-extension cicd healthy .github/workflows/pr-chrome-extension.yaml
gha::upload-skill-assets cicd healthy .github/workflows/upload-skill-assets.yaml
gha::release-ios cicd healthy .github/workflows/release-ios.yaml
gha::pr-cli cicd healthy .github/workflows/pr-cli.yaml
gha::pr-environments cicd healthy .github/workflows/pr-environments.yaml
gha::dev-release cicd healthy .github/workflows/dev-release.yaml
gha::ci-main-web cicd healthy .github/workflows/ci-main-web.yaml

LabelLayerStatusPath
port:8090 network healthy credential-executor/Dockerfile
port:256 network healthy credential-executor/Dockerfile
port:3615 network healthy credential-executor/Dockerfile
port:3000 network healthy apps/web/.env.example
port:54321 network healthy apps/web/src/domains/account/login-flow.test.ts
port:12345 network healthy apps/web/src/domains/account/login-flow.test.ts
port:7800 network healthy cli/src/__tests__/flags.test.ts
port:8080 network healthy packages/local-mode/src/__tests__/gateway-proxy.test.ts
port:9999 network healthy packages/local-mode/src/__tests__/gateway-proxy.test.ts
port:1001 network healthy packages/block-volume-bootstrap/scripts/vellum-block-volume…
port:3001 network healthy assistant/Dockerfile
port:443 network healthy assistant/src/__tests__/script-proxy-decision-trace.test.ts
port:20000 network healthy assistant/src/__tests__/conversation-unread-route.test.ts
port:17000 network healthy assistant/src/__tests__/runtime-attachment-metadata.test.ts
port:9222 network healthy assistant/src/__tests__/config-schema.test.ts
port:9333 network healthy assistant/src/__tests__/config-schema.test.ts
port:21100 network healthy assistant/src/live-voice/__tests__/runtime-websocket-shell.…
port:7830 network healthy gateway/Dockerfile
port:0733 network healthy gateway/Dockerfile
port:3352 network healthy gateway/Dockerfile
port:54000 network healthy gateway/src/__tests__/stt-stream-websocket.test.ts
port:5000 network healthy gateway/src/__tests__/actor-token-revocation.test.ts
port:3005 network healthy evals/src/lib/__tests__/ngrok.test.ts
port:42173 network healthy skills/meet-join/bot/__tests__/audio-capture.test.ts
port:42000 network healthy skills/meet-join/daemon/__tests__/audio-ingest.test.ts
port:09 network healthy .github/workflows/socket-autofix.yml

LabelLayerStatusPath
accounts data healthy assistant/drizzle/0000_dizzy_maggott.sql
attachments data healthy assistant/drizzle/0000_dizzy_maggott.sql
channel_inbound_events data healthy assistant/drizzle/0000_dizzy_maggott.sql
conversation_keys data healthy assistant/drizzle/0000_dizzy_maggott.sql
conversations data healthy assistant/drizzle/0000_dizzy_maggott.sql
cron_jobs data healthy assistant/drizzle/0000_dizzy_maggott.sql
cron_runs data healthy assistant/drizzle/0000_dizzy_maggott.sql
llm_usage_events data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_checkpoints data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_embeddings data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_entities data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_entity_relations data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_item_conflicts data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_item_entities data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_item_sources data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_items data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_jobs data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_segments data healthy assistant/drizzle/0000_dizzy_maggott.sql
memory_summaries data healthy assistant/drizzle/0000_dizzy_maggott.sql
message_attachments data healthy assistant/drizzle/0000_dizzy_maggott.sql
message_runs data healthy assistant/drizzle/0000_dizzy_maggott.sql
messages data healthy assistant/drizzle/0000_dizzy_maggott.sql
shared_app_links data healthy assistant/drizzle/0000_dizzy_maggott.sql
tool_invocations data healthy assistant/drizzle/0000_dizzy_maggott.sql

LabelLayerStatusPath
GET /health api healthy skills/meet-join/bot/src/control/http-server.ts
GET /status api healthy skills/meet-join/bot/src/control/http-server.ts
POST /leave api healthy skills/meet-join/bot/src/control/http-server.ts
POST /send_chat api healthy skills/meet-join/bot/src/control/http-server.ts
POST /play_audio api healthy skills/meet-join/bot/src/control/http-server.ts
DELETE /play_audio/:streamId api healthy skills/meet-join/bot/src/control/http-server.ts
POST /avatar/viseme api healthy skills/meet-join/bot/src/control/http-server.ts
POST /avatar/enable api healthy skills/meet-join/bot/src/control/http-server.ts
POST /avatar/disable api healthy skills/meet-join/bot/src/control/http-server.ts

LabelLayerStatusPath
sqlite data healthy credential-executor/src/main.ts
postgres data healthy credential-executor/src/__tests__/command-workspace.test.ts
postgresql data healthy apps/web/openapi-schemas/platform.yaml
redis data healthy apps/web/openapi-schemas/platform.yaml
cockroach data healthy apps/web/src/domains/chat/components/chat-composer/emoji-ca…
mongodb data healthy assistant/src/__tests__/secret-scanner.test.ts
mysql data healthy assistant/src/__tests__/secret-scanner.test.ts
clickhouse data healthy assistant/src/__tests__/llm-request-log-source-factory.test…
elasticsearch data healthy assistant/src/memory/v2/sparse-bm25.ts

LabelLayerStatusPath
image::credential-executor/Dockerfile hardware healthy credential-executor/Dockerfile
image::assistant/Dockerfile hardware healthy assistant/Dockerfile
image::gateway/Dockerfile hardware healthy gateway/Dockerfile
image::evals/src/lib/egress/recording/Dockerfile hardware healthy evals/src/lib/egress/recording/Dockerfile
image::evals/src/lib/egress/connection-telemetry/Dockerfile hardware healthy evals/src/lib/egress/connection-telemetry/Dockerfile
image::skills/meet-join/bot/Dockerfile hardware healthy skills/meet-join/bot/Dockerfile

LabelLayerStatusPath
vps::aws hardware healthy credential-executor/src/__tests__/command-validator.test.ts
vps::droplet hardware healthy apps/web/src/domains/chat/components/chat-composer/emoji-ca…
vps::gcp hardware healthy scripts/gcr-publish.ts
vps::ec2 hardware healthy cli/src/lib/local.ts
vps::azure hardware healthy assistant/src/__tests__/config-schema.test.ts

LabelLayerStatusPath
loadbalancer network healthy assistant/src/runtime/http-server.ts
nginx network healthy gateway/src/config.ts

LabelLayerStatusPath
Tooltip frontend healthy cli/src/components/Tooltip.tsx
TextInput frontend healthy cli/src/components/TextInput.tsx

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

LabelLayerStatusPath
gpu (detected) hardware healthy assistant/src/workspace/migrations/045-release-notes-meet-a…
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/87dd9975-69d1-4959-b9b8-94465869ab20/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/87dd9975-69d1-4959-b9b8-94465869ab20/

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.