https://github.com/sabermh46/audio-vis
· scanned 2026-06-15 23:59 UTC (2 months, 3 weeks ago)
31 raw signals (0 security + 31 graph)
Last scanned 2 months, 3 weeks ago · v1 · 31 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 213 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 |
|---|---|---|---|
_now |
software | healthy | server/library.py:47 |
_ext_and_ctype |
software | healthy | server/library.py:51 |
track_id |
software | healthy | server/library.py:61 |
_valid |
software | healthy | server/library.py:65 |
_dir |
software | healthy | server/library.py:69 |
exists |
software | healthy | server/library.py:73 |
_atomic_write_bytes |
software | healthy | server/library.py:79 |
_atomic_write_json |
software | healthy | server/library.py:93 |
_atomic_write_json_gz |
software | healthy | server/library.py:97 |
_audio_file |
software | healthy | server/library.py:112 |
save_track |
software | healthy | server/library.py:121 |
read_meta |
software | healthy | server/library.py:167 |
list_tracks |
software | healthy | server/library.py:177 |
read_analysis_json |
software | healthy | server/library.py:185 |
audio_path |
software | healthy | server/library.py:195 |
delete_track |
software | healthy | server/library.py:203 |
rename_track |
software | healthy | server/library.py:211 |
read_scenes |
software | healthy | server/library.py:222 |
write_scenes |
software | healthy | server/library.py:232 |
warm_up |
software | healthy | server/app.py:51 |
health |
software | healthy | server/app.py:61 |
_cache_path |
software | healthy | server/app.py:70 |
_cache_read |
software | healthy | server/app.py:75 |
_cache_write |
software | healthy | server/app.py:83 |
analyze_upload |
software | healthy | server/app.py:99 |
library_list |
software | healthy | server/app.py:155 |
_require_track |
software | healthy | server/app.py:159 |
library_audio |
software | healthy | server/app.py:165 |
library_analysis |
software | healthy | server/app.py:176 |
library_delete |
software | healthy | server/app.py:184 |
library_rename |
software | healthy | server/app.py:191 |
library_get_scenes |
software | healthy | server/app.py:201 |
library_put_scenes |
software | healthy | server/app.py:207 |
availability |
software | healthy | server/stems.py:56 |
_get_separator |
software | healthy | server/stems.py:63 |
separate |
software | healthy | server/stems.py:81 |
_connect |
software | healthy | server/scenes_store.py:42 |
_ensure |
software | healthy | server/scenes_store.py:66 |
backend |
software | healthy | server/scenes_store.py:77 |
get_scenes |
software | healthy | server/scenes_store.py:82 |
set_scenes |
software | healthy | server/scenes_store.py:95 |
_normalize_db |
software | healthy | server/analysis.py:31 |
_to_u8b64 |
software | healthy | server/analysis.py:39 |
_band_bins |
software | healthy | server/analysis.py:45 |
_stem_tracks |
software | healthy | server/analysis.py:52 |
analyze |
software | healthy | server/analysis.py:61 |
band_track |
software | healthy | server/analysis.py:87 |
sub |
software | healthy | src/App.js:sub |
handler |
software | healthy | src/ui/TemplateGallery.js:handler |
listen |
software | healthy | src/ui/DropZone.js:listen |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
index.html |
software | healthy | index.html |
settings.json |
software | healthy | .claude/settings.json |
library.py |
software | healthy | server/library.py |
app.py |
software | healthy | server/app.py |
stems.py |
software | healthy | server/stems.py |
scenes_store.py |
software | healthy | server/scenes_store.py |
requirements.txt |
software | healthy | server/requirements.txt |
analysis.py |
software | healthy | server/analysis.py |
main.css |
software | healthy | styles/main.css |
App.js |
software | healthy | src/App.js |
main.js |
software | healthy | src/main.js |
TemplateGallery.js |
software | healthy | src/ui/TemplateGallery.js |
DropZone.js |
software | healthy | src/ui/DropZone.js |
StartupModal.js |
software | healthy | src/ui/StartupModal.js |
StatusIndicator.js |
software | healthy | src/ui/StatusIndicator.js |
SceneEditor.js |
software | healthy | src/ui/SceneEditor.js |
TransportControls.js |
software | healthy | src/ui/TransportControls.js |
format.js |
software | healthy | src/utils/format.js |
wav.js |
software | healthy | src/utils/wav.js |
SceneMigrate.js |
software | healthy | src/components/SceneMigrate.js |
ComponentRegistry.js |
software | healthy | src/components/ComponentRegistry.js |
KeyframeEvaluator.js |
software | healthy | src/components/KeyframeEvaluator.js |
MirroredBars.js |
software | healthy | src/components/MirroredBars.js |
PulseRing.js |
software | healthy | src/components/PulseRing.js |
OrbitDots.js |
software | healthy | src/components/OrbitDots.js |
VisualizerComponent.js |
software | healthy | src/components/VisualizerComponent.js |
SignalResolver.js |
software | healthy | src/components/SignalResolver.js |
BouncingStar.js |
software | healthy | src/components/BouncingStar.js |
EventEmitter.js |
software | healthy | src/core/EventEmitter.js |
AudioEngine.js |
software | healthy | src/core/AudioEngine.js |
VisualizerHost.js |
software | healthy | src/core/VisualizerHost.js |
AnalysisClient.js |
software | healthy | src/core/AnalysisClient.js |
FeatureExtractor.js |
software | healthy | src/core/FeatureExtractor.js |
PrecomputedAnalysisSource.js |
software | healthy | src/core/PrecomputedAnalysisSource.js |
ShapesVisualizer.js |
software | healthy | src/visualizers/ShapesVisualizer.js |
WaveformVisualizer.js |
software | healthy | src/visualizers/WaveformVisualizer.js |
SceneCompositor.js |
software | healthy | src/visualizers/SceneCompositor.js |
BarsVisualizer.js |
software | healthy | src/visualizers/BarsVisualizer.js |
VisualizerRegistry.js |
software | healthy | src/visualizers/VisualizerRegistry.js |
QuadOrbitVisualizer.js |
software | healthy | src/visualizers/QuadOrbitVisualizer.js |
CelestialOrreryVisualizer.js |
software | healthy | src/visualizers/CelestialOrreryVisualizer.js |
HyperspaceVisualizer.js |
software | healthy | src/visualizers/HyperspaceVisualizer.js |
AuroraConfluenceVisualizer.js |
software | healthy | src/visualizers/AuroraConfluenceVisualizer.js |
Visualizer.js |
software | healthy | src/visualizers/Visualizer.js |
NebulaGardenVisualizer.js |
software | healthy | src/visualizers/NebulaGardenVisualizer.js |
.claude/settings.json |
quality | healthy | .claude/settings.json |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
software | healthy | src/App.js:App |
TemplateGallery |
software | healthy | src/ui/TemplateGallery.js:TemplateGallery |
DropZone |
software | healthy | src/ui/DropZone.js:DropZone |
StartupModal |
software | healthy | src/ui/StartupModal.js:StartupModal |
StatusIndicator |
software | healthy | src/ui/StatusIndicator.js:StatusIndicator |
SceneEditor |
software | healthy | src/ui/SceneEditor.js:SceneEditor |
TransportControls |
software | healthy | src/ui/TransportControls.js:TransportControls |
ComponentRegistry |
software | healthy | src/components/ComponentRegistry.js:ComponentRegistry |
MirroredBars |
software | healthy | src/components/MirroredBars.js:MirroredBars |
PulseRing |
software | healthy | src/components/PulseRing.js:PulseRing |
OrbitDots |
software | healthy | src/components/OrbitDots.js:OrbitDots |
for |
software | healthy | src/components/VisualizerComponent.js:for |
VisualizerComponent |
software | healthy | src/components/VisualizerComponent.js:VisualizerComponent |
BouncingStar |
software | healthy | src/components/BouncingStar.js:BouncingStar |
EventEmitter |
software | healthy | src/core/EventEmitter.js:EventEmitter |
AudioEngine |
software | healthy | src/core/AudioEngine.js:AudioEngine |
VisualizerHost |
software | healthy | src/core/VisualizerHost.js:VisualizerHost |
AnalysisError |
software | healthy | src/core/AnalysisClient.js:AnalysisError |
never |
software | healthy | src/core/AnalysisClient.js:never |
AnalysisClient |
software | healthy | src/core/AnalysisClient.js:AnalysisClient |
FeatureExtractor |
software | healthy | src/core/FeatureExtractor.js:FeatureExtractor |
PrecomputedAnalysisSource |
software | healthy | src/core/PrecomputedAnalysisSource.js:PrecomputedAnalysisSo… |
ShapesVisualizer |
software | healthy | src/visualizers/ShapesVisualizer.js:ShapesVisualizer |
WaveformVisualizer |
software | healthy | src/visualizers/WaveformVisualizer.js:WaveformVisualizer |
SceneCompositor |
software | healthy | src/visualizers/SceneCompositor.js:SceneCompositor |
BarsVisualizer |
software | healthy | src/visualizers/BarsVisualizer.js:BarsVisualizer |
VisualizerRegistry |
software | healthy | src/visualizers/VisualizerRegistry.js:VisualizerRegistry |
QuadOrbitVisualizer |
software | healthy | src/visualizers/QuadOrbitVisualizer.js:QuadOrbitVisualizer |
CelestialOrreryVisualizer |
software | healthy | src/visualizers/CelestialOrreryVisualizer.js:CelestialOrrer… |
HyperspaceVisualizer |
software | healthy | src/visualizers/HyperspaceVisualizer.js:HyperspaceVisualizer |
AuroraConfluenceVisualizer |
software | healthy | src/visualizers/AuroraConfluenceVisualizer.js:AuroraConflue… |
for |
software | healthy | src/visualizers/Visualizer.js:for |
Visualizer |
software | healthy | src/visualizers/Visualizer.js:Visualizer |
NebulaGardenVisualizer |
software | healthy | src/visualizers/NebulaGardenVisualizer.js:NebulaGardenVisua… |
| Label | Layer | Status | Path |
|---|---|---|---|
.claude |
software | healthy | .claude |
server |
software | healthy | server |
styles |
software | healthy | styles |
src |
software | healthy | src |
ui |
software | healthy | src/ui |
utils |
software | healthy | src/utils |
components |
software | healthy | src/components |
core |
software | healthy | src/core |
visualizers |
software | healthy | src/visualizers |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /health |
api | healthy | server/app.py |
POST /analyze |
api | healthy | server/app.py |
GET /library |
api | healthy | server/app.py |
GET /library/{tid}/audio |
api | healthy | server/app.py |
GET /library/{tid}/analysis |
api | healthy | server/app.py |
DELETE /library/{tid} |
api | healthy | server/app.py |
PATCH /library/{tid} |
api | healthy | server/app.py |
GET /library/{tid}/scenes |
api | healthy | server/app.py |
PUT /library/{tid}/scenes |
api | healthy | server/app.py |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-01lm76ud |
software | healthy | /tmp/repobility-clone-01lm76ud |
| Label | Layer | Status | Path |
|---|---|---|---|
mysql |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
scenes |
data | healthy | server/scenes_store.py |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | README.md |
This page is publicly accessible at:
https://repobility.com/scan/950189af-aa18-4ac5-a65a-1876c746a875/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/950189af-aa18-4ac5-a65a-1876c746a875/
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.