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

Scan timing: clone 3.13s · analysis 72.21s · 5.3 MB · GitHub API rate-limit (preflight)

nuxt/nuxt

https://github.com/nuxt/nuxt · scanned 2026-06-05 09:43 UTC (5 days, 17 hours ago) · 10 languages

839 raw signals (79 security + 760 graph) 87th percentile · Typescript · medium (20-100K LoC) System graph score 48 (higher by 37)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 17 hours ago · v2 · 412 actionable findings from 2 signal sources. 47 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 89.2 0.25 22.30
testing_score 100.0 0.20 20.00
documentation_score 79.8 0.15 11.97
practices_score 94.0 0.15 14.10
code_quality 73.2 0.10 7.32
Overall 1.00 84.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 3329 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
nuxt.config.ts software healthy nuxt.config.ts
playwright.config.ts software healthy playwright.config.ts
renovate.json software healthy renovate.json
README.md software healthy README.md
pnpm-lock.yaml software healthy pnpm-lock.yaml
package.json software healthy package.json
CONTRIBUTING.md software healthy CONTRIBUTING.md
knip.json software healthy knip.json
pnpm-workspace.yaml software healthy pnpm-workspace.yaml
lychee.toml software healthy lychee.toml
tsconfig.json software healthy tsconfig.json
.markdownlint.yml software healthy .markdownlint.yml
SECURITY.md software healthy SECURITY.md
vitest.config.ts software healthy vitest.config.ts
nuxt.config.ts software warning playground/nuxt.config.ts
package.json software healthy playground/package.json
tsconfig.json software healthy playground/tsconfig.json
app.vue software healthy playground/app/app.vue
test.ts software warning playground/server/api/test.ts
devcontainer.json software healthy .devcontainer/devcontainer.json
Dockerfile software healthy .devcontainer/Dockerfile
bundle.test.ts software healthy test/bundle.test.ts
external-vue-resolution.test.ts software warning test/external-vue-resolution.test.ts
setup-runtime.ts software warning test/setup-runtime.ts
build-assets-dir-collision.test.ts software warning test/build-assets-dir-collision.test.ts
matrix.ts software healthy test/matrix.ts
typed-router.test.ts software warning test/typed-router.test.ts
basic.test.ts software healthy test/basic.test.ts
utils.ts software healthy test/utils.ts
server-components.test.ts software healthy test/server-components.test.ts
setup-env.ts software warning test/setup-env.ts
inline-styles.test.ts software warning test/inline-styles.test.ts
prepare.ts software healthy test/prepare.ts
plugin.test.ts software healthy test/nuxt/plugin.test.ts
composables.test.ts software healthy test/nuxt/composables.test.ts
cookie-expiration.test.ts software warning test/nuxt/cookie-expiration.test.ts
nuxt-page.test.ts software healthy test/nuxt/nuxt-page.test.ts
error-boundary.test.ts software warning test/nuxt/error-boundary.test.ts
router.options.test.ts software healthy test/nuxt/router.options.test.ts
island-pages.test.ts software warning test/nuxt/island-pages.test.ts
use-fetch.test.ts software healthy test/nuxt/use-fetch.test.ts
view-transitions.test.ts software healthy test/nuxt/view-transitions.test.ts
client-only.test.ts software healthy test/nuxt/client-only.test.ts
nuxt-time.test.ts software warning test/nuxt/nuxt-time.test.ts
island-head.test.ts software warning test/nuxt/island-head.test.ts
nuxt-island.test.ts software healthy test/nuxt/nuxt-island.test.ts
nuxt-layout.test.ts software warning test/nuxt/nuxt-layout.test.ts
tsconfig.json software healthy test/nuxt/tsconfig.json
polyfills.test.ts software warning test/nuxt/polyfills.test.ts
define-nuxt-component.test.ts software warning test/nuxt/define-nuxt-component.test.ts

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

