https://github.com/RyuuNeko1107/ja-furigana
· scanned 2026-06-15 23:58 UTC (2 months, 3 weeks ago)
37 raw signals (0 security + 37 graph)
Last scanned 2 months, 3 weeks ago · v1 · 19 actionable findings from 1 signal source. 18 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 176 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 |
|---|---|---|---|
Cargo.toml |
software | healthy | Cargo.toml |
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
Dockerfile |
software | healthy | Dockerfile |
MIGRATION.md |
software | healthy | MIGRATION.md |
LICENSE |
software | healthy | LICENSE |
Cargo.lock |
software | healthy | Cargo.lock |
SECURITY.md |
software | healthy | SECURITY.md |
NOTICE.md |
software | healthy | NOTICE.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
MAINTAINING.md |
software | healthy | MAINTAINING.md |
about.toml |
software | healthy | about.toml |
ARCHITECTURE.md |
software | healthy | docs/ARCHITECTURE.md |
HTTP_API.md |
software | healthy | docs/HTTP_API.md |
DATA_LAYOUT.md |
software | healthy | docs/DATA_LAYOUT.md |
ROADMAP.md |
software | healthy | docs/ROADMAP.md |
CONFIG.md |
software | healthy | docs/CONFIG.md |
disambiguation-ml.md |
software | healthy | docs/PROPOSALS/disambiguation-ml.md |
intonation.md |
software | healthy | docs/PROPOSALS/intonation.md |
scoring-engine.md |
software | healthy | docs/PROPOSALS/scoring-engine.md |
scoring-engine-v15.md |
software | healthy | docs/PROPOSALS/scoring-engine-v15.md |
Cargo.toml |
software | healthy | crates/furigana/Cargo.toml |
README.md |
software | healthy | crates/furigana/README.md |
load_real_data.rs |
software | healthy | crates/furigana/tests/load_real_data.rs |
scales.toml |
software | healthy | crates/furigana/tests/fixtures/rules/scales.toml |
symbols.toml |
software | healthy | crates/furigana/tests/fixtures/rules/symbols.toml |
units.toml |
software | healthy | crates/furigana/tests/fixtures/rules/units.toml |
numeric_phrases.toml |
software | healthy | crates/furigana/tests/fixtures/rules/numeric_phrases.toml |
context.toml |
software | healthy | crates/furigana/tests/fixtures/rules/context.toml |
days.toml |
software | healthy | crates/furigana/tests/fixtures/rules/days.toml |
counters.toml |
software | healthy | crates/furigana/tests/fixtures/rules/counters.toml |
basic.rs |
software | healthy | crates/furigana/examples/basic.rs |
analyze_inspect.rs |
software | healthy | crates/furigana/examples/analyze_inspect.rs |
builder.rs |
software | healthy | crates/furigana/examples/builder.rs |
analyzer.rs |
software | healthy | crates/furigana/src/analyzer.rs |
error.rs |
software | healthy | crates/furigana/src/error.rs |
lib.rs |
software | healthy | crates/furigana/src/lib.rs |
dict.rs |
software | healthy | crates/furigana/src/dict.rs |
kana.rs |
software | healthy | crates/furigana/src/kana.rs |
char_class.rs |
software | healthy | crates/furigana/src/char_class.rs |
tts.rs |
software | healthy | crates/furigana/src/tts.rs |
sanitize.rs |
software | healthy | crates/furigana/src/sanitize.rs |
loader.rs |
software | healthy | crates/furigana/src/loader.rs |
embedded.rs |
software | healthy | crates/furigana/src/embedded.rs |
romaji.rs |
software | healthy | crates/furigana/src/romaji.rs |
api.rs |
software | healthy | crates/furigana/src/api.rs |
mod.rs |
software | healthy | crates/furigana/src/reading/mod.rs |
output.rs |
software | healthy | crates/furigana/src/reading/output.rs |
numeric_phrases.rs |
software | healthy | crates/furigana/src/rules/numeric_phrases.rs |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
PROPOSALS |
software | healthy | docs/PROPOSALS |
crates |
software | healthy | crates |
furigana |
software | healthy | crates/furigana |
tests |
software | healthy | crates/furigana/tests |
fixtures |
software | healthy | crates/furigana/tests/fixtures |
rules |
software | healthy | crates/furigana/tests/fixtures/rules |
examples |
software | healthy | crates/furigana/examples |
src |
software | healthy | crates/furigana/src |
reading |
software | healthy | crates/furigana/src/reading |
rules |
software | healthy | crates/furigana/src/rules |
scoring |
software | healthy | crates/furigana/src/scoring |
numbers |
software | healthy | crates/furigana/src/scoring/numbers |
numbers |
software | healthy | crates/furigana/src/numbers |
benches |
software | healthy | crates/furigana/benches |
furigana-cli |
software | healthy | crates/furigana-cli |
src |
software | healthy | crates/furigana-cli/src |
commands |
software | healthy | crates/furigana-cli/src/commands |
serve |
software | healthy | crates/furigana-cli/src/commands/serve |
examples |
software | healthy | examples |
clients |
software | healthy | examples/clients |
curl |
software | healthy | examples/clients/curl |
nodejs |
software | healthy | examples/clients/nodejs |
python |
software | healthy | examples/clients/python |
tools |
software | healthy | tools |
.github |
software | healthy | .github |
ISSUE_TEMPLATE |
software | healthy | .github/ISSUE_TEMPLATE |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
headers |
software | healthy | examples/clients/nodejs/example.mjs:headers |
healthz |
software | healthy | examples/clients/nodejs/example.mjs:healthz |
lookup |
software | healthy | examples/clients/nodejs/example.mjs:lookup |
main |
software | healthy | examples/clients/nodejs/example.mjs:main |
_headers |
software | healthy | examples/clients/python/example.py:21 |
healthz |
software | healthy | examples/clients/python/example.py:28 |
lookup |
software | healthy | examples/clients/python/example.py:35 |
main |
software | healthy | examples/clients/python/example.py:58 |
setup |
software | healthy | tools/k6_loadtest.js:setup |
find_binary |
software | healthy | tools/check_samples.py:38 |
run |
software | healthy | tools/check_samples.py:56 |
main |
software | healthy | tools/check_samples.py:77 |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
cicd | healthy | .github/workflows/ci.yml |
test-macos |
cicd | healthy | .github/workflows/ci.yml |
lint |
cicd | healthy | .github/workflows/ci.yml |
license |
cicd | healthy | .github/workflows/ci.yml |
audit |
cicd | healthy | .github/workflows/ci.yml |
corpus |
cicd | healthy | .github/workflows/ci.yml |
create-release |
cicd | healthy | .github/workflows/release.yml |
binary |
cicd | healthy | .github/workflows/release.yml |
docker |
cicd | healthy | .github/workflows/release.yml |
finalize-release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
postgresql |
data | healthy | crates/furigana-cli/README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
port:8000 |
network | healthy | README.md |
port:09 |
network | healthy | .github/dependabot.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-xuaxfvxr |
software | healthy | /tmp/repobility-clone-xuaxfvxr |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | Cargo.lock |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/819de9c2-b460-48da-b2d1-7241e71b21c2/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/819de9c2-b460-48da-b2d1-7241e71b21c2/
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.