{"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-3debabcbe6cb79a4", "name": "Dockerfile runs as root: playbooks/docker/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: playbooks/docker/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-eeccd4ddfa974e61", "name": "Docker base image is tag-pinned but not digest-pinned: node:lts-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:lts-slim"}, "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-73ab7c11fc454af3", "name": "Possible secret in app/pages/unauthenticated/signup/components/signup-form/SignupForm.tsx", "shortDescription": {"text": "Possible secret in app/pages/unauthenticated/signup/components/signup-form/SignupForm.tsx"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-f731e9f88c16a145", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8938825fc9465f4e", "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-31c287a8c4dc15a6", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f3fbd27683599085", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 7 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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-0d2be2ec3892550a", "name": "Unused endpoint: POST /authentication/login", "shortDescription": {"text": "Unused endpoint: POST /authentication/login"}, "fullDescription": {"text": "`app/services/authentication/AuthenticationService.ts` declares `POST /authentication/login` 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-76305b9a4e867e90", "name": "Unused endpoint: GET /authentication/user", "shortDescription": {"text": "Unused endpoint: GET /authentication/user"}, "fullDescription": {"text": "`app/services/authentication/AuthenticationService.ts` declares `GET /authentication/user` 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-7f0b4419872aeb7f", "name": "Unused endpoint: GET /service/info", "shortDescription": {"text": "Unused endpoint: GET /service/info"}, "fullDescription": {"text": "`app/services/health/HealthCheckService.ts` declares `GET /service/info` 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-4938cfd4cfb3c359", "name": "Unused endpoint: GET /service/health", "shortDescription": {"text": "Unused endpoint: GET /service/health"}, "fullDescription": {"text": "`app/services/health/HealthCheckService.ts` declares `GET /service/health` 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-d627a20d3e4de91b", "name": "Unused endpoint: POST /playlists", "shortDescription": {"text": "Unused endpoint: POST /playlists"}, "fullDescription": {"text": "`app/services/playlist/PlaylistService.ts` declares `POST /playlists` 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-1611ad6cb7a3137e", "name": "Unused endpoint: GET /playlists", "shortDescription": {"text": "Unused endpoint: GET /playlists"}, "fullDescription": {"text": "`app/services/playlist/PlaylistService.ts` declares `GET /playlists` 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-a61d8365b9281c84", "name": "Unused endpoint: POST /schedule", "shortDescription": {"text": "Unused endpoint: POST /schedule"}, "fullDescription": {"text": "`app/services/scheduling/SchedulingService.ts` declares `POST /schedule` 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-bcc13ed8a362aed4", "name": "Unused endpoint: POST /schedule/retry-failed", "shortDescription": {"text": "Unused endpoint: POST /schedule/retry-failed"}, "fullDescription": {"text": "`app/services/scheduling/SchedulingService.ts` declares `POST /schedule/retry-failed` 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-8354de8e5005d34a", "name": "Unused endpoint: GET /schedule/worker-status", "shortDescription": {"text": "Unused endpoint: GET /schedule/worker-status"}, "fullDescription": {"text": "`app/services/scheduling/SchedulingService.ts` declares `GET /schedule/worker-status` 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-20b34bad0134f9c3", "name": "Unused endpoint: PUT /schedule/worker-status", "shortDescription": {"text": "Unused endpoint: PUT /schedule/worker-status"}, "fullDescription": {"text": "`app/services/scheduling/SchedulingService.ts` declares `PUT /schedule/worker-status` 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-dfeaabd2e5efd10b", "name": "Unused endpoint: GET /schedule/search", "shortDescription": {"text": "Unused endpoint: GET /schedule/search"}, "fullDescription": {"text": "`app/services/scheduling/SchedulingService.ts` declares `GET /schedule/search` 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-4dcc99efa474328d", "name": "Unused endpoint: GET /videos/history", "shortDescription": {"text": "Unused endpoint: GET /videos/history"}, "fullDescription": {"text": "`app/services/history/HistoryService.ts` declares `GET /videos/history` 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-1bca8100a44f7f25", "name": "Unused endpoint: POST /users", "shortDescription": {"text": "Unused endpoint: POST /users"}, "fullDescription": {"text": "`app/services/user/UserService.ts` declares `POST /users` 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-52531a35df0a817f", "name": "Unused endpoint: GET /videos/search", "shortDescription": {"text": "Unused endpoint: GET /videos/search"}, "fullDescription": {"text": "`app/services/video/VideoService.ts` declares `GET /videos/search` 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-191ee6a78891483d", "name": "Unused endpoint: POST /videos/metadata", "shortDescription": {"text": "Unused endpoint: POST /videos/metadata"}, "fullDescription": {"text": "`app/services/video/VideoService.ts` declares `POST /videos/metadata` 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-c7de20a6c838a9d1", "name": "Unused endpoint: GET /videos/summary", "shortDescription": {"text": "Unused endpoint: GET /videos/summary"}, "fullDescription": {"text": "`app/services/video/VideoService.ts` declares `GET /videos/summary` 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-b708852a281d95c7", "name": "Unused endpoint: GET /videos/duplicates", "shortDescription": {"text": "Unused endpoint: GET /videos/duplicates"}, "fullDescription": {"text": "`app/services/video/VideoService.ts` declares `GET /videos/duplicates` 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-64367f2f629c5820", "name": "Unused endpoint: POST /videos/scan", "shortDescription": {"text": "Unused endpoint: POST /videos/scan"}, "fullDescription": {"text": "`app/services/video/VideoService.ts` declares `POST /videos/scan` 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-b408c1bce2c95b94", "name": "Unused endpoint: GET /videos/scan", "shortDescription": {"text": "Unused endpoint: GET /videos/scan"}, "fullDescription": {"text": "`app/services/video/VideoService.ts` declares `GET /videos/scan` 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/18556"}, "properties": {"repository": "ruchira088/video-downloader-front-end", "repoUrl": "https://github.com/ruchira088/video-downloader-front-end", "branch": "main"}, "results": [{"ruleId": "scanner-3debabcbe6cb79a4", "level": "warning", "message": {"text": "Dockerfile runs as root: playbooks/docker/Dockerfile"}, "properties": {"repobilityId": "22b1807ef46ad600", "scanner": "scanner-primary", "fingerprint": "3debabcbe6cb79a4", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-eeccd4ddfa974e61", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:lts-slim"}, "properties": {"repobilityId": "799176ca0916bc48", "scanner": "scanner-primary", "fingerprint": "eeccd4ddfa974e61", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "playbooks/docker/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-73ab7c11fc454af3", "level": "error", "message": {"text": "Possible secret in app/pages/unauthenticated/signup/components/signup-form/SignupForm.tsx"}, "properties": {"repobilityId": "42ed0f4e99112597", "scanner": "scanner-primary", "fingerprint": "73ab7c11fc454af3", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/pages/unauthenticated/signup/components/signup-form/SignupForm.tsx"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "85e04d9f56b21bfa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f9314426a9f6f7aa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "287b823286e8cfd8", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 44}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "97ec3e9b40f55806", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 52}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "dd14d92b1dedd702", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "85e04d9f56b21bfa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 85}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f9314426a9f6f7aa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 88}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd54450186c5ada8", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 94}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "85e04d9f56b21bfa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 115}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f9314426a9f6f7aa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 118}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "94d04c0a264eb6d2", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 124}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f70a90f4a70a2c2e", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 127}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd54450186c5ada8", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 130}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "85e04d9f56b21bfa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 153}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f9314426a9f6f7aa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 156}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd54450186c5ada8", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 163}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "85e04d9f56b21bfa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 193}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f9314426a9f6f7aa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 196}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd54450186c5ada8", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 203}}}]}, {"ruleId": "scanner-f731e9f88c16a145", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "85e04d9f56b21bfa", "scanner": "scanner-primary", "fingerprint": "f731e9f88c16a145", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 233}}}]}, {"ruleId": "scanner-8938825fc9465f4e", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "7f05a6c3f0a23749", "scanner": "scanner-primary", "fingerprint": "8938825fc9465f4e", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-pipeline.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-31c287a8c4dc15a6", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c423165b350ed88f", "scanner": "scanner-primary", "fingerprint": "31c287a8c4dc15a6", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/destroy-dev-deployment.yml"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-31c287a8c4dc15a6", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3aad27ce9084d045", "scanner": "scanner-primary", "fingerprint": "31c287a8c4dc15a6", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/destroy-dev-deployment.yml"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-f3fbd27683599085", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "2dfa5d6a210c7b20", "scanner": "scanner-primary", "fingerprint": "f3fbd27683599085", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/destroy-dev-deployment.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "297b746a2c7eab6e", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "65d2547d278e690b", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "20dcdb4cc2860f24", "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": "ddd2ec3460e78a84", "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": "beaf6b41e16db384", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-0d2be2ec3892550a", "level": "note", "message": {"text": "Unused endpoint: POST /authentication/login"}, "properties": {"repobilityId": "80a00091ca7aaf79", "scanner": "scanner-primary", "fingerprint": "0d2be2ec3892550a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-76305b9a4e867e90", "level": "note", "message": {"text": "Unused endpoint: GET /authentication/user"}, "properties": {"repobilityId": "b2597213afcd4a39", "scanner": "scanner-primary", "fingerprint": "76305b9a4e867e90", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7f0b4419872aeb7f", "level": "note", "message": {"text": "Unused endpoint: GET /service/info"}, "properties": {"repobilityId": "354e1c28466850d8", "scanner": "scanner-primary", "fingerprint": "7f0b4419872aeb7f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4938cfd4cfb3c359", "level": "note", "message": {"text": "Unused endpoint: GET /service/health"}, "properties": {"repobilityId": "d8ee1c3e36d079db", "scanner": "scanner-primary", "fingerprint": "4938cfd4cfb3c359", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d627a20d3e4de91b", "level": "note", "message": {"text": "Unused endpoint: POST /playlists"}, "properties": {"repobilityId": "13f336bfbbc838fa", "scanner": "scanner-primary", "fingerprint": "d627a20d3e4de91b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1611ad6cb7a3137e", "level": "note", "message": {"text": "Unused endpoint: GET /playlists"}, "properties": {"repobilityId": "adaf4e533cf0938f", "scanner": "scanner-primary", "fingerprint": "1611ad6cb7a3137e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a61d8365b9281c84", "level": "note", "message": {"text": "Unused endpoint: POST /schedule"}, "properties": {"repobilityId": "c0503edb9eb30615", "scanner": "scanner-primary", "fingerprint": "a61d8365b9281c84", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bcc13ed8a362aed4", "level": "note", "message": {"text": "Unused endpoint: POST /schedule/retry-failed"}, "properties": {"repobilityId": "55def33d585785fe", "scanner": "scanner-primary", "fingerprint": "bcc13ed8a362aed4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8354de8e5005d34a", "level": "note", "message": {"text": "Unused endpoint: GET /schedule/worker-status"}, "properties": {"repobilityId": "03b564bf00b09388", "scanner": "scanner-primary", "fingerprint": "8354de8e5005d34a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-20b34bad0134f9c3", "level": "note", "message": {"text": "Unused endpoint: PUT /schedule/worker-status"}, "properties": {"repobilityId": "ef172f774e24139f", "scanner": "scanner-primary", "fingerprint": "20b34bad0134f9c3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dfeaabd2e5efd10b", "level": "note", "message": {"text": "Unused endpoint: GET /schedule/search"}, "properties": {"repobilityId": "ea3a1b0f4268bb52", "scanner": "scanner-primary", "fingerprint": "dfeaabd2e5efd10b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4dcc99efa474328d", "level": "note", "message": {"text": "Unused endpoint: GET /videos/history"}, "properties": {"repobilityId": "7a6865e29a381747", "scanner": "scanner-primary", "fingerprint": "4dcc99efa474328d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1bca8100a44f7f25", "level": "note", "message": {"text": "Unused endpoint: POST /users"}, "properties": {"repobilityId": "08acec4b52c3277b", "scanner": "scanner-primary", "fingerprint": "1bca8100a44f7f25", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-52531a35df0a817f", "level": "note", "message": {"text": "Unused endpoint: GET /videos/search"}, "properties": {"repobilityId": "73855587fec69b82", "scanner": "scanner-primary", "fingerprint": "52531a35df0a817f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-191ee6a78891483d", "level": "note", "message": {"text": "Unused endpoint: POST /videos/metadata"}, "properties": {"repobilityId": "b1cd9883c2ff92cc", "scanner": "scanner-primary", "fingerprint": "191ee6a78891483d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c7de20a6c838a9d1", "level": "note", "message": {"text": "Unused endpoint: GET /videos/summary"}, "properties": {"repobilityId": "0af1b6e7d1424ea8", "scanner": "scanner-primary", "fingerprint": "c7de20a6c838a9d1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b708852a281d95c7", "level": "note", "message": {"text": "Unused endpoint: GET /videos/duplicates"}, "properties": {"repobilityId": "b5f82e20141f7122", "scanner": "scanner-primary", "fingerprint": "b708852a281d95c7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-64367f2f629c5820", "level": "note", "message": {"text": "Unused endpoint: POST /videos/scan"}, "properties": {"repobilityId": "b8fc83f62a57f2a6", "scanner": "scanner-primary", "fingerprint": "64367f2f629c5820", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b408c1bce2c95b94", "level": "note", "message": {"text": "Unused endpoint: GET /videos/scan"}, "properties": {"repobilityId": "e0421c91f251850f", "scanner": "scanner-primary", "fingerprint": "b408c1bce2c95b94", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}