LabelLayerStatusPath
body software healthy nuxt.config.ts:body
testIgnoreForProject software healthy playwright.config.ts:testIgnoreForProject
fixtureProjectName software healthy vitest.config.ts:fixtureProjectName
fixtureProjectEnv software healthy vitest.config.ts:fixtureProjectEnv
analyzeSizes software healthy test/bundle.test.ts:analyzeSizes
isSymlink software healthy test/bundle.test.ts:isSymlink
roundToKilobytes software healthy test/bundle.test.ts:roundToKilobytes
withMatrix software healthy test/matrix.ts:withMatrix
whitespace software healthy test/basic.test.ts:whitespace
extractCookie software healthy test/basic.test.ts:extractCookie
in software healthy test/basic.test.ts:in
sanitiseHTML software healthy test/basic.test.ts:sanitiseHTML
navigations software healthy test/basic.test.ts:navigations
isPublicFile software healthy test/basic.test.ts:isPublicFile
renderPage software healthy test/utils.ts:renderPage
expectNoClientErrors software healthy test/utils.ts:expectNoClientErrors
expectNoErrorsOrWarnings software healthy test/utils.ts:expectNoErrorsOrWarnings
gotoPath software healthy test/utils.ts:gotoPath
parsePayload software healthy test/utils.ts:parsePayload
parseData software healthy test/utils.ts:parseData
islandURL software healthy test/server-components.test.ts:islandURL
text software healthy test/server-components.test.ts:text
tick software healthy test/server-components.test.ts:tick
normaliseIslandResult software healthy test/server-components.test.ts:normaliseIslandResult
initTesting software healthy test/prepare.ts:initTesting
pluginFactory software healthy test/nuxt/plugin.test.ts:pluginFactory
to software healthy test/nuxt/composables.test.ts:to
should software healthy test/nuxt/composables.test.ts:should
waitForPageChange software healthy test/nuxt/composables.test.ts:waitForPageChange
encode software healthy test/nuxt/composables.test.ts:encode
execute software healthy test/nuxt/composables.test.ts:execute
executeSync software healthy test/nuxt/composables.test.ts:executeSync
resetCounts software healthy test/nuxt/nuxt-page.test.ts:resetCounts
completeNavigation software healthy test/nuxt/router.options.test.ts:completeNavigation
sleep software healthy test/nuxt/router.options.test.ts:sleep
createUseFetch software healthy test/nuxt/use-fetch.test.ts:createUseFetch
getPayloadEntries software healthy test/nuxt/use-fetch.test.ts:getPayloadEntries
getAsyncDataKeys software healthy test/nuxt/use-fetch.test.ts:getAsyncDataKeys
createScope software healthy test/nuxt/use-fetch.test.ts:createScope
createMockViewTransition software healthy test/nuxt/view-transitions.test.ts:createMockViewTransition
installViewTransitionGuard software healthy test/nuxt/view-transitions.test.ts:installViewTransitionGua…
normalizeOptions software healthy test/nuxt/view-transitions.test.ts:normalizeOptions
resolveTypes software healthy test/nuxt/view-transitions.test.ts:resolveTypes
update software healthy test/nuxt/view-transitions.test.ts:update
types software healthy test/nuxt/view-transitions.test.ts:types
createWrappedClientPage software healthy test/nuxt/client-only.test.ts:createWrappedClientPage
createServer software healthy test/nuxt/nuxt-island.test.ts:createServer
expectNoConsoleIssue software healthy test/nuxt/nuxt-island.test.ts:expectNoConsoleIssue
handler software healthy test/nuxt/nuxt-island.test.ts:handler
removeDataIslandUid software healthy test/nuxt/nuxt-island.test.ts:removeDataIslandUid

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

