https://github.com/dlccyes/paranalyzer
· scanned 2026-06-17 01:57 UTC (1 month, 1 week ago)
15 raw signals (0 security + 15 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ -11.0 (diff) · 12 actionable findings from 1 signal source. 3 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 143 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 |
|---|---|---|---|
km |
software | healthy | scripts/verify.ts:km |
ms |
software | healthy | scripts/verify.ts:ms |
varioColor |
software | healthy | src/colors.ts:varioColor |
buildVarioSegments |
software | healthy | src/colors.ts:buildVarioSegments |
fmt |
software | healthy | src/units.ts:fmt |
makeFormatter |
software | healthy | src/units.ts:makeFormatter |
formatDuration |
software | healthy | src/units.ts:formatDuration |
pad |
software | healthy | src/units.ts:pad |
formatClock |
software | healthy | src/units.ts:formatClock |
formatDate |
software | healthy | src/units.ts:formatDate |
formatTzOffset |
software | healthy | src/units.ts:formatTzOffset |
App |
software | healthy | src/App.tsx:App |
changeUnits |
software | healthy | src/App.tsx:changeUnits |
Barogram |
software | healthy | src/components/Barogram.tsx:Barogram |
pad |
software | healthy | src/components/Barogram.tsx:pad |
xs |
software | healthy | src/components/Barogram.tsx:xs |
ys |
software | healthy | src/components/Barogram.tsx:ys |
totalMin |
software | healthy | src/components/Barogram.tsx:totalMin |
idxFromClientX |
software | healthy | src/components/Barogram.tsx:idxFromClientX |
localX |
software | healthy | src/components/Barogram.tsx:localX |
frac |
software | healthy | src/components/Barogram.tsx:frac |
mid |
software | healthy | src/components/Barogram.tsx:mid |
BadTurnsTable |
software | healthy | src/components/BadTurnsTable.tsx:BadTurnsTable |
signedAlt |
software | healthy | src/components/BadTurnsTable.tsx:signedAlt |
WindBadge |
software | healthy | src/components/WindBadge.tsx:WindBadge |
FileDrop |
software | healthy | src/components/FileDrop.tsx:FileDrop |
read |
software | healthy | src/components/FileDrop.tsx:read |
handleDrop |
software | healthy | src/components/FileDrop.tsx:handleDrop |
UnitToggle |
software | healthy | src/components/UnitToggle.tsx:UnitToggle |
windAngle |
software | healthy | src/components/GlidesTable.tsx:windAngle |
windToward |
software | healthy | src/components/GlidesTable.tsx:windToward |
relationLabel |
software | healthy | src/components/GlidesTable.tsx:relationLabel |
sinkClass |
software | healthy | src/components/GlidesTable.tsx:sinkClass |
GlidesTable |
software | healthy | src/components/GlidesTable.tsx:GlidesTable |
FlightMap |
software | healthy | src/components/FlightMap.tsx:FlightMap |
FitBounds |
software | healthy | src/components/FlightMap.tsx:FitBounds |
FlyToSelection |
software | healthy | src/components/FlightMap.tsx:FlyToSelection |
Arrow |
software | healthy | src/components/Arrow.tsx:Arrow |
ThermalsTable |
software | healthy | src/components/ThermalsTable.tsx:ThermalsTable |
SummaryPanel |
software | healthy | src/components/SummaryPanel.tsx:SummaryPanel |
stat |
software | healthy | src/components/SummaryPanel.tsx:stat |
estimateWind |
software | healthy | src/analysis/wind.ts:estimateWind |
toward |
software | healthy | src/analysis/wind.ts:toward |
fromDeg |
software | healthy | src/analysis/wind.ts:fromDeg |
averageWind |
software | healthy | src/analysis/wind.ts:averageWind |
fitCircle |
software | healthy | src/analysis/wind.ts:fitCircle |
uc |
software | healthy | src/analysis/wind.ts:uc |
vc |
software | healthy | src/analysis/wind.ts:vc |
analyzeFlight |
software | healthy | src/analysis/analyze.ts:analyzeFlight |
haversine |
software | healthy | src/analysis/geo.ts:haversine |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
vite.config.ts |
software | healthy | vite.config.ts |
package-lock.json |
software | healthy | package-lock.json |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
index.html |
software | healthy | index.html |
tsconfig.json |
software | healthy | tsconfig.json |
verify.ts |
software | healthy | scripts/verify.ts |
gh-deploy.yml |
software | healthy | .github/workflows/gh-deploy.yml |
test.yml |
software | healthy | .github/workflows/test.yml |
colors.ts |
software | healthy | src/colors.ts |
main.tsx |
software | healthy | src/main.tsx |
styles.css |
software | healthy | src/styles.css |
vite-env.d.ts |
software | healthy | src/vite-env.d.ts |
units.ts |
software | healthy | src/units.ts |
types.ts |
software | healthy | src/types.ts |
App.tsx |
software | healthy | src/App.tsx |
Barogram.tsx |
software | healthy | src/components/Barogram.tsx |
BadTurnsTable.tsx |
software | healthy | src/components/BadTurnsTable.tsx |
WindBadge.tsx |
software | healthy | src/components/WindBadge.tsx |
FileDrop.tsx |
software | healthy | src/components/FileDrop.tsx |
UnitToggle.tsx |
software | healthy | src/components/UnitToggle.tsx |
GlidesTable.tsx |
software | healthy | src/components/GlidesTable.tsx |
FlightMap.tsx |
software | healthy | src/components/FlightMap.tsx |
Arrow.tsx |
software | healthy | src/components/Arrow.tsx |
ThermalsTable.tsx |
software | healthy | src/components/ThermalsTable.tsx |
SummaryPanel.tsx |
software | healthy | src/components/SummaryPanel.tsx |
wind.ts |
software | healthy | src/analysis/wind.ts |
analyze.ts |
software | healthy | src/analysis/analyze.ts |
geo.ts |
software | healthy | src/analysis/geo.ts |
phases.ts |
software | healthy | src/analysis/phases.ts |
stats.ts |
software | healthy | src/analysis/stats.ts |
derive.ts |
software | healthy | src/analysis/derive.ts |
kml.ts |
software | healthy | src/parsers/kml.ts |
index.ts |
software | healthy | src/parsers/index.ts |
gpx.ts |
software | healthy | src/parsers/gpx.ts |
igc.ts |
software | healthy | src/parsers/igc.ts |
launch.json |
software | healthy | .claude/launch.json |
.claude/launch.json |
quality | healthy | .claude/launch.json |
| Label | Layer | Status | Path |
|---|---|---|---|
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
components |
software | healthy | src/components |
analysis |
software | healthy | src/analysis |
parsers |
software | healthy | src/parsers |
.claude |
software | healthy | .claude |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::gh-deploy |
cicd | healthy | .github/workflows/gh-deploy.yml |
gha::test |
cicd | healthy | .github/workflows/test.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
build-and-deploy |
cicd | healthy | .github/workflows/gh-deploy.yml |
build |
cicd | healthy | .github/workflows/test.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
dlccyes__paranalyzer |
software | healthy | /data/fable5_failed_archive/dlccyes__paranalyzer |
| Label | Layer | Status | Path |
|---|---|---|---|
for |
software | healthy | src/components/GlidesTable.tsx:for |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | src/App.tsx |
This page is publicly accessible at:
https://repobility.com/scan/696dd523-50c1-4b06-85ae-076a2bb27d14/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/696dd523-50c1-4b06-85ae-076a2bb27d14/
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.