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.

DefengSong/easyip-business-website

https://github.com/DefengSong/easyip-business-website · scanned 2026-06-17 01:26 UTC (1 month, 2 weeks ago)

7 raw signals (0 security + 7 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +16.7 (diff) · 7 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 437 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
RootLayout software healthy app/layout.tsx:RootLayout
Home software healthy app/page.tsx:Home
getResend software healthy app/api/contact/route.ts:getResend
safeDisplayName software healthy app/api/contact/route.ts:safeDisplayName
escapeHtml software healthy app/api/contact/route.ts:escapeHtml
isValidEmail software healthy app/api/contact/route.ts:isValidEmail
POST software healthy app/api/contact/route.ts:POST
PolicySection software healthy app/privacy-policy/page.tsx:PolicySection
BulletList software healthy app/privacy-policy/page.tsx:BulletList
PrivacyPolicyPage software healthy app/privacy-policy/page.tsx:PrivacyPolicyPage
TermsSection software healthy app/terms-of-service/page.tsx:TermsSection
BulletList software healthy app/terms-of-service/page.tsx:BulletList
TermsOfServicePage software healthy app/terms-of-service/page.tsx:TermsOfServicePage
useIsMobile software healthy hooks/use-mobile.ts:useIsMobile
onChange software healthy hooks/use-mobile.ts:onChange
genId software healthy hooks/use-toast.ts:genId
addToRemoveQueue software healthy hooks/use-toast.ts:addToRemoveQueue
reducer software healthy hooks/use-toast.ts:reducer
dispatch software healthy hooks/use-toast.ts:dispatch
toast software healthy hooks/use-toast.ts:toast
update software healthy hooks/use-toast.ts:update
dismiss software healthy hooks/use-toast.ts:dismiss
useToast software healthy hooks/use-toast.ts:useToast
Reveal software healthy components/reveal.tsx:Reveal
ContactSection software healthy components/contact-section.tsx:ContactSection
handleChange software healthy components/contact-section.tsx:handleChange
handleSubmit software healthy components/contact-section.tsx:handleSubmit
Footer software healthy components/footer.tsx:Footer
ServicesSection software healthy components/services-section.tsx:ServicesSection
WhyChooseUsSection software healthy components/why-choose-us-section.tsx:WhyChooseUsSection
Header software healthy components/header.tsx:Header
updateScrollState software healthy components/header.tsx:updateScrollState
HeroSection software healthy components/hero-section.tsx:HeroSection
AboutSection software healthy components/about-section.tsx:AboutSection
BrandLogo software healthy components/brand-logo.tsx:BrandLogo
AnimatedStat software healthy components/animated-stat.tsx:AnimatedStat
finish software healthy components/animated-stat.tsx:finish
runCounter software healthy components/animated-stat.tsx:runCounter
step software healthy components/animated-stat.tsx:step
ThemeProvider software healthy components/theme-provider.tsx:ThemeProvider
RadioGroup software healthy components/ui/radio-group.tsx:RadioGroup
RadioGroupItem software healthy components/ui/radio-group.tsx:RadioGroupItem
useSidebar software healthy components/ui/sidebar.tsx:useSidebar
SidebarProvider software healthy components/ui/sidebar.tsx:SidebarProvider
handleKeyDown software healthy components/ui/sidebar.tsx:handleKeyDown
Sidebar software healthy components/ui/sidebar.tsx:Sidebar
SidebarTrigger software healthy components/ui/sidebar.tsx:SidebarTrigger
SidebarRail software healthy components/ui/sidebar.tsx:SidebarRail
SidebarInset software healthy components/ui/sidebar.tsx:SidebarInset
SidebarInput software healthy components/ui/sidebar.tsx:SidebarInput

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

LabelLayerStatusPath
next.config.mjs software healthy next.config.mjs
package-lock.json software healthy package-lock.json
postcss.config.mjs software healthy postcss.config.mjs
package.json software healthy package.json
components.json software healthy components.json
next-env.d.ts software healthy next-env.d.ts
pnpm-lock.yaml software healthy pnpm-lock.yaml
tsconfig.json software healthy tsconfig.json
globals.css software healthy app/globals.css
layout.tsx software healthy app/layout.tsx
page.tsx software healthy app/page.tsx
route.ts software healthy app/api/contact/route.ts
page.tsx software healthy app/privacy-policy/page.tsx
page.tsx software healthy app/terms-of-service/page.tsx
use-mobile.ts software healthy hooks/use-mobile.ts
use-toast.ts software healthy hooks/use-toast.ts
reveal.tsx software healthy components/reveal.tsx
contact-section.tsx software healthy components/contact-section.tsx
footer.tsx software healthy components/footer.tsx
services-section.tsx software healthy components/services-section.tsx
why-choose-us-section.tsx software healthy components/why-choose-us-section.tsx
header.tsx software healthy components/header.tsx
hero-section.tsx software healthy components/hero-section.tsx
about-section.tsx software healthy components/about-section.tsx
brand-logo.tsx software healthy components/brand-logo.tsx
animated-stat.tsx software healthy components/animated-stat.tsx
theme-provider.tsx software healthy components/theme-provider.tsx
radio-group.tsx software healthy components/ui/radio-group.tsx
sidebar.tsx software healthy components/ui/sidebar.tsx
progress.tsx software healthy components/ui/progress.tsx
resizable.tsx software healthy components/ui/resizable.tsx
accordion.tsx software healthy components/ui/accordion.tsx
input-group.tsx software healthy components/ui/input-group.tsx
avatar.tsx software healthy components/ui/avatar.tsx
input-otp.tsx software healthy components/ui/input-otp.tsx
breadcrumb.tsx software healthy components/ui/breadcrumb.tsx
item.tsx software healthy components/ui/item.tsx
chart.tsx software healthy components/ui/chart.tsx
separator.tsx software healthy components/ui/separator.tsx
dropdown-menu.tsx software healthy components/ui/dropdown-menu.tsx
use-mobile.tsx software healthy components/ui/use-mobile.tsx
toggle.tsx software healthy components/ui/toggle.tsx
alert.tsx software healthy components/ui/alert.tsx
card.tsx software healthy components/ui/card.tsx
toggle-group.tsx software healthy components/ui/toggle-group.tsx
table.tsx software healthy components/ui/table.tsx
form.tsx software healthy components/ui/form.tsx
tooltip.tsx software healthy components/ui/tooltip.tsx
button-group.tsx software healthy components/ui/button-group.tsx
command.tsx software healthy components/ui/command.tsx

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

LabelLayerStatusPath
app software healthy app
api software healthy app/api
contact software healthy app/api/contact
privacy-policy software healthy app/privacy-policy
terms-of-service software healthy app/terms-of-service
hooks software healthy hooks
components software healthy components
ui software healthy components/ui
lib software healthy lib
styles software healthy styles

LabelLayerStatusPath
RootLayout frontend healthy app/layout.tsx
Home frontend healthy app/page.tsx
PrivacyPolicyPage frontend healthy app/privacy-policy/page.tsx
TermsOfServicePage frontend healthy app/terms-of-service/page.tsx

LabelLayerStatusPath
port:64 network healthy pnpm-lock.yaml
port:16 network healthy pnpm-lock.yaml

LabelLayerStatusPath
DefengSong__easyip-business-website software healthy /data/fable5_failed_archive/DefengSong__easyip-business-web…
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/44b3ff19-c60a-4361-95f6-887e0462ffd4/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/44b3ff19-c60a-4361-95f6-887e0462ffd4/

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.