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.

cc-team-8/mooimhacha

https://github.com/cc-team-8/mooimhacha · scanned 2026-06-17 01:46 UTC (1 month, 1 week ago)

86 raw signals (0 security + 86 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -26.5 (diff) · 76 actionable findings from 1 signal source. 10 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 656 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
buildTypeOrmOptions software healthy server/src/data-source.ts:buildTypeOrmOptions
bootstrap software healthy server/src/main.ts:bootstrap
asRecord software healthy server/src/llm/llm.service.ts:asRecord
asId software healthy server/src/llm/llm.service.ts:asId
data software healthy server/src/llm/llm.service.ts:data
esc software healthy server/src/reports/reports.service.ts:esc
nameOf software healthy server/src/reports/reports.service.ts:nameOf
agendaIds software healthy server/src/reports/reports.service.ts:agendaIds
baseMeetingReq software healthy server/src/contributions/contribution.mapper.spec.ts:baseMe…
join software healthy server/src/contributions/contribution.mapper.spec.ts:join
leave software healthy server/src/contributions/contribution.mapper.spec.ts:leave
scores software healthy server/src/contributions/contributions.service.ts:scores
avgOf software healthy server/src/contributions/contributions.service.ts:avgOf
taskCarrierRow software healthy server/src/contributions/contribution.client.ts:taskCarrier…
makeClient software healthy server/src/contributions/contribution.client.spec.ts:makeCl…
jsonResponse software healthy server/src/contributions/contribution.client.spec.ts:jsonRe…
pipelineResponse software healthy server/src/contributions/contribution.client.spec.ts:pipeli…
mockPipeline software healthy server/src/contributions/contribution.client.spec.ts:mockPi…
callBody software healthy server/src/contributions/contribution.client.spec.ts:callBo…
truncate software healthy server/src/contributions/contribution.scorer.ts:truncate
graceMs software healthy server/src/contributions/contribution.scorer.ts:graceMs
clamp software healthy server/src/contributions/contribution.scorer.ts:clamp
baseMeetingReq software healthy server/src/contributions/contribution.scorer.spec.ts:baseMe…
teamReq software healthy server/src/contributions/contribution.scorer.spec.ts:teamReq
mapTeamSettings software healthy server/src/contributions/contribution.mapper.ts:mapTeamSett…
meetingDurationMs software healthy server/src/contributions/contribution.mapper.ts:meetingDura…
deriveMemberData software healthy server/src/contributions/contribution.mapper.ts:deriveMembe…
truncate software healthy server/src/contributions/contribution.mapper.ts:truncate
graceMs software healthy server/src/contributions/contribution.mapper.ts:graceMs
clamp software healthy server/src/contributions/contribution.mapper.ts:clamp
toTaskActions software healthy server/src/contributions/contribution.mapper.ts:toTaskActio…
dataOf software healthy server/src/realtime/realtime.gateway.ts:dataOf
room software healthy server/src/realtime/realtime.gateway.ts:room
token software healthy server/src/realtime/realtime.gateway.ts:token
text software healthy server/src/realtime/realtime.gateway.ts:text
PrivateRoute software healthy client/src/App.tsx:PrivateRoute
App software healthy client/src/App.tsx:App
useCurrentUser software healthy client/src/hooks/useCurrentUser.ts:useCurrentUser
useToast software healthy client/src/hooks/useToast.ts:useToast
Modal software healthy client/src/components/Modal.tsx:Modal
NotificationBell software healthy client/src/components/NotificationBell.tsx:NotificationBell
markRead software healthy client/src/components/NotificationBell.tsx:markRead
markAll software healthy client/src/components/NotificationBell.tsx:markAll
ProfileEditModal software healthy client/src/components/ProfileEditModal.tsx:ProfileEditModal
save software healthy client/src/components/ProfileEditModal.tsx:save
deleteAccount software healthy client/src/components/ProfileEditModal.tsx:deleteAccount
Card software healthy client/src/components/Card.tsx:Card
ConfirmModal software healthy client/src/components/ConfirmModal.tsx:ConfirmModal
DashboardPage software healthy client/src/pages/dashboard/DashboardPage.tsx:DashboardPage
badgeFor software healthy client/src/pages/dashboard/DashboardPage.tsx:badgeFor

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

LabelLayerStatusPath
CLAUDE.md software healthy CLAUDE.md
README.md software healthy README.md
LICENSE software healthy LICENSE
docker-compose.yml software healthy docker-compose.yml
pull_request_template.md software healthy .github/pull_request_template.md
feature_request.md software healthy .github/ISSUE_TEMPLATE/feature_request.md
bug_report.md software healthy .github/ISSUE_TEMPLATE/bug_report.md
ci-client.yml software healthy .github/workflows/ci-client.yml
ci-server.yml software healthy .github/workflows/ci-server.yml
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
.env.sample software healthy server/.env.sample
Dockerfile software healthy server/Dockerfile
tsconfig.build.json software healthy server/tsconfig.build.json
tsconfig.json software healthy server/tsconfig.json
data-source.ts software healthy server/src/data-source.ts
main.ts software healthy server/src/main.ts
app.module.ts software healthy server/src/app.module.ts
health.controller.ts software healthy server/src/health.controller.ts
meetings.controller.ts software healthy server/src/meetings/meetings.controller.ts
meetings.module.ts software healthy server/src/meetings/meetings.module.ts
meetings.service.ts software healthy server/src/meetings/meetings.service.ts
batch-update-utterances.dto.ts software healthy server/src/meetings/dto/batch-update-utterances.dto.ts
update-utterance.dto.ts software healthy server/src/meetings/dto/update-utterance.dto.ts
update-meeting.dto.ts software healthy server/src/meetings/dto/update-meeting.dto.ts
create-meeting.dto.ts software healthy server/src/meetings/dto/create-meeting.dto.ts
llm.module.ts software healthy server/src/llm/llm.module.ts
llm.service.ts software healthy server/src/llm/llm.service.ts
reports.controller.ts software healthy server/src/reports/reports.controller.ts
reports.module.ts software healthy server/src/reports/reports.module.ts
reports.service.ts software healthy server/src/reports/reports.service.ts
auth.controller.ts software healthy server/src/auth/auth.controller.ts
auth.module.ts software healthy server/src/auth/auth.module.ts
auth.service.ts software healthy server/src/auth/auth.service.ts
jwt.strategy.ts software healthy server/src/auth/strategies/jwt.strategy.ts
jwt-auth.guard.ts software healthy server/src/auth/guards/jwt-auth.guard.ts
update-profile.dto.ts software healthy server/src/auth/dto/update-profile.dto.ts
refresh-token.dto.ts software healthy server/src/auth/dto/refresh-token.dto.ts
kakao-login.dto.ts software healthy server/src/auth/dto/kakao-login.dto.ts
teams.service.ts software healthy server/src/teams/teams.service.ts
teams.controller.ts software healthy server/src/teams/teams.controller.ts
teams.module.ts software healthy server/src/teams/teams.module.ts
update-team-settings.dto.ts software healthy server/src/teams/dto/update-team-settings.dto.ts
transfer-leader.dto.ts software healthy server/src/teams/dto/transfer-leader.dto.ts
create-team.dto.ts software healthy server/src/teams/dto/create-team.dto.ts
update-team.dto.ts software healthy server/src/teams/dto/update-team.dto.ts
join-team.dto.ts software healthy server/src/teams/dto/join-team.dto.ts

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

LabelLayerStatusPath
AppModule software healthy server/src/app.module.ts:AppModule
HealthController software healthy server/src/health.controller.ts:HealthController
MeetingsController software healthy server/src/meetings/meetings.controller.ts:MeetingsControll…
MeetingsModule software healthy server/src/meetings/meetings.module.ts:MeetingsModule
MeetingsService software healthy server/src/meetings/meetings.service.ts:MeetingsService
BatchUpdateUtterancesDto software healthy server/src/meetings/dto/batch-update-utterances.dto.ts:Batc…
UpdateUtteranceDto software healthy server/src/meetings/dto/update-utterance.dto.ts:UpdateUtter…
UpdateMeetingDto software healthy server/src/meetings/dto/update-meeting.dto.ts:UpdateMeeting…
CreateMeetingDto software healthy server/src/meetings/dto/create-meeting.dto.ts:CreateMeeting…
LlmModule software healthy server/src/llm/llm.module.ts:LlmModule
LlmService software healthy server/src/llm/llm.service.ts:LlmService
ReportsController software healthy server/src/reports/reports.controller.ts:ReportsController
ReportsModule software healthy server/src/reports/reports.module.ts:ReportsModule
ReportsService software healthy server/src/reports/reports.service.ts:ReportsService
AuthController software healthy server/src/auth/auth.controller.ts:AuthController
AuthModule software healthy server/src/auth/auth.module.ts:AuthModule
AuthService software healthy server/src/auth/auth.service.ts:AuthService
JwtStrategy software healthy server/src/auth/strategies/jwt.strategy.ts:JwtStrategy
JwtAuthGuard software healthy server/src/auth/guards/jwt-auth.guard.ts:JwtAuthGuard
UpdateProfileDto software healthy server/src/auth/dto/update-profile.dto.ts:UpdateProfileDto
RefreshTokenDto software healthy server/src/auth/dto/refresh-token.dto.ts:RefreshTokenDto
KakaoLoginDto software healthy server/src/auth/dto/kakao-login.dto.ts:KakaoLoginDto
TeamsService software healthy server/src/teams/teams.service.ts:TeamsService
TeamsController software healthy server/src/teams/teams.controller.ts:TeamsController
TeamsModule software healthy server/src/teams/teams.module.ts:TeamsModule
UpdateTeamSettingsDto software healthy server/src/teams/dto/update-team-settings.dto.ts:UpdateTeam…
TransferLeaderDto software healthy server/src/teams/dto/transfer-leader.dto.ts:TransferLeaderD…
CreateTeamDto software healthy server/src/teams/dto/create-team.dto.ts:CreateTeamDto
UpdateTeamDto software healthy server/src/teams/dto/update-team.dto.ts:UpdateTeamDto
JoinTeamDto software healthy server/src/teams/dto/join-team.dto.ts:JoinTeamDto
ActionItemsService software healthy server/src/action-items/action-items.service.ts:ActionItems…
ActionItemsModule software healthy server/src/action-items/action-items.module.ts:ActionItemsM…
ActionItemsController software healthy server/src/action-items/action-items.controller.ts:ActionIt…
UpdateActionItemDto software healthy server/src/action-items/dto/update-action-item.dto.ts:Updat…
CreateActionItemDto software healthy server/src/action-items/dto/create-action-item.dto.ts:Creat…
ContributionsModule software healthy server/src/contributions/contributions.module.ts:Contributi…
ContributionsService software healthy server/src/contributions/contributions.service.ts:Contribut…
ContributionClient software healthy server/src/contributions/contribution.client.ts:Contributio…
ContributionsController software healthy server/src/contributions/contributions.controller.ts:Contri…
LocalContributionScorer software healthy server/src/contributions/contribution.scorer.ts:LocalContri…
TeamSettings software healthy server/src/entities/team-settings.entity.ts:TeamSettings
Meeting software healthy server/src/entities/meeting.entity.ts:Meeting
ContributionScore software healthy server/src/entities/contribution-score.entity.ts:Contributi…
AnomalyEvent software healthy server/src/entities/anomaly-event.entity.ts:AnomalyEvent
ActionItem software healthy server/src/entities/action-item.entity.ts:ActionItem
PresenceEvent software healthy server/src/entities/presence-event.entity.ts:PresenceEvent
Utterance software healthy server/src/entities/utterance.entity.ts:Utterance
User software healthy server/src/entities/user.entity.ts:User
Notification software healthy server/src/entities/notification.entity.ts:Notification
Agenda software healthy server/src/entities/agenda.entity.ts:Agenda

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

LabelLayerStatusPath
.github software healthy .github
ISSUE_TEMPLATE software healthy .github/ISSUE_TEMPLATE
workflows software healthy .github/workflows
server software healthy server
src software healthy server/src
meetings software healthy server/src/meetings
dto software healthy server/src/meetings/dto
llm software healthy server/src/llm
reports software healthy server/src/reports
auth software healthy server/src/auth
strategies software healthy server/src/auth/strategies
guards software healthy server/src/auth/guards
dto software healthy server/src/auth/dto
teams software healthy server/src/teams
dto software healthy server/src/teams/dto
action-items software healthy server/src/action-items
dto software healthy server/src/action-items/dto
contributions software healthy server/src/contributions
entities software healthy server/src/entities
notifications software healthy server/src/notifications
agendas software healthy server/src/agendas
dto software healthy server/src/agendas/dto
realtime software healthy server/src/realtime
events software healthy server/src/events
decisions software healthy server/src/decisions
dto software healthy server/src/decisions/dto
test software healthy server/test
docs software healthy docs
superpowers software healthy docs/superpowers
specs software healthy docs/superpowers/specs
plans software healthy docs/superpowers/plans
client software healthy client
src software healthy client/src
stores software healthy client/src/stores
hooks software healthy client/src/hooks
components software healthy client/src/components
pages software healthy client/src/pages
dashboard software healthy client/src/pages/dashboard
settings software healthy client/src/pages/dashboard/settings
meeting software healthy client/src/pages/dashboard/meeting
tasks software healthy client/src/pages/dashboard/tasks
overview software healthy client/src/pages/dashboard/overview
report software healthy client/src/pages/dashboard/report
login software healthy client/src/pages/login
home software healthy client/src/pages/home
onboarding software healthy client/src/pages/onboarding
meeting software healthy client/src/pages/meeting
terms software healthy client/src/pages/terms
lib software healthy client/src/lib
styles software healthy client/src/styles

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

LabelLayerStatusPath
GET /meetings/:id api healthy server/src/meetings/meetings.controller.ts
PATCH /meetings/:id api healthy server/src/meetings/meetings.controller.ts
DELETE /meetings/:id api healthy server/src/meetings/meetings.controller.ts
POST /meetings/:id/start api healthy server/src/meetings/meetings.controller.ts
POST /meetings/:id/end api healthy server/src/meetings/meetings.controller.ts
GET /meetings/:id/transcript api healthy server/src/meetings/meetings.controller.ts
POST /meetings/:id/summarize api healthy server/src/meetings/meetings.controller.ts
POST /meetings/:id/confirm api healthy server/src/meetings/meetings.controller.ts
POST /meetings/:id/contributions/recompute api healthy server/src/meetings/meetings.controller.ts
PATCH /meetings/:id/utterances/batch api healthy server/src/meetings/meetings.controller.ts
PATCH /meetings/:id/utterances/:utteranceId api healthy server/src/meetings/meetings.controller.ts
DELETE /meetings/:id/utterances/:utteranceId api healthy server/src/meetings/meetings.controller.ts
GET /meetings/:id/report api healthy server/src/reports/reports.controller.ts
GET /auth/kakao/url api healthy server/src/auth/auth.controller.ts
GET /auth/kakao/callback api healthy server/src/auth/auth.controller.ts
POST /auth/kakao api healthy server/src/auth/auth.controller.ts
PATCH /auth/profile api healthy server/src/auth/auth.controller.ts
GET /auth/me api healthy server/src/auth/auth.controller.ts
POST /auth/refresh api healthy server/src/auth/auth.controller.ts
POST /auth/logout api healthy server/src/auth/auth.controller.ts
DELETE /auth/me api healthy server/src/auth/auth.controller.ts
POST /teams/join api healthy server/src/teams/teams.controller.ts
GET /teams/:id api healthy server/src/teams/teams.controller.ts
PATCH /teams/:id api healthy server/src/teams/teams.controller.ts
POST /teams/:id/invite-code api healthy server/src/teams/teams.controller.ts
DELETE /teams/:id api healthy server/src/teams/teams.controller.ts
PATCH /teams/:id/leader api healthy server/src/teams/teams.controller.ts
DELETE /teams/:id/members/me api healthy server/src/teams/teams.controller.ts
DELETE /teams/:id/members/:userId api healthy server/src/teams/teams.controller.ts
GET /teams/:id/settings api healthy server/src/teams/teams.controller.ts
PATCH /teams/:id/settings api healthy server/src/teams/teams.controller.ts
PATCH /action-items/:id api healthy server/src/action-items/action-items.controller.ts
DELETE /action-items/:id api healthy server/src/action-items/action-items.controller.ts
GET /meetings/:id/contributions api healthy server/src/contributions/contributions.controller.ts
GET /teams/:id/contributions api healthy server/src/contributions/contributions.controller.ts
PATCH /notifications/:id/read api healthy server/src/notifications/notifications.controller.ts
POST /notifications/read-all api healthy server/src/notifications/notifications.controller.ts
GET /meetings/:meetingId/agendas api healthy server/src/agendas/agendas.controller.ts
POST /meetings/:meetingId/agendas api healthy server/src/agendas/agendas.controller.ts
PATCH /agendas/:id api healthy server/src/agendas/agendas.controller.ts
DELETE /agendas/:id api healthy server/src/agendas/agendas.controller.ts
POST /meetings/:meetingId/agendas/generate api healthy server/src/agendas/agendas.controller.ts
POST /agendas/:id/activate api healthy server/src/agendas/agendas.controller.ts
POST /agendas/:id/summarize api healthy server/src/agendas/agendas.controller.ts
PATCH /decisions/:id api healthy server/src/decisions/decisions.controller.ts
DELETE /decisions/:id api healthy server/src/decisions/decisions.controller.ts

LabelLayerStatusPath
/dashboard/DashboardPage frontend healthy client/src/pages/dashboard/DashboardPage.tsx
/dashboard/settings/SettingsPage frontend healthy client/src/pages/dashboard/settings/SettingsPage.tsx
/dashboard/meeting/MeetingPage frontend healthy client/src/pages/dashboard/meeting/MeetingPage.tsx
/dashboard/tasks/TasksPage frontend healthy client/src/pages/dashboard/tasks/TasksPage.tsx
/dashboard/overview/OverviewPage frontend healthy client/src/pages/dashboard/overview/OverviewPage.tsx
/dashboard/report/ReportPage frontend healthy client/src/pages/dashboard/report/ReportPage.tsx
/login/LoginPage frontend healthy client/src/pages/login/LoginPage.tsx
/login/AuthCallback frontend healthy client/src/pages/login/AuthCallback.tsx
/home/HomePage frontend healthy client/src/pages/home/HomePage.tsx
/onboarding/OnboardingPage frontend healthy client/src/pages/onboarding/OnboardingPage.tsx
/meeting/QuickInput frontend healthy client/src/pages/meeting/QuickInput.tsx
/meeting/AgendaTracker frontend healthy client/src/pages/meeting/AgendaTracker.tsx
/meeting/ContributionDashboard frontend healthy client/src/pages/meeting/ContributionDashboard.tsx
/meeting/MeetingRoom frontend healthy client/src/pages/meeting/MeetingRoom.tsx
/meeting/MeetingLauncher frontend healthy client/src/pages/meeting/MeetingLauncher.tsx
/meeting/ContributionBar frontend healthy client/src/pages/meeting/ContributionBar.tsx
/terms/TermsPage frontend healthy client/src/pages/terms/TermsPage.tsx
/ frontend healthy client/src/App.tsx
/auth/callback frontend healthy client/src/App.tsx
/onboarding frontend healthy client/src/App.tsx
/home frontend healthy client/src/App.tsx
/dashboard/:teamId/* frontend healthy client/src/App.tsx
/meetings frontend healthy client/src/App.tsx
/meetings/:meetingId/report frontend healthy client/src/App.tsx
/terms frontend healthy client/src/App.tsx
* frontend healthy client/src/App.tsx
overview frontend healthy client/src/pages/dashboard/DashboardPage.tsx
meeting frontend healthy client/src/pages/dashboard/DashboardPage.tsx
tasks frontend healthy client/src/pages/dashboard/DashboardPage.tsx
report frontend healthy client/src/pages/dashboard/DashboardPage.tsx
settings frontend healthy client/src/pages/dashboard/DashboardPage.tsx

LabelLayerStatusPath
App frontend healthy client/src/App.tsx
Modal frontend healthy client/src/components/Modal.tsx
NotificationBell frontend healthy client/src/components/NotificationBell.tsx
ProfileEditModal frontend healthy client/src/components/ProfileEditModal.tsx
Card frontend healthy client/src/components/Card.tsx
ConfirmModal frontend healthy client/src/components/ConfirmModal.tsx
DashboardPage frontend healthy client/src/pages/dashboard/DashboardPage.tsx
SettingsPage frontend healthy client/src/pages/dashboard/settings/SettingsPage.tsx
MeetingPage frontend healthy client/src/pages/dashboard/meeting/MeetingPage.tsx
TasksPage frontend healthy client/src/pages/dashboard/tasks/TasksPage.tsx
OverviewPage frontend healthy client/src/pages/dashboard/overview/OverviewPage.tsx
ReportPage frontend healthy client/src/pages/dashboard/report/ReportPage.tsx
LoginPage frontend healthy client/src/pages/login/LoginPage.tsx
AuthCallback frontend healthy client/src/pages/login/AuthCallback.tsx
HomePage frontend healthy client/src/pages/home/HomePage.tsx
OnboardingPage frontend healthy client/src/pages/onboarding/OnboardingPage.tsx
QuickInput frontend healthy client/src/pages/meeting/QuickInput.tsx
AgendaTracker frontend healthy client/src/pages/meeting/AgendaTracker.tsx
ContributionDashboard frontend healthy client/src/pages/meeting/ContributionDashboard.tsx
MeetingRoom frontend healthy client/src/pages/meeting/MeetingRoom.tsx
MeetingLauncher frontend healthy client/src/pages/meeting/MeetingLauncher.tsx
ContributionBar frontend healthy client/src/pages/meeting/ContributionBar.tsx
TermsPage frontend healthy client/src/pages/terms/TermsPage.tsx

LabelLayerStatusPath
auth::server/src/meetings/meetings.controller.ts security healthy server/src/meetings/meetings.controller.ts
auth::server/src/realtime/realtime.gateway.ts security healthy server/src/realtime/realtime.gateway.ts
auth::server/package.json security healthy server/package.json
auth::server/src/action-items/action-items.controller.ts security healthy server/src/action-items/action-items.controller.ts
auth::server/src/realtime/realtime.module.ts security healthy server/src/realtime/realtime.module.ts
auth::client/src/lib/ws.ts security healthy client/src/lib/ws.ts
auth::server/.env.sample security healthy server/.env.sample
auth::server/src/auth/auth.module.ts security healthy server/src/auth/auth.module.ts
auth::server/src/auth/guards/jwt-auth.guard.ts security healthy server/src/auth/guards/jwt-auth.guard.ts
auth::server/README.md security healthy server/README.md
auth::server/src/auth/strategies/jwt.strategy.ts security healthy server/src/auth/strategies/jwt.strategy.ts
auth::server/src/reports/reports.controller.ts security healthy server/src/reports/reports.controller.ts
auth::server/src/contributions/contributions.controller.ts security healthy server/src/contributions/contributions.controller.ts
auth::server/src/decisions/decisions.controller.ts security healthy server/src/decisions/decisions.controller.ts
auth::server/src/teams/teams.controller.ts security healthy server/src/teams/teams.controller.ts
auth::server/src/notifications/notifications.controller.ts security healthy server/src/notifications/notifications.controller.ts
auth::server/src/auth/auth.service.ts security healthy server/src/auth/auth.service.ts
auth::server/src/auth/auth.controller.ts security healthy server/src/auth/auth.controller.ts
auth::server/src/agendas/agendas.controller.ts security healthy server/src/agendas/agendas.controller.ts

LabelLayerStatusPath
image::server/Dockerfile hardware healthy server/Dockerfile
image::client/Dockerfile hardware healthy client/Dockerfile
client-build hardware healthy docker-compose.yml
nest hardware healthy docker-compose.yml
caddy hardware healthy docker-compose.yml

LabelLayerStatusPath
port:80 network healthy docker-compose.yml
port:443 network healthy docker-compose.yml
port:3000 network healthy server/README.md
port:5173 network healthy client/vite.config.ts

LabelLayerStatusPath
mysql data healthy README.md
mongodb data healthy server/package-lock.json
redis data healthy server/package-lock.json

LabelLayerStatusPath
109.406.148.4 network healthy client/src/pages/login/LoginPage.tsx
1.957.527.074 network healthy client/src/pages/login/LoginPage.tsx

LabelLayerStatusPath
vps::aws hardware healthy README.md
vps::ec2 hardware healthy README.md

LabelLayerStatusPath
gha::ci-client cicd healthy .github/workflows/ci-client.yml
gha::ci-server cicd healthy .github/workflows/ci-server.yml

LabelLayerStatusPath
client cicd healthy .github/workflows/ci-client.yml
server cicd healthy .github/workflows/ci-server.yml

LabelLayerStatusPath
cc-team-8__mooimhacha software healthy /data/fable5_failed_archive/cc-team-8__mooimhacha

LabelLayerStatusPath
caddy network healthy docker-compose.yml

LabelLayerStatusPath
gpu (detected) hardware healthy client/electron/main/index.ts
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/73a9d868-c5a1-4648-8ac3-c3ea4f95cc31/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/73a9d868-c5a1-4648-8ac3-c3ea4f95cc31/

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.