https://github.com/Samtho/umbral
· scanned 2026-06-16 00:01 UTC (2 months, 3 weeks ago)
11 raw signals (0 security + 11 graph)
Last scanned 2 months, 3 weeks ago · v1 · 11 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 117 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.
| Label | Layer | Status | Path |
|---|---|---|---|
Analizador |
software | healthy | src/components/analizar/Analizador.tsx:Analizador |
handleFile |
software | healthy | src/components/analizar/Analizador.tsx:handleFile |
guardarCv |
software | healthy | src/components/analizar/Analizador.tsx:guardarCv |
traerDeUrl |
software | healthy | src/components/analizar/Analizador.tsx:traerDeUrl |
analizar |
software | healthy | src/components/analizar/Analizador.tsx:analizar |
crearDossier |
software | healthy | src/components/analizar/Analizador.tsx:crearDossier |
CategoryBars |
software | healthy | src/components/ui/CategoryBars.tsx:CategoryBars |
UmbralMark |
software | healthy | src/components/ui/Nav.tsx:UmbralMark |
Nav |
software | healthy | src/components/ui/Nav.tsx:Nav |
Button |
software | healthy | src/components/ui/Button.tsx:Button |
inner |
software | healthy | src/components/ui/Button.tsx:inner |
colorFor |
software | healthy | src/components/ui/ScoreRing.tsx:colorFor |
ScoreRing |
software | healthy | src/components/ui/ScoreRing.tsx:ScoreRing |
tick |
software | healthy | src/components/ui/ScoreRing.tsx:tick |
useToast |
software | healthy | src/components/ui/Toast.tsx:useToast |
ToastProvider |
software | healthy | src/components/ui/Toast.tsx:ToastProvider |
Footer |
software | healthy | src/components/ui/Footer.tsx:Footer |
Pill |
software | healthy | src/components/ui/Pill.tsx:Pill |
CountUp |
software | healthy | src/components/ui/CountUp.tsx:CountUp |
tick |
software | healthy | src/components/ui/CountUp.tsx:tick |
FileDrop |
software | healthy | src/components/ui/FileDrop.tsx:FileDrop |
ProcessLoader |
software | healthy | src/components/ui/ProcessLoader.tsx:ProcessLoader |
parseJson |
software | healthy | src/components/dossier/DossierView.tsx:parseJson |
DossierView |
software | healthy | src/components/dossier/DossierView.tsx:DossierView |
imprimir |
software | healthy | src/components/dossier/DossierView.tsx:imprimir |
auditar |
software | healthy | src/components/dossier/DossierView.tsx:auditar |
NotFound |
software | healthy | src/app/not-found.tsx:NotFound |
Landing |
software | healthy | src/app/page.tsx:Landing |
RootLayout |
software | healthy | src/app/layout.tsx:RootLayout |
AnalizarPage |
software | healthy | src/app/analizar/page.tsx:AnalizarPage |
DossierPage |
software | healthy | src/app/d/page.tsx:DossierPage |
post |
software | healthy | src/lib/api.ts:post |
ingestCv |
software | healthy | src/lib/api.ts:ingestCv |
matchOferta |
software | healthy | src/lib/api.ts:matchOferta |
ofertaDesdeUrl |
software | healthy | src/lib/api.ts:ofertaDesdeUrl |
pedirVeredicto |
software | healthy | src/lib/api.ts:pedirVeredicto |
crearDossier |
software | healthy | src/lib/api.ts:crearDossier |
getDossier |
software | healthy | src/lib/api.ts:getDossier |
getCvId |
software | healthy | src/lib/session.ts:getCvId |
loadSession |
software | healthy | src/lib/session.ts:loadSession |
saveCv |
software | healthy | src/lib/session.ts:saveCv |
saveOferta |
software | healthy | src/lib/session.ts:saveOferta |
saveContacto |
software | healthy | src/lib/session.ts:saveContacto |
useReveal |
software | healthy | src/lib/useReveal.ts:useReveal |
extractPdfText |
software | healthy | src/lib/parsers/pdf.ts:extractPdfText |
extractTextFromFile |
software | healthy | src/lib/parsers/index.ts:extractTextFromFile |
extractDocxText |
software | healthy | src/lib/parsers/docx.ts:extractDocxText |
| Label | Layer | Status | Path |
|---|---|---|---|
postcss.config.mjs |
software | healthy | postcss.config.mjs |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
tsconfig.json |
software | healthy | tsconfig.json |
next.config.ts |
software | healthy | next.config.ts |
copy-pdf-worker.mjs |
software | healthy | scripts/copy-pdf-worker.mjs |
deploy.yml |
software | healthy | .github/workflows/deploy.yml |
Analizador.tsx |
software | healthy | src/components/analizar/Analizador.tsx |
CategoryBars.tsx |
software | healthy | src/components/ui/CategoryBars.tsx |
Nav.tsx |
software | healthy | src/components/ui/Nav.tsx |
Button.tsx |
software | healthy | src/components/ui/Button.tsx |
ScoreRing.tsx |
software | healthy | src/components/ui/ScoreRing.tsx |
Toast.tsx |
software | healthy | src/components/ui/Toast.tsx |
Footer.tsx |
software | healthy | src/components/ui/Footer.tsx |
Pill.tsx |
software | healthy | src/components/ui/Pill.tsx |
CountUp.tsx |
software | healthy | src/components/ui/CountUp.tsx |
FileDrop.tsx |
software | healthy | src/components/ui/FileDrop.tsx |
ProcessLoader.tsx |
software | healthy | src/components/ui/ProcessLoader.tsx |
DossierView.tsx |
software | healthy | src/components/dossier/DossierView.tsx |
not-found.tsx |
software | healthy | src/app/not-found.tsx |
globals.css |
software | healthy | src/app/globals.css |
page.tsx |
software | healthy | src/app/page.tsx |
layout.tsx |
software | healthy | src/app/layout.tsx |
page.tsx |
software | healthy | src/app/analizar/page.tsx |
page.tsx |
software | healthy | src/app/d/page.tsx |
api.ts |
software | healthy | src/lib/api.ts |
basePath.ts |
software | healthy | src/lib/basePath.ts |
session.ts |
software | healthy | src/lib/session.ts |
useReveal.ts |
software | healthy | src/lib/useReveal.ts |
types.ts |
software | healthy | src/lib/types.ts |
pdf.ts |
software | healthy | src/lib/parsers/pdf.ts |
index.ts |
software | healthy | src/lib/parsers/index.ts |
docx.ts |
software | healthy | src/lib/parsers/docx.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
Analizador |
frontend | healthy | src/components/analizar/Analizador.tsx |
CategoryBars |
frontend | healthy | src/components/ui/CategoryBars.tsx |
Nav |
frontend | healthy | src/components/ui/Nav.tsx |
Button |
frontend | healthy | src/components/ui/Button.tsx |
ScoreRing |
frontend | healthy | src/components/ui/ScoreRing.tsx |
Footer |
frontend | healthy | src/components/ui/Footer.tsx |
Pill |
frontend | healthy | src/components/ui/Pill.tsx |
CountUp |
frontend | healthy | src/components/ui/CountUp.tsx |
FileDrop |
frontend | healthy | src/components/ui/FileDrop.tsx |
ProcessLoader |
frontend | healthy | src/components/ui/ProcessLoader.tsx |
DossierView |
frontend | healthy | src/components/dossier/DossierView.tsx |
NotFound |
frontend | healthy | src/app/not-found.tsx |
Landing |
frontend | healthy | src/app/page.tsx |
RootLayout |
frontend | healthy | src/app/layout.tsx |
AnalizarPage |
frontend | healthy | src/app/analizar/page.tsx |
DossierPage |
frontend | healthy | src/app/d/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
components |
software | healthy | src/components |
analizar |
software | healthy | src/components/analizar |
ui |
software | healthy | src/components/ui |
dossier |
software | healthy | src/components/dossier |
app |
software | healthy | src/app |
analizar |
software | healthy | src/app/analizar |
d |
software | healthy | src/app/d |
lib |
software | healthy | src/lib |
parsers |
software | healthy | src/lib/parsers |
| Label | Layer | Status | Path |
|---|---|---|---|
/page.tsx |
frontend | healthy | src/app/page.tsx |
/analizar |
frontend | healthy | src/app/analizar/page.tsx |
/d |
frontend | healthy | src/app/d/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
build |
cicd | healthy | .github/workflows/deploy.yml |
deploy |
cicd | healthy | .github/workflows/deploy.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-gbu4qcc8 |
software | healthy | /tmp/repobility-clone-gbu4qcc8 |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::deploy |
cicd | healthy | .github/workflows/deploy.yml |
This page is publicly accessible at:
https://repobility.com/scan/0ec5b9a5-0a4d-4f90-9c67-cb378a22a658/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/0ec5b9a5-0a4d-4f90-9c67-cb378a22a658/
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.