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.

datamynt/sporlos

https://github.com/datamynt/sporlos · scanned 2026-06-17 01:53 UTC (1 month, 1 week ago)

46 raw signals (0 security + 46 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ +1.9 (diff) · 44 actionable findings from 1 signal source. 2 repeated signals 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 78.6/100 with 88.9% coverage. It contains 349 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 46 findings — concentrated in software (25), quality (15), security (3). Risk profile is low: 0 critical, 0 high, 9 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 42 of 44 actionable findings. 46 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.

medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — integrations/shopify/app/extensions/sporlos-pixel/src/index.js:58
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 — integrations/shopify/sporlos-pixel.js:67
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 — tracker/sporlos.js:37
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 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 security security conf 1.00 Insecure pattern 'cors_wildcard' in app/main.py:2831
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
app/main.py:2831 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/main.py:842
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/main.py:842 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assist/widget.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assist/widget.js:51 Direct innerhtml assignment
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 Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 29 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 18 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ASN_DB`, `ASSIST_GLOBAL_LIMIT`, `ASSIST_VISITOR_LIMIT`, `DATABASE_URL`, `GEOIP_DB`, `MAIL_FROM`, `SESSION_SECRET`, `SMTP_HOST` + 10 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: ci, tests. 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 31 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 hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.13-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
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: app/store.py:get_user_by_email, app/store.py:get_user 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 Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: app/api.py:timeseries, app/api.py:breakdown, app/api.py:goals 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 software Dead code conf 1.00 Possibly dead Python function: apple_icon
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:553
low System graph software Dead code conf 1.00 Possibly dead Python function: assist_api
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:357
low System graph software Dead code conf 1.00 Possibly dead Python function: assist_js
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:347
low System graph software Dead code conf 1.00 Possibly dead Python function: billing_checkout
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:1136
low System graph software Dead code conf 1.00 Possibly dead Python function: brand_font
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:569
low System graph software Dead code conf 1.00 Possibly dead Python function: favicon
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:542
low System graph software Dead code conf 1.00 Possibly dead Python function: favicon_ico
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:547
low System graph software Dead code conf 1.00 Possibly dead Python function: forgot
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:1033
low System graph software Dead code conf 1.00 Possibly dead Python function: google_login
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:1108
low System graph software Dead code conf 1.00 Possibly dead Python function: healthz
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:135
low System graph software Dead code conf 1.00 Possibly dead Python function: healthz_db
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:139
low System graph software Dead code conf 1.00 Possibly dead Python function: hero_stats
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:159
low System graph software Dead code conf 1.00 Possibly dead Python function: landing
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:600
low System graph software Dead code conf 1.00 Possibly dead Python function: logout
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:1103
low System graph software Dead code conf 1.00 Possibly dead Python function: lookup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/geo.py:76
low System graph software Dead code conf 1.00 Possibly dead Python function: og_image
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:581
low System graph software Dead code conf 1.00 Possibly dead Python function: os
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/icons.py:118
low System graph software Dead code conf 1.00 Possibly dead Python function: reassign_site
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/store.py:577
low System graph software Dead code conf 1.00 Possibly dead Python function: resend_verify
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:1020
low System graph software Dead code conf 1.00 Possibly dead Python function: signup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:899
low System graph software Dead code conf 1.00 Possibly dead Python function: sporsmal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:279
low System graph software Dead code conf 1.00 Possibly dead Python function: strip_stats
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:335
low System graph software Dead code conf 1.00 Possibly dead Python function: unsubscribe
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:982
low System graph software Dead code conf 1.00 Possibly dead Python function: verify_email
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:1002
low System graph software Dead code conf 1.00 Possibly dead Python function: webmanifest
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:558
low System graph quality Complexity conf 1.00 Very large file: app/main.py (2843 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/store.py (1299 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/a3f03f8d-7bf6-492e-a6cf-9cc05058315a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a3f03f8d-7bf6-492e-a6cf-9cc05058315a/

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.