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.

zealptl/lapwise

https://github.com/zealptl/lapwise · scanned 2026-06-16 01:11 UTC (2 months, 1 week ago)

54 raw signals (0 security + 54 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 45 actionable findings from 1 signal source. 9 repeated signals 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 1104 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
_make_cache software healthy agent/tests/test_cognito_token_cache.py:11
test_returns_none_when_secret_arn_absent software healthy agent/tests/test_cognito_token_cache.py:22
test_returns_none_when_secret_arn_empty software healthy agent/tests/test_cognito_token_cache.py:27
test_fetches_secret_once_at_cold_start software healthy agent/tests/test_cognito_token_cache.py:32
test_token_is_cached_on_second_call software healthy agent/tests/test_cognito_token_cache.py:62
run_smoke_test software healthy agent/tests/smoke_test.py:18
test_search_memory_returns_empty_when_no_memory_id software healthy agent/tests/test_memory_service.py:8
test_add_session_to_memory_noop_when_no_memory_id software healthy agent/tests/test_memory_service.py:17
test_add_session_to_memory_calls_create_event software healthy agent/tests/test_memory_service.py:27
test_add_session_to_memory_skips_events_without_text software healthy agent/tests/test_memory_service.py:65
_load_main software healthy agent/tests/test_save_user_preference.py:8
test_noop_returns_dev_mode_message_when_no_memory_id software healthy agent/tests/test_save_user_preference.py:18
test_returns_confirmation_when_memory_id_set software healthy agent/tests/test_save_user_preference.py:24
__init__ software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/memory.py:109
_load_strategies software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/memory.py:33
search_memory software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/memory.py:41
add_session_to_memory software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/memory.py:81
__enter__ software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/memory.py:113
__exit__ software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/memory.py:123
_load_gateway_toolset software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py:64
save_user_preference software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py:92
persist_session_callback software dead agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py:104
_ensure_gateway_toolset software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py:133
_get_root_agent software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py:143
handle_session software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py:164
agent_entrypoint software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py:282
__init__ software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py:23
_load_secret software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py:33
get_token software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py:44
_refresh_token software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py:56
toCdkId software healthy agent/LapwiseF1Agent/agentcore/cdk/lib/cdk-stack.ts:toCdkId
isPaymentEligibleAgent software healthy agent/LapwiseF1Agent/agentcore/cdk/lib/cdk-stack.ts:isPayme…
App software healthy web/src/App.tsx:App
ConfigError software healthy web/src/components/config-error.tsx:ConfigError
AuthLayout software healthy web/src/components/auth/auth-layout.tsx:AuthLayout
RequireAuth software healthy web/src/components/auth/guards.tsx:RequireAuth
PublicOnly software healthy web/src/components/auth/guards.tsx:PublicOnly
Button software healthy web/src/components/ui/button.tsx:Button
Input software healthy web/src/components/ui/input.tsx:Input
Label software healthy web/src/components/ui/label.tsx:Label
StintBlock software healthy web/src/components/telemetry/stint-block.tsx:StintBlock
Wordmark software healthy web/src/components/telemetry/wordmark.tsx:Wordmark
Surface software healthy web/src/components/telemetry/surface.tsx:Surface
TimingRow software healthy web/src/components/telemetry/timing-row.tsx:TimingRow
TelemetryPulse software healthy web/src/components/telemetry/telemetry-pulse.tsx:TelemetryP…
TelemetryPulseScreen software healthy web/src/components/telemetry/telemetry-pulse.tsx:TelemetryP…
SectorDivider software healthy web/src/components/telemetry/sector-divider.tsx:SectorDivid…
line software healthy web/src/components/telemetry/sector-divider.tsx:line
loadConfig software healthy web/src/lib/config.ts:loadConfig
getConfig software healthy web/src/lib/config.ts:getConfig

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

LabelLayerStatusPath
skills-lock.json software healthy skills-lock.json
README.md software healthy README.md
lapwise-internal-demo.html software healthy lapwise-internal-demo.html
openf1.md software healthy docs/openf1.md
README.md software healthy agent/README.md
requirements.txt software healthy agent/requirements.txt
__init__.py software healthy agent/tests/__init__.py
conftest.py software healthy agent/tests/conftest.py
test_cognito_token_cache.py software healthy agent/tests/test_cognito_token_cache.py
smoke_test.py software healthy agent/tests/smoke_test.py
test_memory_service.py software healthy agent/tests/test_memory_service.py
test_save_user_preference.py software healthy agent/tests/test_save_user_preference.py
README.md software healthy agent/LapwiseF1Agent/README.md
lapwise-openapi.json software healthy agent/LapwiseF1Agent/lapwise-openapi.json
AGENTS.md software healthy agent/LapwiseF1Agent/AGENTS.md
__init__.py software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/__init__.py
memory.py software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/memory.py
pyproject.toml software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/pyproject.toml
main.py software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py
cognito.py software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py
aws-targets.json software healthy agent/LapwiseF1Agent/agentcore/aws-targets.json
agentcore.json software healthy agent/LapwiseF1Agent/agentcore/agentcore.json
jest.config.js software healthy agent/LapwiseF1Agent/agentcore/cdk/jest.config.js
README.md software healthy agent/LapwiseF1Agent/agentcore/cdk/README.md
package.json software healthy agent/LapwiseF1Agent/agentcore/cdk/package.json
package-lock.json software healthy agent/LapwiseF1Agent/agentcore/cdk/package-lock.json
tsconfig.json software healthy agent/LapwiseF1Agent/agentcore/cdk/tsconfig.json
cdk.json software healthy agent/LapwiseF1Agent/agentcore/cdk/cdk.json
cdk.test.ts software healthy agent/LapwiseF1Agent/agentcore/cdk/test/cdk.test.ts
cdk-stack.ts software healthy agent/LapwiseF1Agent/agentcore/cdk/lib/cdk-stack.ts
tsconfig.app.json software healthy web/tsconfig.app.json
vite.config.ts software healthy web/vite.config.ts
README.md software healthy web/README.md
package.json software healthy web/package.json
tsconfig.node.json software healthy web/tsconfig.node.json
index.html software healthy web/index.html
package-lock.json software healthy web/package-lock.json
components.json software healthy web/components.json
eslint.config.js software healthy web/eslint.config.js
tsconfig.json software healthy web/tsconfig.json
index.css software healthy web/src/index.css
main.tsx software healthy web/src/main.tsx
App.tsx software healthy web/src/App.tsx
config-error.tsx software healthy web/src/components/config-error.tsx
auth-layout.tsx software healthy web/src/components/auth/auth-layout.tsx
guards.tsx software healthy web/src/components/auth/guards.tsx
button.tsx software healthy web/src/components/ui/button.tsx
input.tsx software healthy web/src/components/ui/input.tsx
label.tsx software healthy web/src/components/ui/label.tsx
stint-block.tsx software healthy web/src/components/telemetry/stint-block.tsx

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

LabelLayerStatusPath
docs software healthy docs
agent software healthy agent
tests software healthy agent/tests
LapwiseF1Agent software healthy agent/LapwiseF1Agent
app software healthy agent/LapwiseF1Agent/app
LapwiseF1Agent software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent
agentcore software healthy agent/LapwiseF1Agent/agentcore
cdk software healthy agent/LapwiseF1Agent/agentcore/cdk
test software healthy agent/LapwiseF1Agent/agentcore/cdk/test
lib software healthy agent/LapwiseF1Agent/agentcore/cdk/lib
web software healthy web
src software healthy web/src
components software healthy web/src/components
auth software healthy web/src/components/auth
ui software healthy web/src/components/ui
telemetry software healthy web/src/components/telemetry
lib software healthy web/src/lib
auth software healthy web/src/lib/auth
pages software healthy web/src/pages
.claude software healthy .claude
commands software healthy .claude/commands
opsx software healthy .claude/commands/opsx
skills software healthy .claude/skills
openspec-explore software healthy .claude/skills/openspec-explore
openspec-apply-change software healthy .claude/skills/openspec-apply-change
openspec-archive-change software healthy .claude/skills/openspec-archive-change
openspec-propose software healthy .claude/skills/openspec-propose
service software healthy service
tests software healthy service/tests
unit software healthy service/tests/unit
src software healthy service/src
lapwise software healthy service/src/lapwise
models software healthy service/src/lapwise/models
analysis software healthy service/src/lapwise/models/analysis
routes software healthy service/src/lapwise/routes
v1 software healthy service/src/lapwise/routes/v1
analysis software healthy service/src/lapwise/routes/v1/analysis
fantasy software healthy service/src/lapwise/routes/v1/fantasy
analysis software healthy service/src/lapwise/routes/analysis
fantasy software healthy service/src/lapwise/routes/fantasy
clients software healthy service/src/lapwise/clients
services software healthy service/src/lapwise/services
analysis software healthy service/src/lapwise/services/analysis
infra software healthy infra
test software healthy infra/test
lib software healthy infra/lib
lambda software healthy infra/lambda
conversations software healthy infra/lambda/conversations
tests software healthy infra/lambda/conversations/tests
.github software healthy .github

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

LabelLayerStatusPath
AgentCoreMemoryService software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/memory.py:11
_xray_subsegment software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/memory.py:106
CognitoTokenCache software healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py:15
AgentCoreStack software healthy agent/LapwiseF1Agent/agentcore/cdk/lib/cdk-stack.ts:AgentCo…
_Driver software healthy service/tests/unit/test_clients_openf1.py:13
Settings software healthy service/src/lapwise/config.py:6
Overtake software healthy service/src/lapwise/models/overtakes.py:8
Driver software healthy service/src/lapwise/models/drivers.py:6
Stint software healthy service/src/lapwise/models/stints.py:6
DriverPrice software healthy service/src/lapwise/models/fantasy_prices.py:6
ConstructorPrice software healthy service/src/lapwise/models/fantasy_prices.py:15
FantasyPrices software healthy service/src/lapwise/models/fantasy_prices.py:22
Lap software healthy service/src/lapwise/models/laps.py:8
StartingGridEntry software healthy service/src/lapwise/models/starting_grid.py:6
Position software healthy service/src/lapwise/models/position.py:8
Weather software healthy service/src/lapwise/models/weather.py:8
SessionResult software healthy service/src/lapwise/models/session_result.py:6
PitStop software healthy service/src/lapwise/models/pit.py:8
ErrorEnvelope software healthy service/src/lapwise/models/common.py:6
Meeting software healthy service/src/lapwise/models/meetings.py:8
ChampionshipDriver software healthy service/src/lapwise/models/championship.py:6
ChampionshipTeam software healthy service/src/lapwise/models/championship.py:21
DriverPrice software healthy service/src/lapwise/models/fantasy.py:6
ConstructorPrice software healthy service/src/lapwise/models/fantasy.py:16
FantasyPrices software healthy service/src/lapwise/models/fantasy.py:24
Session software healthy service/src/lapwise/models/sessions.py:8
SectorStats software healthy service/src/lapwise/models/analysis/qualifying_trends.py:6
SectorDominance software healthy service/src/lapwise/models/analysis/qualifying_trends.py:22
QualifyingTrends software healthy service/src/lapwise/models/analysis/qualifying_trends.py:30
CircuitProfile software healthy service/src/lapwise/models/analysis/circuit_profile.py:6
ConstructorPitstop software healthy service/src/lapwise/models/analysis/constructor_pitstop.py:6
OvertakeProfile software healthy service/src/lapwise/models/analysis/overtake_profile.py:6
FastestLapCandidate software healthy service/src/lapwise/models/analysis/fastest_lap.py:6
DriverChampionshipContext software healthy service/src/lapwise/models/analysis/championship_context.py…
ConstructorChampionshipContext software healthy service/src/lapwise/models/analysis/championship_context.py…
ChampionshipContext software healthy service/src/lapwise/models/analysis/championship_context.py…
SectorDominance software healthy service/src/lapwise/models/analysis/driver_pace.py:6
DriverPaceProfile software healthy service/src/lapwise/models/analysis/driver_pace.py:17
CircuitYearData software healthy service/src/lapwise/models/analysis/analysis_models.py:11
DriverPaceProfile software healthy service/src/lapwise/models/analysis/analysis_models.py:23
DriverDnfStats software healthy service/src/lapwise/models/analysis/analysis_models.py:47
ConstructorDnfStats software healthy service/src/lapwise/models/analysis/analysis_models.py:56
DnfRates software healthy service/src/lapwise/models/analysis/analysis_models.py:65
FastestLapCandidate software healthy service/src/lapwise/models/analysis/analysis_models.py:84
OvertakeProfile software healthy service/src/lapwise/models/analysis/analysis_models.py:101
CircuitProfile software healthy service/src/lapwise/models/analysis/analysis_models.py:119
DriverStanding software healthy service/src/lapwise/models/analysis/analysis_models.py:146
TeamStanding software healthy service/src/lapwise/models/analysis/analysis_models.py:155
ChampionshipContext software healthy service/src/lapwise/models/analysis/analysis_models.py:163
QualifyingTrend software healthy service/src/lapwise/models/analysis/analysis_models.py:180

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

LabelLayerStatusPath
GET /healthz api healthy service/src/lapwise/main.py
GET /overtakes api healthy service/src/lapwise/routes/v1/overtakes.py
GET /drivers api healthy service/src/lapwise/routes/v1/drivers.py
GET /stints api healthy service/src/lapwise/routes/v1/stints.py
GET /laps api healthy service/src/lapwise/routes/v1/laps.py
GET /starting_grid api healthy service/src/lapwise/routes/v1/starting_grid.py
GET /position api healthy service/src/lapwise/routes/v1/position.py
GET /weather api healthy service/src/lapwise/routes/v1/weather.py
GET /session_result api healthy service/src/lapwise/routes/v1/session_result.py
GET /championship_teams api healthy service/src/lapwise/routes/v1/championship_teams.py
GET /pit api healthy service/src/lapwise/routes/v1/pit.py
GET /meetings api healthy service/src/lapwise/routes/v1/meetings.py
GET /championship_drivers api healthy service/src/lapwise/routes/v1/championship_drivers.py
GET /sessions api healthy service/src/lapwise/routes/v1/sessions.py
GET /qualifying-trends api healthy service/src/lapwise/routes/v1/analysis/qualifying_trends.py
GET /circuit-profile api healthy service/src/lapwise/routes/v1/analysis/circuit_profile.py
GET /constructor-pitstop api healthy service/src/lapwise/routes/v1/analysis/constructor_pitstop.…
GET /overtake-profile api healthy service/src/lapwise/routes/v1/analysis/overtake_profile.py
GET /fastest-lap-candidates api healthy service/src/lapwise/routes/v1/analysis/fastest_lap.py
GET /championship-context api healthy service/src/lapwise/routes/v1/analysis/championship_context…
GET /driver-pace-profile api healthy service/src/lapwise/routes/v1/analysis/driver_pace.py
GET /dnf-rates api healthy service/src/lapwise/routes/v1/analysis/dnf_rates.py
GET /prices api healthy service/src/lapwise/routes/v1/fantasy/prices.py

LabelLayerStatusPath
auth::infra/lib/lapwise-stack.ts security healthy infra/lib/lapwise-stack.ts
auth::agent/tests/test_cognito_token_cache.py security healthy agent/tests/test_cognito_token_cache.py
auth::agent/LapwiseF1Agent/README.md security healthy agent/LapwiseF1Agent/README.md
auth::web/src/lib/auth/session.ts security healthy web/src/lib/auth/session.ts
auth::web/README.md security healthy web/README.md
auth::web/src/pages/verify.tsx security healthy web/src/pages/verify.tsx
auth::agent/tests/conftest.py security healthy agent/tests/conftest.py
auth::web/src/pages/sign-in.tsx security healthy web/src/pages/sign-in.tsx
auth::infra/test/openapi-access.test.ts security healthy infra/test/openapi-access.test.ts
auth::web/package.json security healthy web/package.json
auth::agent/LapwiseF1Agent/agentcore/agentcore.json security healthy agent/LapwiseF1Agent/agentcore/agentcore.json
auth::web/src/lib/config.ts security healthy web/src/lib/config.ts
auth::lapwise-internal-demo.html security healthy lapwise-internal-demo.html
auth::infra/lambda/conversations/handler.py security healthy infra/lambda/conversations/handler.py
auth::.claude/skills/openspec-explore/SKILL.md security healthy .claude/skills/openspec-explore/SKILL.md
auth::agent/README.md security healthy agent/README.md
auth::agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py security healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py
auth::agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py security healthy agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py
auth::infra/lambda/conversations/tests/test_handler.py security healthy infra/lambda/conversations/tests/test_handler.py
auth::agent/LapwiseF1Agent/AGENTS.md security healthy agent/LapwiseF1Agent/AGENTS.md
auth::web/src/pages/sign-up.tsx security healthy web/src/pages/sign-up.tsx

LabelLayerStatusPath
/sign-in frontend healthy web/src/pages/sign-in.tsx
/sign-up frontend healthy web/src/pages/sign-up.tsx
/chat-shell frontend healthy web/src/pages/chat-shell.tsx
/verify frontend healthy web/src/pages/verify.tsx
/healthz frontend healthy infra/lib/lapwise-stack.ts
/openapi.json frontend healthy infra/lib/lapwise-stack.ts
/docs frontend healthy infra/lib/lapwise-stack.ts
/v1/conversations frontend healthy infra/lib/lapwise-stack.ts
/v1/conversations/{sessionId} frontend healthy infra/lib/lapwise-stack.ts
/v1/conversations/{sessionId}/messages frontend healthy infra/lib/lapwise-stack.ts
/{proxy+} frontend healthy infra/lib/lapwise-stack.ts

LabelLayerStatusPath
App frontend healthy web/src/App.tsx
SignInPage frontend healthy web/src/pages/sign-in.tsx
SignUpPage frontend healthy web/src/pages/sign-up.tsx
ChatShellPage frontend healthy web/src/pages/chat-shell.tsx
VerifyPage frontend healthy web/src/pages/verify.tsx

LabelLayerStatusPath
redis data healthy .claude/skills/openspec-explore/SKILL.md
sqlite data healthy .claude/skills/openspec-explore/SKILL.md
postgres data healthy .claude/skills/openspec-explore/SKILL.md

LabelLayerStatusPath
port:8080 network healthy agent/tests/smoke_test.py
port:5173 network healthy web/vite.config.ts

LabelLayerStatusPath
vps::aws hardware healthy skills-lock.json
vps::ec2 hardware healthy agent/LapwiseF1Agent/agentcore/cdk/cdk.json

LabelLayerStatusPath
repobility-clone-5skimf2g software healthy /tmp/repobility-clone-5skimf2g

LabelLayerStatusPath
sqs data healthy infra/test/infra.test.ts

LabelLayerStatusPath
image::service/Dockerfile hardware healthy service/Dockerfile

LabelLayerStatusPath
gha::deploy-pages cicd healthy .github/workflows/deploy-pages.yml

LabelLayerStatusPath
deploy cicd healthy .github/workflows/deploy-pages.yml
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/5246728f-96aa-4b65-9c85-094e961e4ba9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5246728f-96aa-4b65-9c85-094e961e4ba9/

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.