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.

lottieyael/visuall

https://github.com/lottieyael/visuall · scanned 2026-08-03 22:18 UTC (1 month, 1 week ago)

7 raw signals (0 security + 7 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v1 · 7 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 259 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
README.md software healthy README.md
CONTRIBUTING.md software healthy CONTRIBUTING.md
LICENSE software healthy LICENSE
CODE_OF_CONDUCT.md software healthy CODE_OF_CONDUCT.md
CHANGELOG.md software healthy CHANGELOG.md
typechecker_test.cpp software healthy tests/typechecker_test.cpp
diagnostic_test.cpp software healthy tests/diagnostic_test.cpp
class_analyzer_test.cpp software healthy tests/class_analyzer_test.cpp
security_test.cpp software healthy tests/security_test.cpp
escape_test.cpp software healthy tests/escape_test.cpp
syntax_test.cpp software healthy tests/syntax_test.cpp
test_parser.cpp software healthy tests/test_parser.cpp
closure_test.cpp software healthy tests/closure_test.cpp
module_loader_test.cpp software healthy tests/module_loader_test.cpp
test_lexer.cpp software healthy tests/test_lexer.cpp
test_main.cpp software healthy tests/test_main.cpp
typesystem_test.cpp software healthy tests/typesystem_test.cpp
manifest_test.cpp software healthy tests/manifest_test.cpp
codegen_test.cpp software healthy tests/codegen_test.cpp
operator_test.cpp software healthy tests/operator_test.cpp
gc_test.cpp software healthy tests/gc_test.cpp
vsl.toml software healthy tests/pkg_test/mathlib/vsl.toml
vsl.toml software healthy tests/pkg_test/app/vsl.toml
compiler_fuzzer_afl.cpp software healthy tests/fuzzing/compiler_fuzzer_afl.cpp
compiler_fuzzer.cpp software healthy tests/fuzzing/compiler_fuzzer.cpp
compiler_fuzzer_full.cpp software healthy tests/fuzzing/compiler_fuzzer_full.cpp
gc_bench.c software healthy benchmarks/gc_bench.c
bench_forloop.py software healthy benchmarks/py/bench_forloop.py
bench_direct_call.py software healthy benchmarks/py/bench_direct_call.py
bench_generator.py software healthy benchmarks/py/bench_generator.py
bench_match.py software healthy benchmarks/py/bench_match.py
bench_class_call.py software healthy benchmarks/py/bench_class_call.py
bench_full.py software healthy benchmarks/py/bench_full.py
bench_match.cpp software healthy benchmarks/cpp/bench_match.cpp
bench_fcmp.cpp software healthy benchmarks/cpp/bench_fcmp.cpp
bench.cpp software healthy benchmarks/cpp/bench.cpp
bench_genloop.cpp software healthy benchmarks/cpp/bench_genloop.cpp
bench_full.cpp software healthy benchmarks/cpp/bench_full.cpp
bench_direct_call.cpp software healthy benchmarks/cpp/bench_direct_call.cpp
bench_fseq.cpp software healthy benchmarks/cpp/bench_fseq.cpp
bench_fidx.cpp software healthy benchmarks/cpp/bench_fidx.cpp
bench_complex.cpp software healthy benchmarks/cpp/bench_complex.cpp
bench_timed.cpp software healthy benchmarks/cpp/bench_timed.cpp
bench_fslc.cpp software healthy benchmarks/cpp/bench_fslc.cpp
bench_fdict.cpp software healthy benchmarks/cpp/bench_fdict.cpp
bench_ftup.cpp software healthy benchmarks/cpp/bench_ftup.cpp
lsp_test.cpp software healthy tools/visuall-lsp/tests/lsp_test.cpp
json_rpc.h software healthy tools/visuall-lsp/include/json_rpc.h
document_store.h software healthy tools/visuall-lsp/include/document_store.h
workspace_index.h software healthy tools/visuall-lsp/include/workspace_index.h

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

LabelLayerStatusPath
compute software healthy benchmarks/py/bench_direct_call.py:1
evens software healthy benchmarks/py/bench_generator.py:1
compute software healthy benchmarks/py/bench_class_call.py:2
process software healthy benchmarks/py/bench_class_call.py:4
count_primes software healthy benchmarks/py/bench_full.py:6
is_prime software healthy benchmarks/py/bench_full.py:7
build_tree_sum software healthy benchmarks/py/bench_full.py:21
collatz_steps software healthy benchmarks/py/bench_full.py:28
string_build software healthy benchmarks/py/bench_full.py:36
compute_pi software healthy benchmarks/py/bench_full.py:43
nested_loops software healthy benchmarks/py/bench_full.py:51
ackermann software healthy benchmarks/py/bench_full.py:58
gcd software healthy benchmarks/py/bench_full.py:63
gcd_sum software healthy benchmarks/py/bench_full.py:68
fibonacci software healthy benchmarks/py/bench_full.py:75
dist_bench software healthy benchmarks/py/bench_full.py:82
__init__ software healthy tools/fuzzing/gen_vsl.py:80
_push software healthy tools/fuzzing/gen_vsl.py:96
_pop software healthy tools/fuzzing/gen_vsl.py:99
_add_var software healthy tools/fuzzing/gen_vsl.py:102
_find_var software healthy tools/fuzzing/gen_vsl.py:105
_vars_of_type software healthy tools/fuzzing/gen_vsl.py:111
_any_var software healthy tools/fuzzing/gen_vsl.py:121
_fresh software healthy tools/fuzzing/gen_vsl.py:131
_ind software healthy tools/fuzzing/gen_vsl.py:135
_lit software healthy tools/fuzzing/gen_vsl.py:140
_expr software healthy tools/fuzzing/gen_vsl.py:155
_gen_bool_expr software healthy tools/fuzzing/gen_vsl.py:209
_gen_numeric_expr software healthy tools/fuzzing/gen_vsl.py:234
_gen_str_expr software healthy tools/fuzzing/gen_vsl.py:262
_stmt_kind software healthy tools/fuzzing/gen_vsl.py:288
_gen_assign software healthy tools/fuzzing/gen_vsl.py:309
_gen_print software healthy tools/fuzzing/gen_vsl.py:320
_gen_if software healthy tools/fuzzing/gen_vsl.py:325
_gen_while software healthy tools/fuzzing/gen_vsl.py:345
_gen_for software healthy tools/fuzzing/gen_vsl.py:354
_gen_funcdef software healthy tools/fuzzing/gen_vsl.py:364
_gen_classdef software healthy tools/fuzzing/gen_vsl.py:387
_gen_try software healthy tools/fuzzing/gen_vsl.py:409
_gen_match software healthy tools/fuzzing/gen_vsl.py:428
_gen_throw software healthy tools/fuzzing/gen_vsl.py:443
_gen_stmt software healthy tools/fuzzing/gen_vsl.py:446
generate software healthy tools/fuzzing/gen_vsl.py:470
main software healthy tools/fuzzing/gen_vsl.py:482
find_compiler software healthy tools/fuzzing/diff_fuzz.py:35
compile_and_run software healthy tools/fuzzing/diff_fuzz.py:52
interpret software healthy tools/fuzzing/diff_fuzz.py:97
normalize_output software healthy tools/fuzzing/diff_fuzz.py:110
run_iteration software healthy tools/fuzzing/diff_fuzz.py:115
main software healthy tools/fuzzing/diff_fuzz.py:156

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

LabelLayerStatusPath
tests software healthy tests
pkg_test software healthy tests/pkg_test
mathlib software healthy tests/pkg_test/mathlib
app software healthy tests/pkg_test/app
fuzzing software healthy tests/fuzzing
benchmarks software healthy benchmarks
py software healthy benchmarks/py
cpp software healthy benchmarks/cpp
tools software healthy tools
visuall-lsp software healthy tools/visuall-lsp
tests software healthy tools/visuall-lsp/tests
include software healthy tools/visuall-lsp/include
src software healthy tools/visuall-lsp/src
handlers software healthy tools/visuall-lsp/src/handlers
workspace software healthy tools/visuall-lsp/src/handlers/workspace
text_document software healthy tools/visuall-lsp/src/handlers/text_document
vslpkg software healthy tools/vslpkg
fuzzing software healthy tools/fuzzing
include software healthy include
stdlib software healthy stdlib
.github software healthy .github
ISSUE_TEMPLATE software healthy .github/ISSUE_TEMPLATE
workflows software healthy .github/workflows
src software healthy src

LabelLayerStatusPath
Calc software healthy benchmarks/py/bench_class_call.py:1
T software healthy tools/fuzzing/gen_vsl.py:19
VslGenerator software healthy tools/fuzzing/gen_vsl.py:46
Token software healthy tools/fuzzing/interpreter.py:34
Parser software healthy tools/fuzzing/interpreter.py:178
ReturnSignal software healthy tools/fuzzing/interpreter.py:494
BreakSignal software healthy tools/fuzzing/interpreter.py:499
ContinueSignal software healthy tools/fuzzing/interpreter.py:503
InterpreterError software healthy tools/fuzzing/interpreter.py:507
Interpreter software healthy tools/fuzzing/interpreter.py:511

LabelLayerStatusPath
build-ubuntu cicd healthy .github/workflows/ci.yml
build-windows cicd healthy .github/workflows/ci.yml
fuzz-ubuntu cicd healthy .github/workflows/ci.yml
e2e-windows cicd healthy .github/workflows/ci.yml
version-check cicd healthy .github/workflows/ci.yml
release cicd healthy .github/workflows/ci.yml

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

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml
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/9147f647-5727-4169-af2d-e6bdc2a595ba/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9147f647-5727-4169-af2d-e6bdc2a595ba/

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.