LabelLayerStatusPath
playground software healthy playground
app software healthy playground/app
server software healthy playground/server
api software healthy playground/server/api
.devcontainer software healthy .devcontainer
test software healthy test
nuxt software healthy test/nuxt
universal software healthy test/nuxt/universal
mocks software healthy test/mocks
fixtures software healthy test/fixtures
build-assets-dir-collision software healthy test/fixtures/build-assets-dir-collision
app software healthy test/fixtures/build-assets-dir-collision/app
abc software healthy test/fixtures/build-assets-dir-collision/app/abc
ssr-streaming software healthy test/fixtures/ssr-streaming
components software healthy test/fixtures/ssr-streaming/components
assets software healthy test/fixtures/ssr-streaming/assets
pages software healthy test/fixtures/ssr-streaming/pages
server software healthy test/fixtures/ssr-streaming/server
plugins software healthy test/fixtures/ssr-streaming/server/plugins
plugins software healthy test/fixtures/ssr-streaming/plugins
basic-types software healthy test/fixtures/basic-types
_local-modules software healthy test/fixtures/basic-types/_local-modules
hook-augmenting-module software healthy test/fixtures/basic-types/_local-modules/hook-augmenting-mo…
shared software healthy test/fixtures/basic-types/shared
utils software healthy test/fixtures/basic-types/shared/utils
app software healthy test/fixtures/basic-types/app
middleware software healthy test/fixtures/basic-types/app/middleware
components software healthy test/fixtures/basic-types/app/components
pages software healthy test/fixtures/basic-types/app/pages
param software healthy test/fixtures/basic-types/app/pages/param
[id] software healthy test/fixtures/basic-types/app/pages/param/[id]
layouts software healthy test/fixtures/basic-types/app/layouts
plugins software healthy test/fixtures/basic-types/app/plugins
modules software healthy test/fixtures/basic-types/modules
test software healthy test/fixtures/basic-types/modules/test
auto-registered software healthy test/fixtures/basic-types/modules/auto-registered
runtime software healthy test/fixtures/basic-types/modules/auto-registered/runtime
runtime software healthy test/fixtures/basic-types/modules/runtime
extends software healthy test/fixtures/basic-types/extends
bar software healthy test/fixtures/basic-types/extends/bar
middleware software healthy test/fixtures/basic-types/extends/bar/middleware
pages software healthy test/fixtures/basic-types/extends/bar/pages
layouts software healthy test/fixtures/basic-types/extends/bar/layouts
server software healthy test/fixtures/basic-types/server
api software healthy test/fixtures/basic-types/server/api
hey software healthy test/fixtures/basic-types/server/api/hey
minimal software healthy test/fixtures/minimal
suspense-layout software healthy test/fixtures/suspense-layout
pages software healthy test/fixtures/suspense-layout/pages
asyncdata software healthy test/fixtures/suspense-layout/pages/asyncdata

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

