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.

sputnicyoji/coderepomap

https://github.com/sputnicyoji/coderepomap · scanned 2026-06-16 00:20 UTC (2 months, 2 weeks ago)

21 raw signals (0 security + 21 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 21 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 624 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
send_notification software healthy coderepomap/notifier.py:19
_send_windows_notification software healthy coderepomap/notifier.py:45
_send_macos_notification software healthy coderepomap/notifier.py:100
_send_linux_notification software healthy coderepomap/notifier.py:126
create_windows_notify_script software healthy coderepomap/notifier.py:146
__init__ software healthy coderepomap/ranker.py:223
add_symbol software healthy coderepomap/ranker.py:54
add_reference software healthy coderepomap/ranker.py:75
compute_ranks software healthy coderepomap/ranker.py:89
_compute_simple_ranks software healthy coderepomap/ranker.py:119
get_ranked_symbols software healthy coderepomap/ranker.py:139
get_file_ranks software healthy coderepomap/ranker.py:164
get_module_ranks software healthy coderepomap/ranker.py:181
get_stats software healthy coderepomap/ranker.py:200
add_module software dead coderepomap/ranker.py:227
add_module_class software dead coderepomap/ranker.py:236
add_module_dependency software dead coderepomap/ranker.py:241
get_ranked_modules software dead coderepomap/ranker.py:245
__init__ software healthy coderepomap/typescript/parser.py:113
_init_parser software healthy coderepomap/typescript/parser.py:121
parse_file software healthy coderepomap/typescript/parser.py:152
_emit_structural_symbols software healthy coderepomap/typescript/parser.py:178
_resolve_relative_module software healthy coderepomap/typescript/parser.py:216
_parse_with_ts software healthy coderepomap/typescript/parser.py:250
_decl_names software healthy coderepomap/typescript/parser.py:354
_emit_declaration software healthy coderepomap/typescript/parser.py:388
_emit_class software healthy coderepomap/typescript/parser.py:403
_emit_class_members software healthy coderepomap/typescript/parser.py:452
_emit_interface software healthy coderepomap/typescript/parser.py:523
_emit_function software healthy coderepomap/typescript/parser.py:583
_emit_variable_decl software healthy coderepomap/typescript/parser.py:610
_emit_type_alias software healthy coderepomap/typescript/parser.py:651
_emit_enum software healthy coderepomap/typescript/parser.py:670
_handle_import software healthy coderepomap/typescript/parser.py:691
_handle_reexport software healthy coderepomap/typescript/parser.py:796
_emit_heritage_ref software healthy coderepomap/typescript/parser.py:841
_heritage_target software healthy coderepomap/typescript/parser.py:866
_named_type_text software healthy coderepomap/typescript/parser.py:877
_walk_body software healthy coderepomap/typescript/parser.py:906
_walk_node software healthy coderepomap/typescript/parser.py:917
_ref_target_for_name software healthy coderepomap/typescript/parser.py:930
_handle_call_expr software healthy coderepomap/typescript/parser.py:941
_handle_new_expr software healthy coderepomap/typescript/parser.py:974
_parse_with_regex software healthy coderepomap/typescript/parser.py:1001
_emit software healthy coderepomap/typescript/parser.py:1016
_text software healthy coderepomap/typescript/parser.py:1106
_line software healthy coderepomap/typescript/parser.py:1113
_squash software healthy coderepomap/typescript/parser.py:1117
_truncate software healthy coderepomap/typescript/parser.py:1121
_string_text software healthy coderepomap/typescript/parser.py:1124

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

LabelLayerStatusPath
README.zh-CN.md software healthy README.zh-CN.md
progress.md software healthy progress.md
README.ja.md software healthy README.ja.md
README.md software healthy README.md
pyproject.toml software healthy pyproject.toml
LICENSE software healthy LICENSE
changelog.md software healthy changelog.md
parser.py software healthy coderepomap/parser.py
__init__.py software healthy coderepomap/__init__.py
cli.py software healthy coderepomap/cli.py
generator.py software healthy coderepomap/generator.py
__main__.py software healthy coderepomap/__main__.py
notifier.py software healthy coderepomap/notifier.py
ranker.py software healthy coderepomap/ranker.py
config.generic.yaml software healthy coderepomap/templates/config.generic.yaml
parser.py software healthy coderepomap/typescript/parser.py
__init__.py software healthy coderepomap/typescript/__init__.py
config.typescript.yaml software healthy coderepomap/typescript/templates/config.typescript.yaml
parser.py software healthy coderepomap/csharp/parser.py
__init__.py software healthy coderepomap/csharp/__init__.py
config.csharp.yaml software healthy coderepomap/csharp/templates/config.csharp.yaml
config.unity.yaml software healthy coderepomap/csharp/templates/config.unity.yaml
parser.py software healthy coderepomap/lua/parser.py
__init__.py software healthy coderepomap/lua/__init__.py
config.lua.yaml software healthy coderepomap/lua/templates/config.lua.yaml
crosslang.py software healthy coderepomap/core/crosslang.py
identity.py software healthy coderepomap/core/identity.py
__init__.py software healthy coderepomap/core/__init__.py
registry.py software healthy coderepomap/core/registry.py
graph_builder.py software healthy coderepomap/core/graph_builder.py
renderer.py software healthy coderepomap/core/renderer.py
cli.py software healthy coderepomap/core/cli.py
parser_base.py software healthy coderepomap/core/parser_base.py
source_discovery.py software healthy coderepomap/core/source_discovery.py
generator.py software healthy coderepomap/core/generator.py
ranker.py software healthy coderepomap/core/ranker.py
parser.py software healthy coderepomap/go/parser.py
__init__.py software healthy coderepomap/go/__init__.py
config.go.yaml software healthy coderepomap/go/templates/config.go.yaml
test_generator_baseline.py software healthy tests/test_generator_baseline.py
__init__.py software healthy tests/__init__.py
test_csharp_parser_baseline.py software healthy tests/test_csharp_parser_baseline.py
test_review_regressions_phase2.py software healthy tests/test_review_regressions_phase2.py
test_typescript_parser.py software healthy tests/test_typescript_parser.py
test_lua_parser.py software healthy tests/test_lua_parser.py
test_go_generate.py software healthy tests/test_go_generate.py
generate_baseline.py software healthy tests/generate_baseline.py
test_source_discovery_schema.py software healthy tests/test_source_discovery_schema.py
test_typescript_generate.py software healthy tests/test_typescript_generate.py
test_cli.py software healthy tests/test_cli.py

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

LabelLayerStatusPath
coderepomap software healthy coderepomap
templates software healthy coderepomap/templates
typescript software healthy coderepomap/typescript
templates software healthy coderepomap/typescript/templates
csharp software healthy coderepomap/csharp
templates software healthy coderepomap/csharp/templates
lua software healthy coderepomap/lua
templates software healthy coderepomap/lua/templates
core software healthy coderepomap/core
go software healthy coderepomap/go
templates software healthy coderepomap/go/templates
tests software healthy tests
baseline software healthy tests/baseline
golden software healthy tests/baseline/golden
fixtures software healthy tests/fixtures
u3d_mixed software healthy tests/fixtures/u3d_mixed
Assets software healthy tests/fixtures/u3d_mixed/Assets
Scripts software healthy tests/fixtures/u3d_mixed/Assets/Scripts
typescript software healthy tests/fixtures/typescript
simple_project software healthy tests/fixtures/typescript/simple_project
utils software healthy tests/fixtures/typescript/simple_project/utils
services software healthy tests/fixtures/typescript/simple_project/services
csharp software healthy tests/fixtures/csharp
basic software healthy tests/fixtures/csharp/basic
go software healthy tests/fixtures/go
simple_project software healthy tests/fixtures/go/simple_project
pkg software healthy tests/fixtures/go/simple_project/pkg
handler software healthy tests/fixtures/go/simple_project/pkg/handler
service software healthy tests/fixtures/go/simple_project/pkg/service
skills software healthy skills
repomap software healthy skills/repomap

LabelLayerStatusPath
PageRankRanker software healthy coderepomap/ranker.py:33
ModuleRanker software healthy coderepomap/ranker.py:217
_ImportBinding software healthy coderepomap/typescript/parser.py:37
TypeScriptParser software healthy coderepomap/typescript/parser.py:65
_WalkContext software healthy coderepomap/typescript/parser.py:1181
LegacySymbol software healthy coderepomap/csharp/parser.py:22
LegacyReference software healthy coderepomap/csharp/parser.py:42
LegacyCSharpParser software healthy coderepomap/csharp/parser.py:50
CSharpParser software healthy coderepomap/csharp/parser.py:720
Alias software healthy coderepomap/lua/parser.py:49
LuaParser software healthy coderepomap/lua/parser.py:57
Symbol software healthy coderepomap/core/parser_base.py:31
Reference software healthy coderepomap/core/parser_base.py:52
LanguageParser software healthy coderepomap/core/parser_base.py:73
SourceFile software healthy coderepomap/core/source_discovery.py:35
RepoMapGenerator software healthy coderepomap/core/generator.py:47
PageRankRanker software healthy coderepomap/core/ranker.py:42
_ImportEntry software healthy coderepomap/go/parser.py:31
GoParser software healthy coderepomap/go/parser.py:41
RaisingParser software healthy tests/test_review_regressions_phase2.py:208
_ProbeGoParser software healthy tests/test_core_ranker.py:234
_FunOnlyParser software healthy tests/test_core_ranker.py:301
FailingParser software healthy tests/test_go_parser.py:406
_StubParser software healthy tests/test_core_parser_base.py:157
_OtherStub software healthy tests/test_core_parser_base.py:205
_Probe software healthy tests/test_core_parser_base.py:233
BaseService software healthy tests/fixtures/typescript/simple_project/services/base.ts:B…
UserService software healthy tests/fixtures/typescript/simple_project/services/user-serv…

LabelLayerStatusPath
repobility-clone-mw0ol2dt software healthy /tmp/repobility-clone-mw0ol2dt
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/a6cf283d-a4e9-4899-a035-fb847af588ce/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a6cf283d-a4e9-4899-a035-fb847af588ce/

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.