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.

akexorcist/RoundCornerProgressBar

https://github.com/akexorcist/RoundCornerProgressBar · scanned 2026-06-17 01:30 UTC (1 month, 2 weeks ago)

2 raw signals (0 security + 2 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +9.1 (diff) · 2 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 91 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
CHANGELOG.md software healthy CHANGELOG.md
README.md software healthy README.md
build.gradle.kts software healthy build.gradle.kts
LICENSE software healthy LICENSE
MIGRATION.md software healthy MIGRATION.md
build.gradle.kts software healthy app/build.gradle.kts
MainActivity.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
DemoViewModel.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
ViewPagerAdapter.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
TextDemoFragment.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
SimpleDemoFragment.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
ViewDemoFragment.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
IconDemoFragment.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
CenteredDemoFragment.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
IndeterminateDemoFragment.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
ComposeDemoFragment.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
DemoComponents.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
SimpleDemoScreen.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
IconDemoScreen.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
DemoModeToggle.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
IndeterminateDemoScreen.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
TextDemoScreen.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
CenteredDemoScreen.kt software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
android.yml software healthy .github/workflows/android.yml
libs.versions.toml software healthy gradle/libs.versions.toml
README.md software healthy view/README.md
build.gradle.kts software healthy view/build.gradle.kts
CenteredRoundCornerProgressBar.kt software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar/Ce…
IconRoundCornerProgressBar.kt software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar/Ic…
RoundCornerProgressBar.kt software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar/Ro…
TextRoundCornerProgressBar.kt software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar/Te…
IndeterminateCenteredRoundCornerProgressBar.kt software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar/in…
IndeterminateRoundCornerProgressBar.kt software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar/in…
AnimatedRoundCornerProgressBar.kt software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar/co…
BaseRoundCornerProgressBar.kt software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar/co…
README.md software healthy compose/README.md
build.gradle.kts software healthy compose/build.gradle.kts
CenteredRoundCornerProgressBar.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
IconRoundCornerProgressBar.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
RoundCornerProgressBar.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
RoundCornerProgressBarDefaults.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
TextRoundCornerProgressBar.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
IndeterminateRoundCornerProgressBar.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
Previews.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
ProgressAnimation.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
BaseRoundCornerProgressBar.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
ProgressDrawing.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
ProgressGeometry.kt software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
ProgressGeometryTest.kt software healthy compose/src/test/java/com/akexorcist/roundcornerprogressbar…
AccelerateDecelerateEasingTest.kt software healthy compose/src/test/java/com/akexorcist/roundcornerprogressbar…

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

LabelLayerStatusPath
app software healthy app
src software healthy app/src
main software healthy app/src/main
java software healthy app/src/main/java
com software healthy app/src/main/java/com
akexorcist software healthy app/src/main/java/com/akexorcist
roundcornerprogressbar software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar
example software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
fragment software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
compose software healthy app/src/main/java/com/akexorcist/roundcornerprogressbar/exa…
.github software healthy .github
workflows software healthy .github/workflows
gradle software healthy gradle
view software healthy view
src software healthy view/src
main software healthy view/src/main
java software healthy view/src/main/java
com software healthy view/src/main/java/com
akexorcist software healthy view/src/main/java/com/akexorcist
roundcornerprogressbar software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar
indeterminate software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar/in…
common software healthy view/src/main/java/com/akexorcist/roundcornerprogressbar/co…
compose software healthy compose
src software healthy compose/src
main software healthy compose/src/main
java software healthy compose/src/main/java
com software healthy compose/src/main/java/com
akexorcist software healthy compose/src/main/java/com/akexorcist
roundcornerprogressbar software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar
compose software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
common software healthy compose/src/main/java/com/akexorcist/roundcornerprogressbar…
test software healthy compose/src/test
java software healthy compose/src/test/java
com software healthy compose/src/test/java/com
akexorcist software healthy compose/src/test/java/com/akexorcist
roundcornerprogressbar software healthy compose/src/test/java/com/akexorcist/roundcornerprogressbar
compose software healthy compose/src/test/java/com/akexorcist/roundcornerprogressbar…
common software healthy compose/src/test/java/com/akexorcist/roundcornerprogressbar…

LabelLayerStatusPath
akexorcist__RoundCornerProgressBar software healthy /data/fable5_failed_archive/akexorcist__RoundCornerProgress…

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

LabelLayerStatusPath
test cicd healthy .github/workflows/android.yml
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/d486bab6-81b9-46a0-824a-f22ba23c33c5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d486bab6-81b9-46a0-824a-f22ba23c33c5/

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.