{"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-e1bb36839f513a8c", "name": "Possibly dead Python function: clear_deal_score", "shortDescription": {"text": "Possibly dead Python function: clear_deal_score"}, "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-c35228b63ecf441a", "name": "Possibly dead Python function: enrich_new_artists", "shortDescription": {"text": "Possibly dead Python function: enrich_new_artists"}, "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-b1e23850617365c6", "name": "Possibly dead Python function: submit_crawl_results", "shortDescription": {"text": "Possibly dead Python function: submit_crawl_results"}, "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-c3b7b8eeb4d26fb9", "name": "Possibly dead Python function: fake_refresh", "shortDescription": {"text": "Possibly dead Python function: fake_refresh"}, "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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b4943585ca894ba4", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/SearchDropdown.tsx:113", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/SearchDropdown.tsx:113"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6dd5f726c06b6e06", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/DiscoCard.tsx:175", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/DiscoCard.tsx:175"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-06c2109fbce528d0", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/guias/AlbumCard.tsx:95", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/guias/AlbumCard.tsx:95"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-783f67326c185caf", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/layout.tsx:113", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/layout.tsx:113"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-34c1bd0a7a2ae7c7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/estilo/[slug]/page.tsx:190", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/estilo/[slug]/page.tsx:190"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5eb2a4d500103bae", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/artista/[slug]/page.tsx:157", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/artista/[slug]/page.tsx:157"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9a03aada7d4175ff", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/app/disco/[slug]/page.tsx:393", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/app/disco/[slug]/page.tsx:393"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0b9450bb6c061b7a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/disco/[slug]/page.tsx:371", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/disco/[slug]/page.tsx:371"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e032cf272fff751f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/page.tsx:123", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/page.tsx:123"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-16db1c31037a3ccd", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/vinil-colorido-e-picture-disc/page.tsx:138", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/vinil-colorido-e-picture-disc/page.tsx:138"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-86a7dc193052a6c0", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/vinil-180g-vale-a-pena/page.tsx:140", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/vinil-180g-vale-a-pena/page.tsx:140"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1fd8ce388d916745", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/app/guias/top-artistas-spotify/ChartsContent.tsx:58", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/app/guias/top-artistas-spotify/ChartsContent.tsx:58"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-17ef933259bb115f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/top-artistas-spotify/page.tsx:87", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/top-artistas-spotify/page.tsx:87"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0af3a68cbea9ba45", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/como-cuidar-de-discos-de-vinil/page.tsx:158", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/como-cuidar-de-discos-de-vinil/page.tsx:158"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2fd994fbe028d717", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/rock/page.tsx:81", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/rock/page.tsx:81"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1330787c1fb44a8a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/rock/[slug]/page.tsx:101", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/rock/[slug]/page.tsx:101"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5aab466b54f41fe3", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/como-avaliar-estado-disco-vinil/page.tsx:236", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/como-avaliar-estado-disco-vinil/page.tsx:236"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-78543225c07c87f8", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/artistas-mais-ouvidos/page.tsx:70", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/artistas-mais-ouvidos/page.tsx:70"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c4ed3682bd265fac", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/sobre/page.tsx:89", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/sobre/page.tsx:89"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f5058d87fe0435f6", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/discos-abaixo-de-200/page.tsx:93", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/discos-abaixo-de-200/page.tsx:93"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b81b8b693164d1a2", "name": "Stray `console.log` in TS/JS \u2014 frontend/lib/db/prisma.ts:10", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 frontend/lib/db/prisma.ts:10"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-702e63fbe97b20fa", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/layout.tsx:113", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/layout.tsx:113"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3cf7f23d7b6698f0", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/estilo/[slug]/page.tsx:190", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/estilo/[slug]/page.tsx:190"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-894aa8c95ac3a871", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/artista/[slug]/page.tsx:157", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/artista/[slug]/page.tsx:157"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-514ee8180e61f49e", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/disco/[slug]/page.tsx:371", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/disco/[slug]/page.tsx:371"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0a53dbd7cd80b3e4", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/page.tsx:123", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/page.tsx:123"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4281b9bb8ac4491b", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/vinil-colorido-e-picture-disc/page.tsx:138", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/vinil-colorido-e-picture-disc/page.tsx:138"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b8c59db6bb612120", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/vinil-180g-vale-a-pena/page.tsx:140", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/vinil-180g-vale-a-pena/page.tsx:140"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8593524bda651deb", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/top-artistas-spotify/page.tsx:87", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/top-artistas-spotify/page.tsx:87"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-95da6a32eaa34830", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/como-cuidar-de-discos-de-vinil/page.tsx:158", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/como-cuidar-de-discos-de-vinil/page.tsx:158"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d11d7978cdbbcee", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/rock/page.tsx:81", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/rock/page.tsx:81"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-80bb2a90f4416914", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/rock/[slug]/page.tsx:101", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/rock/[slug]/page.tsx:101"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b1552b6b276c6d3f", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/como-avaliar-estado-disco-vinil/page.tsx:236", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/como-avaliar-estado-disco-vinil/page.tsx:236"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ba7f6b8d26a6ae77", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/artistas-mais-ouvidos/page.tsx:70", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/artistas-mais-ouvidos/page.tsx:70"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1c16e6f54e13a4d9", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/sobre/page.tsx:89", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/sobre/page.tsx:89"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-69d73b1be283ded9", "name": "Insecure pattern 'dangerous_innerhtml' in frontend/app/discos-abaixo-de-200/page.tsx:93", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/discos-abaixo-de-200/page.tsx:93"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5d71db3916e19b34", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/cache@v4 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-66e89a0ee19e82a7", "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-174b95287939bb26", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/github-script@v7 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-3803f3c284a5a8e4", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/github-script@v7 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-710a669b84edb679", "name": "Very large file: crawler/main.py (3334 lines)", "shortDescription": {"text": "Very large file: crawler/main.py (3334 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-912ff94ddff69bb2", "name": "Very large file: frontend/app/guias/como-cuidar-de-discos-de-vinil/page.tsx (1195 lines)", "shortDescription": {"text": "Very large file: frontend/app/guias/como-cuidar-de-discos-de-vinil/page.tsx (1195 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "2 test file(s) for 119 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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 160 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-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-d254ac658fc6c7b0", "name": "Commented-code block (5 lines) in crawler/database.py:205", "shortDescription": {"text": "Commented-code block (5 lines) in crawler/database.py:205"}, "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-c6f1ab23be864059", "name": "Commented-code block (5 lines) in crawler/deal_scorer.py:228", "shortDescription": {"text": "Commented-code block (5 lines) in crawler/deal_scorer.py:228"}, "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-20eaefcc42c74416", "name": "Commented-code block (6 lines) in crawler/domain.py:186", "shortDescription": {"text": "Commented-code block (6 lines) in crawler/domain.py:186"}, "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-64155f23c1d08bdf", "name": "Commented-code block (7 lines) in crawler/main.py:91", "shortDescription": {"text": "Commented-code block (7 lines) in crawler/main.py:91"}, "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-b85aeefd2f9f12c6", "name": "Commented-code block (5 lines) in frontend/components/DiscoCard.tsx:8", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/components/DiscoCard.tsx: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-e42953d4530cfc9d", "name": "Commented-code block (5 lines) in frontend/lib/bots.ts:60", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/lib/bots.ts:60"}, "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-2bf67d896503426c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/lib/external/lastfmAlbum.ts:56", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/lib/external/lastfmAlbum.ts:56"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a2a0e7512bf94bdf", "name": "Commented-code block (9 lines) in frontend/lib/db/artista.ts:53", "shortDescription": {"text": "Commented-code block (9 lines) in frontend/lib/db/artista.ts:53"}, "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-77874d161b894b0a", "name": "Commented-code block (5 lines) in frontend/lib/db/carousel.ts:177", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/lib/db/carousel.ts:177"}, "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-0d0b17f396371da7", "name": "Commented-code block (6 lines) in frontend/lib/db/disco.ts:31", "shortDescription": {"text": "Commented-code block (6 lines) in frontend/lib/db/disco.ts:31"}, "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-eab9166c425b33b8", "name": "Commented-code block (6 lines) in frontend/lib/db/home.ts:5", "shortDescription": {"text": "Commented-code block (6 lines) in frontend/lib/db/home.ts:5"}, "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-9a82cf7d16234d20", "name": "21 env vars used in code but missing from .env.example", "shortDescription": {"text": "21 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `AMAZON_SCRAPE_LOCK_NAME`, `AMAZON_SCRAPE_LOCK_TTL_S`, `ANTHROPIC_API_KEY`, `CATEGORY_SLICE_FRACTION`, `CATEGORY_WORKERS`, `CREATORS_REFRESH_ENABLED`, `FORMAT_GATE_EPOCH`, `HIDE_HERO` + 13 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-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:\ncrawler/bot.py:connect, crawler/bridge.py:connect\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}}]}}, "automationDetails": {"id": "repobility/22273"}, "properties": {"repository": "ViniciusStanula/vinyl-tracker", "repoUrl": "https://github.com/ViniciusStanula/vinyl-tracker", "branch": "main"}, "results": [{"ruleId": "scanner-e1bb36839f513a8c", "level": "note", "message": {"text": "Possibly dead Python function: clear_deal_score"}, "properties": {"repobilityId": "4f995a97f64a4bff", "scanner": "scanner-primary", "fingerprint": "e1bb36839f513a8c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "crawler/database.py:529"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c35228b63ecf441a", "level": "note", "message": {"text": "Possibly dead Python function: enrich_new_artists"}, "properties": {"repobilityId": "7bdc1fbfd21999da", "scanner": "scanner-primary", "fingerprint": "c35228b63ecf441a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "crawler/lastfm.py:111"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b1e23850617365c6", "level": "note", "message": {"text": "Possibly dead Python function: submit_crawl_results"}, "properties": {"repobilityId": "ce055631ec832722", "scanner": "scanner-primary", "fingerprint": "b1e23850617365c6", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "crawler/indexnow.py:81"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c3b7b8eeb4d26fb9", "level": "note", "message": {"text": "Possibly dead Python function: fake_refresh"}, "properties": {"repobilityId": "91660f4e4c8e6290", "scanner": "scanner-primary", "fingerprint": "c3b7b8eeb4d26fb9", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "crawler/creators_api_smoke.py:84"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-b4943585ca894ba4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/SearchDropdown.tsx:113"}, "properties": {"repobilityId": "55c3c7a8fda861e6", "scanner": "scanner-primary", "fingerprint": "b4943585ca894ba4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6dd5f726c06b6e06", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/DiscoCard.tsx:175"}, "properties": {"repobilityId": "ced7878ad2530b61", "scanner": "scanner-primary", "fingerprint": "6dd5f726c06b6e06", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-06c2109fbce528d0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/components/guias/AlbumCard.tsx:95"}, "properties": {"repobilityId": "5b94fcc93b790e6c", "scanner": "scanner-primary", "fingerprint": "06c2109fbce528d0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-783f67326c185caf", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/layout.tsx:113"}, "properties": {"repobilityId": "c3711f4722a30929", "scanner": "scanner-primary", "fingerprint": "783f67326c185caf", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-34c1bd0a7a2ae7c7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/estilo/[slug]/page.tsx:190"}, "properties": {"repobilityId": "65e3541772aabc63", "scanner": "scanner-primary", "fingerprint": "34c1bd0a7a2ae7c7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-5eb2a4d500103bae", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/artista/[slug]/page.tsx:157"}, "properties": {"repobilityId": "1348f1049b1c6f50", "scanner": "scanner-primary", "fingerprint": "5eb2a4d500103bae", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-9a03aada7d4175ff", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/app/disco/[slug]/page.tsx:393"}, "properties": {"repobilityId": "a7119ce92d351bcc", "scanner": "scanner-primary", "fingerprint": "9a03aada7d4175ff", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0b9450bb6c061b7a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/disco/[slug]/page.tsx:371"}, "properties": {"repobilityId": "b7d00b60cf464814", "scanner": "scanner-primary", "fingerprint": "0b9450bb6c061b7a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e032cf272fff751f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/page.tsx:123"}, "properties": {"repobilityId": "7c8529cb9c233b6d", "scanner": "scanner-primary", "fingerprint": "e032cf272fff751f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-16db1c31037a3ccd", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/vinil-colorido-e-picture-disc/page.tsx:138"}, "properties": {"repobilityId": "9d3a04b09820b1fb", "scanner": "scanner-primary", "fingerprint": "16db1c31037a3ccd", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-86a7dc193052a6c0", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/vinil-180g-vale-a-pena/page.tsx:140"}, "properties": {"repobilityId": "03b07fd2dd285baf", "scanner": "scanner-primary", "fingerprint": "86a7dc193052a6c0", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-1fd8ce388d916745", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/app/guias/top-artistas-spotify/ChartsContent.tsx:58"}, "properties": {"repobilityId": "334f678692dca95b", "scanner": "scanner-primary", "fingerprint": "1fd8ce388d916745", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-17ef933259bb115f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/top-artistas-spotify/page.tsx:87"}, "properties": {"repobilityId": "32b3cae6331a84de", "scanner": "scanner-primary", "fingerprint": "17ef933259bb115f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-0af3a68cbea9ba45", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/como-cuidar-de-discos-de-vinil/page.tsx:158"}, "properties": {"repobilityId": "768f1d2e8309d036", "scanner": "scanner-primary", "fingerprint": "0af3a68cbea9ba45", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2fd994fbe028d717", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/rock/page.tsx:81"}, "properties": {"repobilityId": "878ae70c0272f13c", "scanner": "scanner-primary", "fingerprint": "2fd994fbe028d717", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-1330787c1fb44a8a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/rock/[slug]/page.tsx:101"}, "properties": {"repobilityId": "84a96b28e4849dd6", "scanner": "scanner-primary", "fingerprint": "1330787c1fb44a8a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-5aab466b54f41fe3", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/guias/como-avaliar-estado-disco-vinil/page.tsx:236"}, "properties": {"repobilityId": "0cc938136528c5b9", "scanner": "scanner-primary", "fingerprint": "5aab466b54f41fe3", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-78543225c07c87f8", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/artistas-mais-ouvidos/page.tsx:70"}, "properties": {"repobilityId": "0799c96ccf245e3a", "scanner": "scanner-primary", "fingerprint": "78543225c07c87f8", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-c4ed3682bd265fac", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/sobre/page.tsx:89"}, "properties": {"repobilityId": "26613484a0641306", "scanner": "scanner-primary", "fingerprint": "c4ed3682bd265fac", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-f5058d87fe0435f6", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 frontend/app/discos-abaixo-de-200/page.tsx:93"}, "properties": {"repobilityId": "4e955d537301ecd2", "scanner": "scanner-primary", "fingerprint": "f5058d87fe0435f6", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-b81b8b693164d1a2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 frontend/lib/db/prisma.ts:10"}, "properties": {"repobilityId": "d17b52d0acf86051", "scanner": "scanner-primary", "fingerprint": "b81b8b693164d1a2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-702e63fbe97b20fa", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/layout.tsx:113"}, "properties": {"repobilityId": "352266f153f8b038", "scanner": "scanner-primary", "fingerprint": "702e63fbe97b20fa", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/layout.tsx"}, "region": {"startLine": 113}}}]}, {"ruleId": "scanner-3cf7f23d7b6698f0", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/estilo/[slug]/page.tsx:190"}, "properties": {"repobilityId": "964bc986dfec9ffe", "scanner": "scanner-primary", "fingerprint": "3cf7f23d7b6698f0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/estilo/[slug]/page.tsx"}, "region": {"startLine": 190}}}]}, {"ruleId": "scanner-894aa8c95ac3a871", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/artista/[slug]/page.tsx:157"}, "properties": {"repobilityId": "52bd61fd97087218", "scanner": "scanner-primary", "fingerprint": "894aa8c95ac3a871", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/artista/[slug]/page.tsx"}, "region": {"startLine": 157}}}]}, {"ruleId": "scanner-514ee8180e61f49e", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/disco/[slug]/page.tsx:371"}, "properties": {"repobilityId": "4fd2221de8f2189e", "scanner": "scanner-primary", "fingerprint": "514ee8180e61f49e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/disco/[slug]/page.tsx"}, "region": {"startLine": 371}}}]}, {"ruleId": "scanner-0a53dbd7cd80b3e4", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/page.tsx:123"}, "properties": {"repobilityId": "41f9b87e8086c5b4", "scanner": "scanner-primary", "fingerprint": "0a53dbd7cd80b3e4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/guias/page.tsx"}, "region": {"startLine": 123}}}]}, {"ruleId": "scanner-4281b9bb8ac4491b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/vinil-colorido-e-picture-disc/page.tsx:138"}, "properties": {"repobilityId": "c674b4392f08f033", "scanner": "scanner-primary", "fingerprint": "4281b9bb8ac4491b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/guias/vinil-colorido-e-picture-disc/page.tsx"}, "region": {"startLine": 138}}}]}, {"ruleId": "scanner-b8c59db6bb612120", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/vinil-180g-vale-a-pena/page.tsx:140"}, "properties": {"repobilityId": "3a6f6e4695056a6d", "scanner": "scanner-primary", "fingerprint": "b8c59db6bb612120", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/guias/vinil-180g-vale-a-pena/page.tsx"}, "region": {"startLine": 140}}}]}, {"ruleId": "scanner-8593524bda651deb", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/top-artistas-spotify/page.tsx:87"}, "properties": {"repobilityId": "e109a4e2905d875e", "scanner": "scanner-primary", "fingerprint": "8593524bda651deb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/guias/top-artistas-spotify/page.tsx"}, "region": {"startLine": 87}}}]}, {"ruleId": "scanner-95da6a32eaa34830", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/como-cuidar-de-discos-de-vinil/page.tsx:158"}, "properties": {"repobilityId": "614dc3c0a2e97075", "scanner": "scanner-primary", "fingerprint": "95da6a32eaa34830", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/guias/como-cuidar-de-discos-de-vinil/page.tsx"}, "region": {"startLine": 158}}}]}, {"ruleId": "scanner-2d11d7978cdbbcee", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/rock/page.tsx:81"}, "properties": {"repobilityId": "5b8e15c9d529724c", "scanner": "scanner-primary", "fingerprint": "2d11d7978cdbbcee", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/guias/rock/page.tsx"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-80bb2a90f4416914", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/rock/[slug]/page.tsx:101"}, "properties": {"repobilityId": "f8f262c224356d1f", "scanner": "scanner-primary", "fingerprint": "80bb2a90f4416914", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/guias/rock/[slug]/page.tsx"}, "region": {"startLine": 101}}}]}, {"ruleId": "scanner-b1552b6b276c6d3f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/guias/como-avaliar-estado-disco-vinil/page.tsx:236"}, "properties": {"repobilityId": "9cf9635ca3273d26", "scanner": "scanner-primary", "fingerprint": "b1552b6b276c6d3f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/guias/como-avaliar-estado-disco-vinil/page.tsx"}, "region": {"startLine": 236}}}]}, {"ruleId": "scanner-ba7f6b8d26a6ae77", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/artistas-mais-ouvidos/page.tsx:70"}, "properties": {"repobilityId": "00123a9f0a08be2f", "scanner": "scanner-primary", "fingerprint": "ba7f6b8d26a6ae77", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/artistas-mais-ouvidos/page.tsx"}, "region": {"startLine": 70}}}]}, {"ruleId": "scanner-1c16e6f54e13a4d9", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/sobre/page.tsx:89"}, "properties": {"repobilityId": "c8e6fe6fe4b28c64", "scanner": "scanner-primary", "fingerprint": "1c16e6f54e13a4d9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/sobre/page.tsx"}, "region": {"startLine": 89}}}]}, {"ruleId": "scanner-69d73b1be283ded9", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frontend/app/discos-abaixo-de-200/page.tsx:93"}, "properties": {"repobilityId": "d542e48862278985", "scanner": "scanner-primary", "fingerprint": "69d73b1be283ded9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/app/discos-abaixo-de-200/page.tsx"}, "region": {"startLine": 93}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-5d71db3916e19b34", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "91ed616be6236531", "scanner": "scanner-primary", "fingerprint": "5d71db3916e19b34", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/crawler.yml"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-5d71db3916e19b34", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "188465c2ab70211b", "scanner": "scanner-primary", "fingerprint": "5d71db3916e19b34", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/crawler.yml"}, "region": {"startLine": 76}}}]}, {"ruleId": "scanner-5d71db3916e19b34", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6df8b1723efa35f1", "scanner": "scanner-primary", "fingerprint": "5d71db3916e19b34", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/crawler.yml"}, "region": {"startLine": 93}}}]}, {"ruleId": "scanner-66e89a0ee19e82a7", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "6d261061fc4191ca", "scanner": "scanner-primary", "fingerprint": "66e89a0ee19e82a7", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/spotify-charts.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-174b95287939bb26", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f3ed13a11bd6c03f", "scanner": "scanner-primary", "fingerprint": "174b95287939bb26", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/crawler_stale.yml"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-3803f3c284a5a8e4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9548565276a0ac88", "scanner": "scanner-primary", "fingerprint": "3803f3c284a5a8e4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/discovery.yml"}, "region": {"startLine": 44}}}]}, {"ruleId": "scanner-710a669b84edb679", "level": "note", "message": {"text": "Very large file: crawler/main.py (3334 lines)"}, "properties": {"repobilityId": "8e2becf862c44064", "scanner": "scanner-primary", "fingerprint": "710a669b84edb679", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-912ff94ddff69bb2", "level": "note", "message": {"text": "Very large file: frontend/app/guias/como-cuidar-de-discos-de-vinil/page.tsx (1195 lines)"}, "properties": {"repobilityId": "ab946fa1b8e1c499", "scanner": "scanner-primary", "fingerprint": "912ff94ddff69bb2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "cba2f47dae6a946a", "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": "e5e05bd3b2021193", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "def07781adf3f102", "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": "dad39d437645476c", "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": "e2b0f22963849a81", "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": "f5da1e7da0078dbf", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-d254ac658fc6c7b0", "level": "none", "message": {"text": "Commented-code block (5 lines) in crawler/database.py:205"}, "properties": {"repobilityId": "ac22f5202c2bb6e2", "scanner": "scanner-primary", "fingerprint": "d254ac658fc6c7b0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c6f1ab23be864059", "level": "none", "message": {"text": "Commented-code block (5 lines) in crawler/deal_scorer.py:228"}, "properties": {"repobilityId": "a96c51fa4d03f854", "scanner": "scanner-primary", "fingerprint": "c6f1ab23be864059", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-20eaefcc42c74416", "level": "none", "message": {"text": "Commented-code block (6 lines) in crawler/domain.py:186"}, "properties": {"repobilityId": "cd08fd1a8ba45f30", "scanner": "scanner-primary", "fingerprint": "20eaefcc42c74416", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-64155f23c1d08bdf", "level": "none", "message": {"text": "Commented-code block (7 lines) in crawler/main.py:91"}, "properties": {"repobilityId": "f30747e091d4ccda", "scanner": "scanner-primary", "fingerprint": "64155f23c1d08bdf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b85aeefd2f9f12c6", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/components/DiscoCard.tsx:8"}, "properties": {"repobilityId": "1e41266cc4f1ea67", "scanner": "scanner-primary", "fingerprint": "b85aeefd2f9f12c6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e42953d4530cfc9d", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/lib/bots.ts:60"}, "properties": {"repobilityId": "5f925d171be86186", "scanner": "scanner-primary", "fingerprint": "e42953d4530cfc9d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2bf67d896503426c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/lib/external/lastfmAlbum.ts:56"}, "properties": {"repobilityId": "6b2b581052860a8c", "scanner": "scanner-primary", "fingerprint": "2bf67d896503426c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a2a0e7512bf94bdf", "level": "none", "message": {"text": "Commented-code block (9 lines) in frontend/lib/db/artista.ts:53"}, "properties": {"repobilityId": "d8c46e10d562d81a", "scanner": "scanner-primary", "fingerprint": "a2a0e7512bf94bdf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-77874d161b894b0a", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/lib/db/carousel.ts:177"}, "properties": {"repobilityId": "22e0241efefb165d", "scanner": "scanner-primary", "fingerprint": "77874d161b894b0a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0d0b17f396371da7", "level": "none", "message": {"text": "Commented-code block (6 lines) in frontend/lib/db/disco.ts:31"}, "properties": {"repobilityId": "5244dd5366516948", "scanner": "scanner-primary", "fingerprint": "0d0b17f396371da7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-eab9166c425b33b8", "level": "none", "message": {"text": "Commented-code block (6 lines) in frontend/lib/db/home.ts:5"}, "properties": {"repobilityId": "7138f6032b7a5481", "scanner": "scanner-primary", "fingerprint": "eab9166c425b33b8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9a82cf7d16234d20", "level": "note", "message": {"text": "21 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "2fad2cbef136ee78", "scanner": "scanner-primary", "fingerprint": "9a82cf7d16234d20", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "96747f89eb290de9", "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": "b1e152f3169fe4c7", "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": "bcdf73f15d22cf55", "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": "c308ac4ede9bb157", "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": "535fbcd0f88101fb", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}