{"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-06a483f75a25bb1d", "name": "Possibly dead Python function: queue_worker", "shortDescription": {"text": "Possibly dead Python function: queue_worker"}, "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-ceb20895f5c6785c", "name": "Possibly dead Python function: filter", "shortDescription": {"text": "Possibly dead Python function: filter"}, "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-ad024dbfc4dfe11e", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-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-f37ea7105252f574", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-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-0c73d098a53dcf38", "name": "Dockerfile runs as root: SongSurf/watcher/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: SongSurf/watcher/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-994e106829c0b738", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-732f21641249263f", "name": "Insecure pattern 'direct_innerhtml_assignment' in chrome-extension/content.js:62", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in chrome-extension/content.js:62"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ed001732a69dc875", "name": "Very large file: SongSurf/server/app.py (2056 lines)", "shortDescription": {"text": "Very large file: SongSurf/server/app.py (2056 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "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 ci. 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-5fa5af25316da646", "name": "16 env vars used in code but missing from .env.example", "shortDescription": {"text": "16 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ADMIN_PSEUDO`, `AUTH_EVENTS_URL`, `AUTH_JWT_SECRET`, `CORS_EXTRA_ORIGINS`, `EVENTS_PENDING_FILE`, `FLASK_PORT`, `FLASK_SECRET_KEY`, `FRONTEND_BUILD_PATH` + 8 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-08fd75c0814a5c91", "name": "Flask mutation route `watcher_keepalive` without `@login_required` \u2014 SongSurf/watcher/watcher.py:417", "shortDescription": {"text": "Flask mutation route `watcher_keepalive` without `@login_required` \u2014 SongSurf/watcher/watcher.py:417"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-e7ea481f52c43e68", "name": "Flask mutation route `logout` without `@login_required` \u2014 SongSurf/watcher/watcher.py:469", "shortDescription": {"text": "Flask mutation route `logout` without `@login_required` \u2014 SongSurf/watcher/watcher.py:469"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2d913b36c6de453a", "name": "Flask mutation route `proxy` without `@login_required` \u2014 SongSurf/watcher/watcher.py:502", "shortDescription": {"text": "Flask mutation route `proxy` without `@login_required` \u2014 SongSurf/watcher/watcher.py:502"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-7dbd0d3541443b3c", "name": "Flask mutation route `proxy` without `@login_required` \u2014 SongSurf/watcher/watcher.py:503", "shortDescription": {"text": "Flask mutation route `proxy` without `@login_required` \u2014 SongSurf/watcher/watcher.py:503"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1a6d91f2236825bf", "name": "Unused endpoint: ANY /", "shortDescription": {"text": "Unused endpoint: ANY /"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /` 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-982c510c650272ad", "name": "Unused endpoint: ANY /_app/<path:filename>", "shortDescription": {"text": "Unused endpoint: ANY /_app/<path:filename>"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /_app/<path:filename>` 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-e568bdfce08b33f5", "name": "Unused endpoint: ANY /<path:filename>", "shortDescription": {"text": "Unused endpoint: ANY /<path:filename>"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /<path:filename>` 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-f14cfca47a14ce92", "name": "Unused endpoint: ANY /api/library/folder-cover", "shortDescription": {"text": "Unused endpoint: ANY /api/library/folder-cover"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/library/folder-cover` 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-bd00f3c9ae9ab3c5", "name": "Unused endpoint: ANY /api/library/artist-picture", "shortDescription": {"text": "Unused endpoint: ANY /api/library/artist-picture"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/library/artist-picture` 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-aaafeae5a8683029", "name": "Unused endpoint: ANY /api/download-zip", "shortDescription": {"text": "Unused endpoint: ANY /api/download-zip"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/download-zip` 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-f8dc6d3fbfbb6ba1", "name": "Unused endpoint: ANY /api/admin/dl-logs", "shortDescription": {"text": "Unused endpoint: ANY /api/admin/dl-logs"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/admin/dl-logs` 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-b11afb1459a50285", "name": "Unused endpoint: ANY /api/admin/extract-covers", "shortDescription": {"text": "Unused endpoint: ANY /api/admin/extract-covers"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/admin/extract-covers` 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-932755e112d17583", "name": "Unused endpoint: ANY /api/admin/genre-backfill", "shortDescription": {"text": "Unused endpoint: ANY /api/admin/genre-backfill"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/admin/genre-backfill` 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-fd4d1975b57157eb", "name": "Unused endpoint: ANY /api/admin/genre-backfill/status", "shortDescription": {"text": "Unused endpoint: ANY /api/admin/genre-backfill/status"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/admin/genre-backfill/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-d68719993f012a20", "name": "Unused endpoint: ANY /api/prefetch/cover", "shortDescription": {"text": "Unused endpoint: ANY /api/prefetch/cover"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/prefetch/cover` 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-30c2da02e03d18aa", "name": "Unused endpoint: ANY /api/cookies/update", "shortDescription": {"text": "Unused endpoint: ANY /api/cookies/update"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/cookies/update` 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-52a5a71878590e30", "name": "Unused endpoint: ANY /api/preview", "shortDescription": {"text": "Unused endpoint: ANY /api/preview"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/preview` 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-b2713c61d29f12de", "name": "Unused endpoint: ANY /api/queue-direct", "shortDescription": {"text": "Unused endpoint: ANY /api/queue-direct"}, "fullDescription": {"text": "`SongSurf/server/app.py` declares `ANY /api/queue-direct` 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-62d7052aae327f82", "name": "Unused endpoint: ANY /watcher/loading", "shortDescription": {"text": "Unused endpoint: ANY /watcher/loading"}, "fullDescription": {"text": "`SongSurf/watcher/watcher.py` declares `ANY /watcher/loading` 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-333825264d86a010", "name": "Unused endpoint: ANY /watcher/ready", "shortDescription": {"text": "Unused endpoint: ANY /watcher/ready"}, "fullDescription": {"text": "`SongSurf/watcher/watcher.py` declares `ANY /watcher/ready` 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-9d380af85eb9fc46", "name": "Unused endpoint: ANY /watcher/inactivity-status", "shortDescription": {"text": "Unused endpoint: ANY /watcher/inactivity-status"}, "fullDescription": {"text": "`SongSurf/watcher/watcher.py` declares `ANY /watcher/inactivity-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-bb23020ebbeefa9f", "name": "Unused endpoint: ANY /watcher/keepalive", "shortDescription": {"text": "Unused endpoint: ANY /watcher/keepalive"}, "fullDescription": {"text": "`SongSurf/watcher/watcher.py` declares `ANY /watcher/keepalive` 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-b011c4e3dbecb920", "name": "Unused endpoint: ANY /<path:path>", "shortDescription": {"text": "Unused endpoint: ANY /<path:path>"}, "fullDescription": {"text": "`SongSurf/watcher/watcher.py` declares `ANY /<path:path>` 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-c9e449c3b9e73b73", "name": "Unused endpoint: ANY /logout", "shortDescription": {"text": "Unused endpoint: ANY /logout"}, "fullDescription": {"text": "`SongSurf/watcher/watcher.py` declares `ANY /logout` 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/18060"}, "properties": {"repository": "Rev0li/SongSurf", "repoUrl": "https://github.com/Rev0li/SongSurf", "branch": "main"}, "results": [{"ruleId": "scanner-06a483f75a25bb1d", "level": "note", "message": {"text": "Possibly dead Python function: queue_worker"}, "properties": {"repobilityId": "ca5403bff96eb728", "scanner": "scanner-primary", "fingerprint": "06a483f75a25bb1d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "SongSurf/server/app.py:1917"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ceb20895f5c6785c", "level": "note", "message": {"text": "Possibly dead Python function: filter"}, "properties": {"repobilityId": "7da968b6f6ed2422", "scanner": "scanner-primary", "fingerprint": "ceb20895f5c6785c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "SongSurf/watcher/watcher.py:103"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ad024dbfc4dfe11e", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-slim"}, "properties": {"repobilityId": "dda207351f799a38", "scanner": "scanner-primary", "fingerprint": "ad024dbfc4dfe11e", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "SongSurf/Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-f37ea7105252f574", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim"}, "properties": {"repobilityId": "c35ba73d05314de7", "scanner": "scanner-primary", "fingerprint": "f37ea7105252f574", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "SongSurf/Dockerfile"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-0c73d098a53dcf38", "level": "warning", "message": {"text": "Dockerfile runs as root: SongSurf/watcher/Dockerfile"}, "properties": {"repobilityId": "6a6eb90a9f0e0616", "scanner": "scanner-primary", "fingerprint": "0c73d098a53dcf38", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-994e106829c0b738", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim"}, "properties": {"repobilityId": "767f0e21f864e1a1", "scanner": "scanner-primary", "fingerprint": "994e106829c0b738", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "SongSurf/watcher/Dockerfile"}, "region": {"startLine": 5}}}]}, {"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-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-732f21641249263f", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in chrome-extension/content.js:62"}, "properties": {"repobilityId": "8a59ad2d23f176fe", "scanner": "scanner-primary", "fingerprint": "732f21641249263f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chrome-extension/content.js"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-ed001732a69dc875", "level": "note", "message": {"text": "Very large file: SongSurf/server/app.py (2056 lines)"}, "properties": {"repobilityId": "39bac178d550271c", "scanner": "scanner-primary", "fingerprint": "ed001732a69dc875", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "1793dcdec74729df", "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": "5062f2412727611d", "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": "bee0447fce8b7d5e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-5fa5af25316da646", "level": "note", "message": {"text": "16 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "e0919a3f6a45e8c2", "scanner": "scanner-primary", "fingerprint": "5fa5af25316da646", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-08fd75c0814a5c91", "level": "error", "message": {"text": "Flask mutation route `watcher_keepalive` without `@login_required` \u2014 SongSurf/watcher/watcher.py:417"}, "properties": {"repobilityId": "c20a7f36e8063e3a", "scanner": "scanner-primary", "fingerprint": "08fd75c0814a5c91", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "SongSurf/watcher/watcher.py"}, "region": {"startLine": 417}}}]}, {"ruleId": "scanner-e7ea481f52c43e68", "level": "error", "message": {"text": "Flask mutation route `logout` without `@login_required` \u2014 SongSurf/watcher/watcher.py:469"}, "properties": {"repobilityId": "7f352a5ff79e109c", "scanner": "scanner-primary", "fingerprint": "e7ea481f52c43e68", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "SongSurf/watcher/watcher.py"}, "region": {"startLine": 469}}}]}, {"ruleId": "scanner-2d913b36c6de453a", "level": "error", "message": {"text": "Flask mutation route `proxy` without `@login_required` \u2014 SongSurf/watcher/watcher.py:502"}, "properties": {"repobilityId": "4bc5dd234c622f01", "scanner": "scanner-primary", "fingerprint": "2d913b36c6de453a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "SongSurf/watcher/watcher.py"}, "region": {"startLine": 502}}}]}, {"ruleId": "scanner-7dbd0d3541443b3c", "level": "error", "message": {"text": "Flask mutation route `proxy` without `@login_required` \u2014 SongSurf/watcher/watcher.py:503"}, "properties": {"repobilityId": "6887627661aea10d", "scanner": "scanner-primary", "fingerprint": "7dbd0d3541443b3c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "SongSurf/watcher/watcher.py"}, "region": {"startLine": 503}}}]}, {"ruleId": "scanner-1a6d91f2236825bf", "level": "note", "message": {"text": "Unused endpoint: ANY /"}, "properties": {"repobilityId": "8c0dbdb9278d930c", "scanner": "scanner-primary", "fingerprint": "1a6d91f2236825bf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-982c510c650272ad", "level": "note", "message": {"text": "Unused endpoint: ANY /_app/<path:filename>"}, "properties": {"repobilityId": "126a0dc1650310d3", "scanner": "scanner-primary", "fingerprint": "982c510c650272ad", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e568bdfce08b33f5", "level": "note", "message": {"text": "Unused endpoint: ANY /<path:filename>"}, "properties": {"repobilityId": "fc470cb038bc5b39", "scanner": "scanner-primary", "fingerprint": "e568bdfce08b33f5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f14cfca47a14ce92", "level": "note", "message": {"text": "Unused endpoint: ANY /api/library/folder-cover"}, "properties": {"repobilityId": "4e0ac79d0e28426d", "scanner": "scanner-primary", "fingerprint": "f14cfca47a14ce92", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bd00f3c9ae9ab3c5", "level": "note", "message": {"text": "Unused endpoint: ANY /api/library/artist-picture"}, "properties": {"repobilityId": "c0cc893965fa32b3", "scanner": "scanner-primary", "fingerprint": "bd00f3c9ae9ab3c5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-aaafeae5a8683029", "level": "note", "message": {"text": "Unused endpoint: ANY /api/download-zip"}, "properties": {"repobilityId": "718c09af80c071c4", "scanner": "scanner-primary", "fingerprint": "aaafeae5a8683029", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f8dc6d3fbfbb6ba1", "level": "note", "message": {"text": "Unused endpoint: ANY /api/admin/dl-logs"}, "properties": {"repobilityId": "e874ec78d4aa0755", "scanner": "scanner-primary", "fingerprint": "f8dc6d3fbfbb6ba1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b11afb1459a50285", "level": "note", "message": {"text": "Unused endpoint: ANY /api/admin/extract-covers"}, "properties": {"repobilityId": "e9f8bab4df6767c4", "scanner": "scanner-primary", "fingerprint": "b11afb1459a50285", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-932755e112d17583", "level": "note", "message": {"text": "Unused endpoint: ANY /api/admin/genre-backfill"}, "properties": {"repobilityId": "015e32f0cccd7294", "scanner": "scanner-primary", "fingerprint": "932755e112d17583", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fd4d1975b57157eb", "level": "note", "message": {"text": "Unused endpoint: ANY /api/admin/genre-backfill/status"}, "properties": {"repobilityId": "f926aa6d9fb34d68", "scanner": "scanner-primary", "fingerprint": "fd4d1975b57157eb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d68719993f012a20", "level": "note", "message": {"text": "Unused endpoint: ANY /api/prefetch/cover"}, "properties": {"repobilityId": "9c3024f00c48d959", "scanner": "scanner-primary", "fingerprint": "d68719993f012a20", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-30c2da02e03d18aa", "level": "note", "message": {"text": "Unused endpoint: ANY /api/cookies/update"}, "properties": {"repobilityId": "5a2dfa088ff787a2", "scanner": "scanner-primary", "fingerprint": "30c2da02e03d18aa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-52a5a71878590e30", "level": "note", "message": {"text": "Unused endpoint: ANY /api/preview"}, "properties": {"repobilityId": "8d5c24376b02b4d7", "scanner": "scanner-primary", "fingerprint": "52a5a71878590e30", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b2713c61d29f12de", "level": "note", "message": {"text": "Unused endpoint: ANY /api/queue-direct"}, "properties": {"repobilityId": "0e2ba571d2205345", "scanner": "scanner-primary", "fingerprint": "b2713c61d29f12de", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-62d7052aae327f82", "level": "note", "message": {"text": "Unused endpoint: ANY /watcher/loading"}, "properties": {"repobilityId": "1b036e236efca521", "scanner": "scanner-primary", "fingerprint": "62d7052aae327f82", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-333825264d86a010", "level": "note", "message": {"text": "Unused endpoint: ANY /watcher/ready"}, "properties": {"repobilityId": "8f856bf33ed1df65", "scanner": "scanner-primary", "fingerprint": "333825264d86a010", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9d380af85eb9fc46", "level": "note", "message": {"text": "Unused endpoint: ANY /watcher/inactivity-status"}, "properties": {"repobilityId": "5096fcea1b146e4d", "scanner": "scanner-primary", "fingerprint": "9d380af85eb9fc46", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bb23020ebbeefa9f", "level": "note", "message": {"text": "Unused endpoint: ANY /watcher/keepalive"}, "properties": {"repobilityId": "5fec7b5efa10e900", "scanner": "scanner-primary", "fingerprint": "bb23020ebbeefa9f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b011c4e3dbecb920", "level": "note", "message": {"text": "Unused endpoint: ANY /<path:path>"}, "properties": {"repobilityId": "9fd637c9c509897e", "scanner": "scanner-primary", "fingerprint": "b011c4e3dbecb920", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c9e449c3b9e73b73", "level": "note", "message": {"text": "Unused endpoint: ANY /logout"}, "properties": {"repobilityId": "3cd4aabac52659ea", "scanner": "scanner-primary", "fingerprint": "c9e449c3b9e73b73", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}