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.

blakebauman/edgevault

https://github.com/blakebauman/edgevault · scanned 2026-06-17 01:41 UTC (1 month, 1 week ago)

205 raw signals (0 security + 205 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -11.8 (diff) · 205 actionable findings from 1 signal source. 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 1462 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
utf8 software healthy packages/crypto/src/index.ts:utf8
payloadAad software healthy packages/crypto/src/index.ts:payloadAad
wrapAad software healthy packages/crypto/src/index.ts:wrapAad
toBase64 software healthy packages/crypto/src/index.ts:toBase64
fromBase64 software healthy packages/crypto/src/index.ts:fromBase64
randomIv software healthy packages/crypto/src/index.ts:randomIv
generateMasterKey software healthy packages/crypto/src/index.ts:generateMasterKey
importMaster software healthy packages/crypto/src/index.ts:importMaster
deriveKek software healthy packages/crypto/src/index.ts:deriveKek
unwrapDek software healthy packages/crypto/src/index.ts:unwrapDek
encryptSecret software healthy packages/crypto/src/index.ts:encryptSecret
dek software healthy packages/crypto/src/index.ts:dek
decryptSecret software healthy packages/crypto/src/index.ts:decryptSecret
rewrapEnvelope software healthy packages/crypto/src/index.ts:rewrapEnvelope
isSecretEnvelope software healthy packages/crypto/src/index.ts:isSecretEnvelope
toBase64Url software healthy packages/crypto/src/index.ts:toBase64Url
fromBase64Url software healthy packages/crypto/src/index.ts:fromBase64Url
encryptShareText software healthy packages/crypto/src/index.ts:encryptShareText
key software healthy packages/crypto/src/index.ts:key
decryptShareText software healthy packages/crypto/src/index.ts:decryptShareText
isConfigFormat software healthy packages/config-formats/src/index.ts:isConfigFormat
detectFormat software healthy packages/config-formats/src/index.ts:detectFormat
parseContent software healthy packages/config-formats/src/index.ts:parseContent
validateContent software healthy packages/config-formats/src/index.ts:validateContent
parseProperties software healthy packages/config-formats/src/index.ts:parseProperties
parseCsv software healthy packages/config-formats/src/index.ts:parseCsv
splitCsvLine software healthy packages/config-formats/src/index.ts:splitCsvLine
assertSafePath software healthy packages/scim/src/index.ts:assertSafePath
setPath software healthy packages/scim/src/index.ts:setPath
removePath software healthy packages/scim/src/index.ts:removePath
applyScimPatch software healthy packages/scim/src/index.ts:applyScimPatch
toScimListResponse software healthy packages/scim/src/index.ts:toScimListResponse
user software healthy packages/scim/test/scim.test.ts:user
encodeBase64 software healthy packages/auth/src/encoding.ts:encodeBase64
decodeBase64 software healthy packages/auth/src/encoding.ts:decodeBase64
encodeBase64urlNoPadding software healthy packages/auth/src/encoding.ts:encodeBase64urlNoPadding
decodeBase64url software healthy packages/auth/src/encoding.ts:decodeBase64url
encodeHexLowerCase software healthy packages/auth/src/encoding.ts:encodeHexLowerCase
decodeHex software healthy packages/auth/src/encoding.ts:decodeHex
generateToken software healthy packages/auth/src/tokens.ts:generateToken
hashToken software healthy packages/auth/src/tokens.ts:hashToken
generateApiKey software healthy packages/auth/src/tokens.ts:generateApiKey
hashPassword software healthy packages/auth/src/password.ts:hashPassword
verifyPassword software healthy packages/auth/src/password.ts:verifyPassword
constantTimeEqual software healthy packages/auth/src/password.ts:constantTimeEqual
encodeBase32 software healthy packages/auth/src/totp.ts:encodeBase32
decodeBase32 software healthy packages/auth/src/totp.ts:decodeBase32
counterBytes software healthy packages/auth/src/totp.ts:counterBytes
hotp software healthy packages/auth/src/totp.ts:hotp
offset software healthy packages/auth/src/totp.ts:offset

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

LabelLayerStatusPath
.env.example software healthy .env.example
CLAUDE.md software healthy CLAUDE.md
DESIGN.md software healthy DESIGN.md
ACTIVATION.md software healthy ACTIVATION.md
pnpm-workspace.yaml software healthy pnpm-workspace.yaml
CONTRIBUTING.md software healthy CONTRIBUTING.md
.impeccable.md software healthy .impeccable.md
ROADMAP.md software healthy ROADMAP.md
README.md software healthy README.md
DEPLOYMENT.md software healthy DEPLOYMENT.md
SECURITY.md software healthy SECURITY.md
LICENSE software healthy LICENSE
docker-compose.yml software healthy docker-compose.yml
lefthook.yml software healthy lefthook.yml
package.json software healthy package.json
biome.json software healthy biome.json
PRODUCT.md software healthy PRODUCT.md
turbo.json software healthy turbo.json
CODE_OF_CONDUCT.md software healthy CODE_OF_CONDUCT.md
pnpm-lock.yaml software healthy pnpm-lock.yaml
vitest.config.ts software healthy packages/crypto/vitest.config.ts
package.json software healthy packages/crypto/package.json
tsconfig.json software healthy packages/crypto/tsconfig.json
index.ts software healthy packages/crypto/src/index.ts
crypto.test.ts software healthy packages/crypto/test/crypto.test.ts
vitest.config.ts software healthy packages/config-formats/vitest.config.ts
package.json software healthy packages/config-formats/package.json
tsconfig.json software healthy packages/config-formats/tsconfig.json
index.ts software healthy packages/config-formats/src/index.ts
formats.test.ts software healthy packages/config-formats/test/formats.test.ts
vitest.config.ts software healthy packages/scim/vitest.config.ts
package.json software healthy packages/scim/package.json
tsconfig.json software healthy packages/scim/tsconfig.json
index.ts software healthy packages/scim/src/index.ts
scim.test.ts software healthy packages/scim/test/scim.test.ts
vitest.config.ts software healthy packages/auth/vitest.config.ts
package.json software healthy packages/auth/package.json
tsconfig.json software healthy packages/auth/tsconfig.json
index.ts software healthy packages/auth/src/index.ts
encoding.ts software healthy packages/auth/src/encoding.ts
tokens.ts software healthy packages/auth/src/tokens.ts
password.ts software healthy packages/auth/src/password.ts
totp.ts software healthy packages/auth/src/totp.ts
oauth.ts software healthy packages/auth/src/oauth.ts
jwt.ts software healthy packages/auth/src/jwt.ts
primitives.test.ts software healthy packages/auth/test/primitives.test.ts
totp.test.ts software healthy packages/auth/test/totp.test.ts
oauth.test.ts software healthy packages/auth/test/oauth.test.ts
vitest.config.ts software healthy packages/cli/vitest.config.ts
package.json software healthy packages/cli/package.json

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

LabelLayerStatusPath
packages software healthy packages
crypto software healthy packages/crypto
src software healthy packages/crypto/src
test software healthy packages/crypto/test
config-formats software healthy packages/config-formats
src software healthy packages/config-formats/src
test software healthy packages/config-formats/test
scim software healthy packages/scim
src software healthy packages/scim/src
test software healthy packages/scim/test
auth software healthy packages/auth
src software healthy packages/auth/src
test software healthy packages/auth/test
cli software healthy packages/cli
src software healthy packages/cli/src
test software healthy packages/cli/test
database software healthy packages/database
src software healthy packages/database/src
schema software healthy packages/database/src/schema
migrations software healthy packages/database/migrations
meta software healthy packages/database/migrations/meta
edge-protocol software healthy packages/edge-protocol
src software healthy packages/edge-protocol/src
diff software healthy packages/diff
src software healthy packages/diff/src
test software healthy packages/diff/test
realtime software healthy packages/realtime
src software healthy packages/realtime/src
test software healthy packages/realtime/test
typescript-config software healthy packages/typescript-config
ai software healthy packages/ai
src software healthy packages/ai/src
test software healthy packages/ai/test
refs software healthy packages/refs
src software healthy packages/refs/src
test software healthy packages/refs/test
sso-saml software healthy packages/sso-saml
src software healthy packages/sso-saml/src
test software healthy packages/sso-saml/test
sdk software healthy packages/sdk
src software healthy packages/sdk/src
test software healthy packages/sdk/test
ui software healthy packages/ui
src software healthy packages/ui/src
components software healthy packages/ui/src/components
lib software healthy packages/ui/src/lib
styles software healthy packages/ui/src/styles
scripts software healthy scripts
.github software healthy .github
ISSUE_TEMPLATE software healthy .github/ISSUE_TEMPLATE

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

LabelLayerStatusPath
GET api healthy packages/sso-saml/src/c14n.ts
GET / api healthy apps/api/src/index.ts
USE /api/v1/* api healthy apps/api/src/index.ts
USE /api/v1/workspaces/:workspaceId/* api healthy apps/api/src/index.ts
USE /scim/* api healthy apps/api/src/index.ts
USE /mcp/:workspaceId api healthy apps/api/src/index.ts
GET /health api healthy apps/auth/src/index.ts
GET /.well-known/jwks.json api healthy apps/auth/src/index.ts
POST /sign-up/email api healthy apps/auth/src/index.ts
POST /verify-email api healthy apps/auth/src/index.ts
POST /sign-in/email api healthy apps/auth/src/index.ts
POST /mfa/totp/authenticate api healthy apps/auth/src/index.ts
GET /me api healthy apps/auth/src/index.ts
POST /verify-email/resend api healthy apps/auth/src/index.ts
POST /password/forgot api healthy apps/auth/src/index.ts
POST /password/reset api healthy apps/auth/src/index.ts
POST /password/change api healthy apps/auth/src/index.ts
GET /mfa/status api healthy apps/auth/src/index.ts
POST /mfa/totp/setup api healthy apps/auth/src/index.ts
POST /mfa/totp/confirm api healthy apps/auth/src/index.ts
POST /mfa/totp/disable api healthy apps/auth/src/index.ts
POST /mfa/recovery/authenticate api healthy apps/auth/src/index.ts
POST /mfa/recovery/regenerate api healthy apps/auth/src/index.ts
GET /sessions api healthy apps/auth/src/index.ts
POST /sessions/revoke-all api healthy apps/auth/src/index.ts
POST /sessions/:id/revoke api healthy apps/auth/src/index.ts
POST /webauthn/register/options api healthy apps/auth/src/index.ts
POST /webauthn/register/verify api healthy apps/auth/src/index.ts
POST /webauthn/auth/options api healthy apps/auth/src/index.ts
POST /webauthn/auth/verify api healthy apps/auth/src/index.ts
POST /reauth api healthy apps/auth/src/index.ts
POST /oauth/:provider/start api healthy apps/auth/src/index.ts
POST /oauth/:provider/callback api healthy apps/auth/src/index.ts
POST /sign-out api healthy apps/auth/src/index.ts
GET /session api healthy apps/auth/src/index.ts
POST /token api healthy apps/auth/src/index.ts
POST /internal/sso/provision api healthy apps/auth/src/index.ts
USE /orgs/:orgId/sso/* api healthy apps/auth/src/sso.ts
USE /orgs/:orgId/saml/* api healthy apps/auth/src/sso.ts
USE /orgs/:orgId/* api healthy apps/auth/src/sso.ts
PUT /orgs/:orgId/sso/connection api healthy apps/auth/src/sso.ts
GET /orgs/:orgId/sso/connection api healthy apps/auth/src/sso.ts
POST /orgs/:orgId/sso/start api healthy apps/auth/src/sso.ts
POST /orgs/:orgId/sso/callback api healthy apps/auth/src/sso.ts
PUT /orgs/:orgId/saml/connection api healthy apps/auth/src/sso.ts
GET /orgs/:orgId/saml/connection api healthy apps/auth/src/sso.ts
POST /orgs/:orgId/saml/start api healthy apps/auth/src/sso.ts
POST /orgs/:orgId/saml/acs api healthy apps/auth/src/sso.ts
USE /v1/* api healthy apps/delivery/src/index.ts
GET /v1/configs/:key api healthy apps/delivery/src/index.ts

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

LabelLayerStatusPath
auth::packages/auth/src/oauth.ts security healthy packages/auth/src/oauth.ts
auth::packages/database/migrations/meta/0017_snapshot.json security healthy packages/database/migrations/meta/0017_snapshot.json
auth::packages/sso-saml/src/c14n.ts security healthy packages/sso-saml/src/c14n.ts
auth::apps/console/app/routes/oauth.start.tsx security healthy apps/console/app/routes/oauth.start.tsx
auth::apps/console/app/routes/sso.callback.tsx security healthy apps/console/app/routes/sso.callback.tsx
auth::packages/database/migrations/meta/0015_snapshot.json security healthy packages/database/migrations/meta/0015_snapshot.json
auth::packages/auth/test/oauth.test.ts security healthy packages/auth/test/oauth.test.ts
auth::apps/api/src/context.ts security healthy apps/api/src/context.ts
auth::packages/sso-saml/test/saml.test.ts security healthy packages/sso-saml/test/saml.test.ts
auth::apps/console/app/lib/session.server.ts security healthy apps/console/app/lib/session.server.ts
auth::packages/database/src/queries.ts security healthy packages/database/src/queries.ts
auth::packages/database/migrations/meta/0007_snapshot.json security healthy packages/database/migrations/meta/0007_snapshot.json
auth::packages/sso-saml/src/saml.ts security healthy packages/sso-saml/src/saml.ts
auth::apps/console/app/routes.ts security healthy apps/console/app/routes.ts
auth::apps/auth/src/index.ts security healthy apps/auth/src/index.ts
auth::apps/auth/src/services.ts security healthy apps/auth/src/services.ts
auth::packages/database/src/schema/sso.ts security healthy packages/database/src/schema/sso.ts
auth::packages/database/migrations/meta/0010_snapshot.json security healthy packages/database/migrations/meta/0010_snapshot.json
auth::packages/database/migrations/meta/0011_snapshot.json security healthy packages/database/migrations/meta/0011_snapshot.json
auth::packages/database/migrations/meta/0005_snapshot.json security healthy packages/database/migrations/meta/0005_snapshot.json
auth::packages/database/migrations/meta/0013_snapshot.json security healthy packages/database/migrations/meta/0013_snapshot.json
auth::packages/sso-saml/src/index.ts security healthy packages/sso-saml/src/index.ts
auth::docs/README.md security healthy docs/README.md
auth::scripts/gen-secrets.mjs security healthy scripts/gen-secrets.mjs
auth::apps/auth/package.json security healthy apps/auth/package.json
auth::apps/auth/src/mfa.ts security healthy apps/auth/src/mfa.ts
auth::CLAUDE.md security healthy CLAUDE.md
auth::packages/auth/src/index.ts security healthy packages/auth/src/index.ts
auth::apps/console/app/routes/login.tsx security healthy apps/console/app/routes/login.tsx
auth::apps/console/app/routes/billing.tsx security healthy apps/console/app/routes/billing.tsx
auth::README.md security healthy README.md
auth::packages/database/src/schema/saml.ts security healthy packages/database/src/schema/saml.ts
auth::apps/console/app/routes/oauth.callback.tsx security healthy apps/console/app/routes/oauth.callback.tsx
auth::packages/auth/test/primitives.test.ts security healthy packages/auth/test/primitives.test.ts
auth::apps/auth/env.d.ts security healthy apps/auth/env.d.ts
auth::apps/api/src/mcp/server.ts security healthy apps/api/src/mcp/server.ts
auth::packages/ai/src/redact.ts security healthy packages/ai/src/redact.ts
auth::packages/database/migrations/meta/0009_snapshot.json security healthy packages/database/migrations/meta/0009_snapshot.json
auth::packages/database/src/schema/index.ts security healthy packages/database/src/schema/index.ts
auth::apps/console/app/routes/saml-admin.tsx security healthy apps/console/app/routes/saml-admin.tsx
auth::packages/auth/src/jwt.ts security healthy packages/auth/src/jwt.ts
auth::packages/database/migrations/meta/0016_snapshot.json security healthy packages/database/migrations/meta/0016_snapshot.json
auth::packages/database/migrations/meta/0008_snapshot.json security healthy packages/database/migrations/meta/0008_snapshot.json
auth::apps/console/app/routes/saml.start.tsx security healthy apps/console/app/routes/saml.start.tsx
auth::apps/auth/src/sso.ts security healthy apps/auth/src/sso.ts
auth::packages/database/migrations/meta/0006_snapshot.json security healthy packages/database/migrations/meta/0006_snapshot.json
auth::apps/console/app/routes/sso-admin.tsx security healthy apps/console/app/routes/sso-admin.tsx
auth::packages/database/migrations/meta/0018_snapshot.json security healthy packages/database/migrations/meta/0018_snapshot.json
auth::packages/database/migrations/meta/0014_snapshot.json security healthy packages/database/migrations/meta/0014_snapshot.json
auth::apps/console/app/routes/home.tsx security healthy apps/console/app/routes/home.tsx

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

LabelLayerStatusPath
sso_connections data healthy packages/database/migrations/0004_lean_crusher_hogan.sql
authenticators data healthy packages/database/migrations/0007_motionless_zombie.sql
stripe_customers data healthy packages/database/migrations/0009_ambiguous_scalphunter.sql
stripe_meter_watermarks data healthy packages/database/migrations/0009_ambiguous_scalphunter.sql
totp_credentials data healthy packages/database/migrations/0006_fearless_darkhawk.sql
scim_connections data healthy packages/database/migrations/0013_add_scim_connections.sql
entitlements_scim_backup data healthy packages/database/migrations/0012_drop_entitlements.sql
recovery_codes data healthy packages/database/migrations/0016_sad_captain_cross.sql
accounts data healthy packages/database/migrations/0000_regular_snowbird.sql
sessions data healthy packages/database/migrations/0000_regular_snowbird.sql
users data healthy packages/database/migrations/0000_regular_snowbird.sql
verifications data healthy packages/database/migrations/0000_regular_snowbird.sql
invitations data healthy packages/database/migrations/0000_regular_snowbird.sql
members data healthy packages/database/migrations/0000_regular_snowbird.sql
organizations data healthy packages/database/migrations/0000_regular_snowbird.sql
api_keys data healthy packages/database/migrations/0000_regular_snowbird.sql
environments data healthy packages/database/migrations/0000_regular_snowbird.sql
workspaces data healthy packages/database/migrations/0000_regular_snowbird.sql
notification_channels data healthy packages/database/migrations/0010_quick_red_skull.sql
saml_assertion_replay data healthy packages/database/migrations/0008_fixed_nightmare.sql
custom_domains data healthy packages/database/migrations/0018_burly_carlie_cooper.sql
saml_connections data healthy packages/database/migrations/0005_cool_red_skull.sql
entitlements data healthy packages/database/migrations/0002_rapid_pyro.sql

LabelLayerStatusPath
App frontend healthy apps/console/app/root.tsx
Login frontend healthy apps/console/app/routes/login.tsx
AuditHistory frontend healthy apps/console/app/routes/dashboard.audit.tsx
ShareComposer frontend healthy apps/console/app/routes/share.tsx
VerifyEmail frontend healthy apps/console/app/routes/verify-email.tsx
AccountMfa frontend healthy apps/console/app/routes/account-mfa.tsx
Invite frontend healthy apps/console/app/routes/invite.tsx
SsoAdmin frontend healthy apps/console/app/routes/sso-admin.tsx
SamlAdmin frontend healthy apps/console/app/routes/saml-admin.tsx
Home frontend healthy apps/console/app/routes/home.tsx
ResetPassword frontend healthy apps/console/app/routes/reset-password.tsx
Environment frontend healthy apps/console/app/routes/environment.tsx
CompareEnvironments frontend healthy apps/console/app/routes/dashboard.compare.tsx
ForgotPassword frontend healthy apps/console/app/routes/forgot-password.tsx
Billing frontend healthy apps/console/app/routes/billing.tsx
Scim frontend healthy apps/console/app/routes/scim.tsx
Notifications frontend healthy apps/console/app/routes/dashboard.notifications.tsx
Domains frontend healthy apps/console/app/routes/domains.tsx
ShareViewer frontend healthy apps/console/app/routes/share.view.tsx
Dashboard frontend healthy apps/console/app/routes/dashboard.tsx
LoginMfa frontend healthy apps/console/app/routes/login.mfa.tsx
Members frontend healthy apps/console/app/routes/members.tsx

LabelLayerStatusPath
0004_lean_crusher_hogan.sql data healthy packages/database/migrations/0004_lean_crusher_hogan.sql
0007_motionless_zombie.sql data healthy packages/database/migrations/0007_motionless_zombie.sql
0003_outstanding_the_watchers.sql data healthy packages/database/migrations/0003_outstanding_the_watchers.…
0009_ambiguous_scalphunter.sql data healthy packages/database/migrations/0009_ambiguous_scalphunter.sql
0006_fearless_darkhawk.sql data healthy packages/database/migrations/0006_fearless_darkhawk.sql
0014_stripe_customer_plan.sql data healthy packages/database/migrations/0014_stripe_customer_plan.sql
0013_add_scim_connections.sql data healthy packages/database/migrations/0013_add_scim_connections.sql
0015_mean_gideon.sql data healthy packages/database/migrations/0015_mean_gideon.sql
0012_drop_entitlements.sql data healthy packages/database/migrations/0012_drop_entitlements.sql
0016_sad_captain_cross.sql data healthy packages/database/migrations/0016_sad_captain_cross.sql
0000_regular_snowbird.sql data healthy packages/database/migrations/0000_regular_snowbird.sql
0010_quick_red_skull.sql data healthy packages/database/migrations/0010_quick_red_skull.sql
0008_fixed_nightmare.sql data healthy packages/database/migrations/0008_fixed_nightmare.sql
0018_burly_carlie_cooper.sql data healthy packages/database/migrations/0018_burly_carlie_cooper.sql
0017_lyrical_ma_gnuci.sql data healthy packages/database/migrations/0017_lyrical_ma_gnuci.sql
0001_gray_killmonger.sql data healthy packages/database/migrations/0001_gray_killmonger.sql
0005_cool_red_skull.sql data healthy packages/database/migrations/0005_cool_red_skull.sql
0002_rapid_pyro.sql data healthy packages/database/migrations/0002_rapid_pyro.sql
0011_new_salo.sql data healthy packages/database/migrations/0011_new_salo.sql

LabelLayerStatusPath
CliError software healthy packages/cli/src/client.ts:CliError
WorkspaceEventsClient software healthy packages/realtime/src/client.ts:WorkspaceEventsClient
RefError software healthy packages/refs/src/index.ts:RefError
SamlError software healthy packages/sso-saml/src/saml.ts:SamlError
EdgeVaultError software healthy packages/sdk/src/index.ts:EdgeVaultError
EdgeVaultAuthError software healthy packages/sdk/src/index.ts:EdgeVaultAuthError
EdgeVault software healthy packages/sdk/src/index.ts:EdgeVault
lists software healthy packages/ui/src/lib/cn.ts:lists
PromotionManager software healthy apps/api/src/durable-objects/promotion-manager.ts:Promotion…
ShareDurableObject software healthy apps/api/src/durable-objects/share.ts:ShareDurableObject
ActivityLogger software healthy apps/api/src/durable-objects/activity-log.ts:ActivityLogger
RevisionManager software healthy apps/api/src/durable-objects/revision-manager.ts:RevisionMa…
VaultDurableObject software healthy apps/api/src/durable-objects/vault.ts:VaultDurableObject
EdgeVaultAgent software healthy apps/api/src/agent/agent.ts:EdgeVaultAgent
DomainVerificationWorkflow software healthy apps/api/src/workflows/domain-verification.ts:DomainVerific…
PromotionWorkflow software healthy apps/api/src/workflows/promotion.ts:PromotionWorkflow
EdgeReadMeter software healthy apps/delivery/src/metering.ts:EdgeReadMeter

LabelLayerStatusPath
password_literal::packages/cli/test/cli.test.ts security healthy packages/cli/test/cli.test.ts
password_literal::packages/cli/test/cli.test.ts security healthy packages/cli/test/cli.test.ts
github_token::packages/ai/test/redact.test.ts security healthy packages/ai/test/redact.test.ts
password_literal::packages/ai/test/redact.test.ts security healthy packages/ai/test/redact.test.ts
password_literal::apps/auth/test/routes.test.ts security healthy apps/auth/test/routes.test.ts
password_literal::apps/auth/test/routes.test.ts security healthy apps/auth/test/routes.test.ts
password_literal::apps/auth/test/routes.test.ts security healthy apps/auth/test/routes.test.ts
password_literal::apps/auth/test/routes.test.ts security healthy apps/auth/test/routes.test.ts
password_literal::apps/auth/test/routes.test.ts security healthy apps/auth/test/routes.test.ts
password_literal::apps/auth/test/routes.test.ts security healthy apps/auth/test/routes.test.ts
generic_api_key::apps/delivery/test/delivery.test.ts security healthy apps/delivery/test/delivery.test.ts

LabelLayerStatusPath
192.0.2.1 network healthy packages/edge-protocol/src/index.ts
2.16.840.1 network healthy packages/sso-saml/src/saml.ts
127.0.0.1 network healthy apps/api/test/custom-domains.test.ts
10.0.0.1 network healthy apps/api/test/security.test.ts
203.0.113.0 network healthy apps/console/app/routes/environment.tsx
203.0.113.7 network healthy apps/auth/test/routes.test.ts
203.0.113.9 network healthy apps/auth/test/routes.test.ts

LabelLayerStatusPath
postgres data healthy CLAUDE.md
sqlite data healthy CLAUDE.md
redis data healthy pnpm-lock.yaml
postgresql data healthy packages/database/.env.example

LabelLayerStatusPath
/health frontend healthy apps/api/src/index.ts
/ frontend healthy apps/auth/src/cookies.ts
/v1/checkout/sessions frontend healthy edge/control-plane/src/checkout.ts

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

LabelLayerStatusPath
dco cicd healthy .github/workflows/dco.yml
verify cicd healthy .github/workflows/ci.yml
deploy cicd healthy .github/workflows/deploy.yml

LabelLayerStatusPath
port:5432 network healthy docker-compose.yml
port:8080 network healthy packages/config-formats/test/formats.test.ts

LabelLayerStatusPath
vps::aws hardware healthy pnpm-lock.yaml
vps::azure hardware healthy pnpm-lock.yaml

LabelLayerStatusPath
blakebauman__edgevault software healthy /data/fable5_failed_archive/blakebauman__edgevault

LabelLayerStatusPath
neon-local hardware healthy docker-compose.yml

LabelLayerStatusPath
CLOUDFLARE_API_TOKEN cicd healthy
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/8a3f46df-c61e-49a2-955e-eab1a4efffa8/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8a3f46df-c61e-49a2-955e-eab1a4efffa8/

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.