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

Scan timing: clone 15.51s · analysis 4.97s · 20.3 MB · GitHub API rate-limit (preflight)

LernerLab/GuPPy

https://github.com/LernerLab/GuPPy · scanned 2026-06-05 17:54 UTC (4 days, 21 hours ago) · 10 languages

305 raw signals (115 security + 190 graph) 92nd percentile · Python · medium (20-100K LoC) System graph score 89 (lower by 4)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 21 hours ago · v2 · 128 actionable findings from 2 signal sources. 57 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 85.0 0.15 12.75
security_score 91.0 0.25 22.75
testing_score 100.0 0.20 20.00
documentation_score 93.0 0.15 13.95
practices_score 75.0 0.15 11.25
code_quality 39.2 0.10 3.92
Overall 1.00 84.6
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
tj-actions/changed-files is tag-pinned instead of SHA-pinned
GapSeverity.HIGH Layer.CICD score 0.375
Why: high severity
.github/workflows/assess-file-changes.yml:30
#2
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#3
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/pr-tests.yml:66
#4
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/run-tests.yml:83
#5
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/auto-publish.yml:34
#6
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/auto-publish.yml
#7
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/claude.yml:35
#8
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/claude.yml
#9
Likely N+1 query: `for neurodata_object in …` triggers a query per row — src/guppy/extractors/nwb_recording_extractor.py:164
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in src/guppy/extractors/nwb_recording_extractor.py:164 to prevent hung calls.
src/guppy/extractors/nwb_recording_extractor.py:164
#10
Possibly dead Python function: consistent_timing_trial
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in docs/scripts/cross_correlation_explainer.py:275; if framework-registered, add a docstring.
docs/scripts/cross_correlation_explainer.py:275

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/6afc82b8-5e88-4ea6-a648-91134ab73397/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6afc82b8-5e88-4ea6-a648-91134ab73397/

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.