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.

WaryRunner2308/la-mundial-xxi

https://github.com/WaryRunner2308/la-mundial-xxi · scanned 2026-06-16 00:54 UTC (2 months, 1 week ago)

22 raw signals (0 security + 22 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 22 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 252 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
RateModal software healthy calculadora-precios/frontend/src/App.tsx:RateModal
handleSubmit software healthy calculadora-precios/frontend/src/App.tsx:handleSubmit
App software healthy calculadora-precios/frontend/src/App.tsx:App
validateDecimalInput software healthy calculadora-precios/frontend/src/utils/validateDecimal.ts:v…
parseNumericInput software healthy calculadora-precios/frontend/src/utils/validateDecimal.ts:p…
formatAmount software healthy calculadora-precios/frontend/src/utils/format.ts:formatAmou…
formatAmountWithCurrency software healthy calculadora-precios/frontend/src/utils/format.ts:formatAmou…
handleInputChange software healthy calculadora-precios/frontend/src/components/ui/SecureInput.…
handleKeyDown software healthy calculadora-precios/frontend/src/components/ui/SecureInput.…
handleInputFocus software healthy calculadora-precios/frontend/src/components/ui/SecureInput.…
handleInputBlur software healthy calculadora-precios/frontend/src/components/ui/SecureInput.…
cn software healthy calculadora-precios/frontend/src/components/ui/utils.ts:cn
ConfirmationModal software healthy calculadora-precios/frontend/src/components/ui/Confirmation…
AuthProvider software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:A…
getTimeoutForRole software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:g…
clearTimer software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:c…
startTimer software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:s…
handler software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:h…
handleVisibility software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:h…
handleBeforeUnload software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:h…
handleStorage software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:h…
login software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:l…
inputUser software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:i…
inputPass software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:i…
logout software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:l…
useAuth software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx:u…
uploadProductImage software healthy calculadora-precios/frontend/src/lib/supabase.ts:uploadProd…
deleteProductImage software healthy calculadora-precios/frontend/src/lib/supabase.ts:deleteProd…
DashboardPage software healthy calculadora-precios/frontend/src/pages/DashboardPage.tsx:Da…
useKeyboardNavigation software healthy calculadora-precios/frontend/src/hooks/useKeyboardNavigatio…
fetchBcvRate software healthy calculadora-precios/frontend/src/services/bcvRate.ts:fetchB…
promedio software healthy calculadora-precios/frontend/src/services/bcvRate.ts:promed…
fecha software healthy calculadora-precios/frontend/src/services/bcvRate.ts:fecha
formatBcvDate software healthy calculadora-precios/frontend/src/services/bcvRate.ts:format…
ComparatorPage software healthy calculadora-precios/frontend/src/features/comparator/Compar…
handleSelectProduct software healthy calculadora-precios/frontend/src/features/comparator/Compar…
handleInputKeyDown software healthy calculadora-precios/frontend/src/features/comparator/Compar…
LandingPage software healthy calculadora-precios/frontend/src/features/auth/LandingPage.…
handleInvitado software healthy calculadora-precios/frontend/src/features/auth/LandingPage.…
handleGerenciaSubmit software healthy calculadora-precios/frontend/src/features/auth/LandingPage.…
handleCancelarLogin software healthy calculadora-precios/frontend/src/features/auth/LandingPage.…
DiagonalMarquee software healthy calculadora-precios/frontend/src/features/auth/DiagonalMarq…
ProvidersPage software healthy calculadora-precios/frontend/src/features/providers/Provide…
handleEdit software healthy calculadora-precios/frontend/src/features/providers/Provide…
handleAdd software healthy calculadora-precios/frontend/src/features/providers/Provide…
handleDelete software healthy calculadora-precios/frontend/src/features/providers/Provide…
ProviderProductCount software healthy calculadora-precios/frontend/src/features/providers/Provide…
ProviderForm software healthy calculadora-precios/frontend/src/features/providers/Provide…
handleSubmit software healthy calculadora-precios/frontend/src/features/providers/Provide…
ProviderProductsModal software healthy calculadora-precios/frontend/src/features/providers/Provide…

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

LabelLayerStatusPath
package.json software healthy package.json
package-lock.json software healthy package-lock.json
TODO.md software healthy TODO.md
vercel.json software healthy calculadora-precios/vercel.json
README.md software healthy calculadora-precios/README.md
package.json software healthy calculadora-precios/package.json
package-lock.json software healthy calculadora-precios/package-lock.json
vite.config.js software healthy calculadora-precios/frontend/vite.config.js
vite.config.ts software healthy calculadora-precios/frontend/vite.config.ts
vercel.json software healthy calculadora-precios/frontend/vercel.json
tailwind.config.js software healthy calculadora-precios/frontend/tailwind.config.js
package.json software healthy calculadora-precios/frontend/package.json
tsconfig.node.json software healthy calculadora-precios/frontend/tsconfig.node.json
index.html software healthy calculadora-precios/frontend/index.html
package-lock.json software healthy calculadora-precios/frontend/package-lock.json
.env.example software healthy calculadora-precios/frontend/.env.example
tsconfig.json software healthy calculadora-precios/frontend/tsconfig.json
postcss.config.js software healthy calculadora-precios/frontend/postcss.config.js
index.css software healthy calculadora-precios/frontend/src/index.css
env.d.ts software healthy calculadora-precios/frontend/src/env.d.ts
main.tsx software healthy calculadora-precios/frontend/src/main.tsx
App.tsx software healthy calculadora-precios/frontend/src/App.tsx
App.css software healthy calculadora-precios/frontend/src/App.css
provider.ts software healthy calculadora-precios/frontend/src/types/provider.ts
validateDecimal.ts software healthy calculadora-precios/frontend/src/utils/validateDecimal.ts
format.ts software healthy calculadora-precios/frontend/src/utils/format.ts
SecureInput.tsx software healthy calculadora-precios/frontend/src/components/ui/SecureInput.…
table.tsx software healthy calculadora-precios/frontend/src/components/ui/table.tsx
checkbox.tsx software healthy calculadora-precios/frontend/src/components/ui/checkbox.tsx
button.tsx software healthy calculadora-precios/frontend/src/components/ui/button.tsx
card.tsx software healthy calculadora-precios/frontend/src/components/ui/card.tsx
utils.ts software healthy calculadora-precios/frontend/src/components/ui/utils.ts
ConfirmationModal.tsx software healthy calculadora-precios/frontend/src/components/ui/Confirmation…
textarea.tsx software healthy calculadora-precios/frontend/src/components/ui/textarea.tsx
input.tsx software healthy calculadora-precios/frontend/src/components/ui/input.tsx
select.tsx software healthy calculadora-precios/frontend/src/components/ui/select.tsx
label.tsx software healthy calculadora-precios/frontend/src/components/ui/label.tsx
AuthContext.tsx software healthy calculadora-precios/frontend/src/contexts/AuthContext.tsx
config.ts software healthy calculadora-precios/frontend/src/lib/config.ts
supabase.ts software healthy calculadora-precios/frontend/src/lib/supabase.ts
debug-supabase.js software healthy calculadora-precios/frontend/src/lib/debug-supabase.js
DashboardPage.tsx software healthy calculadora-precios/frontend/src/pages/DashboardPage.tsx
useKeyboardNavigation.ts software healthy calculadora-precios/frontend/src/hooks/useKeyboardNavigatio…
bcvRate.ts software healthy calculadora-precios/frontend/src/services/bcvRate.ts
currencyStore.ts software healthy calculadora-precios/frontend/src/store/currencyStore.ts
providerStore.ts software healthy calculadora-precios/frontend/src/store/providerStore.ts
productStore.ts software healthy calculadora-precios/frontend/src/store/productStore.ts
ComparatorPage.tsx software healthy calculadora-precios/frontend/src/features/comparator/Compar…
LandingPage.tsx software healthy calculadora-precios/frontend/src/features/auth/LandingPage.…
DiagonalMarquee.tsx software healthy calculadora-precios/frontend/src/features/auth/DiagonalMarq…

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

LabelLayerStatusPath
calculadora-precios software healthy calculadora-precios
frontend software healthy calculadora-precios/frontend
src software healthy calculadora-precios/frontend/src
types software healthy calculadora-precios/frontend/src/types
utils software healthy calculadora-precios/frontend/src/utils
components software healthy calculadora-precios/frontend/src/components
ui software healthy calculadora-precios/frontend/src/components/ui
contexts software healthy calculadora-precios/frontend/src/contexts
lib software healthy calculadora-precios/frontend/src/lib
pages software healthy calculadora-precios/frontend/src/pages
hooks software healthy calculadora-precios/frontend/src/hooks
services software healthy calculadora-precios/frontend/src/services
store software healthy calculadora-precios/frontend/src/store
features software healthy calculadora-precios/frontend/src/features
comparator software healthy calculadora-precios/frontend/src/features/comparator
auth software healthy calculadora-precios/frontend/src/features/auth
providers software healthy calculadora-precios/frontend/src/features/providers
merma software healthy calculadora-precios/frontend/src/features/merma
invoice software healthy calculadora-precios/frontend/src/features/invoice
calculator software healthy calculadora-precios/frontend/src/features/calculator
products software healthy calculadora-precios/frontend/src/features/products
electron software healthy calculadora-precios/electron
backend software healthy calculadora-precios/backend
src software healthy calculadora-precios/backend/src
main software healthy calculadora-precios/backend/src/main
java software healthy calculadora-precios/backend/src/main/java
com software healthy calculadora-precios/backend/src/main/java/com
example software healthy calculadora-precios/backend/src/main/java/com/example
calculadora software healthy calculadora-precios/backend/src/main/java/com/example/calcu…
dto software healthy calculadora-precios/backend/src/main/java/com/example/calcu…
controller software healthy calculadora-precios/backend/src/main/java/com/example/calcu…
repository software healthy calculadora-precios/backend/src/main/java/com/example/calcu…
service software healthy calculadora-precios/backend/src/main/java/com/example/calcu…
entity software healthy calculadora-precios/backend/src/main/java/com/example/calcu…

LabelLayerStatusPath
/DashboardPage frontend healthy calculadora-precios/frontend/src/pages/DashboardPage.tsx
/ frontend healthy calculadora-precios/frontend/src/App.tsx
/products frontend healthy calculadora-precios/frontend/src/App.tsx
/calculator frontend healthy calculadora-precios/frontend/src/App.tsx
/providers frontend healthy calculadora-precios/frontend/src/App.tsx
/comparator frontend healthy calculadora-precios/frontend/src/App.tsx
/merma frontend healthy calculadora-precios/frontend/src/App.tsx
/import-invoice frontend healthy calculadora-precios/frontend/src/App.tsx
/unauthorized frontend healthy calculadora-precios/frontend/src/App.tsx
* frontend healthy calculadora-precios/frontend/src/App.tsx

LabelLayerStatusPath
App frontend healthy calculadora-precios/frontend/src/App.tsx
DashboardPage frontend healthy calculadora-precios/frontend/src/pages/DashboardPage.tsx
Calculator frontend healthy calculadora-precios/frontend/src/features/calculator/Calcul…

LabelLayerStatusPath
repobility-clone-4ptjcihb software healthy /tmp/repobility-clone-4ptjcihb

LabelLayerStatusPath
ErrorBoundary software healthy calculadora-precios/frontend/src/App.tsx:ErrorBoundary

LabelLayerStatusPath
sqlite data healthy calculadora-precios/README.md

LabelLayerStatusPath
port:5173 network healthy calculadora-precios/frontend/vite.config.js

LabelLayerStatusPath
3.40.0.0 network healthy calculadora-precios/backend/pom.xml
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/6d899ba3-adb1-401c-90fa-714c88d9f892/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6d899ba3-adb1-401c-90fa-714c88d9f892/

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.