https://github.com/yusuf68435/momentra-app
· scanned 2026-06-16 01:10 UTC (2 months, 1 week ago)
58 raw signals (0 security + 58 graph)
Last scanned 2 months, 1 week ago · v1 · 52 actionable findings from 1 signal source. 6 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 1645 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 |
|---|---|---|---|
resetStore |
software | healthy | __tests__/stores/gamificationStore.test.ts:resetStore |
resetStore |
software | healthy | __tests__/stores/settingsStore.test.ts:resetStore |
makePlan |
software | healthy | __tests__/stores/planStore.test.ts:makePlan |
resetStore |
software | healthy | __tests__/stores/planStore.test.ts:resetStore |
makeItem |
software | healthy | __tests__/stores/planStore.test.ts:makeItem |
resetStore |
software | healthy | __tests__/stores/networkStore.test.ts:resetStore |
makeStory |
software | healthy | __tests__/services/community.test.ts:makeStory |
makeComment |
software | healthy | __tests__/services/community.test.ts:makeComment |
resetChain |
software | healthy | __tests__/services/community.test.ts:resetChain |
terminalChain |
software | healthy | __tests__/services/community.test.ts:terminalChain |
makeGuest |
software | healthy | __tests__/services/guestRsvp.test.ts:makeGuest |
buildChain |
software | healthy | __tests__/services/plans.test.ts:buildChain |
simpleChain |
software | healthy | __tests__/services/plans.test.ts:simpleChain |
resolve |
software | healthy | __tests__/services/plans.test.ts:resolve |
makeCustomerInfo |
software | healthy | __tests__/services/purchases.test.ts:makeCustomerInfo |
buildQueryMock |
software | healthy | __tests__/services/auth.test.ts:buildQueryMock |
and |
software | healthy | __tests__/services/auth.test.ts:and |
returns |
software | healthy | __tests__/services/auth.test.ts:returns |
data |
software | healthy | __tests__/services/auth.test.ts:data |
buildChain |
software | healthy | __tests__/services/ai.test.ts:buildChain |
failed |
software | healthy | __tests__/services/ai.test.ts:failed |
returns |
software | healthy | __tests__/services/ai.test.ts:returns |
simpleChain |
software | healthy | __tests__/services/expenses.test.ts:simpleChain |
withAccessCheck |
software | healthy | __tests__/services/expenses.test.ts:withAccessCheck |
withUpdateAccessCheck |
software | healthy | __tests__/services/expenses.test.ts:withUpdateAccessCheck |
makeExpense |
software | healthy | __tests__/services/expenses.test.ts:makeExpense |
with |
software | healthy | __tests__/services/pushNotifications.test.ts:with |
error |
software | healthy | __tests__/services/pushNotifications.test.ts:error |
FavoritesScreen |
software | healthy | app/favorites.tsx:FavoritesScreen |
createStyles |
software | healthy | app/favorites.tsx:createStyles |
VendorsScreen |
software | healthy | app/vendors.tsx:VendorsScreen |
renderStars |
software | healthy | app/vendors.tsx:renderStars |
createStyles |
software | healthy | app/vendors.tsx:createStyles |
NotFoundScreen |
software | healthy | app/+not-found.tsx:NotFoundScreen |
ImportantDatesScreen |
software | healthy | app/important-dates.tsx:ImportantDatesScreen |
handleAdd |
software | healthy | app/important-dates.tsx:handleAdd |
handleDelete |
software | healthy | app/important-dates.tsx:handleDelete |
createStyles |
software | healthy | app/important-dates.tsx:createStyles |
ErrorBoundary |
software | healthy | app/_layout.tsx:ErrorBoundary |
ErrorFallback |
software | healthy | app/_layout.tsx:ErrorFallback |
RootLayout |
software | healthy | app/_layout.tsx:RootLayout |
RootLayoutNav |
software | healthy | app/_layout.tsx:RootLayoutNav |
handleUrl |
software | healthy | app/_layout.tsx:handleUrl |
ModalScreen |
software | healthy | app/modal.tsx:ModalScreen |
IconCircle |
software | healthy | app/onboarding.tsx:IconCircle |
FeatureRow |
software | healthy | app/onboarding.tsx:FeatureRow |
ProgressBar |
software | healthy | app/onboarding.tsx:ProgressBar |
AnimatedDot |
software | healthy | app/onboarding.tsx:AnimatedDot |
OnboardingScreen |
software | healthy | app/onboarding.tsx:OnboardingScreen |
lang |
software | healthy | app/onboarding.tsx:lang |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
APP_STORE_METADATA.md |
software | healthy | APP_STORE_METADATA.md |
babel.config.js |
software | healthy | babel.config.js |
jest.config.js |
software | healthy | jest.config.js |
PROJE_DURUMU.md |
software | healthy | PROJE_DURUMU.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
eas.json |
software | healthy | eas.json |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
REVENUECAT_SETUP.md |
software | healthy | REVENUECAT_SETUP.md |
app.json |
software | healthy | app.json |
.env.example |
software | healthy | .env.example |
tsconfig.json |
software | healthy | tsconfig.json |
SUBMIT_CHECKLIST.md |
software | healthy | SUBMIT_CHECKLIST.md |
setup.ts |
software | healthy | __tests__/setup.ts |
gamificationStore.test.ts |
software | healthy | __tests__/stores/gamificationStore.test.ts |
settingsStore.test.ts |
software | healthy | __tests__/stores/settingsStore.test.ts |
planStore.test.ts |
software | healthy | __tests__/stores/planStore.test.ts |
networkStore.test.ts |
software | healthy | __tests__/stores/networkStore.test.ts |
cache.test.ts |
software | healthy | __tests__/utils/cache.test.ts |
credits.test.ts |
software | healthy | __tests__/services/credits.test.ts |
community.test.ts |
software | healthy | __tests__/services/community.test.ts |
guestRsvp.test.ts |
software | healthy | __tests__/services/guestRsvp.test.ts |
plans.test.ts |
software | healthy | __tests__/services/plans.test.ts |
purchases.test.ts |
software | healthy | __tests__/services/purchases.test.ts |
auth.test.ts |
software | healthy | __tests__/services/auth.test.ts |
ai.test.ts |
software | healthy | __tests__/services/ai.test.ts |
expenses.test.ts |
software | healthy | __tests__/services/expenses.test.ts |
pushNotifications.test.ts |
software | healthy | __tests__/services/pushNotifications.test.ts |
subscription.test.ts |
software | healthy | __tests__/services/subscription.test.ts |
manifest.json |
software | healthy | docs/manifest.json |
terms.html |
software | healthy | docs/terms.html |
index.html |
software | healthy | docs/index.html |
privacy.html |
software | healthy | docs/privacy.html |
logo94-evolved.html |
software | healthy | assets/logos/logo94-evolved.html |
app-store-screenshots.html |
software | healthy | assets/screenshots/app-store-screenshots.html |
favorites.tsx |
software | healthy | app/favorites.tsx |
vendors.tsx |
software | healthy | app/vendors.tsx |
+not-found.tsx |
software | healthy | app/+not-found.tsx |
important-dates.tsx |
software | healthy | app/important-dates.tsx |
_layout.tsx |
software | healthy | app/_layout.tsx |
modal.tsx |
software | healthy | app/modal.tsx |
onboarding.tsx |
software | healthy | app/onboarding.tsx |
+html.tsx |
software | healthy | app/+html.tsx |
stealth.tsx |
software | healthy | app/settings/stealth.tsx |
terms.tsx |
software | healthy | app/settings/terms.tsx |
privacy.tsx |
software | healthy | app/settings/privacy.tsx |
language.tsx |
software | healthy | app/settings/language.tsx |
subscription.tsx |
software | healthy | app/settings/subscription.tsx |
profile-edit.tsx |
software | healthy | app/settings/profile-edit.tsx |
notifications.tsx |
software | healthy | app/settings/notifications.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
__tests__ |
software | healthy | __tests__ |
stores |
software | healthy | __tests__/stores |
utils |
software | healthy | __tests__/utils |
services |
software | healthy | __tests__/services |
docs |
software | healthy | docs |
assets |
software | healthy | assets |
logos |
software | healthy | assets/logos |
screenshots |
software | healthy | assets/screenshots |
app |
software | healthy | app |
settings |
software | healthy | app/settings |
invite |
software | healthy | app/invite |
community |
software | healthy | app/community |
category |
software | healthy | app/category |
(auth) |
software | healthy | app/(auth) |
plan |
software | healthy | app/plan |
[id] |
software | healthy | app/plan/[id] |
scenario |
software | healthy | app/scenario |
[id] |
software | healthy | app/scenario/[id] |
(tabs) |
software | healthy | app/(tabs) |
supabase |
software | healthy | supabase |
functions |
software | healthy | supabase/functions |
spotify-search |
software | healthy | supabase/functions/spotify-search |
delete-account |
software | healthy | supabase/functions/delete-account |
ai-music |
software | healthy | supabase/functions/ai-music |
ai-chat |
software | healthy | supabase/functions/ai-chat |
send-push |
software | healthy | supabase/functions/send-push |
ai-gifts |
software | healthy | supabase/functions/ai-gifts |
ai-backup |
software | healthy | supabase/functions/ai-backup |
ai-recommend |
software | healthy | supabase/functions/ai-recommend |
ai-timeline |
software | healthy | supabase/functions/ai-timeline |
ai-customize-plan |
software | healthy | supabase/functions/ai-customize-plan |
_shared |
software | healthy | supabase/functions/_shared |
migrations |
software | healthy | supabase/migrations |
parts |
software | healthy | supabase/migrations/parts |
tools |
software | healthy | tools |
public |
software | healthy | public |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
types |
software | healthy | src/types |
stores |
software | healthy | src/stores |
i18n |
software | healthy | src/i18n |
it |
software | healthy | src/i18n/it |
ko |
software | healthy | src/i18n/ko |
pt |
software | healthy | src/i18n/pt |
ar |
software | healthy | src/i18n/ar |
es |
software | healthy | src/i18n/es |
ja |
software | healthy | src/i18n/ja |
fr |
software | healthy | src/i18n/fr |
uk |
software | healthy | src/i18n/uk |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
FavoritesScreen |
frontend | healthy | app/favorites.tsx |
VendorsScreen |
frontend | healthy | app/vendors.tsx |
NotFoundScreen |
frontend | healthy | app/+not-found.tsx |
ImportantDatesScreen |
frontend | healthy | app/important-dates.tsx |
RootLayout |
frontend | healthy | app/_layout.tsx |
ModalScreen |
frontend | healthy | app/modal.tsx |
OnboardingScreen |
frontend | healthy | app/onboarding.tsx |
Root |
frontend | healthy | app/+html.tsx |
StealthModeScreen |
frontend | healthy | app/settings/stealth.tsx |
TermsScreen |
frontend | healthy | app/settings/terms.tsx |
PrivacyPolicyScreen |
frontend | healthy | app/settings/privacy.tsx |
LanguageScreen |
frontend | healthy | app/settings/language.tsx |
SubscriptionScreen |
frontend | healthy | app/settings/subscription.tsx |
ProfileEditScreen |
frontend | healthy | app/settings/profile-edit.tsx |
NotificationsScreen |
frontend | healthy | app/settings/notifications.tsx |
InviteScreen |
frontend | healthy | app/invite/[code].tsx |
StoryDetailScreen |
frontend | healthy | app/community/[id].tsx |
CategoryScreen |
frontend | healthy | app/category/[slug].tsx |
RegisterScreen |
frontend | healthy | app/(auth)/register.tsx |
LoginScreen |
frontend | healthy | app/(auth)/login.tsx |
AuthLayout |
frontend | healthy | app/(auth)/_layout.tsx |
CreatePlanScreen |
frontend | healthy | app/plan/create.tsx |
CompleteSurpriseScreen |
frontend | healthy | app/plan/[id]/complete.tsx |
MusicScreen |
frontend | healthy | app/plan/[id]/music.tsx |
WeatherScreen |
frontend | healthy | app/plan/[id]/weather.tsx |
TimelineScreen |
frontend | healthy | app/plan/[id]/timeline.tsx |
CoOrganizersScreen |
frontend | healthy | app/plan/[id]/co-organizers.tsx |
MoodboardScreen |
frontend | healthy | app/plan/[id]/moodboard.tsx |
GiftsScreen |
frontend | healthy | app/plan/[id]/gifts.tsx |
ChatScreen |
frontend | healthy | app/plan/[id]/chat.tsx |
SecretChatScreen |
frontend | healthy | app/plan/[id]/secret-chat.tsx |
BackupScreen |
frontend | healthy | app/plan/[id]/backup.tsx |
RevealScreen |
frontend | healthy | app/plan/[id]/reveal.tsx |
GuestsScreen |
frontend | healthy | app/plan/[id]/guests.tsx |
PlanDetailScreen |
frontend | healthy | app/plan/[id]/index.tsx |
CapsuleScreen |
frontend | healthy | app/plan/[id]/capsule.tsx |
EventDayScreen |
frontend | healthy | app/plan/[id]/event-day.tsx |
MemoriesScreen |
frontend | healthy | app/plan/[id]/memories.tsx |
ChecklistScreen |
frontend | healthy | app/plan/[id]/checklist.tsx |
ExpensesScreen |
frontend | healthy | app/plan/[id]/expenses.tsx |
ScenarioDetailScreen |
frontend | healthy | app/scenario/[id].tsx |
ReviewsScreen |
frontend | healthy | app/scenario/[id]/reviews.tsx |
AiScreen |
frontend | healthy | app/(tabs)/ai.tsx |
ProfileScreen |
frontend | healthy | app/(tabs)/profile.tsx |
HomeScreen |
frontend | healthy | app/(tabs)/index.tsx |
PlansScreen |
frontend | healthy | app/(tabs)/plans.tsx |
TabLayout |
frontend | healthy | app/(tabs)/_layout.tsx |
ExploreScreen |
frontend | healthy | app/(tabs)/explore.tsx |
CommunityScreen |
frontend | healthy | app/(tabs)/community.tsx |
MomentraLogo |
frontend | healthy | src/components/common/MomentraLogo.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
007_account_deletion.sql |
data | healthy | supabase/migrations/007_account_deletion.sql |
035_feature_flags.sql |
data | healthy | supabase/migrations/035_feature_flags.sql |
033_seed_community_stories.sql |
data | healthy | supabase/migrations/033_seed_community_stories.sql |
017_push_token.sql |
data | healthy | supabase/migrations/017_push_token.sql |
023_scenario_cover_images_part1.sql |
data | healthy | supabase/migrations/023_scenario_cover_images_part1.sql |
005_seed_expanded_scenarios.sql |
data | healthy | supabase/migrations/005_seed_expanded_scenarios.sql |
027_fix_turkish_chars_scenario_steps.sql |
data | healthy | supabase/migrations/027_fix_turkish_chars_scenario_steps.sql |
036_task_assignments_rls.sql |
data | healthy | supabase/migrations/036_task_assignments_rls.sql |
004_db_functions.sql |
data | healthy | supabase/migrations/004_db_functions.sql |
016_enrich_scenario_content.sql |
data | healthy | supabase/migrations/016_enrich_scenario_content.sql |
012_milestone_metrics.sql |
data | healthy | supabase/migrations/012_milestone_metrics.sql |
026_scenario_cover_images_remaining.sql |
data | healthy | supabase/migrations/026_scenario_cover_images_remaining.sql |
039_feature_flags.sql |
data | healthy | supabase/migrations/039_feature_flags.sql |
015_enrich_steps_schema.sql |
data | healthy | supabase/migrations/015_enrich_steps_schema.sql |
029_scenario_steps_part2.sql |
data | healthy | supabase/migrations/029_scenario_steps_part2.sql |
006_co_organizer_and_gamification.sql |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
027b_delete_old_scenario_steps.sql |
data | healthy | supabase/migrations/027b_delete_old_scenario_steps.sql |
028_scenario_steps_part1.sql |
data | healthy | supabase/migrations/028_scenario_steps_part1.sql |
037_surprise_protection.sql |
data | healthy | supabase/migrations/037_surprise_protection.sql |
021_update_old_scenario_descriptions.sql |
data | healthy | supabase/migrations/021_update_old_scenario_descriptions.sql |
002_seed_categories.sql |
data | healthy | supabase/migrations/002_seed_categories.sql |
019_performance_indexes.sql |
data | healthy | supabase/migrations/019_performance_indexes.sql |
011_world_class_features.sql |
data | healthy | supabase/migrations/011_world_class_features.sql |
032_scenario_cover_images_final.sql |
data | healthy | supabase/migrations/032_scenario_cover_images_final.sql |
014_security_fixes.sql |
data | healthy | supabase/migrations/014_security_fixes.sql |
031_scenario_steps_part4.sql |
data | healthy | supabase/migrations/031_scenario_steps_part4.sql |
010_ai_conversations.sql |
data | healthy | supabase/migrations/010_ai_conversations.sql |
024_scenario_cover_images_part2.sql |
data | healthy | supabase/migrations/024_scenario_cover_images_part2.sql |
018_seed_mega_scenarios.sql |
data | healthy | supabase/migrations/018_seed_mega_scenarios.sql |
038_story_reports.sql |
data | healthy | supabase/migrations/038_story_reports.sql |
022_fix_turkish_chars_and_duplicates.sql |
data | healthy | supabase/migrations/022_fix_turkish_chars_and_duplicates.sql |
001_initial_schema.sql |
data | healthy | supabase/migrations/001_initial_schema.sql |
009_fulltext_search.sql |
data | healthy | supabase/migrations/009_fulltext_search.sql |
003_seed_scenarios.sql |
data | healthy | supabase/migrations/003_seed_scenarios.sql |
020_update_scenario_descriptions.sql |
data | healthy | supabase/migrations/020_update_scenario_descriptions.sql |
040_fix_music_schema.sql |
data | healthy | supabase/migrations/040_fix_music_schema.sql |
008_favorites.sql |
data | healthy | supabase/migrations/008_favorites.sql |
013_post_surprise.sql |
data | healthy | supabase/migrations/013_post_surprise.sql |
041_cultural_scenarios.sql |
data | healthy | supabase/migrations/041_cultural_scenarios.sql |
030_scenario_steps_part3.sql |
data | healthy | supabase/migrations/030_scenario_steps_part3.sql |
034_ultra_security.sql |
data | healthy | supabase/migrations/034_ultra_security.sql |
025_scenario_cover_images_part3.sql |
data | healthy | supabase/migrations/025_scenario_cover_images_part3.sql |
part4_friendship_apology.sql |
data | healthy | supabase/migrations/parts/part4_friendship_apology.sql |
part2_anniversary_graduation.sql |
data | healthy | supabase/migrations/parts/part2_anniversary_graduation.sql |
part3_baby_romantic.sql |
data | healthy | supabase/migrations/parts/part3_baby_romantic.sql |
part5_achievement_holiday.sql |
data | healthy | supabase/migrations/parts/part5_achievement_holiday.sql |
part1_proposal_birthday.sql |
data | healthy | supabase/migrations/parts/part1_proposal_birthday.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
feature_flags |
data | healthy | supabase/migrations/035_feature_flags.sql |
public |
data | healthy | supabase/migrations/039_feature_flags.sql |
co_organizers |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
plan_messages |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
task_assignments |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
invite_links |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
user_gamification |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
user_badges |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
xp_history |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
plan_expenses |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
important_dates |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
plan_photos |
data | healthy | supabase/migrations/006_co_organizer_and_gamification.sql |
weather_cache |
data | healthy | supabase/migrations/011_world_class_features.sql |
smart_timeline_items |
data | healthy | supabase/migrations/011_world_class_features.sql |
mood_boards |
data | healthy | supabase/migrations/011_world_class_features.sql |
mood_board_items |
data | healthy | supabase/migrations/011_world_class_features.sql |
guest_invitations |
data | healthy | supabase/migrations/011_world_class_features.sql |
recurring_events |
data | healthy | supabase/migrations/011_world_class_features.sql |
gift_suggestions |
data | healthy | supabase/migrations/011_world_class_features.sql |
backup_plans |
data | healthy | supabase/migrations/011_world_class_features.sql |
music_playlists |
data | healthy | supabase/migrations/011_world_class_features.sql |
playlist_items |
data | healthy | supabase/migrations/011_world_class_features.sql |
community_stories |
data | healthy | supabase/migrations/011_world_class_features.sql |
story_likes |
data | healthy | supabase/migrations/011_world_class_features.sql |
story_comments |
data | healthy | supabase/migrations/011_world_class_features.sql |
vendors |
data | healthy | supabase/migrations/011_world_class_features.sql |
vendor_reviews |
data | healthy | supabase/migrations/011_world_class_features.sql |
plan_vendor_bookings |
data | healthy | supabase/migrations/011_world_class_features.sql |
voice_notes |
data | healthy | supabase/migrations/011_world_class_features.sql |
secret_messages |
data | healthy | supabase/migrations/011_world_class_features.sql |
emoji_reactions |
data | healthy | supabase/migrations/011_world_class_features.sql |
time_capsules |
data | healthy | supabase/migrations/011_world_class_features.sql |
time_capsule_items |
data | healthy | supabase/migrations/011_world_class_features.sql |
smart_notifications |
data | healthy | supabase/migrations/011_world_class_features.sql |
ai_conversations |
data | healthy | supabase/migrations/010_ai_conversations.sql |
arrangements |
data | healthy | supabase/migrations/018_seed_mega_scenarios.sql |
story_reports |
data | healthy | supabase/migrations/038_story_reports.sql |
favorites |
data | healthy | supabase/migrations/008_favorites.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
ping |
cicd | healthy | .github/workflows/keepalive.yml |
lint-typecheck-test |
cicd | healthy | .github/workflows/ci.yml |
eas-preview |
cicd | healthy | .github/workflows/ci.yml |
build-production |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
EXPO_TOKEN |
cicd | healthy | — |
EXPO_APPLE_APP_SPECIFIC_PASSWORD |
cicd | healthy | — |
EXPO_PUBLIC_SUPABASE_ANON_KEY |
cicd | healthy | — |
EXPO_PUBLIC_SUPABASE_URL |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::keepalive |
cicd | healthy | .github/workflows/keepalive.yml |
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
ScreenErrorBoundary |
software | healthy | src/components/common/ScreenErrorBoundary.tsx:ScreenErrorBo… |
InviteError |
software | healthy | src/services/coOrganizer.ts:InviteError |
| Label | Layer | Status | Path |
|---|---|---|---|
port:06 |
network | healthy | .github/workflows/keepalive.yml |
port:17 |
network | healthy | .github/workflows/keepalive.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::__tests__/services/auth.test.ts |
security | healthy | __tests__/services/auth.test.ts |
password_literal::__tests__/services/auth.test.ts |
security | healthy | __tests__/services/auth.test.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-sj8uxjjo |
software | healthy | /tmp/repobility-clone-sj8uxjjo |
| Label | Layer | Status | Path |
|---|---|---|---|
postgresql |
data | healthy | CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::supabase/functions/delete-account/index.ts |
security | healthy | supabase/functions/delete-account/index.ts |
This page is publicly accessible at:
https://repobility.com/scan/51a5ef2e-ca7c-4722-b901-a6245101adfc/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/51a5ef2e-ca7c-4722-b901-a6245101adfc/
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.