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.

regengine/RegEngine

https://github.com/regengine/RegEngine · scanned 2026-06-15 23:50 UTC (2 months, 3 weeks ago)

586 raw signals (0 security + 586 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 566 actionable findings from 1 signal source. 20 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 24120 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
_service_from_module_file software healthy conftest.py:56
_evict_module software healthy conftest.py:69
_bind_module software healthy conftest.py:85
_remember_real_module software healthy conftest.py:98
_repair_package_links software healthy conftest.py:115
_service_for_path software healthy conftest.py:131
_activate_service_for_path software healthy conftest.py:152
_switch_to_service software healthy conftest.py:159
_prepare_service_test_environment software healthy conftest.py:255
_ensure_default_event_loop software healthy conftest.py:274
pytest_collectstart software healthy conftest.py:286
pytest_collect_file software healthy conftest.py:299
pytest_pycollect_makemodule software healthy conftest.py:305
pytest_runtest_setup software healthy conftest.py:311
escapeRegex software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:esca…
expectResponseOk software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:expe…
login software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:login
ingestionPath software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:inge…
adminSqlitePath software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:admi…
emailOutboxPath software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:emai…
isLocalE2E software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:isLo…
parseInviteEmailOutboxLine software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:pars…
readInviteEmailOutbox software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:read…
removeInviteEmailOutboxRecords software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:remo…
expectAdminAuditLog software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:expe…
cleanupInviteFixture software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:clea…
getInviteRole software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:getI…
createInvite software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:crea…
expectMemberInBackend software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:expe…
member software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:memb…
createProduct software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:crea…
deleteProduct software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:dele…
expectProductInBackend software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:expe…
expectProductMissingInBackend software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:expe…
gotoProducts software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:goto…
openCategoryFilter software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts:open…
waitForAuthenticated software healthy frontend/tests/e2e/tenant-isolation.spec.ts:waitForAuthenti…
loginAsAdmin software healthy frontend/tests/e2e/tenant-isolation.spec.ts:loginAsAdmin
uniqueSnapshotName software healthy frontend/tests/e2e/snapshot-creation.spec.ts:uniqueSnapshot…
loginAndWaitForDashboard software healthy frontend/tests/e2e/snapshot-creation.spec.ts:loginAndWaitFo…
openSnapshotsWorkspace software healthy frontend/tests/e2e/snapshot-creation.spec.ts:openSnapshotsW…
snapshotCard software healthy frontend/tests/e2e/snapshot-creation.spec.ts:snapshotCard
createSnapshotViaUi software healthy frontend/tests/e2e/snapshot-creation.spec.ts:createSnapshot…
waitForAuthenticated software healthy frontend/tests/e2e/security-audit-fixes.spec.ts:waitForAuth…
isReAccessToken software healthy frontend/tests/e2e/security-audit-fixes.spec.ts:isReAccessT…
findAppErrorFiles software healthy frontend/tests/e2e/security-audit-fixes.spec.ts:findAppErro…
installXssProbe software healthy frontend/tests/e2e/security-audit-fixes.spec.ts:installXssP…
assertNoXssSignals software healthy frontend/tests/e2e/security-audit-fixes.spec.ts:assertNoXss…
loginAsAdmin software healthy frontend/tests/e2e/security-audit-fixes.spec.ts:loginAsAdmin
loginAsRegularUser software healthy frontend/tests/e2e/security-audit-fixes.spec.ts:loginAsRegu…

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

LabelLayerStatusPath
ResizeObserverMock software healthy frontend/src/__tests__/setup.ts:ResizeObserverMock
DashboardErrorBoundary software healthy frontend/src/components/dashboard/error-boundary.tsx:Dashbo…
KnowledgeGraphErrorBoundary software healthy frontend/src/app/tools/knowledge-graph/components/Knowledge…
APIClient software healthy frontend/src/lib/api-client.ts:APIClient
ProxyRequestBodyTooLargeError software healthy frontend/src/lib/proxy-factory.ts:ProxyRequestBodyTooLargeE…
MobileDatabase software healthy frontend/src/lib/db.ts:MobileDatabase
TestMergeDirectionByVerification_Issue1193 software healthy tests/test_idres_merge_direction_1193.py:96
TestMergeDirectionByConfidence_Issue1193 software healthy tests/test_idres_merge_direction_1193.py:185
TestMergeDirectionByCreatedAt_Issue1193 software healthy tests/test_idres_merge_direction_1193.py:225
TestExplicitTargetOverride_Issue1193 software healthy tests/test_idres_merge_direction_1193.py:270
TestLexOrderNoLongerDecides_Issue1193 software healthy tests/test_idres_merge_direction_1193.py:327
TestFullyTiedFallsBackToLex_Issue1193 software healthy tests/test_idres_merge_direction_1193.py:379
TestNonMergeResolutions_Issue1193 software healthy tests/test_idres_merge_direction_1193.py:424
TestTenantIsolationE2E software healthy tests/test_e2e_tenant_isolation.py:193
FakeRedis software healthy tests/test_discovery_hardening.py:11
FakeResponse software healthy tests/test_discovery_hardening.py:26
TestGS1CheckDigit software healthy tests/test_fsma_validation.py:27
TestGTINValidation software healthy tests/test_fsma_validation.py:82
TestGLNValidation software healthy tests/test_fsma_validation.py:140
TestSSCCValidation software healthy tests/test_fsma_validation.py:178
TestTLCValidation software healthy tests/test_fsma_validation.py:211
TestIdentifierDetection software healthy tests/test_fsma_validation.py:277
TestUnifiedValidation software healthy tests/test_fsma_validation.py:297
TestBatchValidation software healthy tests/test_fsma_validation.py:318
TestUtilityFunctions software healthy tests/test_fsma_validation.py:350
TestValidationResult software healthy tests/test_fsma_validation.py:379
TestRealWorldExamples software healthy tests/test_fsma_validation.py:398
MockWebhookEvent software healthy tests/test_canonical_event.py:35
TestTraceabilityEventModel software healthy tests/test_canonical_event.py:67
TestWebhookNormalization software healthy tests/test_canonical_event.py:206
TestEPCISNormalization software healthy tests/test_canonical_event.py:284
TestCSVNormalization software healthy tests/test_canonical_event.py:319
TestProvenanceMetadata software healthy tests/test_canonical_event.py:412
MockEvent software healthy tests/test_compliance_control_plane_e2e.py:51
TestComplianceControlPlaneE2E software healthy tests/test_compliance_control_plane_e2e.py:154
TestNLPToComplianceE2E software healthy tests/test_nlp_to_compliance_e2e_1134.py:184
TestDeadlineBreachE2E software healthy tests/test_e2e_deadline_breach.py:155
TestFDARequestE2E software healthy tests/test_e2e_fda_request.py:233
TestEnableGate software healthy tests/test_embedded_scheduler.py:24
TestRunnerLifecycle software healthy tests/test_embedded_scheduler.py:51
TestWorkflowConstants software healthy tests/test_request_workflow_unit.py:85
TestCreateRequestCase software healthy tests/test_request_workflow_unit.py:115
TestUpdateScope software healthy tests/test_request_workflow_unit.py:140
TestCollectRecords software healthy tests/test_request_workflow_unit.py:200
TestAddSignoff software healthy tests/test_request_workflow_unit.py:236
TestCheckBlockingDefects software healthy tests/test_request_workflow_unit.py:291
TestCheckDeadlineStatus software healthy tests/test_request_workflow_unit.py:396
TestPackageHashGeneration software healthy tests/test_request_workflow_unit.py:525
TestSubmitPackage software healthy tests/test_request_workflow_unit.py:555
TestCreateAmendment software healthy tests/test_request_workflow_unit.py:612

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

LabelLayerStatusPath
production_readiness_scan.md software healthy production_readiness_scan.md
REPO_PURPOSE.md software healthy REPO_PURPOSE.md
railway.toml software healthy railway.toml
docker-compose.dev.yml software healthy docker-compose.dev.yml
.semgrep.yml software healthy .semgrep.yml
conftest.py software healthy conftest.py
.mcp.json software healthy .mcp.json
ASYNC_PROCESSES.md software healthy ASYNC_PROCESSES.md
ARCHITECTURE.md software healthy ARCHITECTURE.md
README.md software healthy README.md
FOUNDER_KNOWLEDGE.md software healthy FOUNDER_KNOWLEDGE.md
PRODUCTION_SURFACE.md software healthy PRODUCTION_SURFACE.md
regengine-architecture-review-2026-04-12.md software healthy regengine-architecture-review-2026-04-12.md
CONTRIBUTING.md software healthy CONTRIBUTING.md
Dockerfile software healthy Dockerfile
.gitleaks.toml software healthy .gitleaks.toml
.pre-commit-config.yaml software healthy .pre-commit-config.yaml
SECURITY_BOUNDARIES.md software healthy SECURITY_BOUNDARIES.md
.env.example software healthy .env.example
pyproject.toml software healthy pyproject.toml
CANONICAL_OWNERSHIP.md software healthy CANONICAL_OWNERSHIP.md
LICENSE software healthy LICENSE
SECURITY.md software healthy SECURITY.md
AGENTS.md software healthy AGENTS.md
CHANGELOG.md software healthy CHANGELOG.md
security_compliance_brief.md software healthy security/security_compliance_brief.md
playwright.config.ts software healthy frontend/playwright.config.ts
PAGE_AUDIT.md software healthy frontend/PAGE_AUDIT.md
vercel.json software healthy frontend/vercel.json
README.md software healthy frontend/README.md
tailwind.config.ts software healthy frontend/tailwind.config.ts
.env.test.example software healthy frontend/.env.test.example
package.json software healthy frontend/package.json
next.config.js software healthy frontend/next.config.js
Dockerfile software healthy frontend/Dockerfile
next-env.d.ts software healthy frontend/next-env.d.ts
PROMISE_AUDIT.md software healthy frontend/PROMISE_AUDIT.md
package-lock.json software healthy frontend/package-lock.json
fix_header_verticals.py software healthy frontend/fix_header_verticals.py
.env.example software healthy frontend/.env.example
tsconfig.json software healthy frontend/tsconfig.json
eslint.config.mjs software healthy frontend/eslint.config.mjs
postcss.config.js software healthy frontend/postcss.config.js
playwright.demo-smoke.config.ts software healthy frontend/playwright.demo-smoke.config.ts
authenticated-core-journeys.spec.ts software healthy frontend/tests/e2e/authenticated-core-journeys.spec.ts
tenant-isolation.spec.ts software healthy frontend/tests/e2e/tenant-isolation.spec.ts
snapshot-creation.spec.ts software healthy frontend/tests/e2e/snapshot-creation.spec.ts
auth-diagnostic.spec.ts software healthy frontend/tests/e2e/auth-diagnostic.spec.ts
security-audit-fixes.spec.ts software healthy frontend/tests/e2e/security-audit-fixes.spec.ts
auth-prereqs.ts software healthy frontend/tests/e2e/auth-prereqs.ts

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

LabelLayerStatusPath
security software healthy security
frontend software healthy frontend
tests software healthy frontend/tests
e2e software healthy frontend/tests/e2e
support software healthy frontend/tests/e2e/support
docs software healthy frontend/docs
scripts software healthy frontend/scripts
public software healthy frontend/public
samples software healthy frontend/public/samples
sdk software healthy frontend/public/sdk
src software healthy frontend/src
__tests__ software healthy frontend/src/__tests__
auth software healthy frontend/src/__tests__/auth
api software healthy frontend/src/__tests__/api
components software healthy frontend/src/__tests__/components
app software healthy frontend/src/__tests__/app
lib software healthy frontend/src/__tests__/lib
pages software healthy frontend/src/__tests__/pages
hooks software healthy frontend/src/__tests__/hooks
public software healthy frontend/src/__tests__/public
types software healthy frontend/src/types
test software healthy frontend/src/test
security software healthy frontend/src/test/security
compliance software healthy frontend/src/test/compliance
components software healthy frontend/src/components
layout software healthy frontend/src/components/layout
header software healthy frontend/src/components/layout/header
cookie-consent software healthy frontend/src/components/cookie-consent
auth software healthy frontend/src/components/auth
ui software healthy frontend/src/components/ui
dashboard software healthy frontend/src/components/dashboard
experimental software healthy frontend/src/components/experimental
marketing software healthy frontend/src/components/marketing
sandbox-grid software healthy frontend/src/components/marketing/sandbox-grid
compliance software healthy frontend/src/components/compliance
mobile software healthy frontend/src/components/mobile
billing software healthy frontend/src/components/billing
lead-gate software healthy frontend/src/components/lead-gate
control-plane software healthy frontend/src/components/control-plane
developer software healthy frontend/src/components/developer
onboarding software healthy frontend/src/components/onboarding
tools software healthy frontend/src/components/tools
labels software healthy frontend/src/components/labels
fsma software healthy frontend/src/components/fsma
accessibility software healthy frontend/src/components/accessibility
pricing software healthy frontend/src/components/pricing
seo software healthy frontend/src/components/seo
app software healthy frontend/src/app
integrations software healthy frontend/src/app/integrations
settings software healthy frontend/src/app/settings

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

LabelLayerStatusPath
GET /api/v1/features api healthy server/main.py
GET /billing/plans api healthy server/main.py
GET / api healthy server/main.py
GET /health api healthy server/main.py
GET /readiness api healthy server/main.py
GET /metrics api healthy services/nlp/app/routes.py
POST /query/traceability api healthy services/nlp/app/routes.py
GET /ready api healthy services/shared/observability/health.py
GET /industries api healthy services/compliance/app/routes.py
GET /checklists api healthy services/compliance/app/routes.py
GET /checklists/{checklist_id} api healthy services/compliance/app/routes.py
POST /validate api healthy services/compliance/app/routes.py
GET /v1/fsma/audit/spreadsheet api healthy services/compliance/app/routes.py
POST /drill/start api healthy services/ingestion/app/mock_audit.py
GET /drill/{drill_id} api healthy services/ingestion/app/mock_audit.py
POST /drill/{drill_id}/submit api healthy services/ingestion/app/mock_audit.py
GET /{tenant_id}/readiness api healthy services/ingestion/app/disaster_recovery.py
GET /{tenant_id}/backup-status api healthy services/ingestion/app/disaster_recovery.py
POST /{tenant_id}/test-recovery api healthy services/ingestion/app/disaster_recovery.py
POST /sensitech api healthy services/ingestion/app/sensitech_parser.py
POST /verify api healthy services/ingestion/app/proof_verify_router.py
POST /analyze-label api healthy services/ingestion/app/label_vision.py
GET /{rule_id} api healthy services/ingestion/app/rules_router.py
POST /evaluate api healthy services/ingestion/app/rules_router.py
POST /evaluate-batch api healthy services/ingestion/app/rules_router.py
GET /evaluations/{event_id} api healthy services/ingestion/app/rules_router.py
POST /seed api healthy services/ingestion/app/rules_router.py
POST /epcis api healthy services/ingestion/app/epcis_export.py
POST /fda api healthy services/ingestion/app/epcis_export.py
GET /formats api healthy services/ingestion/app/epcis_export.py
GET /summary api healthy services/ingestion/app/auditor_router.py
GET /events api healthy services/ingestion/app/auditor_router.py
GET /events/{event_id} api healthy services/ingestion/app/auditor_router.py
GET /rules api healthy services/ingestion/app/auditor_router.py
GET /exceptions api healthy services/ingestion/app/auditor_router.py
GET /requests api healthy services/ingestion/app/auditor_router.py
GET /chain api healthy services/ingestion/app/auditor_router.py
GET /export-log api healthy services/ingestion/app/auditor_router.py
GET /stats/blocking api healthy services/ingestion/app/exception_router.py
GET /{case_id} api healthy services/ingestion/app/exception_router.py
POST / api healthy services/ingestion/app/exception_router.py
PATCH /{case_id}/assign api healthy services/ingestion/app/exception_router.py
PATCH /{case_id}/resolve api healthy services/ingestion/app/exception_router.py
PATCH /{case_id}/waive api healthy services/ingestion/app/exception_router.py
GET /{case_id}/comments api healthy services/ingestion/app/exception_router.py
POST /{case_id}/comments api healthy services/ingestion/app/exception_router.py
POST /webhook/{connector_id} api healthy services/ingestion/app/integration_webhook.py
GET /ingestion-runs api healthy services/ingestion/app/canonical_router.py
GET /ingestion-runs/{run_id} api healthy services/ingestion/app/canonical_router.py
GET /{event_id} api healthy services/ingestion/app/canonical_router.py

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

LabelLayerStatusPath
FSMAChecklist frontend healthy frontend/src/components/fsma-checklist.tsx
LabelPdfDownloadSection frontend healthy frontend/src/components/labels/LabelPdfDownloadSection.tsx
NotFound frontend healthy frontend/src/app/not-found.tsx
Image frontend healthy frontend/src/app/opengraph-image.tsx
HomePage frontend healthy frontend/src/app/page.tsx
RootError frontend healthy frontend/src/app/error.tsx
GlobalError frontend healthy frontend/src/app/global-error.tsx
IntegrationsPage frontend healthy frontend/src/app/integrations/page.tsx
SettingsLoading frontend healthy frontend/src/app/settings/loading.tsx
SettingsPage frontend healthy frontend/src/app/settings/page.tsx
SettingsError frontend healthy frontend/src/app/settings/error.tsx
SecuritySettingsPage frontend healthy frontend/src/app/settings/security/page.tsx
ErrorBoundary frontend healthy frontend/src/app/settings/security/error.tsx
UserSettingsPage frontend healthy frontend/src/app/settings/users/page.tsx
ErrorBoundary frontend healthy frontend/src/app/settings/users/error.tsx
NotificationsSettingsPage frontend healthy frontend/src/app/settings/notifications/page.tsx
ErrorBoundary frontend healthy frontend/src/app/settings/notifications/error.tsx
ProfileSettingsPage frontend healthy frontend/src/app/settings/profile/page.tsx
ErrorBoundary frontend healthy frontend/src/app/settings/profile/error.tsx
SupportSettingsPage frontend healthy frontend/src/app/settings/support/page.tsx
ErrorBoundary frontend healthy frontend/src/app/settings/support/error.tsx
CaseStudy frontend healthy frontend/src/app/case-studies/page.tsx
SecurityPage frontend healthy frontend/src/app/security/page.tsx
ErrorBoundary frontend healthy frontend/src/app/security/error.tsx
AboutPage frontend healthy frontend/src/app/about/page.tsx
BlogPage frontend healthy frontend/src/app/blog/page.tsx
FSMA204MidMarketGuide frontend healthy frontend/src/app/blog/fsma-204-mid-market-guide/page.tsx
RegEngineVsSpreadsheets frontend healthy frontend/src/app/blog/regengine-vs-spreadsheets-traceabilit…
FoodTraceabilitySoftwarePage frontend healthy frontend/src/app/blog/food-traceability-software/page.tsx
FSMA204ComplianceChecklist frontend healthy frontend/src/app/blog/fsma-204-compliance-checklist-2026/pa…
TwentyFourHourRulePage frontend healthy frontend/src/app/blog/24-hour-rule/page.tsx
FDAFoodTraceabilityRequirements frontend healthy frontend/src/app/blog/fda-food-traceability-requirements/pa…
FSMA204ComplianceGuide frontend healthy frontend/src/app/blog/fsma-204-compliance-guide/page.tsx
TLCGuidePage frontend healthy frontend/src/app/blog/fsma-204-traceability-lot-codes/page.…
CTEKDEGuidePage frontend healthy frontend/src/app/blog/fsma-204-cte-kde-guide/page.tsx
SysAdminDashboard frontend healthy frontend/src/app/sysadmin/page.tsx
ErrorBoundary frontend healthy frontend/src/app/sysadmin/error.tsx
DemoPage frontend healthy frontend/src/app/demo/page.tsx
DemoLayout frontend healthy frontend/src/app/demo/layout.tsx
TracePage frontend healthy frontend/src/app/trace/page.tsx
ErrorBoundary frontend healthy frontend/src/app/trace/error.tsx
VerifyClient frontend healthy frontend/src/app/auth/verify/VerifyClient.tsx
ExceptionQueuePage frontend healthy frontend/src/app/exceptions/page.tsx
ExceptionsLayout frontend healthy frontend/src/app/exceptions/layout.tsx
ExceptionsError frontend healthy frontend/src/app/exceptions/error.tsx
ResetPasswordClient frontend healthy frontend/src/app/reset-password/ResetPasswordClient.tsx
ResetPasswordPage frontend healthy frontend/src/app/reset-password/page.tsx
WalkthroughPage frontend healthy frontend/src/app/walkthrough/page.tsx
ErrorBoundary frontend healthy frontend/src/app/walkthrough/error.tsx
RequestWorkflowPage frontend healthy frontend/src/app/requests/page.tsx

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

LabelLayerStatusPath
/export-jobs.test frontend healthy frontend/src/__tests__/pages/export-jobs.test.tsx
/dashboard.test frontend healthy frontend/src/__tests__/pages/dashboard.test.tsx
/rules.test frontend healthy frontend/src/__tests__/pages/rules.test.tsx
/controls.test frontend healthy frontend/src/__tests__/pages/controls.test.tsx
/exceptions.test frontend healthy frontend/src/__tests__/pages/exceptions.test.tsx
/compliance-status.test frontend healthy frontend/src/__tests__/pages/compliance-status.test.tsx
/scan.test frontend healthy frontend/src/__tests__/pages/scan.test.tsx
/requests.test frontend healthy frontend/src/__tests__/pages/requests.test.tsx
/experimental-gating.test frontend healthy frontend/src/__tests__/pages/experimental-gating.test.tsx
/dashboard-auth-gating.test frontend healthy frontend/src/__tests__/pages/dashboard-auth-gating.test.tsx
/curation.test frontend healthy frontend/src/__tests__/pages/curation.test.tsx
/recall-report.test frontend healthy frontend/src/__tests__/pages/recall-report.test.tsx
/docs-contract.test frontend healthy frontend/src/__tests__/pages/docs-contract.test.tsx
/dashboard-navigation.test frontend healthy frontend/src/__tests__/pages/dashboard-navigation.test.tsx
/inflow-lab.test frontend healthy frontend/src/__tests__/pages/inflow-lab.test.tsx
/recall-drills.test frontend healthy frontend/src/__tests__/pages/recall-drills.test.tsx
/compliance-profile.test frontend healthy frontend/src/__tests__/pages/compliance-profile.test.tsx
/qa-health.test frontend healthy frontend/src/__tests__/pages/qa-health.test.tsx
/identity.test frontend healthy frontend/src/__tests__/pages/identity.test.tsx
/ingest-sandbox-handoff.test frontend healthy frontend/src/__tests__/pages/ingest-sandbox-handoff.test.ts
/ingest-handoff.test frontend healthy frontend/src/__tests__/pages/ingest-handoff.test.tsx
/issues.test frontend healthy frontend/src/__tests__/pages/issues.test.tsx
/trace.test frontend healthy frontend/src/__tests__/pages/trace.test.tsx
/homepage.test frontend healthy frontend/src/__tests__/pages/homepage.test.tsx
/product.test frontend healthy frontend/src/__tests__/pages/product.test.tsx
/compliance.test frontend healthy frontend/src/__tests__/pages/compliance.test.tsx
/receiving.test frontend healthy frontend/src/__tests__/pages/receiving.test.tsx
/retailer-readiness-pii.test frontend healthy frontend/src/__tests__/pages/retailer-readiness-pii.test.tsx
/audit.test frontend healthy frontend/src/__tests__/pages/audit.test.tsx
/review.test frontend healthy frontend/src/__tests__/pages/review.test.tsx
/audit-log.test frontend healthy frontend/src/__tests__/pages/audit-log.test.tsx
/proof-recall-drill.test frontend healthy frontend/src/__tests__/pages/proof-recall-drill.test.tsx
/sandbox-shared-result-base-url.test frontend healthy frontend/src/__tests__/pages/sandbox-shared-result-base-url…
/page.tsx frontend healthy frontend/src/app/page.tsx
/integrations frontend healthy frontend/src/app/integrations/page.tsx
/settings frontend healthy frontend/src/app/settings/page.tsx
/settings/security frontend healthy frontend/src/app/settings/security/page.tsx
/settings/users frontend healthy frontend/src/app/settings/users/page.tsx
/settings/notifications frontend healthy frontend/src/app/settings/notifications/page.tsx
/settings/profile frontend healthy frontend/src/app/settings/profile/page.tsx
/settings/support frontend healthy frontend/src/app/settings/support/page.tsx
/case-studies frontend healthy frontend/src/app/case-studies/page.tsx
/security frontend healthy frontend/src/app/security/page.tsx
/about frontend healthy frontend/src/app/about/page.tsx
/blog frontend healthy frontend/src/app/blog/page.tsx
/blog/fsma-204-mid-market-guide frontend healthy frontend/src/app/blog/fsma-204-mid-market-guide/page.tsx
/blog/regengine-vs-spreadsheets-traceability frontend healthy frontend/src/app/blog/regengine-vs-spreadsheets-traceabilit…
/blog/food-traceability-software frontend healthy frontend/src/app/blog/food-traceability-software/page.tsx
/blog/fsma-204-compliance-checklist-2026 frontend healthy frontend/src/app/blog/fsma-204-compliance-checklist-2026/pa…
/blog/24-hour-rule frontend healthy frontend/src/app/blog/24-hour-rule/page.tsx

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

LabelLayerStatusPath
analyze cicd healthy .github/workflows/bundle-analysis.yml
supabase-patterns cicd healthy .github/workflows/review-gates.yml
source-hygiene cicd healthy .github/workflows/review-gates.yml
audit-trail cicd healthy .github/workflows/review-gates.yml
sql-safety cicd healthy .github/workflows/review-gates.yml
tenant-isolation cicd healthy .github/workflows/review-gates.yml
react-patterns cicd healthy .github/workflows/review-gates.yml
full-suite-collection cicd healthy .github/workflows/test-suite-check.yml
repo-root-fast-shard cicd healthy .github/workflows/test-suite-check.yml
test-environment-check cicd healthy .github/workflows/test-suite-check.yml
changes cicd healthy .github/workflows/inflow-contract-ci.yml
contract cicd healthy .github/workflows/inflow-contract-ci.yml
contract-status-gate cicd healthy .github/workflows/inflow-contract-ci.yml
smoke cicd healthy .github/workflows/proxy-smoke.yml
promise-audit cicd healthy .github/workflows/frontend-ci.yml
build cicd healthy .github/workflows/frontend-ci.yml
lint cicd healthy .github/workflows/frontend-ci.yml
test cicd healthy .github/workflows/frontend-ci.yml
smoke cicd healthy .github/workflows/frontend-ci.yml
security cicd healthy .github/workflows/frontend-ci.yml
production-readiness cicd healthy .github/workflows/frontend-ci.yml
ci-status cicd healthy .github/workflows/frontend-ci.yml
e2e cicd healthy .github/workflows/frontend-ci.yml
security-sweep cicd healthy .github/workflows/agent-sweep.yml
ui-drift-check cicd healthy .github/workflows/agent-sweep.yml
infra-health cicd healthy .github/workflows/agent-sweep.yml
legacy-patterns cicd healthy .github/workflows/legacy-code-scan.yml
frontend-unused-files cicd healthy .github/workflows/legacy-code-scan.yml
wait-for-ci cicd healthy .github/workflows/deploy.yml
deploy cicd healthy .github/workflows/deploy.yml
fast-gate cicd healthy .github/workflows/qa-pipeline.yml
system-sim cicd healthy .github/workflows/qa-pipeline.yml
ai-analysis cicd healthy .github/workflows/qa-pipeline.yml
decision cicd healthy .github/workflows/qa-pipeline.yml
dependency-lock cicd healthy .github/workflows/backend-ci.yml
test cicd healthy .github/workflows/backend-ci.yml
lint cicd healthy .github/workflows/backend-ci.yml
lint-shared cicd healthy .github/workflows/backend-ci.yml
lint-repo-roots cicd healthy .github/workflows/backend-ci.yml
rls-fallback-check cicd healthy .github/workflows/backend-ci.yml
tenant-id-uuid-check cicd healthy .github/workflows/backend-ci.yml
alembic-revision-check cicd healthy .github/workflows/backend-ci.yml
dep-version-check cicd healthy .github/workflows/backend-ci.yml
ingestion-full-suite cicd healthy .github/workflows/backend-ci.yml
docker-build cicd healthy .github/workflows/backend-ci.yml
security cicd healthy .github/workflows/backend-ci.yml
regenerate-public-samples cicd healthy .github/workflows/backend-ci.yml
ci-status cicd healthy .github/workflows/backend-ci.yml
summarize cicd healthy .github/workflows/qa-health.yml
audit cicd healthy .github/workflows/sentinel.yml

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

LabelLayerStatusPath
IF data healthy runbooks/prod-least-privilege-db-role.sql
fsma data healthy alembic/sql/V046__request_response_workflow.sql
ran data healthy alembic/sql/V038__unify_compliance_alerts.sql
regulations data healthy alembic/sql/V036__fsma_204_regulatory_seed_data.sql
obligations data healthy alembic/sql/V036__fsma_204_regulatory_seed_data.sql
controls data healthy alembic/sql/V036__fsma_204_regulatory_seed_data.sql
food_traceability_list data healthy alembic/sql/V036__fsma_204_regulatory_seed_data.sql
obligation_cte_rules data healthy alembic/sql/V037__obligation_cte_rules.sql
scheduler_seen_items data healthy services/scheduler/app/state.py
scheduler_job_runs data healthy services/scheduler/app/state.py
audit data healthy alembic/versions/20260415_v056_rls_hardening.py
public data healthy alembic/versions/20260504_f2c3d4e5a6b7_v077_railway_warning…
ingestion data healthy alembic/versions/20260505_5ac9e7b1d402_v078_orphan_migratio…
dlq data healthy alembic/versions/20260420_eaba6af7ae2c_v060_dlq_replay_colu…
APIKeyModel data healthy services/shared/api_key_store.py
api_keys data healthy services/shared/api_key_store.py
IngestionRunModel data healthy services/shared/agent_operator_models.py
AdvisoryReceiptModel data healthy services/shared/agent_operator_models.py
AgentArtifactModel data healthy services/shared/agent_operator_models.py
AgentArtifactReviewModel data healthy services/shared/agent_operator_models.py
ingestion_runs data healthy services/shared/agent_operator_models.py
ingestion_run_receipts data healthy services/shared/agent_operator_models.py
agent_artifacts data healthy services/shared/agent_operator_models.py
agent_artifact_reviews data healthy services/shared/agent_operator_models.py
TenantModel data healthy services/admin/app/sqlalchemy_models.py
UserModel data healthy services/admin/app/sqlalchemy_models.py
RoleModel data healthy services/admin/app/sqlalchemy_models.py
MembershipModel data healthy services/admin/app/sqlalchemy_models.py
MFARecoveryCodeModel data healthy services/admin/app/sqlalchemy_models.py
AuditLogModel data healthy services/admin/app/sqlalchemy_models.py
InviteModel data healthy services/admin/app/sqlalchemy_models.py
PasswordResetTokenModel data healthy services/admin/app/sqlalchemy_models.py
SupplierFacilityModel data healthy services/admin/app/sqlalchemy_models.py
SupplierFacilityFTLCategoryModel data healthy services/admin/app/sqlalchemy_models.py
SupplierTraceabilityLotModel data healthy services/admin/app/sqlalchemy_models.py
SupplierCTEEventModel data healthy services/admin/app/sqlalchemy_models.py
SupplierFunnelEventModel data healthy services/admin/app/sqlalchemy_models.py
ReviewItemModel data healthy services/admin/app/sqlalchemy_models.py
SessionModel data healthy services/admin/app/sqlalchemy_models.py
tenants data healthy services/admin/app/sqlalchemy_models.py
users data healthy services/admin/app/sqlalchemy_models.py
roles data healthy services/admin/app/sqlalchemy_models.py
memberships data healthy services/admin/app/sqlalchemy_models.py
admin_mfa_recovery_codes data healthy services/admin/app/sqlalchemy_models.py
audit_logs data healthy services/admin/app/sqlalchemy_models.py
invites data healthy services/admin/app/sqlalchemy_models.py
password_reset_tokens data healthy services/admin/app/sqlalchemy_models.py
supplier_facilities data healthy services/admin/app/sqlalchemy_models.py
supplier_facility_ftl_categories data healthy services/admin/app/sqlalchemy_models.py
supplier_traceability_lots data healthy services/admin/app/sqlalchemy_models.py

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

LabelLayerStatusPath
password_literal::frontend/tests/e2e/inflow-lab-dashboard.s… security healthy frontend/tests/e2e/inflow-lab-dashboard.spec.ts
password_literal::frontend/src/__tests__/auth/accept-invite… security healthy frontend/src/__tests__/auth/accept-invite.test.tsx
password_literal::frontend/src/__tests__/api/admin.test.ts security healthy frontend/src/__tests__/api/admin.test.ts
password_literal::tests/security/test_session_security.py security healthy tests/security/test_session_security.py
password_literal::tests/shared/test_secret_validation.py security healthy tests/shared/test_secret_validation.py
password_literal::tests/load/user-journey.js security healthy tests/load/user-journey.js
generic_api_key::scripts/seed_lifecycle_test.py security healthy scripts/seed_lifecycle_test.py
generic_api_key::scripts/e2e_brutal_scenario.py security healthy scripts/e2e_brutal_scenario.py
password_literal::services/admin/tests/test_login_timing_or… security healthy services/admin/tests/test_login_timing_oracle_1082.py
password_literal::services/admin/tests/test_auth_hardening_… security healthy services/admin/tests/test_auth_hardening_wave2.py
password_literal::services/admin/tests/test_auth_hardening_… security healthy services/admin/tests/test_auth_hardening_wave2.py
password_literal::services/admin/tests/test_auth_hardening_… security healthy services/admin/tests/test_auth_hardening_wave2.py
password_literal::services/admin/tests/test_auth_hardening_… security healthy services/admin/tests/test_auth_hardening_wave2.py
password_literal::services/admin/tests/test_auth_hardening_… security healthy services/admin/tests/test_auth_hardening_wave2.py
password_literal::services/admin/tests/test_signup_session_… security healthy services/admin/tests/test_signup_session_rollback.py
password_literal::services/admin/tests/test_auth_cluster_ha… security healthy services/admin/tests/test_auth_cluster_hardening.py
password_literal::services/admin/tests/test_auth_cluster_ha… security healthy services/admin/tests/test_auth_cluster_hardening.py
password_literal::services/admin/tests/test_auth_cluster_ha… security healthy services/admin/tests/test_auth_cluster_hardening.py
password_literal::services/admin/tests/test_auth_cluster_ha… security healthy services/admin/tests/test_auth_cluster_hardening.py
password_literal::services/admin/tests/test_session_lifecyc… security healthy services/admin/tests/test_session_lifecycle_auth_audit.py
password_literal::services/admin/tests/test_reset_password_… security healthy services/admin/tests/test_reset_password_token_scope.py
password_literal::services/admin/tests/test_reset_password_… security healthy services/admin/tests/test_reset_password_token_scope.py
password_literal::services/admin/tests/test_reset_password_… security healthy services/admin/tests/test_reset_password_token_scope.py
password_literal::services/admin/tests/test_reset_password_… security healthy services/admin/tests/test_reset_password_token_scope.py
password_literal::services/admin/tests/test_reset_password_… security healthy services/admin/tests/test_reset_password_token_scope.py
password_literal::services/admin/tests/test_auth_routes.py security healthy services/admin/tests/test_auth_routes.py
password_literal::services/admin/tests/test_auth_routes.py security healthy services/admin/tests/test_auth_routes.py
password_literal::services/admin/tests/test_auth_routes.py security healthy services/admin/tests/test_auth_routes.py
password_literal::services/admin/tests/test_auth_routes.py security healthy services/admin/tests/test_auth_routes.py
password_literal::services/admin/tests/test_auth_routes.py security healthy services/admin/tests/test_auth_routes.py
password_literal::services/admin/tests/test_auth_routes.py security healthy services/admin/tests/test_auth_routes.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py
password_literal::services/admin/tests/test_auth_routes_133… security healthy services/admin/tests/test_auth_routes_1333.py

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 frontend/scripts/verify-public-ssr.mjs
10.0.0.5 network healthy frontend/src/__tests__/api/proxy-sanitization.test.ts
203.0.113.1 network healthy frontend/src/__tests__/api/contact.test.ts
198.51.100.10 network healthy frontend/src/__tests__/api/contact.test.ts
198.51.100.11 network healthy frontend/src/__tests__/api/contact.test.ts
198.51.100.12 network healthy frontend/src/__tests__/api/contact.test.ts
198.51.100.99 network healthy frontend/src/__tests__/api/contact.test.ts
198.51.100.200 network healthy frontend/src/__tests__/api/contact.test.ts
127.0.0.2 network healthy frontend/src/__tests__/pages/audit-log.test.tsx
10.0.0.1 network healthy frontend/src/test/compliance/data-protection.test.ts
100.64.0.2 network healthy tests/shared/test_security_middleware.py
192.168.1.100 network healthy tests/shared/test_audit_logging.py
192.168.1.1 network healthy tests/ingestion/test_ingest_url.py
120.0.0.0 network healthy scripts/verify_live_freshness.py
169.254.169.254 network healthy services/shared/url_validation.py
10.0.0.0 network healthy services/shared/url_validation.py
172.16.0.0 network healthy services/shared/url_validation.py
192.168.0.0 network healthy services/shared/url_validation.py
127.0.0.0 network healthy services/shared/url_validation.py
169.254.0.0 network healthy services/shared/url_validation.py
93.184.216.34 network healthy services/shared/tests/test_safe_http_pin_revalidation.py
8.8.8.8 network healthy services/shared/tests/test_url_validation.py
1.2.3.4 network healthy services/ingestion/tests/test_audit_log_1342.py
172.16.5.1 network healthy services/ingestion/tests/test_boundaries.py
10.1.2.3 network healthy services/ingestion/tests/test_models_ssrf_1342.py
192.168.1.5 network healthy services/ingestion/tests/test_models_ssrf_1342.py
172.16.0.1 network healthy services/ingestion/tests/test_models_ssrf_1342.py
10.99.99.99 network healthy services/ingestion/tests/test_models_ssrf_1342.py
1.1.1.1 network healthy services/ingestion/tests/test_sandbox_tracer_1342.py
5.5.5.5 network healthy services/ingestion/tests/test_sandbox_rate_limiting_1342.py
6.6.6.6 network healthy services/ingestion/tests/test_sandbox_rate_limiting_1342.py
7.7.7.7 network healthy services/ingestion/tests/test_sandbox_rate_limiting_1342.py
10.0.0.2 network healthy services/ingestion/tests/test_sandbox_rate_limiting_1342.py
9.9.9.9 network healthy services/ingestion/tests/test_sandbox_rate_limiting_1342.py
2.2.2.2 network healthy services/ingestion/tests/test_sandbox_rate_limiting_1342.py
3.3.3.3 network healthy services/ingestion/tests/test_sandbox_rate_limiting_1342.py
4.4.4.4 network healthy services/ingestion/tests/test_sandbox_rate_limiting_1342.py
192.168.0.1 network healthy services/ingestion/tests/test_stripe_webhook_rate_limit_119…
192.168.0.2 network healthy services/ingestion/tests/test_stripe_webhook_rate_limit_119…
203.0.113.10 network healthy services/ingestion/tests/test_stripe_webhook_rate_limit_119…
198.51.100.7 network healthy services/ingestion/tests/test_stripe_webhook_rate_limit_119…
203.0.113.2 network healthy services/ingestion/tests/test_stripe_webhook_rate_limit_119…
203.0.113.3 network healthy services/ingestion/tests/test_stripe_webhook_rate_limit_119…
203.0.113.99 network healthy services/ingestion/tests/test_stripe_webhook_rate_limit_119…
172.16.0.5 network healthy services/admin/tests/test_epic_k_audit_hygiene.py
10.5.5.5 network healthy services/admin/tests/test_epic_k_audit_hygiene.py
172.17.0.1 network healthy services/admin/tests/test_epic_k_audit_hygiene.py
5.6.7.8 network healthy services/admin/tests/test_epic_k_audit_hygiene.py
203.0.113.7 network healthy services/admin/tests/test_epic_k_audit_hygiene.py
203.0.113.9 network healthy services/admin/tests/test_epic_k_audit_hygiene.py

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

LabelLayerStatusPath
auth::frontend/src/__tests__/instrumentation.test.ts security healthy frontend/src/__tests__/instrumentation.test.ts
auth::services/admin/app/system_routes.py security healthy services/admin/app/system_routes.py
auth::frontend/tests/e2e/security-audit-fixes.spec.ts security healthy frontend/tests/e2e/security-audit-fixes.spec.ts
auth::scripts/audit-issues-pass2.py security healthy scripts/audit-issues-pass2.py
auth::frontend/scripts/production-readiness.mjs security healthy frontend/scripts/production-readiness.mjs
auth::frontend/src/__tests__/lib/csrf-secret.test.ts security healthy frontend/src/__tests__/lib/csrf-secret.test.ts
auth::services/admin/tests/test_get_current_user_tenant_sou… security healthy services/admin/tests/test_get_current_user_tenant_source.py
auth::services/shared/middleware/tenant_context.py security healthy services/shared/middleware/tenant_context.py
auth::frontend/src/test/security/api-security.test.ts security healthy frontend/src/test/security/api-security.test.ts
auth::services/shared/jwt_key_registry.py security healthy services/shared/jwt_key_registry.py
auth::frontend/src/app/api/session/route.ts security healthy frontend/src/app/api/session/route.ts
auth::frontend/tests/e2e/login-dashboard.spec.ts security healthy frontend/tests/e2e/login-dashboard.spec.ts
auth::frontend/src/app/login/LoginClient.tsx security healthy frontend/src/app/login/LoginClient.tsx
auth::services/admin/tests/test_jwt_rls_integration.py security healthy services/admin/tests/test_jwt_rls_integration.py
auth::frontend/src/lib/csrf.ts security healthy frontend/src/lib/csrf.ts
auth::services/admin/app/dependencies.py security healthy services/admin/app/dependencies.py
auth::services/ingestion/README.md security healthy services/ingestion/README.md
auth::services/shared/observability/fastapi_metrics.py security healthy services/shared/observability/fastapi_metrics.py
auth::services/shared/auth.py security healthy services/shared/auth.py
auth::tests/shared/test_jwt_key_registry.py security healthy tests/shared/test_jwt_key_registry.py
auth::qa/tenant-test.js security healthy qa/tenant-test.js
auth::frontend/playwright.config.ts security healthy frontend/playwright.config.ts
auth::services/admin/tests/test_reset_password_token_scope.… security healthy services/admin/tests/test_reset_password_token_scope.py
auth::frontend/src/app/api/auth/supabase/sign-in/route.ts security healthy frontend/src/app/api/auth/supabase/sign-in/route.ts
auth::services/admin/tests/test_require_jti_claim.py security healthy services/admin/tests/test_require_jti_claim.py
auth::frontend/src/app/security/page.tsx security healthy frontend/src/app/security/page.tsx
auth::services/admin/tests/test_auth_cluster_hardening.py security healthy services/admin/tests/test_auth_cluster_hardening.py
auth::scripts/start-e2e-backend.sh security healthy scripts/start-e2e-backend.sh
auth::frontend/src/lib/jwt-claims.ts security healthy frontend/src/lib/jwt-claims.ts
auth::services/admin/app/auth/reset_password_router.py security healthy services/admin/app/auth/reset_password_router.py
auth::frontend/tests/e2e/auth-diagnostic.spec.ts security healthy frontend/tests/e2e/auth-diagnostic.spec.ts
auth::frontend/src/app/api/admin/[...path]/route.ts security healthy frontend/src/app/api/admin/[...path]/route.ts
auth::services/shared/tenant_context.py security healthy services/shared/tenant_context.py
auth::.env.example security healthy .env.example
auth::frontend/src/__tests__/hooks/useAuth.test.tsx security healthy frontend/src/__tests__/hooks/useAuth.test.tsx
auth::services/shared/error_handling.py security healthy services/shared/error_handling.py
auth::frontend/src/lib/api-proxy.ts security healthy frontend/src/lib/api-proxy.ts
auth::services/admin/app/auth_utils.py security healthy services/admin/app/auth_utils.py
auth::launch_orchestrator/.env.example security healthy launch_orchestrator/.env.example
auth::services/shared/tests/test_auth_fail_closed.py security healthy services/shared/tests/test_auth_fail_closed.py
auth::tests/security/test_security_audit_fixes.py security healthy tests/security/test_security_audit_fixes.py
auth::services/admin/tests/test_check_revoked_async.py security healthy services/admin/tests/test_check_revoked_async.py
auth::frontend/src/instrumentation.ts security healthy frontend/src/instrumentation.ts
auth::services/shared/tests/test_tenant_context.py security healthy services/shared/tests/test_tenant_context.py
auth::services/admin/tests/test_auth_routes_1333.py security healthy services/admin/tests/test_auth_routes_1333.py
auth::services/admin/app/review_routes.py security healthy services/admin/app/review_routes.py
auth::services/admin/main.py security healthy services/admin/main.py
auth::services/admin/tests/test_jwt_kid_rotation_re_sec_004… security healthy services/admin/tests/test_jwt_kid_rotation_re_sec_004.py
auth::production_bundle/operational_tools/RLS_Regression_Te… security healthy production_bundle/operational_tools/RLS_Regression_Tests.ya…
auth::services/admin/tests/test_get_current_user_tenant_req… security healthy services/admin/tests/test_get_current_user_tenant_required.…

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

LabelLayerStatusPath
port:5432 network healthy docker-compose.dev.yml
port:8000 network healthy Dockerfile
port:3000 network healthy frontend/README.md
port:8500 network healthy frontend/src/app/docs/api/ApiReferenceClient.tsx
port:8200 network healthy frontend/src/app/docs/api/ApiReferenceClient.tsx
port:8002 network healthy frontend/src/app/docs/api/ApiReferenceClient.tsx
port:6543 network healthy tests/scripts/test_seed_agent_review_demo.py
port:55432 network healthy tests/migrations/test_migration_fresh_db.py
port:50 network healthy docs/nfr/slos.yaml
port:500 network healthy docs/nfr/slos.yaml
port:95 network healthy docs/nfr/slos.yaml
port:2000 network healthy docs/nfr/slos.yaml
port:99 network healthy docs/nfr/slos.yaml
port:5000 network healthy docs/nfr/slos.yaml
port:27001 network healthy scripts/security/verify_audit_chain.sh
port:12 network healthy scripts/security/verify_audit_chain.sh
port:10 network healthy scripts/railway/verify_inflow_workbench_staging.sh
port:443 network healthy services/ingestion/app/routes_ingest.py
port:7474 network healthy services/graph/README.md
port:7687 network healthy services/graph/README.md
port:9093 network healthy infra/k8s/base/monitoring/alertmanager.yaml
port:53 network healthy infra/k8s/base/monitoring/alertmanager.yaml
port:8100 network healthy infra/k8s/base/nlp/networkpolicy.yaml
port:6379 network healthy infra/k8s/base/nlp/networkpolicy.yaml
port:9092 network healthy infra/k8s/base/nlp/networkpolicy.yaml
port:9644 network healthy infra/k8s/base/nlp/networkpolicy.yaml
port:80 network healthy infra/k8s/base/nlp/deployment.yaml
port:8400 network healthy infra/k8s/base/admin/networkpolicy.yaml
port:8600 network healthy infra/k8s/base/scheduler/networkpolicy.yaml
port:4566 network healthy .github/workflows/backend-ci.yml
port:256 network healthy .github/workflows/infra-k8s-ci.yml
port:029 network healthy .github/workflows/infra-k8s-ci.yml
port:06 network healthy .github/workflows/security.yml
port:79 network healthy .github/workflows/security.yml

LabelLayerStatusPath
BUNDLE_SIZE_LIMIT cicd healthy
INFLOW_LAB_REPOSITORY cicd healthy
DEMO_SMOKE_PASSWORD cicd healthy
RAILWAY_PROJECT_ID cicd healthy
GITHUB_TOKEN cicd healthy
AUDIT_API_BASE cicd healthy
TEST_ADMIN_EMAIL cicd healthy
SEMGREP_APP_TOKEN cicd healthy
TEST_DATABASE_URL cicd healthy
JWT_SIGNING_KEY cicd healthy
NODE_VERSION cicd healthy
RAILWAY_SERVICE_ID cicd healthy
PLAYWRIGHT_BASE_URL cicd healthy
PYTHON_VERSION cicd healthy
TEST_API_BASE cicd healthy
RAILWAY_ENVIRONMENT_ID cicd healthy
RAILWAY_API_TOKEN cicd healthy
ANTHROPIC_API_KEY cicd healthy
TEST_USER_EMAIL cicd healthy
AUDIT_VERIFY_TOKEN cicd healthy
JWT_PREVIOUS_KEY cicd healthy
TEST_ADMIN_PASSWORD cicd healthy
ZAP_TARGET cicd healthy
TEST_PASSWORD cicd healthy
CONTRACT_HMAC_SECRET cicd healthy
DEMO_SMOKE_EMAIL cicd healthy
CONTRACT_API_KEY cicd healthy
CONTRACT_TENANT_ID cicd healthy

LabelLayerStatusPath
test_rls_hardening.py data healthy tests/migrations/test_rls_hardening.py
test_v080_agent_artifact_persistence.py data healthy tests/migrations/test_v080_agent_artifact_persistence.py
__init__.py data healthy tests/migrations/__init__.py
test_tenant_id_uuid_v067.py data healthy tests/migrations/test_tenant_id_uuid_v067.py
test_v079_ingestion_run_receipts.py data healthy tests/migrations/test_v079_ingestion_run_receipts.py
test_v056_v051_dedup_1247.py data healthy tests/migrations/test_v056_v051_dedup_1247.py
test_transformation_links_rls_v068.py data healthy tests/migrations/test_transformation_links_rls_v068.py
test_v078_fsma_tenant_backfill_guards.py data healthy tests/migrations/test_v078_fsma_tenant_backfill_guards.py
test_migration_fresh_db.py data healthy tests/migrations/test_migration_fresh_db.py
test_v071_audit_logs_tamper_columns_repair.py data healthy tests/migrations/test_v071_audit_logs_tamper_columns_repair…
test_audit_append_only_v066.py data healthy tests/migrations/test_audit_append_only_v066.py
test_v065_audit_logs_uuid_scrub.py data healthy tests/migrations/test_v065_audit_logs_uuid_scrub.py
test_v078_outbox_constraint_drift.py data healthy tests/migrations/test_v078_outbox_constraint_drift.py
test_db_type_assertions_postgres.py data healthy tests/migrations/test_db_type_assertions_postgres.py
test_rls_coverage.py data healthy tests/migrations/test_rls_coverage.py
check_orphan_migrations.py data healthy scripts/check_orphan_migrations.py
deploy_migrations.py data healthy scripts/utilities/deploy_migrations.py
verify_rls.sql data healthy services/admin/migrations/verify_rls.sql
verify_rls_isolation.sql data healthy services/admin/migrations/verify_rls_isolation.sql
verify_rls_as_user.sql data healthy services/admin/migrations/verify_rls_as_user.sql
setup_app_user.sql data healthy services/admin/migrations/setup_app_user.sql
20260505_5ac9e7b1d402_v078_orphan_migration_forward_ports.py data healthy alembic/versions/20260505_5ac9e7b1d402_v078_orphan_migratio…

LabelLayerStatusPath
gha::bundle-analysis cicd healthy .github/workflows/bundle-analysis.yml
gha::review-gates cicd healthy .github/workflows/review-gates.yml
gha::test-suite-check cicd healthy .github/workflows/test-suite-check.yml
gha::inflow-contract-ci cicd healthy .github/workflows/inflow-contract-ci.yml
gha::proxy-smoke cicd healthy .github/workflows/proxy-smoke.yml
gha::frontend-ci cicd healthy .github/workflows/frontend-ci.yml
gha::agent-sweep cicd healthy .github/workflows/agent-sweep.yml
gha::legacy-code-scan cicd healthy .github/workflows/legacy-code-scan.yml
gha::deploy cicd healthy .github/workflows/deploy.yml
gha::qa-pipeline cicd healthy .github/workflows/qa-pipeline.yml
gha::backend-ci cicd healthy .github/workflows/backend-ci.yml
gha::qa-health cicd healthy .github/workflows/qa-health.yml
gha::sentinel cicd healthy .github/workflows/sentinel.yml
gha::sdk-ci cicd healthy .github/workflows/sdk-ci.yml
gha::pr-quality cicd healthy .github/workflows/pr-quality.yml
gha::infra-k8s-ci cicd healthy .github/workflows/infra-k8s-ci.yml
gha::openapi-public-spec cicd healthy .github/workflows/openapi-public-spec.yml
gha::security cicd healthy .github/workflows/security.yml
gha::demo-smoke cicd healthy .github/workflows/demo-smoke.yml

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
image::frontend/Dockerfile hardware healthy frontend/Dockerfile
k8s::Kustomization::infra/k8s/base/kustomization.yaml hardware healthy infra/k8s/base/kustomization.yaml
k8s::Namespace::infra/k8s/base/namespace.yaml hardware healthy infra/k8s/base/namespace.yaml
k8s::ConfigMap::infra/k8s/base/monitoring/alertmanager.yaml hardware healthy infra/k8s/base/monitoring/alertmanager.yaml
k8s::NetworkPolicy::infra/k8s/base/monitoring/alertmanager.… hardware healthy infra/k8s/base/monitoring/alertmanager.yaml
k8s::NetworkPolicy::infra/k8s/base/nlp/networkpolicy.yaml hardware healthy infra/k8s/base/nlp/networkpolicy.yaml
k8s::DestinationRule::infra/k8s/base/istio/compliance-canar… hardware healthy infra/k8s/base/istio/compliance-canary.yaml
k8s::VirtualService::infra/k8s/base/istio/compliance-canary… hardware healthy infra/k8s/base/istio/compliance-canary.yaml
k8s::NetworkPolicy::infra/k8s/base/compliance/networkpolicy… hardware healthy infra/k8s/base/compliance/networkpolicy.yaml
k8s::NetworkPolicy::infra/k8s/base/ingestion/networkpolicy.… hardware healthy infra/k8s/base/ingestion/networkpolicy.yaml
k8s::NetworkPolicy::infra/k8s/base/admin/networkpolicy.yaml hardware healthy infra/k8s/base/admin/networkpolicy.yaml
k8s::NetworkPolicy::infra/k8s/base/scheduler/networkpolicy.… hardware healthy infra/k8s/base/scheduler/networkpolicy.yaml
k8s::NetworkPolicy::infra/k8s/base/graph/networkpolicy.yaml hardware healthy infra/k8s/base/graph/networkpolicy.yaml
k8s::Kustomization::infra/k8s/overlays/production/kustomiza… hardware healthy infra/k8s/overlays/production/kustomization.yaml
k8s::Namespace::infra/k8s/overlays/production/namespace.yaml hardware healthy infra/k8s/overlays/production/namespace.yaml
tf::postgres_role::regengine_user hardware healthy production_bundle/developer_resources/Config_as_Code_Snippe…

LabelLayerStatusPath
k8s::StatefulSet::infra/k8s/base/monitoring/alertmanager.ya… hardware healthy infra/k8s/base/monitoring/alertmanager.yaml
k8s::Deployment::infra/k8s/base/nlp/deployment.yaml hardware healthy infra/k8s/base/nlp/deployment.yaml
k8s::Deployment::infra/k8s/base/compliance/deployment.yaml hardware healthy infra/k8s/base/compliance/deployment.yaml
k8s::Deployment::infra/k8s/base/ingestion/deployment.yaml hardware healthy infra/k8s/base/ingestion/deployment.yaml
k8s::Deployment::infra/k8s/base/admin/deployment.yaml hardware healthy infra/k8s/base/admin/deployment.yaml
k8s::Deployment::infra/k8s/base/scheduler/deployment.yaml hardware healthy infra/k8s/base/scheduler/deployment.yaml
k8s::Deployment::infra/k8s/base/graph/deployment.yaml hardware healthy infra/k8s/base/graph/deployment.yaml

LabelLayerStatusPath
postgres data healthy docker-compose.dev.yml
postgresql data healthy docker-compose.dev.yml
sqlite data healthy conftest.py
redis data healthy README.md
elasticsearch data healthy frontend/src/test/compliance/data-protection.test.ts

LabelLayerStatusPath
vps::aws hardware healthy frontend/src/app/trust/page.tsx
vps::gcp hardware healthy frontend/src/app/trust/page.tsx
vps::azure hardware healthy scripts/seed_agent_review_demo.py
vps::ec2 hardware healthy services/ingestion/tests/test_models_ssrf_1342.py

LabelLayerStatusPath
kafka data healthy README.md
celery data healthy frontend/src/components/fsma/readiness-assessment.tsx
rabbitmq data healthy services/shared/tests/test_event_backbone_1159.py

LabelLayerStatusPath
nginx network healthy frontend/.env.example
loadbalancer network healthy tests/security/test_security_audit_fixes.py

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

LabelLayerStatusPath
ingress::infra/k8s/base/ingress.yaml network healthy infra/k8s/base/ingress.yaml

LabelLayerStatusPath
gpu (detected) hardware healthy services/nlp/app/extractors/table_extractor.py
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/34517643-fb21-41b7-aec9-29b49cb666dd/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/34517643-fb21-41b7-aec9-29b49cb666dd/

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.