https://github.com/CingDam/TripAdviser
· scanned 2026-06-17 01:23 UTC (1 month, 2 weeks ago)
106 raw signals (0 security + 106 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -18.0 (diff) · 106 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 1083 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 |
|---|---|---|---|
bootstrap |
software | healthy | server/src/main.ts:bootstrap |
token |
software | healthy | server/src/notification/notification.gateway.ts:token |
userNum |
software | healthy | server/src/review/review.controller.ts:userNum |
token |
software | healthy | server/src/chat/chat.gateway.ts:token |
mockRoomRepo |
software | healthy | server/src/chat/chat-room.service.spec.ts:mockRoomRepo |
mockMemberRepo |
software | healthy | server/src/chat/chat-room.service.spec.ts:mockMemberRepo |
mockMessageModel |
software | healthy | server/src/chat/chat-room.service.spec.ts:mockMessageModel |
runPassport |
software | healthy | server/src/auth/auth.controller.ts:runPassport |
base |
software | healthy | server/src/auth/auth.service.ts:base |
nearbyCacheKey |
software | healthy | server/src/place-search/place-search.service.ts:nearbyCache… |
r |
software | healthy | server/src/place-search/place-search.service.ts:r |
haversineKm |
software | healthy | server/src/place-search/place-search.service.ts:haversineKm |
dLat |
software | healthy | server/src/place-search/place-search.service.ts:dLat |
dLng |
software | healthy | server/src/place-search/place-search.service.ts:dLng |
loc |
software | healthy | server/src/place-search/place-search.service.ts:loc |
displayName |
software | healthy | server/src/place-search/place-search.service.ts:displayName |
cache |
software | healthy | server/src/place-search/place-search.service.ts:cache |
internal_auth_middleware |
software | healthy | ai-server/main.py:33 |
http_logging_middleware |
software | healthy | ai-server/main.py:48 |
root |
software | healthy | ai-server/main.py:69 |
test_pure_json |
software | healthy | ai-server/tests/test_chat_service.py:15 |
test_code_fence_json |
software | healthy | ai-server/tests/test_chat_service.py:19 |
test_code_fence_no_lang |
software | healthy | ai-server/tests/test_chat_service.py:23 |
test_mixed_text_before_after |
software | healthy | ai-server/tests/test_chat_service.py:27 |
test_raises_on_no_json |
software | healthy | ai-server/tests/test_chat_service.py:31 |
test_nested_json |
software | healthy | ai-server/tests/test_chat_service.py:35 |
test_string_places |
software | healthy | ai-server/tests/test_chat_service.py:44 |
test_dict_places |
software | healthy | ai-server/tests/test_chat_service.py:51 |
test_empty_name_filtered |
software | healthy | ai-server/tests/test_chat_service.py:56 |
test_mixed_types |
software | healthy | ai-server/tests/test_chat_service.py:61 |
test_valid_categories_pass |
software | healthy | ai-server/tests/test_chat_service.py:69 |
test_invalid_category_corrected |
software | healthy | ai-server/tests/test_chat_service.py:79 |
test_all_allowed_categories_accepted |
software | healthy | ai-server/tests/test_chat_service.py:86 |
test_extra_date_not_in_request |
software | healthy | ai-server/tests/test_chat_service.py:96 |
test_duplicate_place_names_removed |
software | healthy | ai-server/tests/test_chat_service.py:108 |
sort |
software | healthy | ai-server/routers/sort.py:13 |
chat_endpoint |
software | healthy | ai-server/routers/chat.py:15 |
chat_stream_endpoint |
software | healthy | ai-server/routers/chat.py:22 |
generate_endpoint |
software | healthy | ai-server/routers/chat.py:35 |
select_transit_endpoint |
software | healthy | ai-server/routers/chat.py:41 |
is_quota_error |
software | healthy | ai-server/core/llm_errors.py:12 |
user_message |
software | healthy | ai-server/core/llm_errors.py:29 |
validate_place_id |
software | healthy | ai-server/core/models.py:33 |
validate_date |
software | healthy | ai-server/core/models.py:47 |
validate_time |
software | healthy | ai-server/core/models.py:162 |
validate_dates |
software | healthy | ai-server/core/models.py:170 |
get_city_coords |
software | healthy | ai-server/core/city_coords.py:73 |
_serialize_places_for_prompt |
software | healthy | ai-server/services/sort_service.py:34 |
_extract_json |
software | healthy | ai-server/services/sort_service.py:51 |
sort_places |
software | healthy | ai-server/services/sort_service.py:72 |
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 |
학습가이드.md |
software | healthy | document/학습가이드.md |
railway_init.sql |
software | healthy | document/railway_init.sql |
foward_engineering_sql.sql |
software | healthy | document/foward_engineering_sql.sql |
railway.json |
software | healthy | server/railway.json |
eslint.config.mjs |
software | healthy | server/eslint.config.mjs |
package-lock.json |
software | healthy | server/package-lock.json |
README.md |
software | healthy | server/README.md |
nest-cli.json |
software | healthy | server/nest-cli.json |
package.json |
software | healthy | server/package.json |
tsconfig.build.json |
software | healthy | server/tsconfig.build.json |
tsconfig.json |
software | healthy | server/tsconfig.json |
main.ts |
software | healthy | server/src/main.ts |
app.controller.spec.ts |
software | healthy | server/src/app.controller.spec.ts |
app.controller.ts |
software | healthy | server/src/app.controller.ts |
app.service.ts |
software | healthy | server/src/app.service.ts |
app.module.ts |
software | healthy | server/src/app.module.ts |
notification.gateway.ts |
software | healthy | server/src/notification/notification.gateway.ts |
notification.module.ts |
software | healthy | server/src/notification/notification.module.ts |
review.service.ts |
software | healthy | server/src/review/review.service.ts |
review.controller.ts |
software | healthy | server/src/review/review.controller.ts |
review.module.ts |
software | healthy | server/src/review/review.module.ts |
review-like.entity.ts |
software | healthy | server/src/review/entities/review-like.entity.ts |
review.entity.ts |
software | healthy | server/src/review/entities/review.entity.ts |
create-review.dto.ts |
software | healthy | server/src/review/dto/create-review.dto.ts |
plan.service.ts |
software | healthy | server/src/plan/plan.service.ts |
plan.module.ts |
software | healthy | server/src/plan/plan.module.ts |
plan.controller.ts |
software | healthy | server/src/plan/plan.controller.ts |
plan.entity.ts |
software | healthy | server/src/plan/entities/plan.entity.ts |
day-plan.entity.ts |
software | healthy | server/src/plan/entities/day-plan.entity.ts |
create-plan.dto.ts |
software | healthy | server/src/plan/dto/create-plan.dto.ts |
update-plan.dto.ts |
software | healthy | server/src/plan/dto/update-plan.dto.ts |
save-plan.dto.ts |
software | healthy | server/src/plan/dto/save-plan.dto.ts |
chat-room.controller.ts |
software | healthy | server/src/chat/chat-room.controller.ts |
chat.module.ts |
software | healthy | server/src/chat/chat.module.ts |
chat.gateway.ts |
software | healthy | server/src/chat/chat.gateway.ts |
chat-room.service.spec.ts |
software | healthy | server/src/chat/chat-room.service.spec.ts |
chat.service.ts |
software | healthy | server/src/chat/chat.service.ts |
chat-room.service.ts |
software | healthy | server/src/chat/chat-room.service.ts |
message.schema.ts |
software | healthy | server/src/chat/schemas/message.schema.ts |
chat-room-member.entity.ts |
software | healthy | server/src/chat/entities/chat-room-member.entity.ts |
chat-room.entity.ts |
software | healthy | server/src/chat/entities/chat-room.entity.ts |
create-room.dto.ts |
software | healthy | server/src/chat/dto/create-room.dto.ts |
ai-proxy.service.ts |
software | healthy | server/src/ai-proxy/ai-proxy.service.ts |
ai-proxy.controller.ts |
software | healthy | server/src/ai-proxy/ai-proxy.controller.ts |
ai-proxy.module.ts |
software | healthy | server/src/ai-proxy/ai-proxy.module.ts |
ai-proxy.dto.ts |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts |
community.controller.ts |
software | healthy | server/src/community/community.controller.ts |
community.module.ts |
software | healthy | server/src/community/community.module.ts |
community.service.ts |
software | healthy | server/src/community/community.service.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
AppController |
software | healthy | server/src/app.controller.ts:AppController |
AppService |
software | healthy | server/src/app.service.ts:AppService |
AppModule |
software | healthy | server/src/app.module.ts:AppModule |
NotificationGateway |
software | healthy | server/src/notification/notification.gateway.ts:Notificatio… |
NotificationModule |
software | healthy | server/src/notification/notification.module.ts:Notification… |
ReviewService |
software | healthy | server/src/review/review.service.ts:ReviewService |
ReviewController |
software | healthy | server/src/review/review.controller.ts:ReviewController |
ReviewModule |
software | healthy | server/src/review/review.module.ts:ReviewModule |
ReviewLike |
software | healthy | server/src/review/entities/review-like.entity.ts:ReviewLike |
Review |
software | healthy | server/src/review/entities/review.entity.ts:Review |
CreateReviewDto |
software | healthy | server/src/review/dto/create-review.dto.ts:CreateReviewDto |
PlanService |
software | healthy | server/src/plan/plan.service.ts:PlanService |
PlanModule |
software | healthy | server/src/plan/plan.module.ts:PlanModule |
PlanController |
software | healthy | server/src/plan/plan.controller.ts:PlanController |
Plan |
software | healthy | server/src/plan/entities/plan.entity.ts:Plan |
DayPlan |
software | healthy | server/src/plan/entities/day-plan.entity.ts:DayPlan |
CreatePlanDto |
software | healthy | server/src/plan/dto/create-plan.dto.ts:CreatePlanDto |
UpdatePlanDto |
software | healthy | server/src/plan/dto/update-plan.dto.ts:UpdatePlanDto |
SaveDayPlanItemDto |
software | healthy | server/src/plan/dto/save-plan.dto.ts:SaveDayPlanItemDto |
SavePlanDto |
software | healthy | server/src/plan/dto/save-plan.dto.ts:SavePlanDto |
ChatRoomController |
software | healthy | server/src/chat/chat-room.controller.ts:ChatRoomController |
ChatModule |
software | healthy | server/src/chat/chat.module.ts:ChatModule |
ChatGateway |
software | healthy | server/src/chat/chat.gateway.ts:ChatGateway |
ChatService |
software | healthy | server/src/chat/chat.service.ts:ChatService |
ChatRoomService |
software | healthy | server/src/chat/chat-room.service.ts:ChatRoomService |
Message |
software | healthy | server/src/chat/schemas/message.schema.ts:Message |
ChatRoomMember |
software | healthy | server/src/chat/entities/chat-room-member.entity.ts:ChatRoo… |
ChatRoom |
software | healthy | server/src/chat/entities/chat-room.entity.ts:ChatRoom |
CreateRoomDto |
software | healthy | server/src/chat/dto/create-room.dto.ts:CreateRoomDto |
AiProxyService |
software | healthy | server/src/ai-proxy/ai-proxy.service.ts:AiProxyService |
AiProxyController |
software | healthy | server/src/ai-proxy/ai-proxy.controller.ts:AiProxyController |
AiProxyModule |
software | healthy | server/src/ai-proxy/ai-proxy.module.ts:AiProxyModule |
ChatDayPlan |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts:ChatDayPlan |
ChatHistoryContext |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts:ChatHistoryContext |
ChatHistory |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts:ChatHistory |
NearbyPlace |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts:NearbyPlace |
ChatRequest |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts:ChatRequest |
GenerateRequest |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts:GenerateRequest |
SortPlace |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts:SortPlace |
SortRequest |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts:SortRequest |
TransitCandidate |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts:TransitCandidate |
SelectTransitRequest |
software | healthy | server/src/ai-proxy/dto/ai-proxy.dto.ts:SelectTransitRequest |
CommunityController |
software | healthy | server/src/community/community.controller.ts:CommunityContr… |
CommunityModule |
software | healthy | server/src/community/community.module.ts:CommunityModule |
CommunityService |
software | healthy | server/src/community/community.service.ts:CommunityService |
Report |
software | healthy | server/src/community/entities/report.entity.ts:Report |
Community |
software | healthy | server/src/community/entities/community.entity.ts:Community |
Comment |
software | healthy | server/src/community/entities/comment.entity.ts:Comment |
CommunityImage |
software | healthy | server/src/community/entities/community-image.entity.ts:Com… |
CommunityLike |
software | healthy | server/src/community/entities/community-like.entity.ts:Comm… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
document |
software | healthy | document |
server |
software | healthy | server |
src |
software | healthy | server/src |
notification |
software | healthy | server/src/notification |
review |
software | healthy | server/src/review |
entities |
software | healthy | server/src/review/entities |
dto |
software | healthy | server/src/review/dto |
plan |
software | healthy | server/src/plan |
entities |
software | healthy | server/src/plan/entities |
dto |
software | healthy | server/src/plan/dto |
chat |
software | healthy | server/src/chat |
schemas |
software | healthy | server/src/chat/schemas |
entities |
software | healthy | server/src/chat/entities |
dto |
software | healthy | server/src/chat/dto |
ai-proxy |
software | healthy | server/src/ai-proxy |
dto |
software | healthy | server/src/ai-proxy/dto |
community |
software | healthy | server/src/community |
entities |
software | healthy | server/src/community/entities |
dto |
software | healthy | server/src/community/dto |
user |
software | healthy | server/src/user |
entities |
software | healthy | server/src/user/entities |
dto |
software | healthy | server/src/user/dto |
auth |
software | healthy | server/src/auth |
entities |
software | healthy | server/src/auth/entities |
dto |
software | healthy | server/src/auth/dto |
common |
software | healthy | server/src/common |
place-search |
software | healthy | server/src/place-search |
city |
software | healthy | server/src/city |
entities |
software | healthy | server/src/city/entities |
dto |
software | healthy | server/src/city/dto |
test |
software | healthy | server/test |
ai-server |
software | healthy | ai-server |
tests |
software | healthy | ai-server/tests |
routers |
software | healthy | ai-server/routers |
core |
software | healthy | ai-server/core |
services |
software | healthy | ai-server/services |
tools |
software | healthy | ai-server/services/tools |
client |
software | healthy | client |
src |
software | healthy | client/src |
app |
software | healthy | client/src/app |
api |
software | healthy | client/src/app/api |
exchange |
software | healthy | client/src/app/api/exchange |
(main) |
software | healthy | client/src/app/(main) |
login |
software | healthy | client/src/app/(main)/login |
plan |
software | healthy | client/src/app/(main)/plan |
view |
software | healthy | client/src/app/(main)/plan/view |
[planNum] |
software | healthy | client/src/app/(main)/plan/view/[planNum] |
cities |
software | healthy | client/src/app/(main)/cities |
community |
software | healthy | client/src/app/(main)/community |
[id] |
software | healthy | client/src/app/(main)/community/[id] |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
GET / |
api | healthy | ai-server/main.py |
POST /sort |
api | healthy | ai-server/routers/sort.py |
POST /chat |
api | healthy | ai-server/routers/chat.py |
POST /chat/stream |
api | healthy | ai-server/routers/chat.py |
POST /generate |
api | healthy | ai-server/routers/chat.py |
POST /select-transit |
api | healthy | ai-server/routers/chat.py |
GET /review/stats |
api | healthy | server/src/review/review.controller.ts |
GET /review/bulk-stats |
api | healthy | server/src/review/review.controller.ts |
DELETE /review/:id |
api | healthy | server/src/review/review.controller.ts |
POST /review/:id/like |
api | healthy | server/src/review/review.controller.ts |
GET /plan/public |
api | healthy | server/src/plan/plan.controller.ts |
GET /plan/public/:id |
api | healthy | server/src/plan/plan.controller.ts |
GET /plan/:id |
api | healthy | server/src/plan/plan.controller.ts |
POST /plan/:id/clone |
api | healthy | server/src/plan/plan.controller.ts |
POST /plan/full |
api | healthy | server/src/plan/plan.controller.ts |
PUT /plan/:id/full |
api | healthy | server/src/plan/plan.controller.ts |
PATCH /plan/:id |
api | healthy | server/src/plan/plan.controller.ts |
DELETE /plan/:id |
api | healthy | server/src/plan/plan.controller.ts |
POST /chat/rooms/:roomNum/join |
api | healthy | server/src/chat/chat-room.controller.ts |
DELETE /chat/rooms/:roomNum/leave |
api | healthy | server/src/chat/chat-room.controller.ts |
GET /chat/rooms/my |
api | healthy | server/src/chat/chat-room.controller.ts |
GET /chat/rooms/:roomNum/messages |
api | healthy | server/src/chat/chat-room.controller.ts |
POST /ai/chat |
api | healthy | server/src/ai-proxy/ai-proxy.controller.ts |
POST /ai/chat/stream |
api | healthy | server/src/ai-proxy/ai-proxy.controller.ts |
POST /ai/generate |
api | healthy | server/src/ai-proxy/ai-proxy.controller.ts |
POST /ai/sort |
api | healthy | server/src/ai-proxy/ai-proxy.controller.ts |
POST /ai/select-transit |
api | healthy | server/src/ai-proxy/ai-proxy.controller.ts |
GET /community/:id |
api | healthy | server/src/community/community.controller.ts |
PATCH /community/:id |
api | healthy | server/src/community/community.controller.ts |
DELETE /community/:id |
api | healthy | server/src/community/community.controller.ts |
POST /community/:id/images |
api | healthy | server/src/community/community.controller.ts |
POST /community/:id/like |
api | healthy | server/src/community/community.controller.ts |
GET /community/:id/like |
api | healthy | server/src/community/community.controller.ts |
POST /community/:id/clone-plan |
api | healthy | server/src/community/community.controller.ts |
POST /community/:id/report |
api | healthy | server/src/community/community.controller.ts |
POST /community/comment/:commentId/report |
api | healthy | server/src/community/community.controller.ts |
GET /community/:id/comments |
api | healthy | server/src/community/community.controller.ts |
POST /community/:id/comments |
api | healthy | server/src/community/community.controller.ts |
PATCH /community/:id/comments/:commentId |
api | healthy | server/src/community/community.controller.ts |
DELETE /community/:id/comments/:commentId |
api | healthy | server/src/community/community.controller.ts |
GET /user/me |
api | healthy | server/src/user/user.controller.ts |
PATCH /user/me |
api | healthy | server/src/user/user.controller.ts |
POST /auth/send-verification |
api | healthy | server/src/auth/auth.controller.ts |
POST /auth/verify-code |
api | healthy | server/src/auth/auth.controller.ts |
POST /auth/register |
api | healthy | server/src/auth/auth.controller.ts |
POST /auth/login |
api | healthy | server/src/auth/auth.controller.ts |
GET /auth/google |
api | healthy | server/src/auth/auth.controller.ts |
GET /auth/kakao |
api | healthy | server/src/auth/auth.controller.ts |
GET /auth/naver |
api | healthy | server/src/auth/auth.controller.ts |
GET /auth/google/callback |
api | healthy | server/src/auth/auth.controller.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
GlobalError |
frontend | healthy | client/src/app/error.tsx |
RootLayout |
frontend | healthy | client/src/app/layout.tsx |
MainLayout |
frontend | healthy | client/src/app/(main)/layout.tsx |
Home |
frontend | healthy | client/src/app/(main)/page.tsx |
LoginPage |
frontend | healthy | client/src/app/(main)/login/page.tsx |
CitiesPage |
frontend | healthy | client/src/app/(main)/cities/page.tsx |
SocialCallbackPage |
frontend | healthy | client/src/app/(main)/auth/callback/page.tsx |
MyPage |
frontend | healthy | client/src/app/(main)/mypage/page.tsx |
SignupPage |
frontend | healthy | client/src/app/(main)/signup/page.tsx |
PlanLayout |
frontend | healthy | client/src/app/(plan)/layout.tsx |
CitiesClient |
frontend | healthy | client/src/components/main/CitiesClient.tsx |
CitySearchModal |
frontend | healthy | client/src/components/main/CitySearchModal.tsx |
FAQ |
frontend | healthy | client/src/components/main/FAQ.tsx |
HeroBanner |
frontend | healthy | client/src/components/main/HeroBanner.tsx |
PopularCities |
frontend | healthy | client/src/components/main/PopularCities.tsx |
ExchangeRate |
frontend | healthy | client/src/components/main/ExchangeRate.tsx |
Community |
frontend | healthy | client/src/components/main/Community.tsx |
CommentItem |
frontend | healthy | client/src/components/community/CommentItem.tsx |
CommunityListClient |
frontend | healthy | client/src/components/community/CommunityListClient.tsx |
AttachedPlanCard |
frontend | healthy | client/src/components/community/AttachedPlanCard.tsx |
CommunityDetailClient |
frontend | healthy | client/src/components/community/CommunityDetailClient.tsx |
CommunityWriteModal |
frontend | healthy | client/src/components/community/CommunityWriteModal.tsx |
PlaceDetailContainer |
frontend | healthy | client/src/components/plans/PlaceDetailContainer.tsx |
SlotEditModal |
frontend | healthy | client/src/components/plans/SlotEditModal.tsx |
PlaceItem |
frontend | healthy | client/src/components/plans/PlaceItem.tsx |
LeftPanel |
frontend | healthy | client/src/components/plans/LeftPanel.tsx |
SlotItem |
frontend | healthy | client/src/components/plans/SlotItem.tsx |
PlanPageClient |
frontend | healthy | client/src/components/plans/PlanPageClient.tsx |
MapContainer |
frontend | healthy | client/src/components/plans/MapContainer.tsx |
SearchContainer |
frontend | healthy | client/src/components/plans/SearchContainer.tsx |
PublicPlanSlider |
frontend | healthy | client/src/components/plans/PublicPlanSlider.tsx |
Calendar |
frontend | healthy | client/src/components/plans/Calender.tsx |
TripSetupModal |
frontend | healthy | client/src/components/plans/TripSetupModal.tsx |
SavePlanModal |
frontend | healthy | client/src/components/plans/SavePlanModal.tsx |
PlaceSearch |
frontend | healthy | client/src/components/plans/PlaceSearch.tsx |
PlanEditLoader |
frontend | healthy | client/src/components/plans/PlanEditLoader.tsx |
PlanContainer |
frontend | healthy | client/src/components/plans/PlanContainer.tsx |
PlanViewReadonlyClient |
frontend | healthy | client/src/components/plans/PlanViewReadonlyClient.tsx |
TimeField |
frontend | healthy | client/src/components/plans/TimeField.tsx |
ActionCard |
frontend | healthy | client/src/components/plans/ai-chat/ActionCard.tsx |
AiChatPanel |
frontend | healthy | client/src/components/plans/ai-chat/AiChatPanel.tsx |
AiBubble |
frontend | healthy | client/src/components/plans/ai-chat/AiBubble.tsx |
ThinkingBox |
frontend | healthy | client/src/components/plans/ai-chat/ThinkingBox.tsx |
SocialCallbackHandler |
frontend | healthy | client/src/components/auth/SocialCallbackHandler.tsx |
SocialLoginButtons |
frontend | healthy | client/src/components/auth/SocialLoginButtons.tsx |
SignupForm |
frontend | healthy | client/src/components/auth/SignupForm.tsx |
LoginForm |
frontend | healthy | client/src/components/auth/LoginForm.tsx |
PlanCard |
frontend | healthy | client/src/components/mypage/PlanCard.tsx |
MyPageClient |
frontend | healthy | client/src/components/mypage/MyPageClient.tsx |
PlanViewClient |
frontend | healthy | client/src/components/mypage/PlanViewClient.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
auth::server/package.json |
security | healthy | server/package.json |
auth::client/src/store/useAuthStore.ts |
security | healthy | client/src/store/useAuthStore.ts |
auth::server/src/community/community.controller.ts |
security | healthy | server/src/community/community.controller.ts |
auth::server/src/review/review.controller.ts |
security | healthy | server/src/review/review.controller.ts |
auth::server/src/notification/notification.module.ts |
security | healthy | server/src/notification/notification.module.ts |
auth::server/src/auth/jwt.strategy.ts |
security | healthy | server/src/auth/jwt.strategy.ts |
auth::server/src/chat/chat-room.controller.ts |
security | healthy | server/src/chat/chat-room.controller.ts |
auth::server/src/auth/auth.module.ts |
security | healthy | server/src/auth/auth.module.ts |
auth::client/src/components/mypage/MyPageClient.tsx |
security | healthy | client/src/components/mypage/MyPageClient.tsx |
auth::server/src/chat/chat.gateway.ts |
security | healthy | server/src/chat/chat.gateway.ts |
auth::server/src/auth/kakao.strategy.ts |
security | healthy | server/src/auth/kakao.strategy.ts |
auth::README.md |
security | healthy | README.md |
auth::server/src/ai-proxy/ai-proxy.controller.ts |
security | healthy | server/src/ai-proxy/ai-proxy.controller.ts |
auth::server/src/city/city.controller.ts |
security | healthy | server/src/city/city.controller.ts |
auth::client/src/components/auth/SocialLoginButtons.tsx |
security | healthy | client/src/components/auth/SocialLoginButtons.tsx |
auth::server/src/auth/naver.strategy.ts |
security | healthy | server/src/auth/naver.strategy.ts |
auth::server/src/chat/chat.module.ts |
security | healthy | server/src/chat/chat.module.ts |
auth::server/src/notification/notification.gateway.ts |
security | healthy | server/src/notification/notification.gateway.ts |
auth::server/src/plan/plan.controller.ts |
security | healthy | server/src/plan/plan.controller.ts |
auth::.claude/logs/2026-05-18.json |
security | healthy | .claude/logs/2026-05-18.json |
auth::client/src/components/mypage/SocialLinkSection.tsx |
security | healthy | client/src/components/mypage/SocialLinkSection.tsx |
auth::server/src/auth/auth.service.ts |
security | healthy | server/src/auth/auth.service.ts |
auth::server/src/user/user.controller.ts |
security | healthy | server/src/user/user.controller.ts |
auth::server/src/auth/auth.controller.ts |
security | healthy | server/src/auth/auth.controller.ts |
auth::server/src/auth/google.strategy.ts |
security | healthy | server/src/auth/google.strategy.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
tb_user |
data | healthy | document/railway_init.sql |
tb_city |
data | healthy | document/railway_init.sql |
tb_plan |
data | healthy | document/railway_init.sql |
tb_day_plan |
data | healthy | document/railway_init.sql |
tb_community |
data | healthy | document/railway_init.sql |
tb_comment |
data | healthy | document/railway_init.sql |
tb_community_like |
data | healthy | document/railway_init.sql |
tb_review |
data | healthy | document/railway_init.sql |
tb_review_like |
data | healthy | document/railway_init.sql |
tb_chat_room |
data | healthy | document/railway_init.sql |
tb_chat_room_member |
data | healthy | document/railway_init.sql |
tb_social_login |
data | healthy | document/railway_init.sql |
tb_community_image |
data | healthy | document/railway_init.sql |
tb_review_image |
data | healthy | document/railway_init.sql |
tripit |
data | healthy | document/foward_engineering_sql.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
/(main) |
frontend | healthy | client/src/app/(main)/page.tsx |
/(main)/login |
frontend | healthy | client/src/app/(main)/login/page.tsx |
/(main)/plan/view/[planNum] |
frontend | healthy | client/src/app/(main)/plan/view/[planNum]/page.tsx |
/(main)/cities |
frontend | healthy | client/src/app/(main)/cities/page.tsx |
/(main)/community |
frontend | healthy | client/src/app/(main)/community/page.tsx |
/(main)/community/[id] |
frontend | healthy | client/src/app/(main)/community/[id]/page.tsx |
/(main)/auth/callback |
frontend | healthy | client/src/app/(main)/auth/callback/page.tsx |
/(main)/mypage |
frontend | healthy | client/src/app/(main)/mypage/page.tsx |
/(main)/mypage/[planNum] |
frontend | healthy | client/src/app/(main)/mypage/[planNum]/page.tsx |
/(main)/signup |
frontend | healthy | client/src/app/(main)/signup/page.tsx |
/(main)/city/[cityNum] |
frontend | healthy | client/src/app/(main)/city/[cityNum]/page.tsx |
/(plan)/plan |
frontend | healthy | client/src/app/(plan)/plan/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
mongodb |
data | healthy | README.md |
mysql |
data | healthy | README.md |
redis |
data | healthy | server/package-lock.json |
| Label | Layer | Status | Path |
|---|---|---|---|
port:3001 |
network | healthy | README.md |
port:8000 |
network | healthy | ai-server/main.py |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | server/package-lock.json |
vps::gcp |
hardware | healthy | server/package-lock.json |
| Label | Layer | Status | Path |
|---|---|---|---|
CingDam__TripAdviser |
software | healthy | /data/fable5_failed_archive/CingDam__TripAdviser |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | ai-server/routers/chat.py |
This page is publicly accessible at:
https://repobility.com/scan/4cf8f9fa-3221-4a08-855a-2208e5bb6ae8/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/4cf8f9fa-3221-4a08-855a-2208e5bb6ae8/
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.