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.

spashap/golosRisunka

https://github.com/spashap/golosRisunka · scanned 2026-06-16 00:18 UTC (2 months, 2 weeks ago)

50 raw signals (0 security + 50 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 50 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 375 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
setup_logging software healthy worker.py:24
main software healthy worker.py:40
child_to_common software healthy config/form_fields.py:67
drawing_to_story software healthy config/form_fields.py:77
get_products software healthy config/settings.py:44
collectDraft software healthy static/js/order.js:collectDraft
saveDraft software healthy static/js/order.js:saveDraft
restoreDraft software healthy static/js/order.js:restoreDraft
visibleCount software healthy static/js/order.js:visibleCount
refresh software healthy static/js/order.js:refresh
blockMissing software healthy static/js/order.js:blockMissing
hideAddMsg software healthy static/js/order.js:hideAddMsg
h software healthy static/js/order.js:h
h2 software healthy static/js/order.js:h2
lev software healthy static/js/order.js:lev
suggestDomain software healthy static/js/order.js:suggestDomain
checkEmail software healthy static/js/order.js:checkEmail
main software healthy scripts/render_sample.py:18
data_uri software healthy scripts/rerender_reports.py:32
main software healthy scripts/rerender_reports.py:37
main software healthy scripts/reclassify_devices.py:25
fetch software healthy scripts/build_fonts.py:34
build software healthy scripts/build_fonts.py:40
main software healthy scripts/build_fonts.py:66
_one software healthy scripts/reset_analytics.py:27
report software healthy scripts/reset_analytics.py:34
wipe software healthy scripts/reset_analytics.py:54
main software healthy scripts/reset_analytics.py:64
_sample_email software healthy scripts/send_test_email.py:22
_dry_run software healthy scripts/send_test_email.py:29
__init__ software healthy scripts/send_test_email.py:34
read software healthy scripts/send_test_email.py:37
__enter__ software healthy scripts/send_test_email.py:40
__exit__ software healthy scripts/send_test_email.py:43
_fake_urlopen software healthy scripts/send_test_email.py:46
main software healthy scripts/send_test_email.py:78
main software healthy scripts/regenerate_report.py:21
main software healthy scripts/generate_report.py:28
main software healthy scripts/hello_pdf.py:43
_open software healthy scripts/build_geoip.py:52
_parse_row software healthy scripts/build_geoip.py:58
__init__ software healthy scripts/build_geoip.py:81
add software healthy scripts/build_geoip.py:87
flush software healthy scripts/build_geoip.py:95
take software healthy scripts/build_geoip.py:100
build software healthy scripts/build_geoip.py:105
_flush4 software healthy scripts/build_geoip.py:144
_flush6 software healthy scripts/build_geoip.py:152
main software healthy scripts/render_gallery.py:15
main software healthy scripts/export_static.py:35

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

LabelLayerStatusPath
worker.py software healthy worker.py
vercel.json software healthy vercel.json
CLAUDE.md software healthy CLAUDE.md
UseCasesData.md software healthy UseCasesData.md
DevelopmentStatus.md software healthy DevelopmentStatus.md
deploy.sh software healthy deploy.sh
run.py software healthy run.py
requirements.txt software healthy requirements.txt
restart.sh software healthy restart.sh
products.json software healthy config/products.json
form_fields.py software healthy config/form_fields.py
settings.py software healthy config/settings.py
fonttest.html software healthy static/fonttest.html
order.js software healthy static/js/order.js
fonts.css software healthy static/css/fonts.css
report.css software healthy static/css/report.css
tokens.css software healthy static/css/tokens.css
components.css software healthy static/css/components.css
render_sample.py software healthy scripts/render_sample.py
server_recon.sh software healthy scripts/server_recon.sh
rerender_reports.py software healthy scripts/rerender_reports.py
reclassify_devices.py software healthy scripts/reclassify_devices.py
build_fonts.py software healthy scripts/build_fonts.py
reset_analytics.py software healthy scripts/reset_analytics.py
send_test_email.py software healthy scripts/send_test_email.py
regenerate_report.py software healthy scripts/regenerate_report.py
generate_report.py software healthy scripts/generate_report.py
hello_pdf.py software healthy scripts/hello_pdf.py
build_geoip.py software healthy scripts/build_geoip.py
render_gallery.py software healthy scripts/render_gallery.py
export_static.py software healthy scripts/export_static.py
build_og_image.py software healthy scripts/build_og_image.py
bump_version.py software healthy scripts/bump_version.py
update.sh software healthy scripts/deploy/update.sh
install_samples.sh software healthy scripts/deploy/install_samples.sh
go_live.sh software healthy scripts/deploy/go_live.sh
provision.sh software healthy scripts/deploy/provision.sh
setup_letsencrypt.sh software healthy scripts/deploy/setup_letsencrypt.sh
payments.py software healthy app/payments.py
orders.py software healthy app/orders.py
routes.py software healthy app/routes.py
__init__.py software healthy app/__init__.py
db.py software healthy app/db.py
track.py software healthy app/track.py
auth.py software healthy app/auth.py
blog.py software healthy app/blog.py
admin.py software healthy app/admin.py
mailer.py software healthy app/mailer.py
jobs.py software healthy app/jobs.py
geoip.py software healthy app/geoip.py

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

LabelLayerStatusPath
GET / api healthy app/routes.py
POST /t/e api healthy app/routes.py
GET /primer/<token> api healthy app/routes.py
GET /r/<token> api healthy app/routes.py
GET /login api healthy app/routes.py
POST /login api healthy app/routes.py
POST /login/verify api healthy app/routes.py
POST /logout api healthy app/routes.py
GET /cabinet api healthy app/routes.py
GET /cabinet/drawing/<int:drawing_id> api healthy app/routes.py
GET /cabinet/order/<int:order_id>/report.pdf api healthy app/routes.py
GET /order api healthy app/routes.py
POST /order api healthy app/routes.py
POST /track/form-started api healthy app/routes.py
POST /pay/stub/<int:order_id>/confirm api healthy app/routes.py
GET /order/success/<int:order_id> api healthy app/routes.py
GET /blog api healthy app/routes.py
GET /blog/<slug> api healthy app/routes.py
GET /privacy api healthy app/routes.py
GET /terms api healthy app/routes.py
GET /contacts api healthy app/routes.py
GET /favicon.ico api healthy app/routes.py
GET /robots.txt api healthy app/routes.py
GET /sitemap.xml api healthy app/routes.py
GET /analytics api healthy app/admin.py
GET /visits api healthy app/admin.py
GET /actions api healthy app/admin.py
GET /orders api healthy app/admin.py
GET /clients api healthy app/admin.py
GET /coupons api healthy app/admin.py
POST /coupons/create api healthy app/admin.py
POST /coupons/<code>/toggle api healthy app/admin.py
GET /settings api healthy app/admin.py
POST /settings/products api healthy app/admin.py
GET /emails api healthy app/admin.py
GET /emails/<name> api healthy app/admin.py

LabelLayerStatusPath
config software healthy config
static software healthy static
js software healthy static/js
css software healthy static/css
scripts software healthy scripts
deploy software healthy scripts/deploy
app software healthy app
templates software healthy templates
email software healthy templates/email
admin software healthy templates/admin
dev software healthy templates/dev
content software healthy content
blog software healthy content/blog
pipeline software healthy pipeline
samples software healthy pipeline/samples
projectSpec software healthy projectSpec

LabelLayerStatusPath
_Resp software healthy scripts/send_test_email.py:33
Merger software healthy scripts/build_geoip.py:78
FormError software healthy app/orders.py:19
AuthError software healthy app/auth.py:28
Post software healthy app/blog.py:23
MailSendError software healthy app/mailer.py:34
Sample software healthy app/samples.py:44
ReportGenerationError software healthy pipeline/gemini.py:24
GenerationResult software healthy pipeline/gemini.py:33
Child software healthy pipeline/schema.py:16
Dimension software healthy pipeline/schema.py:21
DevelopmentDirection software healthy pipeline/schema.py:30
Report software healthy pipeline/schema.py:36
InsufficientReport software healthy pipeline/schema.py:57

LabelLayerStatusPath
ranges_v4 data healthy scripts/build_geoip.py
ranges_v6 data healthy scripts/build_geoip.py
customers data healthy app/db.py
children data healthy app/db.py
orders data healthy app/db.py
drawings data healthy app/db.py
reports data healthy app/db.py
sessions data healthy app/db.py
login_codes data healthy app/db.py
coupons data healthy app/db.py
events data healthy app/db.py

LabelLayerStatusPath
31.172.67.220 network healthy CLAUDE.md
127.0.0.1 network healthy app/routes.py

LabelLayerStatusPath
repobility-clone-npw0o9es software healthy /tmp/repobility-clone-npw0o9es

LabelLayerStatusPath
sqlite data healthy CLAUDE.md

LabelLayerStatusPath
nginx network healthy CLAUDE.md

LabelLayerStatusPath
port:5000 network healthy run.py
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/0833879c-412c-4fb3-800a-1075487c55d9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0833879c-412c-4fb3-800a-1075487c55d9/

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.