https://github.com/ribocomu-lab/bnu.zip
· scanned 2026-06-15 23:50 UTC (2 months, 3 weeks ago)
67 raw signals (0 security + 67 graph)
Last scanned 2 months, 3 weeks ago · v1 · 66 actionable findings from 1 signal source. 1 repeated signal grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 248 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 |
|---|---|---|---|
fetch_rating |
software | healthy | scripts/enrich_ratings.py:17 |
enrich |
software | healthy | scripts/enrich_ratings.py:37 |
get_walk |
software | healthy | scripts/enrich_walking.py:17 |
fmt_walk |
software | dead | scripts/enrich_walking.py:36 |
enrich |
software | healthy | scripts/enrich_walking.py:43 |
geocode |
software | healthy | scripts/geocode.py:9 |
process |
software | healthy | scripts/geocode.py:23 |
kakao_phone |
software | healthy | scripts/enrich_contacts.py:34 |
naver_place_id |
software | healthy | scripts/enrich_contacts.py:56 |
naver_hours |
software | healthy | scripts/enrich_contacts.py:98 |
enrich |
software | healthy | scripts/enrich_contacts.py:128 |
normalize |
software | healthy | scripts/build_survey.py:72 |
main |
software | healthy | scripts/build_survey.py:80 |
get_place_url |
software | healthy | scripts/enrich_photos.py:25 |
get_og_image |
software | healthy | scripts/enrich_photos.py:39 |
enrich |
software | healthy | scripts/enrich_photos.py:67 |
http_get |
software | healthy | scripts/crawl_seating.py:46 |
get_place_id |
software | healthy | scripts/crawl_seating.py:54 |
fetch_apollo_state |
software | healthy | scripts/crawl_seating.py:88 |
extract_seating |
software | healthy | scripts/crawl_seating.py:102 |
seat_tags |
software | healthy | scripts/crawl_seating.py:143 |
load_targets |
software | healthy | scripts/crawl_seating.py:164 |
main |
software | healthy | scripts/crawl_seating.py:173 |
get_naver_place_id |
software | healthy | scripts/enrich_naver.py:37 |
_scrape_naver_place_id |
software | healthy | scripts/enrich_naver.py:62 |
get_naver_rating |
software | healthy | scripts/enrich_naver.py:87 |
get_google_place_id |
software | healthy | scripts/enrich_naver.py:112 |
get_google_photos |
software | healthy | scripts/enrich_naver.py:131 |
get_google_rating |
software | healthy | scripts/enrich_naver.py:166 |
enrich |
software | healthy | scripts/enrich_naver.py:187 |
get_place_id |
software | healthy | scripts/enrich_details.py:20 |
get_details |
software | healthy | scripts/enrich_details.py:38 |
enrich |
software | healthy | scripts/enrich_details.py:57 |
reset_empty |
software | healthy | scripts/enrich_details.py:95 |
fetch_coords |
software | healthy | scripts/enrich_coords.py:17 |
is_default |
software | healthy | scripts/enrich_coords.py:37 |
enrich |
software | healthy | scripts/enrich_coords.py:44 |
index |
software | healthy | app/main.py:28 |
home |
software | healthy | app/main.py:33 |
search |
software | healthy | app/main.py:38 |
recommend_page |
software | healthy | app/main.py:43 |
mylist |
software | healthy | app/main.py:48 |
login_page |
software | healthy | app/main.py:53 |
detail_page |
software | healthy | app/main.py:58 |
reviews_page |
software | healthy | app/main.py:63 |
health |
software | healthy | app/main.py:68 |
food |
software | healthy | app/api/routes.py:9 |
cafe |
software | healthy | app/api/routes.py:17 |
recommend |
software | healthy | app/api/routes.py:24 |
survey |
software | healthy | app/api/routes.py:33 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
railway.toml |
software | healthy | railway.toml |
Procfile |
software | healthy | Procfile |
render.yaml |
software | healthy | render.yaml |
requirements.txt |
software | healthy | requirements.txt |
추천로직_정리.md |
software | healthy | docs/추천로직_정리.md |
enrich_ratings.py |
software | healthy | scripts/enrich_ratings.py |
enrich_walking.py |
software | healthy | scripts/enrich_walking.py |
geocode.py |
software | healthy | scripts/geocode.py |
apply_manual_fill.py |
software | healthy | scripts/apply_manual_fill.py |
enrich_contacts.py |
software | healthy | scripts/enrich_contacts.py |
build_survey.py |
software | healthy | scripts/build_survey.py |
enrich_photos.py |
software | healthy | scripts/enrich_photos.py |
crawl_seating.py |
software | healthy | scripts/crawl_seating.py |
enrich_naver.py |
software | healthy | scripts/enrich_naver.py |
enrich_details.py |
software | healthy | scripts/enrich_details.py |
enrich_coords.py |
software | healthy | scripts/enrich_coords.py |
__init__.py |
software | healthy | app/__init__.py |
main.py |
software | healthy | app/main.py |
routes.py |
software | healthy | app/api/routes.py |
__init__.py |
software | healthy | app/api/__init__.py |
auth.py |
software | healthy | app/api/auth.py |
reviews.py |
software | healthy | app/api/reviews.py |
mylist.html |
software | healthy | app/static/mylist.html |
login.html |
software | healthy | app/static/login.html |
auth.js |
software | healthy | app/static/auth.js |
index.html |
software | healthy | app/static/index.html |
recommend.html |
software | healthy | app/static/recommend.html |
detail.html |
software | healthy | app/static/detail.html |
reviews.html |
software | healthy | app/static/reviews.html |
collections.js |
software | healthy | app/static/collections.js |
home.html |
software | healthy | app/static/home.html |
search.html |
software | healthy | app/static/search.html |
__init__.py |
software | healthy | app/services/__init__.py |
user_service.py |
software | healthy | app/services/user_service.py |
review_service.py |
software | healthy | app/services/review_service.py |
data_service.py |
software | healthy | app/services/data_service.py |
__init__.py |
software | healthy | app/core/__init__.py |
config.py |
software | healthy | app/core/config.py |
utils.py |
software | healthy | app/core/utils.py |
__init__.py |
software | healthy | app/crawlers/__init__.py |
kakao.py |
software | healthy | app/crawlers/kakao.py |
naver.py |
software | healthy | app/crawlers/naver.py |
| Label | Layer | Status | Path |
|---|---|---|---|
GET / |
api | healthy | app/main.py |
GET /home |
api | healthy | app/main.py |
GET /search |
api | healthy | app/main.py |
GET /recommend |
api | healthy | app/main.py |
GET /mylist |
api | healthy | app/main.py |
GET /login |
api | healthy | app/main.py |
GET /detail |
api | healthy | app/main.py |
GET /reviews |
api | healthy | app/main.py |
GET /health |
api | healthy | app/main.py |
GET /food |
api | healthy | app/api/routes.py |
GET /cafe |
api | healthy | app/api/routes.py |
GET /survey |
api | healthy | app/api/routes.py |
POST /refresh |
api | healthy | app/api/routes.py |
POST /google |
api | healthy | app/api/auth.py |
GET /me |
api | healthy | app/api/auth.py |
GET /bookmarks |
api | healthy | app/api/auth.py |
POST /bookmarks |
api | healthy | app/api/auth.py |
GET /visited |
api | healthy | app/api/auth.py |
POST /visited |
api | healthy | app/api/auth.py |
GET /collections |
api | healthy | app/api/auth.py |
POST /collections |
api | healthy | app/api/auth.py |
GET /google/url |
api | healthy | app/api/auth.py |
GET /google/callback |
api | healthy | app/api/auth.py |
GET /kakao/url |
api | healthy | app/api/auth.py |
GET /kakao/callback |
api | healthy | app/api/auth.py |
GET /mine |
api | healthy | app/api/reviews.py |
POST / |
api | healthy | app/api/reviews.py |
DELETE /{review_id} |
api | healthy | app/api/reviews.py |
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
app |
software | healthy | app |
api |
software | healthy | app/api |
static |
software | healthy | app/static |
services |
software | healthy | app/services |
core |
software | healthy | app/core |
crawlers |
software | healthy | app/crawlers |
| Label | Layer | Status | Path |
|---|---|---|---|
GoogleTokenRequest |
software | healthy | app/api/auth.py:26 |
KakaoTokenRequest |
software | healthy | app/api/auth.py:30 |
BookmarkRequest |
software | healthy | app/api/auth.py:34 |
VisitedRequest |
software | healthy | app/api/auth.py:38 |
CollectionsRequest |
software | healthy | app/api/auth.py:42 |
ReviewBody |
software | healthy | app/api/reviews.py:9 |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::app/static/home.html |
security | healthy | app/static/home.html |
auth::app/api/auth.py |
security | healthy | app/api/auth.py |
auth::app/static/auth.js |
security | healthy | app/static/auth.js |
auth::app/static/login.html |
security | healthy | app/static/login.html |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-75xj39lx |
software | healthy | /tmp/repobility-clone-75xj39lx |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | app/api/auth.py |
This page is publicly accessible at:
https://repobility.com/scan/c8bbaaf0-80df-4de8-9a9f-e8188019cfa7/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/c8bbaaf0-80df-4de8-9a9f-e8188019cfa7/
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.