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.

b3p3k0/FreeLift5

https://github.com/b3p3k0/FreeLift5 · scanned 2026-06-17 01:37 UTC (1 month, 2 weeks ago)

4 raw signals (0 security + 4 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +9.0 (diff) · 4 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 108 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
CLAUDE.md software healthy CLAUDE.md
README.md software healthy README.md
build.gradle.kts software healthy build.gradle.kts
LICENSE software healthy LICENSE
build.gradle.kts software healthy app/build.gradle.kts
2.json software healthy app/schemas/org.freelift5.app.data.FreeLiftDatabase/2.json
1.json software healthy app/schemas/org.freelift5.app.data.FreeLiftDatabase/1.json
MainActivity.kt software healthy app/src/main/java/org/freelift5/app/MainActivity.kt
FreeLiftApplication.kt software healthy app/src/main/java/org/freelift5/app/FreeLiftApplication.kt
ExportFiles.kt software healthy app/src/main/java/org/freelift5/app/export/ExportFiles.kt
CsvExport.kt software healthy app/src/main/java/org/freelift5/app/export/CsvExport.kt
NotificationChannels.kt software healthy app/src/main/java/org/freelift5/app/notifications/Notificat…
RestTimerService.kt software healthy app/src/main/java/org/freelift5/app/timer/RestTimerService.…
TimerStateStore.kt software healthy app/src/main/java/org/freelift5/app/timer/TimerStateStore.kt
ReminderScheduler.kt software healthy app/src/main/java/org/freelift5/app/reminders/ReminderSched…
ReminderWorker.kt software healthy app/src/main/java/org/freelift5/app/reminders/ReminderWorke…
ReminderTimes.kt software healthy app/src/main/java/org/freelift5/app/reminders/ReminderTimes…
Models.kt software healthy app/src/main/java/org/freelift5/app/domain/Models.kt
RoutineEngine.kt software healthy app/src/main/java/org/freelift5/app/domain/RoutineEngine.kt
PlateCalculator.kt software healthy app/src/main/java/org/freelift5/app/domain/PlateCalculator.…
WarmupCalculator.kt software healthy app/src/main/java/org/freelift5/app/domain/WarmupCalculator…
ProgressionEngine.kt software healthy app/src/main/java/org/freelift5/app/domain/ProgressionEngin…
WeightMath.kt software healthy app/src/main/java/org/freelift5/app/domain/WeightMath.kt
AppViewModel.kt software healthy app/src/main/java/org/freelift5/app/ui/AppViewModel.kt
FreeLiftApp.kt software healthy app/src/main/java/org/freelift5/app/ui/FreeLiftApp.kt
ProgressScreen.kt software healthy app/src/main/java/org/freelift5/app/ui/progress/ProgressScr…
ProgressMetrics.kt software healthy app/src/main/java/org/freelift5/app/ui/progress/ProgressMet…
WorkoutScreen.kt software healthy app/src/main/java/org/freelift5/app/ui/workout/WorkoutScree…
ExerciseGuidesScreen.kt software healthy app/src/main/java/org/freelift5/app/ui/guides/ExerciseGuide…
Theme.kt software healthy app/src/main/java/org/freelift5/app/ui/theme/Theme.kt
ProgramScreen.kt software healthy app/src/main/java/org/freelift5/app/ui/program/ProgramScree…
UiComponents.kt software healthy app/src/main/java/org/freelift5/app/ui/components/UiCompone…
SettingsScreen.kt software healthy app/src/main/java/org/freelift5/app/ui/settings/SettingsScr…
OnboardingScreen.kt software healthy app/src/main/java/org/freelift5/app/ui/onboarding/Onboardin…
CsvExportTest.kt software healthy app/src/test/java/org/freelift5/app/export/CsvExportTest.kt
ReminderTimesTest.kt software healthy app/src/test/java/org/freelift5/app/reminders/ReminderTimes…
ProgressionEngineTest.kt software healthy app/src/test/java/org/freelift5/app/domain/ProgressionEngin…
WarmupCalculatorTest.kt software healthy app/src/test/java/org/freelift5/app/domain/WarmupCalculator…
WeightMathTest.kt software healthy app/src/test/java/org/freelift5/app/domain/WeightMathTest.kt
PlateCalculatorTest.kt software healthy app/src/test/java/org/freelift5/app/domain/PlateCalculatorT…
RoutineEngineTest.kt software healthy app/src/test/java/org/freelift5/app/domain/RoutineEngineTes…
ProgressMetricsTest.kt software healthy app/src/test/java/org/freelift5/app/ui/progress/ProgressMet…
TimerStateStoreTest.kt software healthy app/src/androidTest/java/org/freelift5/app/timer/TimerState…
RestTimerServiceTest.kt software healthy app/src/androidTest/java/org/freelift5/app/timer/RestTimerS…
AppFlowTest.kt software healthy app/src/androidTest/java/org/freelift5/app/ui/AppFlowTest.kt
test-avd.sh software healthy scripts/test-avd.sh
bootstrap-android-linux.sh software healthy scripts/bootstrap-android-linux.sh
release.yml software healthy .github/workflows/release.yml
android.yml software healthy .github/workflows/android.yml
libs.versions.toml software healthy gradle/libs.versions.toml

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

LabelLayerStatusPath
app software healthy app
schemas software healthy app/schemas
org.freelift5.app.data.FreeLiftDatabase software healthy app/schemas/org.freelift5.app.data.FreeLiftDatabase
src software healthy app/src
main software healthy app/src/main
java software healthy app/src/main/java
org software healthy app/src/main/java/org
freelift5 software healthy app/src/main/java/org/freelift5
app software healthy app/src/main/java/org/freelift5/app
export software healthy app/src/main/java/org/freelift5/app/export
notifications software healthy app/src/main/java/org/freelift5/app/notifications
timer software healthy app/src/main/java/org/freelift5/app/timer
reminders software healthy app/src/main/java/org/freelift5/app/reminders
domain software healthy app/src/main/java/org/freelift5/app/domain
ui software healthy app/src/main/java/org/freelift5/app/ui
progress software healthy app/src/main/java/org/freelift5/app/ui/progress
workout software healthy app/src/main/java/org/freelift5/app/ui/workout
guides software healthy app/src/main/java/org/freelift5/app/ui/guides
theme software healthy app/src/main/java/org/freelift5/app/ui/theme
program software healthy app/src/main/java/org/freelift5/app/ui/program
components software healthy app/src/main/java/org/freelift5/app/ui/components
settings software healthy app/src/main/java/org/freelift5/app/ui/settings
onboarding software healthy app/src/main/java/org/freelift5/app/ui/onboarding
test software healthy app/src/test
java software healthy app/src/test/java
org software healthy app/src/test/java/org
freelift5 software healthy app/src/test/java/org/freelift5
app software healthy app/src/test/java/org/freelift5/app
export software healthy app/src/test/java/org/freelift5/app/export
reminders software healthy app/src/test/java/org/freelift5/app/reminders
domain software healthy app/src/test/java/org/freelift5/app/domain
ui software healthy app/src/test/java/org/freelift5/app/ui
progress software healthy app/src/test/java/org/freelift5/app/ui/progress
androidTest software healthy app/src/androidTest
java software healthy app/src/androidTest/java
org software healthy app/src/androidTest/java/org
freelift5 software healthy app/src/androidTest/java/org/freelift5
app software healthy app/src/androidTest/java/org/freelift5/app
timer software healthy app/src/androidTest/java/org/freelift5/app/timer
ui software healthy app/src/androidTest/java/org/freelift5/app/ui
scripts software healthy scripts
.github software healthy .github
workflows software healthy .github/workflows
gradle software healthy gradle
docs software healthy docs

LabelLayerStatusPath
ANDROID_SIGNING_KEY_BASE64 cicd healthy
ANDROID_SIGNING_KEY_PASSWORD cicd healthy
ANDROID_SIGNING_KEY_ALIAS cicd healthy
ANDROID_SIGNING_STORE_PASSWORD cicd healthy

LabelLayerStatusPath
gha::release cicd healthy .github/workflows/release.yml
gha::android cicd healthy .github/workflows/android.yml

LabelLayerStatusPath
release cicd healthy .github/workflows/release.yml
build cicd healthy .github/workflows/android.yml

LabelLayerStatusPath
b3p3k0__FreeLift5 software healthy /data/fable5_failed_archive/b3p3k0__FreeLift5

LabelLayerStatusPath
gpu (detected) hardware healthy scripts/test-avd.sh
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/3926e4f9-7ca8-426a-82af-4e303dbbe030/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/3926e4f9-7ca8-426a-82af-4e303dbbe030/

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.