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.

AGGOSUITE/uafe-portal

https://github.com/AGGOSUITE/uafe-portal · scanned 2026-06-17 01:11 UTC (1 month, 2 weeks ago)

53 raw signals (0 security + 53 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -7.9 (diff) · 52 actionable findings from 1 signal source. 1 repeated signal grouped for readability. 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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 68.8/100 with 100.0% coverage. It contains 1126 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 53 findings — concentrated in software (20), quality (16), frontend (12). Risk profile is high: 1 critical, 0 high, 9 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 44 of 52 actionable findings. 53 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in src/app/admin/(panel)/usuarios/actions.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/app/admin/(panel)/usuarios/actions.ts:289
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/aml/captcha.ts:63
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/sanctions-ingest.ts:27
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/storage.ts:84
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 35 placeholder/mock markers across 18 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 465 in use
Port 465 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
src/lib/email.ts Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
7 test file(s) for 201 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 12 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ANTHROPIC_API_KEY`, `APIFLASH_KEY`, `BLOB_READ_WRITE_TOKEN`, `ENABLE_PLAYWRIGHT_CAPTURE`, `OPENSANCTIONS_API_KEY`, `SCRAPINGBEE_API_KEY`, `SMTP_HOST`, `SMTP_PASS` + 4 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn'…
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 32 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/build_manual_client_pdf.py:wrap, scripts/build_manual_client_pdf.py:wrap This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: draw
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:613
low System graph software Dead code conf 1.00 Possibly dead Python function: draw_cover
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_pdf.py:185
low System graph software Dead code conf 1.00 Possibly dead Python function: draw_cover
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:617
low System graph software Dead code conf 1.00 Possibly dead Python function: draw_footer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_pdf.py:217
low System graph software Dead code conf 1.00 Possibly dead Python function: draw_footer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:639
low System graph software Dead code conf 1.00 Possibly dead Python function: m_aml
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:191
low System graph software Dead code conf 1.00 Possibly dead Python function: m_dashboard
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:141
low System graph software Dead code conf 1.00 Possibly dead Python function: m_importar
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:296
low System graph software Dead code conf 1.00 Possibly dead Python function: m_informes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:372
low System graph software Dead code conf 1.00 Possibly dead Python function: m_invitacion
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:326
low System graph software Dead code conf 1.00 Possibly dead Python function: m_login
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:125
low System graph software Dead code conf 1.00 Possibly dead Python function: m_manual
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:223
low System graph software Dead code conf 1.00 Possibly dead Python function: m_nuevo_sujeto
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: m_papelera
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:440
low System graph software Dead code conf 1.00 Possibly dead Python function: m_plantillas
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:420
low System graph software Dead code conf 1.00 Possibly dead Python function: m_reportes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:400
low System graph software Dead code conf 1.00 Possibly dead Python function: m_revision
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:351
low System graph software Dead code conf 1.00 Possibly dead Python function: m_riesgo
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:247
low System graph software Dead code conf 1.00 Possibly dead Python function: m_usuarios
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:274
low System graph software Dead code conf 1.00 Possibly dead Python function: wrap
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_manual_client_pdf.py:612
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — prisma/seed.ts:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/test-cribado.ts:37
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/test-motor.ts:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/lib/aml/playwright-capture.ts:40
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/lib/aml/scrapingbee.ts:79
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/lib/aml/screenshot.ts:80
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/lib/email.ts:48
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
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/31f9929d-d56a-437c-91d4-5541d5d05162/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/31f9929d-d56a-437c-91d4-5541d5d05162/

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.