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.

TheWizardOz3/Waygate

https://github.com/TheWizardOz3/Waygate · scanned 2026-06-16 00:35 UTC (2 months, 2 weeks ago)

175 raw signals (0 security + 175 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 174 actionable findings from 1 signal source. 1 repeated signal 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 5832 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
properly software healthy tests/integration/database.test.ts:properly
jsonRequest software healthy tests/integration/settings/ai-settings-routes.test.ts:jsonR…
arrange software healthy tests/integration/auth/app-key-default-deny.test.ts:arrange
makeRequest software healthy tests/integration/auth/app-key-default-deny.test.ts:makeReq…
errorCode software healthy tests/integration/auth/app-key-default-deny.test.ts:errorCo…
json software healthy tests/integration/auth/app-key-default-deny.test.ts:json
versionRow software healthy tests/integration/mcp/mcp-client-loop.test.ts:versionRow
connectClient software healthy tests/integration/mcp/mcp-client-loop.test.ts:connectClient
toolJson software healthy tests/integration/mcp/mcp-client-loop.test.ts:toolJson
notFoundIntegration software healthy tests/integration/mcp/mcp-client-loop.test.ts:notFoundInteg…
notFoundAction software healthy tests/integration/mcp/mcp-client-loop.test.ts:notFoundAction
makeInstall software healthy tests/integration/installs/install-new-tools-route.test.ts:…
makeRequest software healthy tests/integration/installs/install-new-tools-route.test.ts:…
noAuthRequest software healthy tests/integration/installs/install-export-auth.test.ts:noAu…
makeTool software healthy tests/integration/installs/install-export-routes.test.ts:ma…
makeManifest software healthy tests/integration/installs/install-export-routes.test.ts:ma…
makeRequest software healthy tests/integration/installs/install-export-routes.test.ts:ma…
createCronRequest software healthy tests/integration/credentials/token-refresh-api.test.ts:cre…
createManualRefreshRequest software healthy tests/integration/credentials/token-refresh-api.test.ts:cre…
createMockAction software healthy tests/unit/composite-tools/parameter-mapper.test.ts:createM…
createMockOperation software healthy tests/unit/composite-tools/parameter-mapper.test.ts:createM…
createMockAction software healthy tests/unit/composite-tools/schema-merger.test.ts:createMock…
createMockOperation software healthy tests/unit/composite-tools/schema-merger.test.ts:createMock…
createMockRule software healthy tests/unit/composite-tools/rule-evaluator.test.ts:createMoc…
createMockContext software healthy tests/unit/auto-maintenance/maintenance-handler.test.ts:cre…
to software healthy tests/unit/ai/scrape-job-service.test.ts:to
createEndpoint software healthy tests/unit/ai/action-generator.test.ts:createEndpoint
createParsedDoc software healthy tests/unit/ai/action-generator.test.ts:createParsedDoc
mockOk software healthy tests/unit/ai/llm/openai-meta-provider.test.ts:mockOk
mockText software healthy tests/unit/ai/llm/anthropic-meta-provider.test.ts:mockText
mockToolUse software healthy tests/unit/ai/llm/anthropic-meta-provider.test.ts:mockToolU…
arrangeResolution software healthy tests/unit/auth/scope-matrix.test.ts:arrangeResolution
callRoute software healthy tests/unit/auth/scope-matrix.test.ts:callRoute
notFound software healthy tests/unit/mcp/composite-authoring-tool.test.ts:notFound
result software healthy tests/unit/mcp/composite-authoring-tool.test.ts:result
notes software healthy tests/unit/mcp/composite-authoring-tool.test.ts:notes
versionRow software healthy tests/unit/mcp/versions-safety-tools.test.ts:versionRow
result software healthy tests/unit/mcp/versions-safety-tools.test.ts:result
notFoundIntegration software healthy tests/unit/mcp/authoring-tools.test.ts:notFoundIntegration
notFoundAction software healthy tests/unit/mcp/authoring-tools.test.ts:notFoundAction
result software healthy tests/unit/mcp/authoring-tools.test.ts:result
createMockContext software healthy tests/unit/schema-drift/drift-passive-handler.test.ts:creat…
result software healthy tests/unit/schema-drift/drift-passive-handler.test.ts:result
makeMockReport software healthy tests/unit/schema-drift/schema-drift-service.test.ts:makeMo…
createContext software healthy tests/unit/pipelines/reasoning-prompt-builder.test.ts:creat…
createTestState software healthy tests/unit/pipelines/template-resolver.test.ts:createTestSt…
createContext software healthy tests/unit/pipelines/safety-enforcer.test.ts:createContext
createState software healthy tests/unit/pipelines/condition-evaluator.test.ts:createState
makeCondition software healthy tests/unit/pipelines/condition-evaluator.test.ts:makeCondit…
createTestState software healthy tests/unit/pipelines/output-mapper.test.ts:createTestState

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

LabelLayerStatusPath
.mcp.json software healthy .mcp.json
vercel.json software healthy vercel.json
postcss.config.mjs software healthy postcss.config.mjs
tailwind.config.ts software healthy tailwind.config.ts
pnpm-lock.yaml software healthy pnpm-lock.yaml
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
prisma.config.ts software healthy prisma.config.ts
.lintstagedrc.json software healthy .lintstagedrc.json
package-lock.json software healthy package-lock.json
components.json software healthy components.json
.env.example software healthy .env.example
.eslintrc.json software healthy .eslintrc.json
tsconfig.json software healthy tsconfig.json
next.config.mjs software healthy next.config.mjs
AGENTS.md software healthy AGENTS.md
vitest.config.ts software healthy vitest.config.ts
database.test.ts software healthy tests/integration/database.test.ts
ai-settings-routes.test.ts software healthy tests/integration/settings/ai-settings-routes.test.ts
llm-meta-factory.test.ts software healthy tests/integration/ai/llm-meta-factory.test.ts
oauth-flow.test.ts software healthy tests/integration/auth/oauth-flow.test.ts
app-key-default-deny.test.ts software healthy tests/integration/auth/app-key-default-deny.test.ts
mcp-client-loop.test.ts software healthy tests/integration/mcp/mcp-client-loop.test.ts
actions-api.test.ts software healthy tests/integration/actions/actions-api.test.ts
gateway-api.test.ts software healthy tests/integration/gateway/gateway-api.test.ts
install-new-tools-route.test.ts software healthy tests/integration/installs/install-new-tools-route.test.ts
install-export-auth.test.ts software healthy tests/integration/installs/install-export-auth.test.ts
install-export-routes.test.ts software healthy tests/integration/installs/install-export-routes.test.ts
token-refresh-api.test.ts software healthy tests/integration/credentials/token-refresh-api.test.ts
ui-store.test.ts software healthy tests/unit/ui-store.test.ts
api-helpers.test.ts software healthy tests/unit/api-helpers.test.ts
example.test.ts software healthy tests/unit/example.test.ts
reference-data-schemas.test.ts software healthy tests/unit/reference-data/reference-data-schemas.test.ts
sync-extraction.test.ts software healthy tests/unit/reference-data/sync-extraction.test.ts
composite-tool-schemas.test.ts software healthy tests/unit/composite-tools/composite-tool-schemas.test.ts
parameter-mapper.test.ts software healthy tests/unit/composite-tools/parameter-mapper.test.ts
schema-merger.test.ts software healthy tests/unit/composite-tools/schema-merger.test.ts
rule-evaluator.test.ts software healthy tests/unit/composite-tools/rule-evaluator.test.ts
schema-inference.test.ts software healthy tests/unit/auto-maintenance/schema-inference.test.ts
description-cascade.test.ts software healthy tests/unit/auto-maintenance/description-cascade.test.ts
auto-maintenance-errors.test.ts software healthy tests/unit/auto-maintenance/auto-maintenance-errors.test.ts
auto-maintenance-schemas.test.ts software healthy tests/unit/auto-maintenance/auto-maintenance-schemas.test.ts
maintenance-handler.test.ts software healthy tests/unit/auto-maintenance/maintenance-handler.test.ts
scrape-job-service.test.ts software healthy tests/unit/ai/scrape-job-service.test.ts
scrape-job-schemas.test.ts software healthy tests/unit/ai/scrape-job-schemas.test.ts
intelligent-crawler.test.ts software healthy tests/unit/ai/intelligent-crawler.test.ts
openapi-parser.test.ts software healthy tests/unit/ai/openapi-parser.test.ts
action-generator.test.ts software healthy tests/unit/ai/action-generator.test.ts
extract-api-prompts.test.ts software healthy tests/unit/ai/extract-api-prompts.test.ts
registry.test.ts software healthy tests/unit/ai/models/registry.test.ts

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

LabelLayerStatusPath
tests software healthy tests
integration software healthy tests/integration
settings software healthy tests/integration/settings
ai software healthy tests/integration/ai
auth software healthy tests/integration/auth
mcp software healthy tests/integration/mcp
actions software healthy tests/integration/actions
gateway software healthy tests/integration/gateway
installs software healthy tests/integration/installs
credentials software healthy tests/integration/credentials
unit software healthy tests/unit
reference-data software healthy tests/unit/reference-data
composite-tools software healthy tests/unit/composite-tools
auto-maintenance software healthy tests/unit/auto-maintenance
ai software healthy tests/unit/ai
models software healthy tests/unit/ai/models
keys software healthy tests/unit/ai/keys
llm software healthy tests/unit/ai/llm
auth software healthy tests/unit/auth
mcp software healthy tests/unit/mcp
apps software healthy tests/unit/apps
schema-drift software healthy tests/unit/schema-drift
shared software healthy tests/unit/shared
pipelines software healthy tests/unit/pipelines
platform-ai software healthy tests/unit/platform-ai
app-user-credentials software healthy tests/unit/app-user-credentials
app-users software healthy tests/unit/app-users
registry software healthy tests/unit/registry
connect-sessions software healthy tests/unit/connect-sessions
variables software healthy tests/unit/variables
deployment software healthy tests/unit/deployment
batch-operations software healthy tests/unit/batch-operations
execution software healthy tests/unit/execution
api-keys software healthy tests/unit/api-keys
logging software healthy tests/unit/logging
tools software healthy tests/unit/tools
actions software healthy tests/unit/actions
tool-export software healthy tests/unit/tool-export
gateway software healthy tests/unit/gateway
versions software healthy tests/unit/versions
health-checks software healthy tests/unit/health-checks
installs software healthy tests/unit/installs
platform-connectors software healthy tests/unit/platform-connectors
agentic-tools software healthy tests/unit/agentic-tools
jobs software healthy tests/unit/jobs
tags software healthy tests/unit/tags
connections software healthy tests/unit/connections
credentials software healthy tests/unit/credentials
helpers software healthy tests/helpers
docs software healthy docs

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

LabelLayerStatusPath
MockAPIError software healthy tests/integration/ai/llm-meta-factory.test.ts:MockAPIError
MockAPIConnectionTimeoutError software healthy tests/integration/ai/llm-meta-factory.test.ts:MockAPIConnec…
MockOpenAI software healthy tests/integration/ai/llm-meta-factory.test.ts:MockOpenAI
MockAnthropic software healthy tests/integration/ai/llm-meta-factory.test.ts:MockAnthropic
names software healthy tests/unit/example.test.ts:names
plus software healthy tests/unit/ai/llm/openai-meta-provider.test.ts:plus
MockAPIError software healthy tests/unit/ai/llm/openai-meta-provider.test.ts:MockAPIError
MockAPIConnectionTimeoutError software healthy tests/unit/ai/llm/openai-meta-provider.test.ts:MockAPIConne…
so software healthy tests/unit/ai/llm/openai-meta-provider.test.ts:so
MockOpenAI software healthy tests/unit/ai/llm/openai-meta-provider.test.ts:MockOpenAI
MockAPIError software healthy tests/unit/ai/llm/anthropic-meta-provider.test.ts:MockAPIEr…
MockAPIConnectionTimeoutError software healthy tests/unit/ai/llm/anthropic-meta-provider.test.ts:MockAPICo…
MockAnthropic software healthy tests/unit/ai/llm/anthropic-meta-provider.test.ts:MockAnthr…
IntegrationError software healthy tests/unit/gateway/credential-resolution.test.ts:Integratio…
ActionError software healthy tests/unit/gateway/credential-resolution.test.ts:ActionError
IntegrationError software healthy tests/unit/gateway/pagination-wiring.test.ts:IntegrationErr…
ActionError software healthy tests/unit/gateway/pagination-wiring.test.ts:ActionError
declarations software healthy tests/unit/agentic-tools/openai-provider.test.ts:declaratio…
MockAPIError software healthy tests/unit/agentic-tools/openai-provider.test.ts:MockAPIErr…
so software healthy tests/unit/agentic-tools/openai-provider.test.ts:so
MockOpenAI software healthy tests/unit/agentic-tools/openai-provider.test.ts:MockOpenAI
names software healthy tests/unit/tags/tag-colors.test.ts:names
OAuthError software healthy tests/unit/credentials/token-refresh.test.ts:OAuthError
ReviewHandler software healthy .claude/skills/skill-creator/eval-viewer/generate_review.py…
TargetWatcher software healthy tools/bugsnap/src/cdp.js:TargetWatcher
Daemon software healthy tools/bugsnap/src/daemon.js:Daemon
ErrorBoundary software healthy src/components/layouts/ErrorBoundary.tsx:ErrorBoundary
names software healthy src/components/layouts/DetailLayout.tsx:names
ApiError software healthy src/lib/api/client.ts:ApiError
ApiError software healthy src/lib/api/errors.ts:ApiError
ValidationError software healthy src/lib/api/errors.ts:ValidationError
NotFoundError software healthy src/lib/api/errors.ts:NotFoundError
UnauthorizedError software healthy src/lib/api/errors.ts:UnauthorizedError
ForbiddenError software healthy src/lib/api/errors.ts:ForbiddenError
CapabilityRegistryError software healthy src/lib/api/registry/registry.ts:CapabilityRegistryError
IntegrationError software healthy src/lib/modules/integrations/index.ts:IntegrationError
IntegrationError software healthy src/lib/modules/integrations/integration.service.ts:Integra…
SyncJobError software healthy src/lib/modules/reference-data/sync-job.service.ts:SyncJobE…
ExtractionError software healthy src/lib/modules/reference-data/extraction.ts:ExtractionError
CompositeToolError software healthy src/lib/modules/composite-tools/composite-tool.service.ts:C…
CompositeToolError software healthy src/lib/modules/composite-tools/index.ts:CompositeToolError
RuleEvaluationError software healthy src/lib/modules/composite-tools/routing/rule-evaluator.ts:R…
SchemaMergeError software healthy src/lib/modules/composite-tools/routing/schema-merger.ts:Sc…
RoutingError software healthy src/lib/modules/composite-tools/routing/router.ts:RoutingEr…
ParameterMappingError software healthy src/lib/modules/composite-tools/context/parameter-mapper.ts…
ContextLoadError software healthy src/lib/modules/composite-tools/context/context-loader.ts:C…
for software healthy src/lib/modules/auto-maintenance/auto-maintenance.errors.ts…
AutoMaintenanceError software healthy src/lib/modules/auto-maintenance/auto-maintenance.errors.ts…
ProposalNotFoundError software healthy src/lib/modules/auto-maintenance/auto-maintenance.errors.ts…
InvalidProposalTransitionError software healthy src/lib/modules/auto-maintenance/auto-maintenance.errors.ts…

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

LabelLayerStatusPath
/connect/[token] frontend healthy src/app/connect/[token]/page.tsx
/(dashboard) frontend healthy src/app/(dashboard)/page.tsx
/(dashboard)/integrations frontend healthy src/app/(dashboard)/integrations/page.tsx
/(dashboard)/integrations/new frontend healthy src/app/(dashboard)/integrations/new/page.tsx
/(dashboard)/integrations/[id] frontend healthy src/app/(dashboard)/integrations/[id]/page.tsx
/(dashboard)/integrations/[id]/connect frontend healthy src/app/(dashboard)/integrations/[id]/connect/page.tsx
/(dashboard)/integrations/[id]/actions frontend healthy src/app/(dashboard)/integrations/[id]/actions/page.tsx
/(dashboard)/integrations/[id]/actions/new frontend healthy src/app/(dashboard)/integrations/[id]/actions/new/page.tsx
/(dashboard)/integrations/[id]/actions/new/manual frontend healthy src/app/(dashboard)/integrations/[id]/actions/new/manual/pa…
/(dashboard)/integrations/[id]/actions/[actionId] frontend healthy src/app/(dashboard)/integrations/[id]/actions/[actionId]/pa…
/(dashboard)/integrations/[id]/actions/[actionId]/test frontend healthy src/app/(dashboard)/integrations/[id]/actions/[actionId]/te…
/(dashboard)/settings frontend healthy src/app/(dashboard)/settings/page.tsx
/(dashboard)/logs frontend healthy src/app/(dashboard)/logs/page.tsx
/(dashboard)/jobs frontend healthy src/app/(dashboard)/jobs/page.tsx
/(dashboard)/jobs/[id] frontend healthy src/app/(dashboard)/jobs/[id]/page.tsx
/(dashboard)/ai-tools frontend healthy src/app/(dashboard)/ai-tools/page.tsx
/(dashboard)/ai-tools/new frontend healthy src/app/(dashboard)/ai-tools/new/page.tsx
/(dashboard)/ai-tools/[id] frontend healthy src/app/(dashboard)/ai-tools/[id]/page.tsx
/docs frontend healthy src/app/docs/page.tsx
/docs/api frontend healthy src/app/docs/api/page.tsx
/docs/recipes/async-jobs frontend healthy src/app/docs/recipes/async-jobs/page.tsx
/docs/recipes/connect-as-a-service frontend healthy src/app/docs/recipes/connect-as-a-service/page.tsx
/docs/recipes/build-a-tool frontend healthy src/app/docs/recipes/build-a-tool/page.tsx
/docs/recipes/mcp frontend healthy src/app/docs/recipes/mcp/page.tsx
/docs/recipes/test-loop frontend healthy src/app/docs/recipes/test-loop/page.tsx
/docs/recipes/export-tools frontend healthy src/app/docs/recipes/export-tools/page.tsx
/docs/guides/authentication frontend healthy src/app/docs/guides/authentication/page.tsx
/docs/guides/errors frontend healthy src/app/docs/guides/errors/page.tsx
/docs/guides/quickstart frontend healthy src/app/docs/guides/quickstart/page.tsx
/docs/guides/versioning frontend healthy src/app/docs/guides/versioning/page.tsx
/docs/guides/object-model frontend healthy src/app/docs/guides/object-model/page.tsx
/docs/guides/pagination frontend healthy src/app/docs/guides/pagination/page.tsx
/test frontend healthy tests/unit/composite-tools/parameter-mapper.test.ts
/users frontend healthy tests/unit/ai/scrape-job-service.test.ts
/users/{id} frontend healthy tests/unit/ai/scrape-job-service.test.ts
/items frontend healthy tests/unit/ai/scrape-job-schemas.test.ts
/users/:userId frontend healthy tests/unit/ai/action-generator.test.ts
/users/:userId/posts/:postId frontend healthy tests/unit/ai/action-generator.test.ts
/api/messages frontend healthy tests/unit/ai/action-generator.test.ts
/api/v1/users frontend healthy tests/unit/ai/action-generator.test.ts
/json/version frontend healthy tools/bugsnap/src/chrome.js
/api/v1/tools frontend healthy src/lib/api/registry/registry.capabilities.ts
/api/v1/tools/invoke frontend healthy src/lib/api/registry/registry.capabilities.ts
/api/v1/actions/{integration}/{action} frontend healthy src/lib/api/registry/registry.capabilities.ts
/api/v1/composite-tools/invoke frontend healthy src/lib/api/registry/registry.capabilities.ts
/api/v1/agentic-tools/invoke frontend healthy src/lib/api/registry/registry.capabilities.ts
/api/v1/pipelines/invoke frontend healthy src/lib/api/registry/registry.capabilities.ts
/api/v1/actions/{integration}/{action}/schema frontend healthy src/lib/api/registry/registry.capabilities.ts
/api/v1/actions/{integration}/{action}/validate frontend healthy src/lib/api/registry/registry.capabilities.ts
/api/v1/batch frontend healthy src/lib/api/registry/registry.capabilities.ts

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

LabelLayerStatusPath
auth::src/lib/modules/platform-connectors/platform-connecto… security healthy src/lib/modules/platform-connectors/platform-connector.repo…
auth::src/components/features/integrations/IntegrationHeade… security healthy src/components/features/integrations/IntegrationHeader.tsx
auth::src/lib/modules/platform-connectors/index.ts security healthy src/lib/modules/platform-connectors/index.ts
auth::src/lib/modules/connections/connection.schemas.ts security healthy src/lib/modules/connections/connection.schemas.ts
auth::tests/unit/connect-sessions/connect-session-schemas.t… security healthy tests/unit/connect-sessions/connect-session-schemas.test.ts
auth::src/components/features/settings/AppIntegrationConfig… security healthy src/components/features/settings/AppIntegrationConfigDialog…
auth::tests/unit/ai/intelligent-crawler.test.ts security healthy tests/unit/ai/intelligent-crawler.test.ts
auth::src/app/api/v1/connections/[id]/disconnect/route.ts security healthy src/app/api/v1/connections/[id]/disconnect/route.ts
auth::.claude/skills/new-project/SKILL.md security healthy .claude/skills/new-project/SKILL.md
auth::src/lib/modules/credentials/credential.service.ts security healthy src/lib/modules/credentials/credential.service.ts
auth::src/lib/modules/app-user-credentials/app-user-credent… security healthy src/lib/modules/app-user-credentials/app-user-credential.re…
auth::src/components/features/integrations/IntegrationOverv… security healthy src/components/features/integrations/IntegrationOverview.tsx
auth::src/hooks/useVariables.ts security healthy src/hooks/useVariables.ts
auth::src/components/features/connections/ConnectionDetail.… security healthy src/components/features/connections/ConnectionDetail.tsx
auth::src/components/features/connections/PlatformConnector… security healthy src/components/features/connections/PlatformConnectorSelect…
auth::src/app/api/v1/integrations/[id]/disconnect/route.ts security healthy src/app/api/v1/integrations/[id]/disconnect/route.ts
auth::src/lib/modules/connections/connection.service.ts security healthy src/lib/modules/connections/connection.service.ts
auth::src/app/(dashboard)/integrations/[id]/connect/page.tsx security healthy src/app/(dashboard)/integrations/[id]/connect/page.tsx
auth::docs/api/openapi.json security healthy docs/api/openapi.json
auth::tests/unit/credentials/handlers.test.ts security healthy tests/unit/credentials/handlers.test.ts
auth::src/lib/modules/platform-connectors/platform-connecto… security healthy src/lib/modules/platform-connectors/platform-connector.serv…
auth::src/components/features/integrations/wizard/StepConfi… security healthy src/components/features/integrations/wizard/StepConfigureAu…
auth::tests/unit/ai/scrape-job-schemas.test.ts security healthy tests/unit/ai/scrape-job-schemas.test.ts
auth::src/components/features/connections/CreateConnectionD… security healthy src/components/features/connections/CreateConnectionDialog.…
auth::src/app/api/v1/connect/authorize/route.ts security healthy src/app/api/v1/connect/authorize/route.ts
auth::src/components/features/connections/ConnectorTypeBadg… security healthy src/components/features/connections/ConnectorTypeBadge.tsx
auth::src/app/api/v1/platform-connectors/route.ts security healthy src/app/api/v1/platform-connectors/route.ts
auth::src/app/connect/[token]/ConnectPageClient.tsx security healthy src/app/connect/[token]/ConnectPageClient.tsx
auth::tests/integration/auth/oauth-flow.test.ts security healthy tests/integration/auth/oauth-flow.test.ts
auth::src/lib/modules/connect-sessions/connect-session.serv… security healthy src/lib/modules/connect-sessions/connect-session.service.ts
auth::src/components/features/auth/OAuthConnectButton.tsx security healthy src/components/features/auth/OAuthConnectButton.tsx
auth::src/components/features/docs-v2/nav-manifest.ts security healthy src/components/features/docs-v2/nav-manifest.ts
auth::src/app/api/v1/apps/[id]/integrations/[integrationId]… security healthy src/app/api/v1/apps/[id]/integrations/[integrationId]/confi…
auth::src/app/docs/guides/errors/page.tsx security healthy src/app/docs/guides/errors/page.tsx
auth::src/lib/modules/tool-export/responses/error-formatter… security healthy src/lib/modules/tool-export/responses/error-formatter.ts
auth::src/lib/modules/ai/intelligent-crawler.ts security healthy src/lib/modules/ai/intelligent-crawler.ts
auth::.claude/skills/create-tool/SKILL.md security healthy .claude/skills/create-tool/SKILL.md
auth::src/lib/modules/auth/oauth-providers/index.ts security healthy src/lib/modules/auth/oauth-providers/index.ts
auth::src/lib/modules/auth/oauth-providers/base.ts security healthy src/lib/modules/auth/oauth-providers/base.ts
auth::src/lib/modules/platform-connectors/platform-connecto… security healthy src/lib/modules/platform-connectors/platform-connector.sche…
auth::.env.example security healthy .env.example
auth::src/components/features/auth/ConnectionStatus.tsx security healthy src/components/features/auth/ConnectionStatus.tsx
auth::src/lib/modules/connect-sessions/index.ts security healthy src/lib/modules/connect-sessions/index.ts
auth::src/lib/modules/mcp/tools/authoring.ts security healthy src/lib/modules/mcp/tools/authoring.ts
auth::AGENTS.md security healthy AGENTS.md
auth::src/lib/api/registry/registry.capabilities.ts security healthy src/lib/api/registry/registry.capabilities.ts
auth::src/lib/modules/credentials/token-refresh.service.ts security healthy src/lib/modules/credentials/token-refresh.service.ts
auth::src/components/features/connections/ConnectionDetailI… security healthy src/components/features/connections/ConnectionDetailInline.…
auth::src/components/features/connections/ConnectionCredent… security healthy src/components/features/connections/ConnectionCredentialPan…
auth::src/lib/modules/apps/index.ts security healthy src/lib/modules/apps/index.ts

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

LabelLayerStatusPath
CompositeToolDetail frontend healthy src/components/features/composite-tools/CompositeToolDetail…
CompositeToolList frontend healthy src/components/features/composite-tools/CompositeToolList.t…
UsedInAIToolsSection frontend healthy src/components/features/composite-tools/UsedInAIToolsSectio…
AllToolsExportTab frontend healthy src/components/features/ai-tools/AllToolsExportTab.tsx
RootLayout frontend healthy src/app/layout.tsx
DashboardPage frontend healthy src/app/(dashboard)/page.tsx
DashboardRootLayout frontend healthy src/app/(dashboard)/layout.tsx
IntegrationsPage frontend healthy src/app/(dashboard)/integrations/page.tsx
NewIntegrationPage frontend healthy src/app/(dashboard)/integrations/new/page.tsx
IntegrationDetailPage frontend healthy src/app/(dashboard)/integrations/[id]/page.tsx
ConnectIntegrationPage frontend healthy src/app/(dashboard)/integrations/[id]/connect/page.tsx
IntegrationActionsPage frontend healthy src/app/(dashboard)/integrations/[id]/actions/page.tsx
NewActionPage frontend healthy src/app/(dashboard)/integrations/[id]/actions/new/page.tsx
ManualNewActionPage frontend healthy src/app/(dashboard)/integrations/[id]/actions/new/manual/pa…
EditActionPage frontend healthy src/app/(dashboard)/integrations/[id]/actions/[actionId]/pa…
ActionTestPage frontend healthy src/app/(dashboard)/integrations/[id]/actions/[actionId]/te…
SettingsRoute frontend healthy src/app/(dashboard)/settings/page.tsx
LogsPage frontend healthy src/app/(dashboard)/logs/page.tsx
JobsPage frontend healthy src/app/(dashboard)/jobs/page.tsx
JobDetailPage frontend healthy src/app/(dashboard)/jobs/[id]/page.tsx
AIToolsPage frontend healthy src/app/(dashboard)/ai-tools/page.tsx
CreateAIToolPage frontend healthy src/app/(dashboard)/ai-tools/new/page.tsx
AIToolDetailPage frontend healthy src/app/(dashboard)/ai-tools/[id]/page.tsx
DocsIntroPage frontend healthy src/app/docs/page.tsx
DocsLayout frontend healthy src/app/docs/layout.tsx
DocsApiReferencePage frontend healthy src/app/docs/api/page.tsx
AsyncJobsPage frontend healthy src/app/docs/recipes/async-jobs/page.tsx
ConnectAsAServicePage frontend healthy src/app/docs/recipes/connect-as-a-service/page.tsx
BuildATooPage frontend healthy src/app/docs/recipes/build-a-tool/page.tsx
McpRecipePage frontend healthy src/app/docs/recipes/mcp/page.tsx
TestLoopPage frontend healthy src/app/docs/recipes/test-loop/page.tsx
ExportToolsPage frontend healthy src/app/docs/recipes/export-tools/page.tsx
AuthenticationPage frontend healthy src/app/docs/guides/authentication/page.tsx
ErrorsPage frontend healthy src/app/docs/guides/errors/page.tsx
QuickstartPage frontend healthy src/app/docs/guides/quickstart/page.tsx
VersioningPage frontend healthy src/app/docs/guides/versioning/page.tsx
ObjectModelPage frontend healthy src/app/docs/guides/object-model/page.tsx
PaginationPage frontend healthy src/app/docs/guides/pagination/page.tsx
AuthLayout frontend healthy src/app/(auth)/layout.tsx

LabelLayerStatusPath
connections data healthy prisma/migrations/20260125000000_add_connections/migration.…
platform_connectors data healthy prisma/migrations/20260126000000_add_platform_connectors/mi…
apps data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
app_integration_configs data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
app_users data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
app_user_credentials data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
connect_sessions data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
agentic_tools data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
agentic_tool_executions data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
pipelines data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
pipeline_steps data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
pipeline_executions data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
step_executions data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
async_jobs data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
async_job_items data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
drift_reports data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
maintenance_proposals data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
tenant_api_keys data healthy prisma/migrations/20260611000000_add_tenant_api_keys_and_ac…
scrape_jobs data healthy prisma/migrations/20260102100000_add_scrape_jobs/migration.…
reference_data data healthy prisma/migrations/20260129000000_add_reference_data_sync/mi…
reference_sync_jobs data healthy prisma/migrations/20260129000000_add_reference_data_sync/mi…
validation_failures data healthy prisma/migrations/20260103233144_add_validation_config_and_…
health_checks data healthy prisma/migrations/20260125100000_add_health_checks/migratio…
variables data healthy prisma/migrations/20260130100000_add_variables/migration.sql
tenants data healthy prisma/migrations/20260102053338_initial_schema/migration.s…
integrations data healthy prisma/migrations/20260102053338_initial_schema/migration.s…
actions data healthy prisma/migrations/20260102053338_initial_schema/migration.s…
integration_credentials data healthy prisma/migrations/20260102053338_initial_schema/migration.s…
field_mappings data healthy prisma/migrations/20260102053338_initial_schema/migration.s…
request_logs data healthy prisma/migrations/20260102053338_initial_schema/migration.s…
composite_tools data healthy prisma/migrations/20260131000000_add_composite_tools/migrat…
composite_tool_operations data healthy prisma/migrations/20260131000000_add_composite_tools/migrat…
routing_rules data healthy prisma/migrations/20260131000000_add_composite_tools/migrat…

LabelLayerStatusPath
migration.sql data healthy prisma/migrations/20260104044335_add_progress_details_to_sc…
migration.sql data healthy prisma/migrations/20260103172515_add_none_auth_type/migrati…
migration.sql data healthy prisma/migrations/20260126010000_add_credential_source/migr…
migration.sql data healthy prisma/migrations/20260125200000_add_connection_id_to_field…
migration.sql data healthy prisma/migrations/20260125000000_add_connections/migration.…
migration.sql data healthy prisma/migrations/20260126000000_add_platform_connectors/mi…
migration.sql data healthy prisma/migrations/20260201000000_add_apps_agentic_pipelines…
migration.sql data healthy prisma/migrations/20260611000000_add_tenant_api_keys_and_ac…
migration.sql data healthy prisma/migrations/20260102100000_add_scrape_jobs/migration.…
migration.sql data healthy prisma/migrations/20260129000000_add_reference_data_sync/mi…
migration.sql data healthy prisma/migrations/20260103233144_add_validation_config_and_…
migration.sql data healthy prisma/migrations/20260523010000_pipeline_step_tool_type_ad…
migration.sql data healthy prisma/migrations/20260523000000_composite_tool_operations_…
migration.sql data healthy prisma/migrations/20260125100000_add_health_checks/migratio…
migration.sql data healthy prisma/migrations/20260104030140_add_tags_to_actions/migrat…
migration.sql data healthy prisma/migrations/20260130100000_add_variables/migration.sql
migration.sql data healthy prisma/migrations/20260102053338_initial_schema/migration.s…
migration.sql data healthy prisma/migrations/20260523020000_add_installs_rls/migration…
migration.sql data healthy prisma/migrations/20260130000000_add_tool_export_fields/mig…
migration.sql data healthy prisma/migrations/20260509000000_add_entity_versions_rls/mi…
migration.sql data healthy prisma/migrations/20260131000000_add_composite_tools/migrat…
migration.sql data healthy prisma/migrations/20260103072943_add_specific_urls_to_scrap…
migration.sql data healthy prisma/migrations/20260125300000_add_preamble_template_to_c…

LabelLayerStatusPath
generic_api_key::tests/unit/ai/keys/key-resolver.test.ts security healthy tests/unit/ai/keys/key-resolver.test.ts
password_literal::tests/unit/logging/logging-service.test.ts security healthy tests/unit/logging/logging-service.test.ts
password_literal::tests/unit/logging/logging-service.test.ts security healthy tests/unit/logging/logging-service.test.ts
password_literal::tests/unit/logging/logging-service.test.ts security healthy tests/unit/logging/logging-service.test.ts
password_literal::tests/unit/credentials/credential-service… security healthy tests/unit/credentials/credential-service.test.ts
password_literal::tests/unit/credentials/handlers.test.ts security healthy tests/unit/credentials/handlers.test.ts
password_literal::tests/unit/credentials/handlers.test.ts security healthy tests/unit/credentials/handlers.test.ts
generic_api_key::src/app/(dashboard)/settings/page.tsx security healthy src/app/(dashboard)/settings/page.tsx

LabelLayerStatusPath
redis data healthy pnpm-lock.yaml
postgres data healthy pnpm-lock.yaml
postgresql data healthy .env.example
sqlite data healthy .claude/skills/new-project/SKILL.md
mongodb data healthy .claude/skills/new-project/SKILL.md

LabelLayerStatusPath
port:64 network healthy pnpm-lock.yaml
port:14 network healthy pnpm-lock.yaml
port:9222 network healthy .claude/skills/bug-review/SKILL.md

LabelLayerStatusPath
vps::aws hardware healthy pnpm-lock.yaml
vps::gcp hardware healthy .claude/skills/skill-creator/SKILL.md
vps::azure hardware healthy .claude/skills/skill-creator/SKILL.md

LabelLayerStatusPath
PATCH /settings/profile api healthy src/components/features/settings/SettingsPage.tsx
PATCH /settings/notifications api healthy src/components/features/settings/SettingsPage.tsx

LabelLayerStatusPath
repobility-clone-0sujy_04 software healthy /tmp/repobility-clone-0sujy_04

LabelLayerStatusPath
127.0.0.1 network healthy .claude/skills/skill-creator/eval-viewer/generate_review.py

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

LabelLayerStatusPath
ci cicd healthy .github/workflows/ci.yml
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/4f8f1b56-5b14-43af-875d-00fd21806417/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/4f8f1b56-5b14-43af-875d-00fd21806417/

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.