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.
19 of your 46 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

CommonWealthRobotics/BowlerStudio

https://github.com/CommonWealthRobotics/BowlerStudio · scanned 2026-06-05 14:26 UTC (5 days, 5 hours ago) · 10 languages

67 raw signals (43 security + 24 graph) 11/13 scanners ran 20th percentile · Java · medium (20-100K LoC) System graph score 90 (lower by 28)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 5 hours ago · v2 · 19 actionable findings from 2 signal sources. 36 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 80.0 0.15 12.00
security_score 100.0 0.25 25.00
testing_score 0.0 0.20 0.00
documentation_score 63.0 0.15 9.45
practices_score 55.0 0.15 8.25
code_quality 70.0 0.10 7.00
Overall 1.00 61.7
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 202 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
jvm.json software healthy jvm.json
DEPENDENCIES_shallow.md software healthy DEPENDENCIES_shallow.md
ISSUE_TEMPLATE.md software healthy ISSUE_TEMPLATE.md
README.md software healthy README.md
makeJar.sh software healthy makeJar.sh
DEPENDENCIES.md software healthy DEPENDENCIES.md
.travis.yml software healthy .travis.yml
genDeps.sh software healthy genDeps.sh
DEPENDENCIES_unknown.md software healthy DEPENDENCIES_unknown.md
COC.md software healthy COC.md
build.gradle software healthy build.gradle
runMac.sh software healthy runMac.sh
searchLicense.sh software healthy searchLicense.sh
bowler-scripting-kernel.sh software healthy wrappers/osx/bowler-scripting-kernel.sh
FUNDING.yml software healthy .github/FUNDING.yml
verify.yml software healthy .github/workflows/verify.yml
release.yml software healthy .github/workflows/release.yml
GraphingOptionsDialog.java software healthy src/main/java/com/neuronrobotics/graphing/GraphingOptionsDi…
ExcelWriter.java software healthy src/main/java/com/neuronrobotics/graphing/ExcelWriter.java
GraphingWindow.java software healthy src/main/java/com/neuronrobotics/graphing/GraphingWindow.ja…
CSVWriter.java software healthy src/main/java/com/neuronrobotics/graphing/CSVWriter.java
DataWriter.java software healthy src/main/java/com/neuronrobotics/graphing/DataWriter.java
GraphDataElement.java software healthy src/main/java/com/neuronrobotics/graphing/GraphDataElement.…
DataChannel.java software healthy src/main/java/com/neuronrobotics/graphing/DataChannel.java
MenuResettingEventHandler.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/MenuResetting…
Terminal.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/Terminal.java
MakeReleaseController.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/MakeReleaseCo…
MeasurmentConfig.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/MeasurmentCon…
Main.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/Main.java
BowlerStudioController.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/BowlerStudioC…
NameGetter.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/NameGetter.ja…
BowlerStudioFXMLController.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/BowlerStudioF…
GistHelper.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/GistHelper.ja…
DeviceSupportPluginMap.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/DeviceSupport…
BowlerStudio.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/BowlerStudio.…
Tutorial.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/Tutorial.java
CreatureLab3dController.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/CreatureLab3d…
RpcCommandPanel.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/RpcCommandPan…
INewVitaminCallback.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/INewVitaminCa…
PsudoSplash.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/PsudoSplash.j…
BowlerStudioMenuWorkspace.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/BowlerStudioM…
BowlerStudioModularFrame.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/BowlerStudioM…
NewCreatureWizard.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/NewCreatureWi…
SplashManager.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/SplashManager…
RedirectableStream.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/RedirectableS…
OutputFilter.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/OutputFilter.…
NewVitaminWizardController.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/NewVitaminWiz…
PluginFactory.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/PluginFactory…
AddFileToGistController.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/AddFileToGist…
PluginManager.java software healthy src/main/java/com/neuronrobotics/bowlerstudio/PluginManager…

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

LabelLayerStatusPath
wrappers software healthy wrappers
osx software healthy wrappers/osx
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
main software healthy src/main
java software healthy src/main/java
com software healthy src/main/java/com
neuronrobotics software healthy src/main/java/com/neuronrobotics
graphing software healthy src/main/java/com/neuronrobotics/graphing
bowlerstudio software healthy src/main/java/com/neuronrobotics/bowlerstudio
threed software healthy src/main/java/com/neuronrobotics/bowlerstudio/threed
utils software healthy src/main/java/com/neuronrobotics/bowlerstudio/utils
assets software healthy src/main/java/com/neuronrobotics/bowlerstudio/assets
creature software healthy src/main/java/com/neuronrobotics/bowlerstudio/creature
scripting software healthy src/main/java/com/neuronrobotics/bowlerstudio/scripting
external software healthy src/main/java/com/neuronrobotics/bowlerstudio/scripting/ext…
tabs software healthy src/main/java/com/neuronrobotics/bowlerstudio/tabs
nrconsole software healthy src/main/java/com/neuronrobotics/nrconsole
plugin software healthy src/main/java/com/neuronrobotics/nrconsole/plugin
DyIO software healthy src/main/java/com/neuronrobotics/nrconsole/plugin/DyIO
Secheduler software healthy src/main/java/com/neuronrobotics/nrconsole/plugin/DyIO/Sech…
bootloader software healthy src/main/java/com/neuronrobotics/nrconsole/plugin/bootloader
gui software healthy src/main/java/com/neuronrobotics/nrconsole/plugin/bootloade…
BowlerCam software healthy src/main/java/com/neuronrobotics/nrconsole/plugin/BowlerCam
util software healthy src/main/java/com/neuronrobotics/nrconsole/util
pidsim software healthy src/main/java/com/neuronrobotics/pidsim
sdk software healthy src/main/java/com/neuronrobotics/sdk
addons software healthy src/main/java/com/neuronrobotics/sdk/addons
kinematics software healthy src/main/java/com/neuronrobotics/sdk/addons/kinematics

LabelLayerStatusPath
2.72.2.4 network healthy build.gradle
2.3.4.1 network healthy build.gradle

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

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

LabelLayerStatusPath
repobility-clone-1vyde8e2 software healthy /tmp/repobility-clone-1vyde8e2

LabelLayerStatusPath
auth::.github/workflows/release.yml security healthy .github/workflows/release.yml

LabelLayerStatusPath
OAUTH_SECRET cicd healthy
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/6fad6588-9677-46ba-92d4-0de2e3455047/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6fad6588-9677-46ba-92d4-0de2e3455047/

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.