LabelLayerStatusPath
/empty frontend healthy test/fixtures/basic/app/pages/empty.ts
/module frontend healthy packages/nuxt/src/pages/module.ts
/build.d frontend healthy packages/nuxt/src/pages/build.d.ts
/utils frontend healthy packages/nuxt/src/pages/utils.ts
/route-rules frontend healthy packages/nuxt/src/pages/route-rules.ts
/runtime/router.options frontend healthy packages/nuxt/src/pages/runtime/router.options.ts
/runtime/page frontend healthy packages/nuxt/src/pages/runtime/page.ts
/runtime/ frontend healthy packages/nuxt/src/pages/runtime/index.ts
/runtime/utils frontend healthy packages/nuxt/src/pages/runtime/utils.ts
/runtime/component-stub frontend healthy packages/nuxt/src/pages/runtime/component-stub.ts
/runtime/page-placeholder frontend healthy packages/nuxt/src/pages/runtime/page-placeholder.ts
/runtime/composables frontend healthy packages/nuxt/src/pages/runtime/composables.ts
/runtime/validate frontend healthy packages/nuxt/src/pages/runtime/validate.ts
/runtime/plugins/prefetch.client frontend healthy packages/nuxt/src/pages/runtime/plugins/prefetch.client.ts
/runtime/plugins/check-if-page-unused frontend healthy packages/nuxt/src/pages/runtime/plugins/check-if-page-unuse…
/runtime/plugins/prerender.server frontend healthy packages/nuxt/src/pages/runtime/plugins/prerender.server.ts
/runtime/plugins/router frontend healthy packages/nuxt/src/pages/runtime/plugins/router.ts
/plugins/page-meta frontend healthy packages/nuxt/src/pages/plugins/page-meta.ts
/plugins/route-injection frontend healthy packages/nuxt/src/pages/plugins/route-injection.ts
/ frontend healthy test/nuxt/composables.test.ts
/pre frontend healthy test/nuxt/composables.test.ts
/pre/spa/thing frontend healthy test/nuxt/composables.test.ts
/pre/test frontend healthy test/nuxt/composables.test.ts
/Pre/spa/thing frontend healthy test/nuxt/composables.test.ts
/PRE/test frontend healthy test/nuxt/composables.test.ts
/legit/path frontend healthy test/nuxt/composables.test.ts
/28425/:slug frontend healthy test/nuxt/composables.test.ts
/test frontend healthy test/nuxt/composables.test.ts
/parent frontend healthy test/nuxt/composables.test.ts
/layout-props-test frontend healthy test/nuxt/composables.test.ts
/section-a frontend healthy test/nuxt/nuxt-page.test.ts
/section-b frontend healthy test/nuxt/nuxt-page.test.ts
/tree-x frontend healthy test/nuxt/nuxt-page.test.ts
/tree-y frontend healthy test/nuxt/nuxt-page.test.ts
/sync-parent frontend healthy test/nuxt/nuxt-page.test.ts
/narrowing-parent frontend healthy test/nuxt/nuxt-page.test.ts
/index-34967 frontend healthy test/nuxt/nuxt-page.test.ts
/parent-34967 frontend healthy test/nuxt/nuxt-page.test.ts
/home frontend healthy test/nuxt/nuxt-page.test.ts
/transitions frontend healthy test/nuxt/router.options.test.ts
/scroll-layout-a frontend healthy test/nuxt/router.options.test.ts
/scroll-layout-b frontend healthy test/nuxt/router.options.test.ts
/fixed-key-scroll-top/:id frontend healthy test/nuxt/router.options.test.ts
/fixed-key-no-scroll-top/:id frontend healthy test/nuxt/router.options.test.ts
/vt-a frontend healthy test/nuxt/view-transitions.test.ts
/vt-b frontend healthy test/nuxt/view-transitions.test.ts
/vt-disabled frontend healthy test/nuxt/view-transitions.test.ts
/vt-always frontend healthy test/nuxt/view-transitions.test.ts
/vt-typed frontend healthy test/nuxt/view-transitions.test.ts
/vt-from-page frontend healthy test/nuxt/view-transitions.test.ts

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

LabelLayerStatusPath
dependency-review cicd healthy .github/workflows/dependency-review.yml
convert-label-to-issue-type cicd healthy .github/workflows/issue-labelled.yml
transfer-spam cicd healthy .github/workflows/issue-labelled.yml
needs-reproduction cicd healthy .github/workflows/issue-labelled.yml
semantic-pr cicd healthy .github/workflows/semantic-pull-requests.yml
triage cicd healthy .github/workflows/issue-comment-created.yml
update cicd healthy .github/workflows/changelog.yml
docs cicd healthy .github/workflows/autofix-docs.yml
triage cicd healthy .github/workflows/issue-edited.yml
agentscan cicd healthy .github/workflows/agent-scan.yml
lint-monorepo cicd healthy .github/workflows/lint-monorepo.yml
detect cicd healthy .github/workflows/detect-bot-opt-in.yml
lint-workflows cicd healthy .github/workflows/lint-workflows.yml
deploy-docs cicd healthy .github/workflows/docs-deploy.yml
changes cicd healthy .github/workflows/ci.yml
build cicd healthy .github/workflows/ci.yml
codeql cicd healthy .github/workflows/ci.yml
typecheck cicd healthy .github/workflows/ci.yml
lint-and-test cicd healthy .github/workflows/ci.yml
test-size cicd healthy .github/workflows/ci.yml
test-benchmark cicd healthy .github/workflows/ci.yml
test-fixtures cicd healthy .github/workflows/ci.yml
test-e2e cicd healthy .github/workflows/ci.yml
ci-ok cicd healthy .github/workflows/ci.yml
release-nightly cicd healthy .github/workflows/ci.yml
release-pkg-pr-new cicd healthy .github/workflows/ci.yml
cleanup cicd healthy .github/workflows/cache-cleanup.yml
add-pr-labels cicd healthy .github/workflows/label-pr.yml
lint-docs cicd healthy .github/workflows/docs.yml
notify cicd healthy .github/workflows/notify-nuxt-bridge.yml
spam-detection cicd healthy .github/workflows/gh-ai-moderator.yml
code cicd healthy .github/workflows/autofix.yml
trigger cicd healthy .github/workflows/ecosystem-ci-trigger.yml
notify cicd healthy .github/workflows/notify-nuxt-website.yml
release cicd healthy .github/workflows/release.yml
analysis cicd healthy .github/workflows/scorecards.yml
triage cicd healthy .github/workflows/issue-opened.yml
possible-bot cicd healthy .github/workflows/possible-bot.yml
stale-reproduction cicd healthy .github/workflows/stale.yml
stale-bot cicd healthy .github/workflows/stale.yml
link-checker cicd healthy .github/workflows/docs-check-links.yml
handle-discussion-label cicd healthy .github/workflows/team-triage.yml
zizmor cicd healthy .github/workflows/zizmor.yml

