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.

schiffy91/btrc

https://github.com/schiffy91/btrc · scanned 2026-06-16 00:04 UTC (2 months, 3 weeks ago)

31 raw signals (0 security + 31 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 29 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

All 3055 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
_user_position_offset software healthy src/compiler/python/frontend.py:67
map_line software healthy src/compiler/python/frontend.py:71
map_diag_line software healthy src/compiler/python/frontend.py:93
__init__ software healthy src/compiler/python/frontend.py:146
_timed software healthy src/compiler/python/frontend.py:151
_cached_stdlib_decls software healthy src/compiler/python/frontend.py:156
_defined_stdlib_names software healthy src/compiler/python/frontend.py:185
_get_stdlib_dir software healthy src/compiler/python/frontend.py:189
_discover_stdlib_files software healthy src/compiler/python/frontend.py:196
get_stdlib_source software healthy src/compiler/python/frontend.py:223
_stdlib_file_source software healthy src/compiler/python/frontend.py:228
get_stdlib_source_mapped software healthy src/compiler/python/frontend.py:246
_find_stdlib_file software healthy src/compiler/python/frontend.py:268
_resolve_include_path software healthy src/compiler/python/frontend.py:285
_stdlib_glob_paths software healthy src/compiler/python/frontend.py:301
_stdlib_module_path software healthy src/compiler/python/frontend.py:306
_relative_import_paths software healthy src/compiler/python/frontend.py:319
import_spec_paths software healthy src/compiler/python/frontend.py:357
_inline_paths software healthy src/compiler/python/frontend.py:391
_resolve_traced software healthy src/compiler/python/frontend.py:405
_resolve_includes_mapped software healthy src/compiler/python/frontend.py:446
resolve_includes software healthy src/compiler/python/frontend.py:474
resolve_includes_traced software healthy src/compiler/python/frontend.py:505
resolve_frontend_source software healthy src/compiler/python/frontend.py:520
uses_stdlib_ast_cache software healthy src/compiler/python/frontend.py:562
_stamp_decl_files software healthy src/compiler/python/frontend.py:580
lex_parse_frontend_source software healthy src/compiler/python/frontend.py:588
analyze_frontend_program software healthy src/compiler/python/frontend.py:648
compile_frontend software dead src/compiler/python/frontend.py:660
_cache_key software healthy src/compiler/python/disk_cache.py:22
get_cached software healthy src/compiler/python/disk_cache.py:28
store software healthy src/compiler/python/disk_cache.py:42
read_string software healthy src/compiler/python/lexer_literals.py:13
read_char software healthy src/compiler/python/lexer_literals.py:69
read_number software healthy src/compiler/python/lexer_literals.py:91
read_fstring software healthy src/compiler/python/lexer_literals.py:174
_consume_int_suffix software healthy src/compiler/python/lexer_literals.py:212
_is_hex_digit software healthy src/compiler/python/lexer_literals.py:233
_python_files_under software healthy src/compiler/python/cache_keys.py:44
_toolchain_files software healthy src/compiler/python/cache_keys.py:58
_hash_paths software healthy src/compiler/python/cache_keys.py:75
toolchain_hash software healthy src/compiler/python/cache_keys.py:88
_user_cache_root software healthy src/compiler/python/cache_keys.py:98
resolve_cache_dir software healthy src/compiler/python/cache_keys.py:106
__repr__ software healthy src/compiler/python/tokens.py:153
_build_keyword_table software healthy src/compiler/python/tokens.py:157
_build_operator_table software healthy src/compiler/python/tokens.py:175
_build_annotation_table software healthy src/compiler/python/tokens.py:193
_decl_name software healthy src/compiler/python/import_visibility.py:31
_line_file software healthy src/compiler/python/import_visibility.py:37

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

LabelLayerStatusPath
FrontendSource software healthy src/compiler/python/frontend.py:55
StdlibSource software healthy src/compiler/python/frontend.py:113
FrontendParseResult software healthy src/compiler/python/frontend.py:119
FrontendResult software healthy src/compiler/python/frontend.py:128
FrontendVisibilityError software healthy src/compiler/python/frontend.py:143
StringMethod software healthy src/compiler/python/string_methods.py:24
Program software healthy src/compiler/python/ast_nodes.py:15
PreprocessorDirective software healthy src/compiler/python/ast_nodes.py:20
ImportDecl software healthy src/compiler/python/ast_nodes.py:28
ClassDecl software healthy src/compiler/python/ast_nodes.py:36
InterfaceDecl software healthy src/compiler/python/ast_nodes.py:51
FunctionDecl software healthy src/compiler/python/ast_nodes.py:64
StructDecl software healthy src/compiler/python/ast_nodes.py:79
EnumDecl software healthy src/compiler/python/ast_nodes.py:90
RichEnumDecl software healthy src/compiler/python/ast_nodes.py:101
TypedefDecl software healthy src/compiler/python/ast_nodes.py:112
StdGlob software healthy src/compiler/python/ast_nodes.py:123
StdModules software healthy src/compiler/python/ast_nodes.py:128
PackagePath software healthy src/compiler/python/ast_nodes.py:133
RelativePath software healthy src/compiler/python/ast_nodes.py:138
QuotedPath software healthy src/compiler/python/ast_nodes.py:143
TypeExpr software healthy src/compiler/python/ast_nodes.py:148
Param software healthy src/compiler/python/ast_nodes.py:164
FieldDecl software healthy src/compiler/python/ast_nodes.py:176
MethodDecl software healthy src/compiler/python/ast_nodes.py:188
PropertyDecl software healthy src/compiler/python/ast_nodes.py:205
MethodSig software healthy src/compiler/python/ast_nodes.py:220
EnumValue software healthy src/compiler/python/ast_nodes.py:232
RichEnumVariant software healthy src/compiler/python/ast_nodes.py:240
FieldDef software healthy src/compiler/python/ast_nodes.py:248
Block software healthy src/compiler/python/ast_nodes.py:256
VarDeclStmt software healthy src/compiler/python/ast_nodes.py:263
ReturnStmt software healthy src/compiler/python/ast_nodes.py:274
IfStmt software healthy src/compiler/python/ast_nodes.py:281
WhileStmt software healthy src/compiler/python/ast_nodes.py:290
DoWhileStmt software healthy src/compiler/python/ast_nodes.py:298
ForInStmt software healthy src/compiler/python/ast_nodes.py:306
CForStmt software healthy src/compiler/python/ast_nodes.py:316
ParallelForStmt software healthy src/compiler/python/ast_nodes.py:326
SwitchStmt software healthy src/compiler/python/ast_nodes.py:335
BreakStmt software healthy src/compiler/python/ast_nodes.py:343
ContinueStmt software healthy src/compiler/python/ast_nodes.py:349
ExprStmt software healthy src/compiler/python/ast_nodes.py:355
DeleteStmt software healthy src/compiler/python/ast_nodes.py:362
TryCatchStmt software healthy src/compiler/python/ast_nodes.py:369
ThrowStmt software healthy src/compiler/python/ast_nodes.py:380
KeepStmt software healthy src/compiler/python/ast_nodes.py:387
ReleaseStmt software healthy src/compiler/python/ast_nodes.py:394
ElseBlock software healthy src/compiler/python/ast_nodes.py:401
ElseIf software healthy src/compiler/python/ast_nodes.py:406

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

LabelLayerStatusPath
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
pyproject.toml software healthy pyproject.toml
Makefile software healthy Makefile
AGENTS.md software healthy AGENTS.md
lsp-v2.md software healthy docs/design/lsp-v2.md
precompiled-stdlib.md software healthy docs/design/precompiled-stdlib.md
remediation-plan.md software healthy docs/design/remediation-plan.md
Makefile software healthy bench/Makefile
Makefile software healthy examples/Makefile
Makefile software healthy examples/tray/Makefile
Makefile software healthy examples/triangle/Makefile
Makefile software healthy examples/gui/Makefile
Makefile software healthy examples/sgd/Makefile
Makefile software healthy examples/game/Makefile
Makefile software healthy examples/todo/Makefile
ci.yml software healthy .github/workflows/ci.yml
frontend.py software healthy src/compiler/python/frontend.py
disk_cache.py software healthy src/compiler/python/disk_cache.py
string_methods.py software healthy src/compiler/python/string_methods.py
lexer_literals.py software healthy src/compiler/python/lexer_literals.py
cache_keys.py software healthy src/compiler/python/cache_keys.py
ast_nodes.py software healthy src/compiler/python/ast_nodes.py
tokens.py software healthy src/compiler/python/tokens.py
import_visibility.py software healthy src/compiler/python/import_visibility.py
import_scan.py software healthy src/compiler/python/import_scan.py
ebnf.py software healthy src/compiler/python/ebnf.py
main.py software healthy src/compiler/python/main.py
stdlib_archive.py software healthy src/compiler/python/stdlib_archive.py
lexer.py software healthy src/compiler/python/lexer.py
pkg.py software healthy src/compiler/python/pkg.py
test_codegen.py software healthy src/compiler/python/tests/test_codegen.py
test_arc_whitebox.py software healthy src/compiler/python/tests/test_arc_whitebox.py
test_codegen_casts_arc.py software healthy src/compiler/python/tests/test_codegen_casts_arc.py
test_asdl_roundtrip.py software healthy src/compiler/python/tests/test_asdl_roundtrip.py
test_fstring_once.py software healthy src/compiler/python/tests/test_fstring_once.py
test_truth_sweep.py software healthy src/compiler/python/tests/test_truth_sweep.py
conftest.py software healthy src/compiler/python/tests/conftest.py
test_analyzer_more.py software healthy src/compiler/python/tests/test_analyzer_more.py
test_import_decl.py software healthy src/compiler/python/tests/test_import_decl.py
test_types_whitebox.py software healthy src/compiler/python/tests/test_types_whitebox.py
test_codegen_trycatch_detect.py software healthy src/compiler/python/tests/test_codegen_trycatch_detect.py
test_codegen_method_dispatch.py software healthy src/compiler/python/tests/test_codegen_method_dispatch.py
test_parser.py software healthy src/compiler/python/tests/test_parser.py
test_parser_more.py software healthy src/compiler/python/tests/test_parser_more.py
test_wgsl_whitebox.py software healthy src/compiler/python/tests/test_wgsl_whitebox.py
test_s0_analyzer.py software healthy src/compiler/python/tests/test_s0_analyzer.py
test_analyzer_deep.py software healthy src/compiler/python/tests/test_analyzer_deep.py
test_codegen_lowering_errors.py software healthy src/compiler/python/tests/test_codegen_lowering_errors.py
test_emitter_whitebox.py software healthy src/compiler/python/tests/test_emitter_whitebox.py

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

LabelLayerStatusPath
docs software healthy docs
design software healthy docs/design
bench software healthy bench
examples software healthy examples
tray software healthy examples/tray
triangle software healthy examples/triangle
gui software healthy examples/gui
sgd software healthy examples/sgd
game software healthy examples/game
todo software healthy examples/todo
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
compiler software healthy src/compiler
python software healthy src/compiler/python
tests software healthy src/compiler/python/tests
analyzer software healthy src/compiler/python/analyzer
ir software healthy src/compiler/python/ir
gen software healthy src/compiler/python/ir/gen
generics software healthy src/compiler/python/ir/gen/generics
helpers software healthy src/compiler/python/ir/helpers
parser software healthy src/compiler/python/parser
language software healthy src/language
ast software healthy src/language/ast
tests software healthy src/tests
devex software healthy src/devex
ext software healthy src/devex/ext
test software healthy src/devex/ext/test
scripts software healthy src/devex/ext/scripts
syntaxes software healthy src/devex/ext/syntaxes
src software healthy src/devex/ext/src
lsp software healthy src/devex/lsp
tests software healthy src/devex/lsp/tests
stdlib software healthy src/stdlib
tray software healthy src/stdlib/tray
gui software healthy src/stdlib/gui
gpu software healthy src/stdlib/gpu

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

LabelLayerStatusPath
7.13.2.1 network healthy src/compiler/python/ir/gen/control_flow.py

LabelLayerStatusPath
gpu (detected) hardware healthy README.md

LabelLayerStatusPath
vps::azure hardware healthy src/devex/ext/package-lock.json

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
test 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/e186caf3-8be5-4f5e-b11b-3275a39e2a63/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e186caf3-8be5-4f5e-b11b-3275a39e2a63/

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.