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.
38 of your 120 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 2.61s · analysis 26.0s · 8.0 MB · GitHub API rate-limit (preflight)

noelrim/asset_management

https://github.com/noelrim/asset_management · scanned 2026-06-18 20:35 UTC (1 month, 1 week ago) · 10 languages

212 raw signals (112 security + 100 graph) 17th percentile · Typescript · medium (20-100K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v1 · 190 actionable findings from 2 signal sources. 22 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 60.0 0.15 9.00
security_score 55.0 0.25 13.75
testing_score 100.0 0.20 20.00
documentation_score 58.0 0.15 8.70
practices_score 42.0 0.15 6.30
code_quality 68.1 0.10 6.81
Overall 1.00 64.6
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 1189 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
renderSidebar software healthy __tests__/client/components/sidebar-threads.test.tsx:render…
renderPalette software healthy __tests__/client/components/CommandPalette.test.tsx:renderP…
renderSidebar software healthy __tests__/client/components/layout.test.tsx:renderSidebar
onChange software healthy __tests__/client/components/layout.test.tsx:onChange
makeBranchNode software healthy __tests__/client/components/chat/BranchGraph.test.ts:makeBr…
flattenTree software healthy __tests__/client/components/chat/BranchGraph.test.ts:flatte…
walk software healthy __tests__/client/components/chat/BranchGraph.test.ts:walk
makeBranchNode software healthy __tests__/client/components/chat/BranchNavigation.test.ts:m…
flattenTree software healthy __tests__/client/components/chat/BranchNavigation.test.ts:f…
walk software healthy __tests__/client/components/chat/BranchNavigation.test.ts:w…
renderUpload software healthy __tests__/client/components/chat/AttachmentUpload.test.tsx:…
mockFetchResponses software healthy __tests__/client/pages/ClientsListPage.test.tsx:mockFetchRe…
renderPage software healthy __tests__/client/pages/ClientsListPage.test.tsx:renderPage
renderScreen software healthy __tests__/client/pages/ConfirmationScreen.test.tsx:renderSc…
renderPage software healthy __tests__/client/pages/FundUniversePage.test.tsx:renderPage
renderDashboard software healthy __tests__/client/pages/ClientDashboard.test.tsx:renderDashb…
renderDashboard software healthy __tests__/client/pages/HomeDashboard.test.tsx:renderDashboa…
renderSettings software healthy __tests__/client/pages/SettingsPanel.test.tsx:renderSettings
calls software healthy __tests__/client/pages/SettingsPanel.test.tsx:calls
renderThreads software healthy __tests__/client/pages/ThreadsListView.test.tsx:renderThrea…
createMockLLM software healthy __tests__/integration/mifid-compliance.test.ts:createMockLLM
createMockProvider software healthy __tests__/integration/ai-pipeline.test.ts:createMockProvider
seedFunds software healthy __tests__/integration/ai-pipeline.test.ts:seedFunds
seedClient software healthy __tests__/integration/ai-pipeline.test.ts:seedClient
buildArgs software healthy __tests__/integration/ai-pipeline.test.ts:buildArgs
createMockLLM software healthy __tests__/integration/portfolio-management.test.ts:createMo…
seedClient software healthy __tests__/integration/portfolio-management.test.ts:seedClie…
seedFund software healthy __tests__/integration/portfolio-management.test.ts:seedFund
seedPortfolioWithHoldings software healthy __tests__/integration/portfolio-management.test.ts:seedPort…
createMockLLM software healthy __tests__/integration/compliance-pipeline.test.ts:createMoc…
seedClient software healthy __tests__/integration/compliance-pipeline.test.ts:seedClient
seedFund software healthy __tests__/integration/compliance-pipeline.test.ts:seedFund
seedPortfolioWithHoldings software healthy __tests__/integration/compliance-pipeline.test.ts:seedPortf…
createMockLLM software healthy __tests__/integration/conversation-engine.test.ts:createMoc…
seedClient software healthy __tests__/integration/conversation-engine.test.ts:seedClient
seedPortfolio software healthy __tests__/integration/conversation-engine.test.ts:seedPortf…
seedClient software healthy __tests__/server/routes/api-endpoints.test.ts:seedClient
seedPortfolioWithHoldings software healthy __tests__/server/routes/api-endpoints.test.ts:seedPortfolio…
drift0 software healthy __tests__/server/routes/api-endpoints.test.ts:drift0
dd software healthy __tests__/server/services/portfolio-analytics-validation.te…
createMockProvider software healthy __tests__/server/services/llm-provider.test.ts:createMockPr…
createMockProvider software healthy __tests__/server/services/ai-intelligence.test.ts:createMoc…
createMockRegistry software healthy __tests__/server/services/ai-intelligence.test.ts:createMoc…
callOptions software healthy __tests__/server/services/ai-intelligence.test.ts:callOptio…
createMockSource software healthy __tests__/server/services/data-retrieval.test.ts:createMock…
createMockSource software healthy __tests__/server/services/fund-enrichment.test.ts:createMoc…
seedClient software healthy __tests__/server/services/context-detection.test.ts:seedCli…
seedPortfolio software healthy __tests__/server/services/csv-export.test.ts:seedPortfolio
seedTestData software healthy __tests__/server/services/rebalancing-simulation.test.ts:se…
seedThread software healthy __tests__/server/services/anonymization-persistence.test.ts…

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
.claude-mcp-tools.json software healthy .claude-mcp-tools.json
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
package-lock.json software healthy package-lock.json
.claude-mcp-empty.json software healthy .claude-mcp-empty.json
CHANGELOG.md software healthy CHANGELOG.md
vitest.config.ts software healthy vitest.config.ts
tsconfig.base.json software healthy tsconfig.base.json
sidebar-threads.test.tsx software healthy __tests__/client/components/sidebar-threads.test.tsx
CommandPalette.test.tsx software healthy __tests__/client/components/CommandPalette.test.tsx
layout.test.tsx software healthy __tests__/client/components/layout.test.tsx
ui.test.tsx software healthy __tests__/client/components/ui.test.tsx
ConfidenceBadge.test.tsx software healthy __tests__/client/components/ui/ConfidenceBadge.test.tsx
JustificationPromote.test.ts software healthy __tests__/client/components/chat/JustificationPromote.test.…
BranchGraph.test.ts software healthy __tests__/client/components/chat/BranchGraph.test.ts
BranchNavigation.test.ts software healthy __tests__/client/components/chat/BranchNavigation.test.ts
AttachmentUpload.test.tsx software healthy __tests__/client/components/chat/AttachmentUpload.test.tsx
ClientsListPage.test.tsx software healthy __tests__/client/pages/ClientsListPage.test.tsx
ConfirmationScreen.test.tsx software healthy __tests__/client/pages/ConfirmationScreen.test.tsx
DocumentViewer.test.ts software healthy __tests__/client/pages/DocumentViewer.test.ts
FundUniversePage.test.tsx software healthy __tests__/client/pages/FundUniversePage.test.tsx
AdequacyView.test.ts software healthy __tests__/client/pages/AdequacyView.test.ts
ClientDashboard.test.tsx software healthy __tests__/client/pages/ClientDashboard.test.tsx
HomeDashboard.test.tsx software healthy __tests__/client/pages/HomeDashboard.test.tsx
SettingsPanel.test.tsx software healthy __tests__/client/pages/SettingsPanel.test.tsx
ThreadsListView.test.tsx software healthy __tests__/client/pages/ThreadsListView.test.tsx
useCSVExport.test.ts software healthy __tests__/client/hooks/useCSVExport.test.ts
fund-data-pipeline.test.ts software healthy __tests__/integration/fund-data-pipeline.test.ts
mifid-compliance.test.ts software healthy __tests__/integration/mifid-compliance.test.ts
ai-pipeline.test.ts software healthy __tests__/integration/ai-pipeline.test.ts
portfolio-management.test.ts software healthy __tests__/integration/portfolio-management.test.ts
compliance-pipeline.test.ts software healthy __tests__/integration/compliance-pipeline.test.ts
conversation-engine.test.ts software healthy __tests__/integration/conversation-engine.test.ts
schemas.test.ts software healthy __tests__/shared/schemas.test.ts
routes.test.ts software healthy __tests__/server/routes/routes.test.ts
api-endpoints.test.ts software healthy __tests__/server/routes/api-endpoints.test.ts
client-profile.test.ts software healthy __tests__/server/services/client-profile.test.ts
data-quality.test.ts software healthy __tests__/server/services/data-quality.test.ts
portfolio.test.ts software healthy __tests__/server/services/portfolio.test.ts
portfolio-analytics-validation.test.ts software healthy __tests__/server/services/portfolio-analytics-validation.te…
llm-provider.test.ts software healthy __tests__/server/services/llm-provider.test.ts
audit-trail.test.ts software healthy __tests__/server/services/audit-trail.test.ts
gdpr-erasure.test.ts software healthy __tests__/server/services/gdpr-erasure.test.ts
onboarding-drafts.test.ts software healthy __tests__/server/services/onboarding-drafts.test.ts
branding.test.ts software healthy __tests__/server/services/branding.test.ts
ai-intelligence.test.ts software healthy __tests__/server/services/ai-intelligence.test.ts
rag-context.test.ts software healthy __tests__/server/services/rag-context.test.ts
data-retrieval.test.ts software healthy __tests__/server/services/data-retrieval.test.ts

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

LabelLayerStatusPath
GET /api/health api healthy server/main.ts
POST /api/ai/check-pii api healthy server/routes/ai.ts
POST /api/ai/chat api healthy server/routes/ai.ts
POST /api/ai/consult api healthy server/routes/ai.ts
POST /api/ai/portfolio-construct api healthy server/routes/ai.ts
GET /api/threads api healthy server/routes/threads.ts
POST /api/threads api healthy server/routes/threads.ts
GET /api/threads/search api healthy server/routes/threads.ts
GET /api/threads/:id api healthy server/routes/threads.ts
POST /api/threads/:id/messages api healthy server/routes/threads.ts
POST /api/threads/:id/fork api healthy server/routes/threads.ts
PUT /api/threads/:id/branches/:branch_id api healthy server/routes/threads.ts
GET /api/threads/:id/branches api healthy server/routes/threads.ts
POST /api/threads/:id/attachments api healthy server/routes/threads.ts
GET /api/threads/by-entity/:type/:id api healthy server/routes/threads.ts
PUT /api/threads/:id/context api healthy server/routes/threads.ts
GET /api/threads/:id/whispers api healthy server/routes/threads.ts
PUT /api/threads/:id/pin api healthy server/routes/threads.ts
PUT /api/threads/:id/status api healthy server/routes/threads.ts
POST /api/threads/:id/outcome api healthy server/routes/threads.ts
POST /api/threads/:id/summary api healthy server/routes/threads.ts
GET /api/threads/all api healthy server/routes/threads.ts
POST /api/threads/:id/messages/:messageId/second-opinion api healthy server/routes/threads.ts
GET /api/proposals/:id api healthy server/routes/proposals.ts
GET /api/proposals/by-message/:messageId api healthy server/routes/proposals.ts
PATCH /api/proposals/:id/status api healthy server/routes/proposals.ts
GET /api/funds/field-constraints api healthy server/routes/funds.ts
GET /api/funds/archived api healthy server/routes/funds.ts
GET /api/universe/config api healthy server/routes/funds.ts
PUT /api/universe/config api healthy server/routes/funds.ts
GET /api/funds/quality-summary api healthy server/routes/funds.ts
GET /api/funds/export-csv api healthy server/routes/funds.ts
POST /api/funds/import api healthy server/routes/funds.ts
POST /api/funds/import/analyze api healthy server/routes/funds.ts
POST /api/funds/import/confirm api healthy server/routes/funds.ts
POST /api/funds api healthy server/routes/funds.ts
GET /api/funds api healthy server/routes/funds.ts
GET /api/funds/search api healthy server/routes/funds.ts
GET /api/funds/:isin/detail api healthy server/routes/funds.ts
GET /api/funds/:isin/documents api healthy server/routes/funds.ts
POST /api/funds/:isin/documents api healthy server/routes/funds.ts
GET /api/funds/:isin/sync-status api healthy server/routes/funds.ts
GET /api/funds/:isin api healthy server/routes/funds.ts
PUT /api/funds/:isin api healthy server/routes/funds.ts
POST /api/funds/:isin/duplicate api healthy server/routes/funds.ts
PUT /api/funds/:isin/archive api healthy server/routes/funds.ts
POST /api/funds/:isin/refresh api healthy server/routes/funds.ts
DELETE /api/funds/:isin api healthy server/routes/funds.ts
POST /api/adequacy/analyze api healthy server/routes/adequacy.ts
GET /api/adequacy/:id/alternatives api healthy server/routes/adequacy.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__
client software healthy __tests__/client
components software healthy __tests__/client/components
ui software healthy __tests__/client/components/ui
chat software healthy __tests__/client/components/chat
pages software healthy __tests__/client/pages
hooks software healthy __tests__/client/hooks
integration software healthy __tests__/integration
shared software healthy __tests__/shared
server software healthy __tests__/server
routes software healthy __tests__/server/routes
services software healthy __tests__/server/services
db software healthy __tests__/server/db
migrations software healthy __tests__/server/db/migrations
plugins software healthy __tests__/server/plugins
client software healthy client
src software healthy client/src
constants software healthy client/src/constants
components software healthy client/src/components
layout software healthy client/src/components/layout
ui software healthy client/src/components/ui
chat software healthy client/src/components/chat
rebalancing software healthy client/src/components/rebalancing
confirmation software healthy client/src/components/confirmation
pages software healthy client/src/pages
hooks software healthy client/src/hooks
styles software healthy client/src/styles
inputs software healthy inputs
spec software healthy spec
research software healthy spec/research
product software healthy spec/research/product
topic software healthy spec/research/topic
decisions software healthy spec/decisions
architecture software healthy spec/decisions/architecture
features software healthy spec/features
1-fia-ai-workspace software healthy spec/features/1-fia-ai-workspace
diagrams software healthy spec/features/1-fia-ai-workspace/diagrams
tasks software healthy spec/features/1-fia-ai-workspace/tasks
acceptance software healthy spec/features/1-fia-ai-workspace/acceptance
criteria software healthy spec/features/1-fia-ai-workspace/acceptance/criteria
feedback software healthy spec/features/1-fia-ai-workspace/feedback
shared software healthy shared
schemas software healthy shared/schemas
scripts software healthy scripts
.claude software healthy .claude
server software healthy server
middleware software healthy server/middleware
scripts software healthy server/scripts
routes software healthy server/routes
services software healthy server/services

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

LabelLayerStatusPath
/ClientsListPage.test frontend healthy __tests__/client/pages/ClientsListPage.test.tsx
/ConfirmationScreen.test frontend healthy __tests__/client/pages/ConfirmationScreen.test.tsx
/DocumentViewer.test frontend healthy __tests__/client/pages/DocumentViewer.test.ts
/FundUniversePage.test frontend healthy __tests__/client/pages/FundUniversePage.test.tsx
/AdequacyView.test frontend healthy __tests__/client/pages/AdequacyView.test.ts
/ClientDashboard.test frontend healthy __tests__/client/pages/ClientDashboard.test.tsx
/HomeDashboard.test frontend healthy __tests__/client/pages/HomeDashboard.test.tsx
/SettingsPanel.test frontend healthy __tests__/client/pages/SettingsPanel.test.tsx
/ThreadsListView.test frontend healthy __tests__/client/pages/ThreadsListView.test.tsx
/ClientsListPage frontend healthy client/src/pages/ClientsListPage.tsx
/SettingsPanel frontend healthy client/src/pages/SettingsPanel.tsx
/DeltaReviewPage frontend healthy client/src/pages/DeltaReviewPage.tsx
/ConfirmationScreen frontend healthy client/src/pages/ConfirmationScreen.tsx
/ImportMappingPage frontend healthy client/src/pages/ImportMappingPage.tsx
/AIChatPanel frontend healthy client/src/pages/AIChatPanel.tsx
/Dashboard frontend healthy client/src/pages/Dashboard.tsx
/FundUniversePage frontend healthy client/src/pages/FundUniversePage.tsx
/ClientDashboard frontend healthy client/src/pages/ClientDashboard.tsx
/FlagsListView frontend healthy client/src/pages/FlagsListView.tsx
/AllThreadsView frontend healthy client/src/pages/AllThreadsView.tsx
/ImportResultsPage frontend healthy client/src/pages/ImportResultsPage.tsx
/ frontend healthy client/src/pages/index.tsx
/ThreadsListView frontend healthy client/src/pages/ThreadsListView.tsx
/DocumentViewer frontend healthy client/src/pages/DocumentViewer.tsx
/AdequacyView frontend healthy client/src/pages/AdequacyView.tsx
/HomeDashboard frontend healthy client/src/pages/HomeDashboard.tsx
/ClientOnboarding frontend healthy client/src/pages/ClientOnboarding.tsx
/ImportEntryPage frontend healthy client/src/pages/ImportEntryPage.tsx
/FundDetailPage frontend healthy client/src/pages/FundDetailPage.tsx
/confirm/:id frontend healthy __tests__/client/pages/ConfirmationScreen.test.tsx
/clients/:id frontend healthy __tests__/client/pages/ClientDashboard.test.tsx
/funds frontend healthy client/src/App.tsx
/funds/import frontend healthy client/src/App.tsx
/funds/import/mapping frontend healthy client/src/App.tsx
/funds/import/results frontend healthy client/src/App.tsx
/funds/:isin frontend healthy client/src/App.tsx
/funds/:isin/review/:documentId frontend healthy client/src/App.tsx
/funds/:isin/reconcile frontend healthy client/src/App.tsx
/clients frontend healthy client/src/App.tsx
/clients/onboarding frontend healthy client/src/App.tsx
/clients/:id/portfolios/:portfolioId frontend healthy client/src/App.tsx
/chat frontend healthy client/src/App.tsx
/chat/:threadId frontend healthy client/src/App.tsx
/adequacy frontend healthy client/src/App.tsx
/adequacy/:id frontend healthy client/src/App.tsx
/documents/:id frontend healthy client/src/App.tsx
/settings frontend healthy client/src/App.tsx
/flags frontend healthy client/src/App.tsx
/threads frontend healthy client/src/App.tsx

LabelLayerStatusPath
and software healthy __tests__/integration/ai-pipeline.test.ts:and
with software healthy __tests__/server/services/rebalancing-simulation.test.ts:wi…
AnonymizationLayer software healthy server/services/anonymization.ts:AnonymizationLayer
CSVExportService software healthy server/services/csv-export.ts:CSVExportService
BrandingService software healthy server/services/branding.ts:BrandingService
FundTaxonomyService software healthy server/services/fund-taxonomy.ts:FundTaxonomyService
FlagNotificationService software healthy server/services/flag-notification.ts:FlagNotificationService
RAGContextEngine software healthy server/services/rag-context.ts:RAGContextEngine
MiFIDExtractorService software healthy server/services/mifid-extractor.ts:MiFIDExtractorService
CredentialStore software healthy server/services/credential-store.ts:CredentialStore
AdequacyAnalysisEngine software healthy server/services/adequacy-engine.ts:AdequacyAnalysisEngine
FundUniverseService software healthy server/services/fund-universe.ts:FundUniverseService
ClientProfileService software healthy server/services/client-profile.ts:ClientProfileService
DataQualityMonitor software healthy server/services/data-quality.ts:DataQualityMonitor
AIIntelligenceService software healthy server/services/ai-intelligence.ts:AIIntelligenceService
PortfolioAnalyticsService software healthy server/services/portfolio-analytics.ts:PortfolioAnalyticsSe…
AIToolRegistry software healthy server/services/ai-tool-registry.ts:AIToolRegistry
PersonaSwitcher software healthy server/services/persona-switcher.ts:PersonaSwitcher
FundEnrichmentService software healthy server/services/fund-enrichment.ts:FundEnrichmentService
DocumentGenerationService software healthy server/services/document-generation.ts:DocumentGenerationSe…
DataRetrievalEngine software healthy server/services/data-retrieval.ts:DataRetrievalEngine
AIActionGovernor software healthy server/services/ai-action-governor.ts:AIActionGovernor
PortfolioHealthService software healthy server/services/portfolio-health.ts:PortfolioHealthService
ContentExtractor software healthy server/services/content-extractor.ts:ContentExtractor
AuditTrailService software healthy server/services/audit-trail.ts:AuditTrailService
ConversationEngine software healthy server/services/conversation-engine.ts:ConversationEngine
GDPRErasureService software healthy server/services/gdpr-erasure.ts:GDPRErasureService
PortfolioService software healthy server/services/portfolio.ts:PortfolioService
const software healthy server/services/portfolio.ts:const
EuronextConnector software healthy server/services/data-sources/euronext.ts:EuronextConnector
YahooFinanceConnector software healthy server/services/data-sources/yahoo.ts:YahooFinanceConnector
FmpConnector software healthy server/services/data-sources/fmp.ts:FmpConnector
EodConnector software healthy server/services/data-sources/eod.ts:EodConnector
OpenFigiConnector software healthy server/services/data-sources/openfigi.ts:OpenFigiConnector
FindatexConnector software healthy server/services/data-sources/findatex.ts:FindatexConnector
AnthropicProvider software healthy server/services/llm/anthropic-provider.ts:AnthropicProvider
LLMProviderRegistry software healthy server/services/llm/index.ts:LLMProviderRegistry
ClaudeCodeBridge software healthy server/services/llm/claude-code-bridge.ts:ClaudeCodeBridge
OllamaProvider software healthy server/services/llm/ollama-provider.ts:OllamaProvider

LabelLayerStatusPath
port:5173 network healthy client/vite.config.ts
port:2023 network healthy spec/research/product/market-landscape.yaml
port:6707 network healthy spec/research/product/market-landscape.yaml
port:2019 network healthy spec/research/product/market-landscape.yaml
port:4618 network healthy spec/research/product/market-landscape.yaml
port:5428 network healthy spec/research/product/market-landscape.yaml
port:2024 network healthy spec/research/product/market-landscape.yaml
port:27300 network healthy spec/research/product/market-landscape.yaml
port:2439 network healthy spec/research/product/market-landscape.yaml
port:13081 network healthy spec/research/product/market-landscape.yaml
port:2026 network healthy spec/research/product/market-landscape.yaml
port:67 network healthy spec/research/product/market-landscape.yaml
port:01 network healthy spec/features/1-fia-ai-workspace/requirements.yaml
port:06 network healthy spec/features/1-fia-ai-workspace/requirements.yaml
port:10 network healthy spec/features/1-fia-ai-workspace/architecture.yaml
port:30 network healthy spec/features/1-fia-ai-workspace/architecture.yaml
port:11 network healthy spec/features/1-fia-ai-workspace/tasks/impl-039.yaml
port:04 network healthy spec/features/1-fia-ai-workspace/tasks/impl-022.yaml
port:32 network healthy spec/features/1-fia-ai-workspace/tasks/impl-022.yaml

LabelLayerStatusPath
sqlite data healthy README.md
postgresql data healthy spec/research/product/prior-art.yaml
redis data healthy spec/research/product/prior-art.yaml
mongodb data healthy spec/features/1-fia-ai-workspace/architecture.yaml

LabelLayerStatusPath
pii-separation.test.ts data healthy __tests__/server/db/migrations/pii-separation.test.ts
pii-separation.ts data healthy server/db/migrations/pii-separation.ts

LabelLayerStatusPath
RebalancingPanel frontend healthy client/src/components/RebalancingPanel.tsx
ClientOnboarding frontend healthy client/src/pages/ClientOnboarding.tsx

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

LabelLayerStatusPath
bullmq data healthy spec/features/1-fia-ai-workspace/architecture.yaml

LabelLayerStatusPath
127.0.0.1 network healthy .claude-mcp-tools.json

LabelLayerStatusPath
vps::azure hardware healthy spec/research/product/prior-art.yaml

LabelLayerStatusPath
auth::spec/research/topic/cif-client-onboarding-portfolio-m… security healthy spec/research/topic/cif-client-onboarding-portfolio-mgmt.ya…
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/c9d16ec1-0723-4648-a288-c1842764523c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c9d16ec1-0723-4648-a288-c1842764523c/

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.