LabelLayerStatusPath
Mock software healthy test/nuxt/use-fetch.test.ts:Mock
Mock software healthy test/nuxt/use-async-data.test.ts:Mock
OldAbortSignal software healthy test/nuxt/use-async-data.test.ts:OldAbortSignal
OldAbortController software healthy test/nuxt/use-async-data.test.ts:OldAbortController
IntersectionObserver software healthy test/nuxt/components.test.ts:IntersectionObserver
OnMountedMethod software healthy test/fixtures/basic/app/plugins/style.ts:OnMountedMethod
SomeClass software healthy test/fixtures/basic/server/api/experimental/decorators.ts:S…
SomeClass software healthy packages/nuxt/test/page-metadata.test.ts:SomeClass
test software healthy packages/nuxt/test/page-metadata.test.ts:test
CustomAgent software healthy packages/nuxt/test/proxy.test.ts:CustomAgent
static software healthy packages/nuxt/test/compiler.test.ts:static
E software healthy packages/nuxt/test/compiler.test.ts:E
_E software healthy packages/nuxt/test/compiler.test.ts:_E
Foo software healthy packages/nuxt/test/compiler.test.ts:Foo
_Bar software healthy packages/nuxt/test/compiler.test.ts:_Bar
C software healthy packages/nuxt/test/compiler.test.ts:C
NuxtError software healthy packages/nuxt/src/app/composables/error.ts:NuxtError
to software healthy packages/nuxt/src/app/components/nuxt-link.ts:to
NuxtPerfProfiler software healthy packages/nuxt/src/core/perf.ts:NuxtPerfProfiler
Baz software healthy packages/nuxt/src/core/utils/parse-utils.ts:Baz
Bar software healthy packages/nuxt/src/core/utils/parse-utils.ts:Bar
if software healthy packages/nuxt/src/core/utils/parse-utils.ts:if
method software healthy packages/nuxt/src/core/plugins/extract-async-data-handlers.…
A software healthy packages/vite/test/decorators.test.ts:A
ChunkErrorPlugin software healthy packages/webpack/src/plugins/chunk.ts:ChunkErrorPlugin
ChunkErrorRuntimeModule software healthy packages/webpack/src/plugins/chunk.ts:ChunkErrorRuntimeModu…
RollupCompatDynamicImportPlugin software healthy packages/webpack/src/plugins/rollup-compat-dynamic-import.t…
SSRStylesPlugin software healthy packages/webpack/src/plugins/ssr-styles.ts:SSRStylesPlugin
WarningIgnorePlugin software healthy packages/webpack/src/plugins/warning-ignore.ts:WarningIgnor…
VueSSRClientPlugin software healthy packages/webpack/src/plugins/vue/client.ts:VueSSRClientPlug…
VueSSRServerPlugin software healthy packages/webpack/src/plugins/vue/server.ts:VueSSRServerPlug…

