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.

Yardole/meeting-minute

https://github.com/Yardole/meeting-minute · scanned 2026-06-16 01:04 UTC (2 months, 1 week ago)

14 raw signals (0 security + 14 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 14 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 115 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
.mcp.json software healthy .mcp.json
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
build.gradle.kts software healthy android/build.gradle.kts
google-services.json software healthy android/app/google-services.json
build.gradle.kts software healthy android/app/build.gradle.kts
MeetingMinuteApplication.kt software healthy android/app/src/main/java/com/oliva/notes/app/MeetingMinute…
MainActivity.kt software healthy android/app/src/main/java/com/oliva/notes/app/MainActivity.…
RecordingViewModel.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/recording/…
RecordingScreen.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/recording/…
AppNavigation.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/navigation…
Screen.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/navigation…
LoginScreen.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/auth/Login…
AuthViewModel.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/auth/AuthV…
EdgeScrollHaptics.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/components…
ShareContentGenerator.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/components…
BottomPlayer.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/components…
ShareSheet.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/components…
Type.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/theme/Type…
Theme.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/theme/Them…
Color.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/theme/Colo…
HomeScreen.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/home/HomeS…
HomeViewModel.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/home/HomeV…
MeetingDetailViewModel.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/meetingdet…
MeetingDetailScreen.kt software healthy android/app/src/main/java/com/oliva/notes/app/ui/meetingdet…
AppModule.kt software healthy android/app/src/main/java/com/oliva/notes/app/di/AppModule.…
MeetingRepository.kt software healthy android/app/src/main/java/com/oliva/notes/app/domain/reposi…
Meeting.kt software healthy android/app/src/main/java/com/oliva/notes/app/domain/model/…
Speaker.kt software healthy android/app/src/main/java/com/oliva/notes/app/domain/model/…
TranscriptSegment.kt software healthy android/app/src/main/java/com/oliva/notes/app/domain/model/…
architecture.md software healthy docs/architecture.md
milestones.md software healthy docs/milestones.md
PROGRESS.md software healthy docs/PROGRESS.md
design-preview.html software healthy docs/design-preview.html
config.toml software healthy supabase/config.toml
index.ts software healthy supabase/functions/sync/index.ts
index.ts software healthy supabase/functions/summarize/index.ts
index.ts software healthy supabase/functions/chat/index.ts
index.ts software healthy supabase/functions/upload-audio/index.ts
index.ts software healthy supabase/functions/transcribe/index.ts
fcm.ts software healthy supabase/functions/_shared/fcm.ts
20250606000007_create_chat_messages.sql software healthy supabase/migrations/20250606000007_create_chat_messages.sql
20250606000004_create_speakers.sql software healthy supabase/migrations/20250606000004_create_speakers.sql
20250608000011_add_fcm_token.sql software healthy supabase/migrations/20250608000011_add_fcm_token.sql
20250608000012_drop_profiles_fk.sql software healthy supabase/migrations/20250608000012_drop_profiles_fk.sql
20250606000005_create_transcript_segments.sql software healthy supabase/migrations/20250606000005_create_transcript_segmen…
20250606000010_m1_anon_audio_policy.sql software healthy supabase/migrations/20250606000010_m1_anon_audio_policy.sql
20250606000008_rls_policies.sql software healthy supabase/migrations/20250606000008_rls_policies.sql
20250606000003_create_meetings.sql software healthy supabase/migrations/20250606000003_create_meetings.sql
20250606000002_create_profiles.sql software healthy supabase/migrations/20250606000002_create_profiles.sql

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

LabelLayerStatusPath
android software healthy android
app software healthy android/app
src software healthy android/app/src
main software healthy android/app/src/main
java software healthy android/app/src/main/java
com software healthy android/app/src/main/java/com
oliva software healthy android/app/src/main/java/com/oliva
notes software healthy android/app/src/main/java/com/oliva/notes
app software healthy android/app/src/main/java/com/oliva/notes/app
ui software healthy android/app/src/main/java/com/oliva/notes/app/ui
recording software healthy android/app/src/main/java/com/oliva/notes/app/ui/recording
navigation software healthy android/app/src/main/java/com/oliva/notes/app/ui/navigation
auth software healthy android/app/src/main/java/com/oliva/notes/app/ui/auth
components software healthy android/app/src/main/java/com/oliva/notes/app/ui/components
theme software healthy android/app/src/main/java/com/oliva/notes/app/ui/theme
home software healthy android/app/src/main/java/com/oliva/notes/app/ui/home
meetingdetail software healthy android/app/src/main/java/com/oliva/notes/app/ui/meetingdet…
di software healthy android/app/src/main/java/com/oliva/notes/app/di
domain software healthy android/app/src/main/java/com/oliva/notes/app/domain
repository software healthy android/app/src/main/java/com/oliva/notes/app/domain/reposi…
model software healthy android/app/src/main/java/com/oliva/notes/app/domain/model
docs software healthy docs
supabase software healthy supabase
functions software healthy supabase/functions
sync software healthy supabase/functions/sync
summarize software healthy supabase/functions/summarize
chat software healthy supabase/functions/chat
upload-audio software healthy supabase/functions/upload-audio
transcribe software healthy supabase/functions/transcribe
_shared software healthy supabase/functions/_shared
migrations software healthy supabase/migrations

LabelLayerStatusPath
20250606000007_create_chat_messages.sql data healthy supabase/migrations/20250606000007_create_chat_messages.sql
20250606000004_create_speakers.sql data healthy supabase/migrations/20250606000004_create_speakers.sql
20250608000011_add_fcm_token.sql data healthy supabase/migrations/20250608000011_add_fcm_token.sql
20250608000012_drop_profiles_fk.sql data healthy supabase/migrations/20250608000012_drop_profiles_fk.sql
20250606000005_create_transcript_segments.sql data healthy supabase/migrations/20250606000005_create_transcript_segmen…
20250606000010_m1_anon_audio_policy.sql data healthy supabase/migrations/20250606000010_m1_anon_audio_policy.sql
20250606000008_rls_policies.sql data healthy supabase/migrations/20250606000008_rls_policies.sql
20250606000003_create_meetings.sql data healthy supabase/migrations/20250606000003_create_meetings.sql
20250606000002_create_profiles.sql data healthy supabase/migrations/20250606000002_create_profiles.sql
20250606000009_create_audio_bucket.sql data healthy supabase/migrations/20250606000009_create_audio_bucket.sql
20250606000006_create_summaries.sql data healthy supabase/migrations/20250606000006_create_summaries.sql
20250606000001_create_updated_at_trigger.sql data healthy supabase/migrations/20250606000001_create_updated_at_trigge…

LabelLayerStatusPath
toSnakeCase software healthy supabase/functions/sync/index.ts:toSnakeCase
convertRowToSnake software healthy supabase/functions/sync/index.ts:convertRowToSnake
convertRowToCamel software healthy supabase/functions/sync/index.ts:convertRowToCamel
syncTable software healthy supabase/functions/sync/index.ts:syncTable
pollTranscript software healthy supabase/functions/transcribe/index.ts:pollTranscript
getAccessToken software healthy supabase/functions/_shared/fcm.ts:getAccessToken
createJwt software healthy supabase/functions/_shared/fcm.ts:createJwt
importPrivateKey software healthy supabase/functions/_shared/fcm.ts:importPrivateKey
sendPush software healthy supabase/functions/_shared/fcm.ts:sendPush

LabelLayerStatusPath
auth::README.md security healthy README.md
auth::supabase/functions/_shared/fcm.ts security healthy supabase/functions/_shared/fcm.ts
auth::supabase/config.toml security healthy supabase/config.toml

LabelLayerStatusPath
vps::azure hardware healthy supabase/config.toml
vps::aws hardware healthy supabase/config.toml

LabelLayerStatusPath
repobility-clone-ete65apb software healthy /tmp/repobility-clone-ete65apb

LabelLayerStatusPath
postgres data healthy README.md

LabelLayerStatusPath
public data healthy supabase/migrations/20250606000007_create_chat_messages.sql
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/49bd313d-e8cd-4f73-990f-7763cb398983/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/49bd313d-e8cd-4f73-990f-7763cb398983/

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.