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.

andywongkw0508-rgb/ESPACE_Project_GlacierMoni

https://github.com/andywongkw0508-rgb/ESPACE_Project_GlacierMoni · scanned 2026-06-17 01:33 UTC (1 month, 2 weeks ago)

42 raw signals (0 security + 42 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -15.0 (diff) · 41 actionable findings from 1 signal source. 1 repeated signal grouped for readability. 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 279 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
_load_env software healthy generate_manifest.py:26
_resolve_data_root software healthy generate_manifest.py:49
_parse_datetime software healthy generate_manifest.py:115
collect_scenes software healthy generate_manifest.py:120
attach_previews software healthy generate_manifest.py:156
main software healthy generate_manifest.py:173
_load_env software healthy app.py:7
calculate_run_indexes software healthy glacier_app/indexes.py:75
read_preprocessed_scenes software healthy glacier_app/indexes.py:145
checked_run_dir software healthy glacier_app/indexes.py:174
compute_index_raster software healthy glacier_app/indexes.py:186
band_role software healthy glacier_app/indexes.py:234
missing_roles software healthy glacier_app/indexes.py:238
index_row software healthy glacier_app/indexes.py:247
safe_name software healthy glacier_app/indexes.py:272
emit software healthy glacier_app/indexes.py:277
load_rows software healthy glacier_app/data.py:10
resolve_preview_path software healthy glacier_app/data.py:25
parse_float software healthy glacier_app/data.py:42
format_date software healthy glacier_app/data.py:49
build_mask software healthy glacier_app/masks.py:44
default_threshold_for software healthy glacier_app/masks.py:94
run_mask_script software healthy glacier_app/masks.py:106
write_mask_manifest software healthy glacier_app/masks.py:123
exclusion_inputs software healthy glacier_app/masks.py:188
matching_index_file software healthy glacier_app/masks.py:198
matching_quality_file software healthy glacier_app/masks.py:214
run_dir_for_output software healthy glacier_app/masks.py:231
threshold_name software healthy glacier_app/masks.py:245
safe_name software healthy glacier_app/masks.py:249
available_band_labels software healthy glacier_app/bands.py:10
check_scene_bands software healthy glacier_app/bands.py:33
scene_file_patterns software healthy glacier_app/bands.py:69
band_preview_png software healthy glacier_app/bands.py:93
_load_env_file software healthy glacier_app/config.py:11
compute software healthy glacier_app/mask_worker.py:10
water_mask software healthy glacier_app/mask_worker.py:82
quality_mask software healthy glacier_app/mask_worker.py:93
aligned_dataset software healthy glacier_app/mask_worker.py:115
same_grid software healthy glacier_app/mask_worker.py:145
main software healthy glacier_app/mask_worker.py:154
extract_boundary software healthy glacier_app/boundaries.py:39
run_boundary_script software healthy glacier_app/boundaries.py:85
write_boundary_manifest software healthy glacier_app/boundaries.py:104
run_dir_for_output software healthy glacier_app/boundaries.py:170
safe_name software healthy glacier_app/boundaries.py:184
build_year_boundary_overlay software healthy glacier_app/overlays.py:59
add_legend software healthy glacier_app/overlays.py:99
legend_item_width software healthy glacier_app/overlays.py:136
draw_swatch software healthy glacier_app/overlays.py:140

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

LabelLayerStatusPath
.env.example software healthy .env.example
PROJECT_WORKFLOW.md software healthy PROJECT_WORKFLOW.md
generate_manifest.py software healthy generate_manifest.py
environment.yml software healthy environment.yml
README.md software healthy README.md
app.py software healthy app.py
interface_design.md software healthy docs/interface_design.md
indexes.py software healthy glacier_app/indexes.py
data.py software healthy glacier_app/data.py
masks.py software healthy glacier_app/masks.py
bands.py software healthy glacier_app/bands.py
__init__.py software healthy glacier_app/__init__.py
config.py software healthy glacier_app/config.py
mask_worker.py software healthy glacier_app/mask_worker.py
boundaries.py software healthy glacier_app/boundaries.py
overlays.py software healthy glacier_app/overlays.py
app.py software healthy glacier_app/app.py
result_exports.py software healthy glacier_app/result_exports.py
boundary_worker.py software healthy glacier_app/boundary_worker.py
preprocessing.py software healthy glacier_app/preprocessing.py
results.py software healthy glacier_app/results.py
preview.py software healthy glacier_app/preview.py
progress_mixin.py software healthy glacier_app/panels/progress_mixin.py
workflow_mixin.py software healthy glacier_app/panels/workflow_mixin.py
mask_boundary_mixin.py software healthy glacier_app/panels/mask_boundary_mixin.py
filters_mixin.py software healthy glacier_app/panels/filters_mixin.py
analysis_mixin.py software healthy glacier_app/panels/analysis_mixin.py
style_mixin.py software healthy glacier_app/panels/style_mixin.py
preprocess_mixin.py software healthy glacier_app/panels/preprocess_mixin.py
__init__.py software healthy glacier_app/panels/__init__.py
basket_mixin.py software healthy glacier_app/panels/basket_mixin.py
constants.py software healthy glacier_app/panels/constants.py
preview_mixin.py software healthy glacier_app/panels/preview_mixin.py
aoi.json software healthy config/aoi.json
CLAUDE.md software healthy .claude/CLAUDE.md
memory.md software healthy .claude/dashboard/memory.md
memory.md software healthy .claude/glacier_analysis/memory.md
memory.md software healthy .claude/plume_turbidity/memory.md
memory.md software healthy .claude/validation/memory.md
memory.md software healthy .claude/ui_workbench/memory.md
memory.md software healthy .claude/marine_biology/memory.md
.claude/CLAUDE.md quality healthy .claude/CLAUDE.md
.claude/dashboard/memory.md quality healthy .claude/dashboard/memory.md
.claude/glacier_analysis/memory.md quality healthy .claude/glacier_analysis/memory.md
.claude/plume_turbidity/memory.md quality healthy .claude/plume_turbidity/memory.md
.claude/validation/memory.md quality healthy .claude/validation/memory.md
.claude/ui_workbench/memory.md quality healthy .claude/ui_workbench/memory.md
.claude/marine_biology/memory.md quality healthy .claude/marine_biology/memory.md

LabelLayerStatusPath
IndexSpec software healthy glacier_app/indexes.py:28
BandInput software healthy glacier_app/indexes.py:36
SceneInput software healthy glacier_app/indexes.py:42
IndexResult software healthy glacier_app/indexes.py:50
MaskResult software healthy glacier_app/masks.py:30
ExclusionInputs software healthy glacier_app/masks.py:99
BoundaryResult software healthy glacier_app/boundaries.py:24
OverlayResult software healthy glacier_app/overlays.py:52
ImageryApp software healthy glacier_app/app.py:27
PreprocessResult software healthy glacier_app/preprocessing.py:35
ProcessingOutput software healthy glacier_app/results.py:19
PreviewController software healthy glacier_app/preview.py:9
ProgressMixin software healthy glacier_app/panels/progress_mixin.py:9
WorkflowMixin software healthy glacier_app/panels/workflow_mixin.py:10
MaskBoundaryMixin software healthy glacier_app/panels/mask_boundary_mixin.py:13
FiltersMixin software healthy glacier_app/panels/filters_mixin.py:9
AnalysisMixin software healthy glacier_app/panels/analysis_mixin.py:14
StyleMixin software healthy glacier_app/panels/style_mixin.py:15
PreprocessMixin software healthy glacier_app/panels/preprocess_mixin.py:10
BasketMixin software healthy glacier_app/panels/basket_mixin.py:12
PreviewMixin software healthy glacier_app/panels/preview_mixin.py:13

LabelLayerStatusPath
docs software healthy docs
glacier_app software healthy glacier_app
panels software healthy glacier_app/panels
config software healthy config
.claude software healthy .claude
dashboard software healthy .claude/dashboard
glacier_analysis software healthy .claude/glacier_analysis
plume_turbidity software healthy .claude/plume_turbidity
validation software healthy .claude/validation
ui_workbench software healthy .claude/ui_workbench
marine_biology software healthy .claude/marine_biology

LabelLayerStatusPath
andywongkw0508-rgb__ESPACE_Project_GlacierMoni software healthy /data/fable5_failed_archive/andywongkw0508-rgb__ESPACE_Proj…
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/d62bd06f-35b3-4953-b9cc-d3add597a0ed/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d62bd06f-35b3-4953-b9cc-d3add597a0ed/

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.