{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-310cb15590434703", "name": "Possibly dead Python function: persist_session_callback", "shortDescription": {"text": "Possibly dead Python function: persist_session_callback"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bc6876c0e499079b", "name": "Possibly dead Python function: get_openf1_client", "shortDescription": {"text": "Possibly dead Python function: get_openf1_client"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9a969a8f79be1baf", "name": "Dockerfile runs as root: service/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: service/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-60b3935fa853d56f", "name": "Docker base image is tag-pinned but not digest-pinned: public.ecr.aws/lambda/python:3.12", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: public.ecr.aws/lambda/python:3.12"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fa832dfea090ba3a", "name": "Insecure pattern 'direct_innerhtml_assignment' in lapwise-internal-demo.html:938", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in lapwise-internal-demo.html:938"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-102b3a6dc4e44393", "name": "Insecure pattern 'node_child_process' in infra/lib/lapwise-stack.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in infra/lib/lapwise-stack.ts:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-11fe6710547243fb", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 17 placeholder/mock markers across 7 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-122f91b7f2906dc4", "name": "Agent authority lacks a verifier contract: .claude/settings.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-df8d7aecf447de62", "name": "Agent authority lacks a verifier contract: .claude/commands/opsx/archive.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/opsx/archive.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-021b572fe2fa6b9c", "name": "Agent authority lacks a verifier contract: .claude/commands/opsx/apply.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/opsx/apply.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-14b94de34d897ad4", "name": "Agent authority lacks a verifier contract: .claude/skills/openspec-apply-change/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/openspec-apply-change/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8a585f74bb40a5f1", "name": "Agent authority lacks a verifier contract: .claude/skills/openspec-archive-change/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/openspec-archive-change/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4eccea61162cf03b", "name": "Network/subprocess call without timeout or try/except \u2014 agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py:72", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py:72"}, "fullDescription": {"text": "`urllib.request.urlopen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-12c92bdd7d0a5d71", "name": "Commented-code block (9 lines) in agent/LapwiseF1Agent/agentcore/cdk/lib/cdk-stack.ts:160", "shortDescription": {"text": "Commented-code block (9 lines) in agent/LapwiseF1Agent/agentcore/cdk/lib/cdk-stack.ts:160"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9c4decd5f1c338be", "name": "Commented-code block (5 lines) in infra/test/infra.test.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in infra/test/infra.test.ts:8"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nservice/src/lapwise/routes/v1/analysis/qualifying_trends.py:qualifying_trends, service/src/lapwise/routes/v1/analysis/driver_pace.py:driver_pace_profile\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bfe58d0fc15650a8", "name": "Unused endpoint: GET /overtakes", "shortDescription": {"text": "Unused endpoint: GET /overtakes"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/overtakes.py` declares `GET /overtakes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c1512f5b7e0a0010", "name": "Unused endpoint: GET /drivers", "shortDescription": {"text": "Unused endpoint: GET /drivers"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/drivers.py` declares `GET /drivers` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-efc389260ea2eafd", "name": "Unused endpoint: GET /stints", "shortDescription": {"text": "Unused endpoint: GET /stints"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/stints.py` declares `GET /stints` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-87b1088e7f71bf9c", "name": "Unused endpoint: GET /laps", "shortDescription": {"text": "Unused endpoint: GET /laps"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/laps.py` declares `GET /laps` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f761e62242b53d09", "name": "Unused endpoint: GET /starting_grid", "shortDescription": {"text": "Unused endpoint: GET /starting_grid"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/starting_grid.py` declares `GET /starting_grid` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8b689ad627472a05", "name": "Unused endpoint: GET /position", "shortDescription": {"text": "Unused endpoint: GET /position"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/position.py` declares `GET /position` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0a7ee251196f605a", "name": "Unused endpoint: GET /weather", "shortDescription": {"text": "Unused endpoint: GET /weather"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/weather.py` declares `GET /weather` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab3356e3360417a", "name": "Unused endpoint: GET /session_result", "shortDescription": {"text": "Unused endpoint: GET /session_result"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/session_result.py` declares `GET /session_result` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-92ad9c2558913b57", "name": "Unused endpoint: GET /championship_teams", "shortDescription": {"text": "Unused endpoint: GET /championship_teams"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/championship_teams.py` declares `GET /championship_teams` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7dbe962dfe22f0a5", "name": "Unused endpoint: GET /pit", "shortDescription": {"text": "Unused endpoint: GET /pit"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/pit.py` declares `GET /pit` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7fac1650026c4d09", "name": "Unused endpoint: GET /meetings", "shortDescription": {"text": "Unused endpoint: GET /meetings"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/meetings.py` declares `GET /meetings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0ac7091c61239ff2", "name": "Unused endpoint: GET /championship_drivers", "shortDescription": {"text": "Unused endpoint: GET /championship_drivers"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/championship_drivers.py` declares `GET /championship_drivers` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b15d518d538de57d", "name": "Unused endpoint: GET /sessions", "shortDescription": {"text": "Unused endpoint: GET /sessions"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/sessions.py` declares `GET /sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a23ce6558f01e039", "name": "Unused endpoint: GET /qualifying-trends", "shortDescription": {"text": "Unused endpoint: GET /qualifying-trends"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/analysis/qualifying_trends.py` declares `GET /qualifying-trends` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-57e36dba5b6f8592", "name": "Unused endpoint: GET /circuit-profile", "shortDescription": {"text": "Unused endpoint: GET /circuit-profile"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/analysis/circuit_profile.py` declares `GET /circuit-profile` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a4d6a2c0fee44a9c", "name": "Unused endpoint: GET /constructor-pitstop", "shortDescription": {"text": "Unused endpoint: GET /constructor-pitstop"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/analysis/constructor_pitstop.py` declares `GET /constructor-pitstop` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1460ddc37ae6b86c", "name": "Unused endpoint: GET /overtake-profile", "shortDescription": {"text": "Unused endpoint: GET /overtake-profile"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/analysis/overtake_profile.py` declares `GET /overtake-profile` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-95534804ca4fb726", "name": "Unused endpoint: GET /fastest-lap-candidates", "shortDescription": {"text": "Unused endpoint: GET /fastest-lap-candidates"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/analysis/fastest_lap.py` declares `GET /fastest-lap-candidates` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fcf83e3f9382840b", "name": "Unused endpoint: GET /championship-context", "shortDescription": {"text": "Unused endpoint: GET /championship-context"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/analysis/championship_context.py` declares `GET /championship-context` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e3714b7cd71cc260", "name": "Unused endpoint: GET /driver-pace-profile", "shortDescription": {"text": "Unused endpoint: GET /driver-pace-profile"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/analysis/driver_pace.py` declares `GET /driver-pace-profile` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-34c8fa664e3b6807", "name": "Unused endpoint: GET /dnf-rates", "shortDescription": {"text": "Unused endpoint: GET /dnf-rates"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/analysis/dnf_rates.py` declares `GET /dnf-rates` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e2631495c43f2a81", "name": "Unused endpoint: GET /prices", "shortDescription": {"text": "Unused endpoint: GET /prices"}, "fullDescription": {"text": "`service/src/lapwise/routes/v1/fantasy/prices.py` declares `GET /prices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23571"}, "properties": {"repository": "zealptl/lapwise", "repoUrl": "https://github.com/zealptl/lapwise", "branch": "main"}, "results": [{"ruleId": "scanner-310cb15590434703", "level": "note", "message": {"text": "Possibly dead Python function: persist_session_callback"}, "properties": {"repobilityId": "d94da4d50ff3442c", "scanner": "scanner-primary", "fingerprint": "310cb15590434703", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent/LapwiseF1Agent/app/LapwiseF1Agent/main.py:104"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bc6876c0e499079b", "level": "note", "message": {"text": "Possibly dead Python function: get_openf1_client"}, "properties": {"repobilityId": "cfb0440c9eb440fa", "scanner": "scanner-primary", "fingerprint": "bc6876c0e499079b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "service/src/lapwise/deps.py:27"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9a969a8f79be1baf", "level": "warning", "message": {"text": "Dockerfile runs as root: service/Dockerfile"}, "properties": {"repobilityId": "6766258693e1c0c8", "scanner": "scanner-primary", "fingerprint": "9a969a8f79be1baf", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-60b3935fa853d56f", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: public.ecr.aws/lambda/python:3.12"}, "properties": {"repobilityId": "6e7027bf9656aa67", "scanner": "scanner-primary", "fingerprint": "60b3935fa853d56f", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "service/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-fa832dfea090ba3a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in lapwise-internal-demo.html:938"}, "properties": {"repobilityId": "9560a6ed6210f875", "scanner": "scanner-primary", "fingerprint": "fa832dfea090ba3a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lapwise-internal-demo.html"}, "region": {"startLine": 938}}}]}, {"ruleId": "scanner-102b3a6dc4e44393", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in infra/lib/lapwise-stack.ts:1"}, "properties": {"repobilityId": "384182447a909ed7", "scanner": "scanner-primary", "fingerprint": "102b3a6dc4e44393", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "infra/lib/lapwise-stack.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-11fe6710547243fb", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "c88f07fd35b9711f", "scanner": "scanner-primary", "fingerprint": "11fe6710547243fb", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "a0cb267c000d7e8c", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "a8e67e3176eaebdd", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "6ad86e4bb5739ecc", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "14aa870cd27cc548", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "76c8e441d659d9ff", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "62f8cb68fd4a4beb", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-122f91b7f2906dc4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "properties": {"repobilityId": "a2967269048b6a9d", "scanner": "scanner-primary", "fingerprint": "122f91b7f2906dc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-df8d7aecf447de62", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/opsx/archive.md"}, "properties": {"repobilityId": "222623e99b9cb4f7", "scanner": "scanner-primary", "fingerprint": "df8d7aecf447de62", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/opsx/archive.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-021b572fe2fa6b9c", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/opsx/apply.md"}, "properties": {"repobilityId": "5ba922ec1bca34d1", "scanner": "scanner-primary", "fingerprint": "021b572fe2fa6b9c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/opsx/apply.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-14b94de34d897ad4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/openspec-apply-change/SKILL.md"}, "properties": {"repobilityId": "ff525910a58aad1b", "scanner": "scanner-primary", "fingerprint": "14b94de34d897ad4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/openspec-apply-change/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8a585f74bb40a5f1", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/openspec-archive-change/SKILL.md"}, "properties": {"repobilityId": "1499167b45dee6be", "scanner": "scanner-primary", "fingerprint": "8a585f74bb40a5f1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/openspec-archive-change/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4eccea61162cf03b", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 agent/LapwiseF1Agent/app/LapwiseF1Agent/cognito.py:72"}, "properties": {"repobilityId": "2b1459f66f530563", "scanner": "scanner-primary", "fingerprint": "4eccea61162cf03b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-12c92bdd7d0a5d71", "level": "none", "message": {"text": "Commented-code block (9 lines) in agent/LapwiseF1Agent/agentcore/cdk/lib/cdk-stack.ts:160"}, "properties": {"repobilityId": "01e22a54a53dcb19", "scanner": "scanner-primary", "fingerprint": "12c92bdd7d0a5d71", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9c4decd5f1c338be", "level": "none", "message": {"text": "Commented-code block (5 lines) in infra/test/infra.test.ts:8"}, "properties": {"repobilityId": "d163529a308c5629", "scanner": "scanner-primary", "fingerprint": "9c4decd5f1c338be", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "2cf5e28ac67acdf9", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "eb01f26d2179a711", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "476740e210430cf4", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "38a81a65a9c78943", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "f9fed1eeeab1e090", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "7b956a428420c1cb", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "b0f0f99b8811cad5", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "fe91e9faa3988ad2", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "b26b069ad89fad02", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "9badc92ffe099bde", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-bfe58d0fc15650a8", "level": "note", "message": {"text": "Unused endpoint: GET /overtakes"}, "properties": {"repobilityId": "284d96c322068845", "scanner": "scanner-primary", "fingerprint": "bfe58d0fc15650a8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c1512f5b7e0a0010", "level": "note", "message": {"text": "Unused endpoint: GET /drivers"}, "properties": {"repobilityId": "097e33b12a4e255f", "scanner": "scanner-primary", "fingerprint": "c1512f5b7e0a0010", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-efc389260ea2eafd", "level": "note", "message": {"text": "Unused endpoint: GET /stints"}, "properties": {"repobilityId": "985fe3076082dd78", "scanner": "scanner-primary", "fingerprint": "efc389260ea2eafd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-87b1088e7f71bf9c", "level": "note", "message": {"text": "Unused endpoint: GET /laps"}, "properties": {"repobilityId": "9e71eaf748bbdc98", "scanner": "scanner-primary", "fingerprint": "87b1088e7f71bf9c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f761e62242b53d09", "level": "note", "message": {"text": "Unused endpoint: GET /starting_grid"}, "properties": {"repobilityId": "dc73aca9c2fec983", "scanner": "scanner-primary", "fingerprint": "f761e62242b53d09", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8b689ad627472a05", "level": "note", "message": {"text": "Unused endpoint: GET /position"}, "properties": {"repobilityId": "492691c45790b7dc", "scanner": "scanner-primary", "fingerprint": "8b689ad627472a05", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0a7ee251196f605a", "level": "note", "message": {"text": "Unused endpoint: GET /weather"}, "properties": {"repobilityId": "c58213c58bf2b6c7", "scanner": "scanner-primary", "fingerprint": "0a7ee251196f605a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3ab3356e3360417a", "level": "note", "message": {"text": "Unused endpoint: GET /session_result"}, "properties": {"repobilityId": "eea6ea15907abacb", "scanner": "scanner-primary", "fingerprint": "3ab3356e3360417a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-92ad9c2558913b57", "level": "note", "message": {"text": "Unused endpoint: GET /championship_teams"}, "properties": {"repobilityId": "3ffa79a001292ee3", "scanner": "scanner-primary", "fingerprint": "92ad9c2558913b57", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7dbe962dfe22f0a5", "level": "note", "message": {"text": "Unused endpoint: GET /pit"}, "properties": {"repobilityId": "0e22553f16386fe8", "scanner": "scanner-primary", "fingerprint": "7dbe962dfe22f0a5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7fac1650026c4d09", "level": "note", "message": {"text": "Unused endpoint: GET /meetings"}, "properties": {"repobilityId": "a2df0593ba49b472", "scanner": "scanner-primary", "fingerprint": "7fac1650026c4d09", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0ac7091c61239ff2", "level": "note", "message": {"text": "Unused endpoint: GET /championship_drivers"}, "properties": {"repobilityId": "f0967608047086c2", "scanner": "scanner-primary", "fingerprint": "0ac7091c61239ff2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b15d518d538de57d", "level": "note", "message": {"text": "Unused endpoint: GET /sessions"}, "properties": {"repobilityId": "51534784b0534d20", "scanner": "scanner-primary", "fingerprint": "b15d518d538de57d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a23ce6558f01e039", "level": "note", "message": {"text": "Unused endpoint: GET /qualifying-trends"}, "properties": {"repobilityId": "b28b23075d903e63", "scanner": "scanner-primary", "fingerprint": "a23ce6558f01e039", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-57e36dba5b6f8592", "level": "note", "message": {"text": "Unused endpoint: GET /circuit-profile"}, "properties": {"repobilityId": "dcc15cbada2bcf72", "scanner": "scanner-primary", "fingerprint": "57e36dba5b6f8592", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a4d6a2c0fee44a9c", "level": "note", "message": {"text": "Unused endpoint: GET /constructor-pitstop"}, "properties": {"repobilityId": "2936071f98aac2a9", "scanner": "scanner-primary", "fingerprint": "a4d6a2c0fee44a9c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1460ddc37ae6b86c", "level": "note", "message": {"text": "Unused endpoint: GET /overtake-profile"}, "properties": {"repobilityId": "54e4e878f8e8d61a", "scanner": "scanner-primary", "fingerprint": "1460ddc37ae6b86c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-95534804ca4fb726", "level": "note", "message": {"text": "Unused endpoint: GET /fastest-lap-candidates"}, "properties": {"repobilityId": "3bf38ed147e8c95b", "scanner": "scanner-primary", "fingerprint": "95534804ca4fb726", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fcf83e3f9382840b", "level": "note", "message": {"text": "Unused endpoint: GET /championship-context"}, "properties": {"repobilityId": "e39d60870f1cf425", "scanner": "scanner-primary", "fingerprint": "fcf83e3f9382840b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e3714b7cd71cc260", "level": "note", "message": {"text": "Unused endpoint: GET /driver-pace-profile"}, "properties": {"repobilityId": "9e8375e16cd25e18", "scanner": "scanner-primary", "fingerprint": "e3714b7cd71cc260", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-34c8fa664e3b6807", "level": "note", "message": {"text": "Unused endpoint: GET /dnf-rates"}, "properties": {"repobilityId": "a8f5572c9bec853b", "scanner": "scanner-primary", "fingerprint": "34c8fa664e3b6807", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e2631495c43f2a81", "level": "note", "message": {"text": "Unused endpoint: GET /prices"}, "properties": {"repobilityId": "5a483584f43d5243", "scanner": "scanner-primary", "fingerprint": "e2631495c43f2a81", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}