https://github.com/voces/vl
· scanned 2026-06-16 00:52 UTC (2 months, 1 week ago)
148 raw signals (0 security + 148 graph)
Last scanned 2 months, 1 week ago · v1 · 140 actionable findings from 1 signal source. 8 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 1556 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 |
|---|---|---|---|
declaration |
software | healthy | compiler/symbols.ts:declaration |
span |
software | healthy | compiler/symbols.ts:span |
posLE |
software | healthy | compiler/symbols.ts:posLE |
spanContains |
software | healthy | compiler/symbols.ts:spanContains |
spanShorter |
software | healthy | compiler/symbols.ts:spanShorter |
scopeTighter |
software | healthy | compiler/symbols.ts:scopeTighter |
parseProgram |
software | healthy | compiler/parser.ts:parseProgram |
declareBinding |
software | healthy | compiler/parser.ts:declareBinding |
resolveBinding |
software | healthy | compiler/parser.ts:resolveBinding |
checkRebind |
software | healthy | compiler/parser.ts:checkRebind |
recordUse |
software | healthy | compiler/parser.ts:recordUse |
markAssigned |
software | healthy | compiler/parser.ts:markAssigned |
checkRead |
software | healthy | compiler/parser.ts:checkRead |
snapshotFlow |
software | healthy | compiler/parser.ts:snapshotFlow |
restoreFlow |
software | healthy | compiler/parser.ts:restoreFlow |
joinFlow |
software | healthy | compiler/parser.ts:joinFlow |
span |
software | healthy | compiler/parser.ts:span |
stampScope |
software | healthy | compiler/parser.ts:stampScope |
reportUnresolvedBindings |
software | healthy | compiler/parser.ts:reportUnresolvedBindings |
body |
software | healthy | compiler/parser.ts:body |
names |
software | healthy | compiler/parser.ts:names |
declared |
software | healthy | compiler/parser.ts:declared |
being |
software | healthy | compiler/parser.ts:being |
already |
software | healthy | compiler/parser.ts:already |
may |
software | healthy | compiler/parser.ts:may |
whose |
software | healthy | compiler/parser.ts:whose |
emptyReturn |
software | healthy | compiler/parser.ts:emptyReturn |
peek |
software | healthy | compiler/parser.ts:peek |
at |
software | healthy | compiler/parser.ts:at |
atEnd |
software | healthy | compiler/parser.ts:atEnd |
next |
software | healthy | compiler/parser.ts:next |
prev |
software | healthy | compiler/parser.ts:prev |
expect |
software | healthy | compiler/parser.ts:expect |
atSoft |
software | healthy | compiler/parser.ts:atSoft |
expectSoft |
software | healthy | compiler/parser.ts:expectSoft |
skipNewlines |
software | healthy | compiler/parser.ts:skipNewlines |
spanOf |
software | healthy | compiler/parser.ts:spanOf |
between |
software | healthy | compiler/parser.ts:between |
spanFrom |
software | healthy | compiler/parser.ts:spanFrom |
ctxOf |
software | healthy | compiler/parser.ts:ctxOf |
parseType |
software | healthy | compiler/parser.ts:parseType |
parseIntersectionType |
software | healthy | compiler/parser.ts:parseIntersectionType |
selfRefOf |
software | healthy | compiler/parser.ts:selfRefOf |
parseArrayType |
software | healthy | compiler/parser.ts:parseArrayType |
parseTypeArgs |
software | healthy | compiler/parser.ts:parseTypeArgs |
applyGenericAlias |
software | healthy | compiler/parser.ts:applyGenericAlias |
parseTypePrimary |
software | healthy | compiler/parser.ts:parseTypePrimary |
parseObjectType |
software | healthy | compiler/parser.ts:parseObjectType |
shiftAt |
software | healthy | compiler/parser.ts:shiftAt |
adj |
software | healthy | compiler/parser.ts:adj |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
deno.json |
software | healthy | deno.json |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
ROADMAP.md |
software | healthy | ROADMAP.md |
AGENTS.md |
software | healthy | AGENTS.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
DECISIONS.md |
software | healthy | DECISIONS.md |
symbols.ts |
software | healthy | compiler/symbols.ts |
parser.ts |
software | healthy | compiler/parser.ts |
ast.ts |
software | healthy | compiler/ast.ts |
toWasm.ts |
software | healthy | compiler/toWasm.ts |
buildCache.ts |
software | healthy | compiler/buildCache.ts |
compile.ts |
software | healthy | compiler/compile.ts |
lexer.ts |
software | healthy | compiler/lexer.ts |
wasmDebug.ts |
software | healthy | compiler/wasmDebug.ts |
format.ts |
software | healthy | compiler/format.ts |
wasmBuiltins.ts |
software | healthy | compiler/wasmBuiltins.ts |
cli.ts |
software | healthy | compiler/cli.ts |
state.ts |
software | healthy | compiler/state.ts |
toAST.ts |
software | healthy | compiler/toAST.ts |
wasmType.ts |
software | healthy | compiler/wasmType.ts |
typecheck.ts |
software | healthy | compiler/typecheck.ts |
lint.ts |
software | healthy | compiler/lint.ts |
defaultScope.ts |
software | healthy | compiler/defaultScope.ts |
diagnostics.ts |
software | healthy | compiler/diagnostics.ts |
moduleRewrite.ts |
software | healthy | compiler/moduleRewrite.ts |
modules.ts |
software | healthy | compiler/modules.ts |
lists.ts |
software | healthy | compiler/builtins/lists.ts |
strings.ts |
software | healthy | compiler/builtins/strings.ts |
maps.ts |
software | healthy | compiler/builtins/maps.ts |
README.md |
software | healthy | playground/README.md |
index.html |
software | healthy | playground/index.html |
build.ts |
software | healthy | playground/build.ts |
serve.ts |
software | healthy | playground/serve.ts |
verify.ts |
software | healthy | playground/verify.ts |
samples.ts |
software | healthy | playground/src/samples.ts |
share.ts |
software | healthy | playground/src/share.ts |
playground.ts |
software | healthy | playground/src/playground.ts |
main.ts |
software | healthy | playground/src/main.ts |
lspAdapter.ts |
software | healthy | playground/src/lspAdapter.ts |
projects.ts |
software | healthy | playground/src/projects.ts |
wasmCheckerBrowser.ts |
software | healthy | playground/src/wasmCheckerBrowser.ts |
index.ts |
software | healthy | reference/ts-interpreter/index.ts |
execute.ts |
software | healthy | reference/ts-interpreter/execute.ts |
expressions.test.ts |
software | healthy | reference/ts-interpreter/test/expressions.test.ts |
init-firewall.sh |
software | healthy | .devcontainer/init-firewall.sh |
README.md |
software | healthy | .devcontainer/README.md |
devcontainer.json |
software | healthy | .devcontainer/devcontainer.json |
Dockerfile |
software | healthy | .devcontainer/Dockerfile |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
compiler |
software | healthy | compiler |
builtins |
software | healthy | compiler/builtins |
playground |
software | healthy | playground |
src |
software | healthy | playground/src |
reference |
software | healthy | reference |
ts-interpreter |
software | healthy | reference/ts-interpreter |
test |
software | healthy | reference/ts-interpreter/test |
.devcontainer |
software | healthy | .devcontainer |
tests |
software | healthy | tests |
selfhost |
software | healthy | tests/selfhost |
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
vl-host |
software | healthy | scripts/vl-host |
src |
software | healthy | scripts/vl-host/src |
Formula |
software | healthy | Formula |
.claude |
software | healthy | .claude |
lsp |
software | healthy | lsp |
syntaxes |
software | healthy | lsp/syntaxes |
src |
software | healthy | lsp/src |
std |
software | healthy | std |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
SymbolTable |
software | healthy | compiler/symbols.ts:SymbolTable |
VLRuntimeError |
software | healthy | compiler/compile.ts:VLRuntimeError |
excludes |
software | healthy | compiler/lexer.ts:excludes |
Printer |
software | healthy | compiler/format.ts:Printer |
the |
software | healthy | lsp/src/typeFeatures.ts:the |
and |
software | healthy | lsp/src/wasmChecker.ts:and |
| Label | Layer | Status | Path |
|---|---|---|---|
ci |
cicd | healthy | .github/workflows/ci.yml |
ci-native |
cicd | healthy | .github/workflows/ci.yml |
build |
cicd | healthy | .github/workflows/release.yml |
build |
cicd | healthy | .github/workflows/pages.yml |
deploy |
cicd | healthy | .github/workflows/pages.yml |
publish-seed |
cicd | healthy | .github/workflows/publish-seed.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
gha::pages |
cicd | healthy | .github/workflows/pages.yml |
gha::publish-seed |
cicd | healthy | .github/workflows/publish-seed.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-uwg63wc2 |
software | healthy | /tmp/repobility-clone-uwg63wc2 |
| Label | Layer | Status | Path |
|---|---|---|---|
image::.devcontainer/Dockerfile |
hardware | healthy | .devcontainer/Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
VL_SEED_TAG |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/f992461d-2aaa-43dc-a23b-c0b34f976b7f/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/f992461d-2aaa-43dc-a23b-c0b34f976b7f/
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.