LabelLayerStatusPath
gha::dependency-review cicd healthy .github/workflows/dependency-review.yml
gha::issue-labelled cicd healthy .github/workflows/issue-labelled.yml
gha::semantic-pull-requests cicd healthy .github/workflows/semantic-pull-requests.yml
gha::issue-comment-created cicd healthy .github/workflows/issue-comment-created.yml
gha::changelog cicd healthy .github/workflows/changelog.yml
gha::autofix-docs cicd healthy .github/workflows/autofix-docs.yml
gha::issue-edited cicd healthy .github/workflows/issue-edited.yml
gha::agent-scan cicd healthy .github/workflows/agent-scan.yml
gha::lint-monorepo cicd healthy .github/workflows/lint-monorepo.yml
gha::detect-bot-opt-in cicd healthy .github/workflows/detect-bot-opt-in.yml
gha::lint-workflows cicd healthy .github/workflows/lint-workflows.yml
gha::docs-deploy cicd healthy .github/workflows/docs-deploy.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::cache-cleanup cicd healthy .github/workflows/cache-cleanup.yml
gha::label-pr cicd healthy .github/workflows/label-pr.yml
gha::docs cicd healthy .github/workflows/docs.yml
gha::notify-nuxt-bridge cicd healthy .github/workflows/notify-nuxt-bridge.yml
gha::gh-ai-moderator cicd healthy .github/workflows/gh-ai-moderator.yml
gha::autofix cicd healthy .github/workflows/autofix.yml
gha::ecosystem-ci-trigger cicd healthy .github/workflows/ecosystem-ci-trigger.yml
gha::notify-nuxt-website cicd healthy .github/workflows/notify-nuxt-website.yml
gha::release cicd healthy .github/workflows/release.yml
gha::scorecards cicd healthy .github/workflows/scorecards.yml
gha::issue-opened cicd healthy .github/workflows/issue-opened.yml
gha::possible-bot cicd healthy .github/workflows/possible-bot.yml
gha::stale cicd healthy .github/workflows/stale.yml
gha::docs-check-links cicd healthy .github/workflows/docs-check-links.yml
gha::team-triage cicd healthy .github/workflows/team-triage.yml
gha::zizmor cicd healthy .github/workflows/zizmor.yml

LabelLayerStatusPath
CODSPEED_TOKEN cicd healthy
NUXT_WEBSITE_WEBHOOK_URL cicd healthy
PROJECT_ACCESS_TOKEN cicd healthy
GITHUB_TOKEN cicd healthy
DISCORD_BOT_TOKEN cicd healthy
BRIDGE_GITHUB_TOKEN cicd healthy
ECOSYSTEM_CI_GITHUB_APP_ID cicd healthy
CODECOV_TOKEN cicd healthy
ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY cicd healthy
DISCORD_DISCUSSIONS_CHANNEL_ID cicd healthy
SCORECARD_TOKEN cicd healthy
DOCS_WEBHOOK cicd healthy

LabelLayerStatusPath
127.0.0.1 network healthy packages/nuxt/test/proxy.test.ts
192.168.0.31 network healthy packages/webpack/test/same-origin.test.ts
10.0.0.5 network healthy packages/webpack/test/same-origin.test.ts

LabelLayerStatusPath
auth::.github/workflows/ci.yml security healthy .github/workflows/ci.yml
auth::scripts/release.ts security healthy scripts/release.ts

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

LabelLayerStatusPath
GET api healthy packages/nuxt/src/compiler/plugins/keyed-functions.ts

LabelLayerStatusPath
port:256 network healthy .devcontainer/Dockerfile

LabelLayerStatusPath
nginx network healthy packages/schema/src/types/schema.ts

LabelLayerStatusPath
image::.devcontainer/Dockerfile hardware healthy .devcontainer/Dockerfile
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/f4a94b28-80b5-49a3-b7ff-3359394cb43f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f4a94b28-80b5-49a3-b7ff-3359394cb43f/

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.