{"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-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7ee4291321de89d1", "name": "Insecure pattern 'direct_innerhtml_assignment' in app.js:46", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:46"}, "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-af0048d9e4dd1093", "name": "Insecure pattern 'direct_innerhtml_assignment' in invest-sim/app.js:132", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in invest-sim/app.js:132"}, "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-a9349171d4a2ba21", "name": "Insecure pattern 'cors_wildcard' in invest-sim/supabase/functions/symbol-search/index.ts:10", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in invest-sim/supabase/functions/symbol-search/index.ts:10"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4523de20391bc33e", "name": "Insecure pattern 'cors_wildcard' in invest-sim/supabase/functions/refresh-price/index.ts:21", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in invest-sim/supabase/functions/refresh-price/index.ts:21"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5fdc0379333cd04d", "name": "Insecure pattern 'direct_innerhtml_assignment' in segeln/index.html:336", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in segeln/index.html:336"}, "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-e1d84a3d32b215f6", "name": "Insecure pattern 'direct_innerhtml_assignment' in worldcup2026/index.html:1086", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in worldcup2026/index.html:1086"}, "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-35062de5d68922e6", "name": "Insecure pattern 'direct_innerhtml_assignment' in worldcup2026/teams.html:330", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in worldcup2026/teams.html:330"}, "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-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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 5 source file(s) (ratio 0.00). 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-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2c035fa8bb33e6e7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 invest-sim/supabase/functions/symbol-search/index.ts:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 invest-sim/supabase/functions/symbol-search/index.ts:18"}, "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-46df0efb47b0355f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 invest-sim/supabase/functions/refresh-price/index.ts:34", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 invest-sim/supabase/functions/refresh-price/index.ts:34"}, "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}}]}}, "automationDetails": {"id": "repobility/24638"}, "properties": {"repository": "bloppbot/bloppbot.github.io", "repoUrl": "https://github.com/bloppbot/bloppbot.github.io", "branch": "main"}, "results": [{"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-7ee4291321de89d1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:46"}, "properties": {"repobilityId": "b6b0c8b85ab66ded", "scanner": "scanner-primary", "fingerprint": "7ee4291321de89d1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.js"}, "region": {"startLine": 46}}}]}, {"ruleId": "scanner-af0048d9e4dd1093", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in invest-sim/app.js:132"}, "properties": {"repobilityId": "7475edc957bfba72", "scanner": "scanner-primary", "fingerprint": "af0048d9e4dd1093", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "invest-sim/app.js"}, "region": {"startLine": 132}}}]}, {"ruleId": "scanner-a9349171d4a2ba21", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in invest-sim/supabase/functions/symbol-search/index.ts:10"}, "properties": {"repobilityId": "9a481ba3e202f792", "scanner": "scanner-primary", "fingerprint": "a9349171d4a2ba21", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "invest-sim/supabase/functions/symbol-search/index.ts"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-4523de20391bc33e", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in invest-sim/supabase/functions/refresh-price/index.ts:21"}, "properties": {"repobilityId": "cb5e8cfa37fa3ffd", "scanner": "scanner-primary", "fingerprint": "4523de20391bc33e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "invest-sim/supabase/functions/refresh-price/index.ts"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-5fdc0379333cd04d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in segeln/index.html:336"}, "properties": {"repobilityId": "da2bfb09e6eaa605", "scanner": "scanner-primary", "fingerprint": "5fdc0379333cd04d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "segeln/index.html"}, "region": {"startLine": 336}}}]}, {"ruleId": "scanner-e1d84a3d32b215f6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in worldcup2026/index.html:1086"}, "properties": {"repobilityId": "f89525317c5f86e0", "scanner": "scanner-primary", "fingerprint": "e1d84a3d32b215f6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "worldcup2026/index.html"}, "region": {"startLine": 1086}}}]}, {"ruleId": "scanner-35062de5d68922e6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in worldcup2026/teams.html:330"}, "properties": {"repobilityId": "d474770c59b0e1c1", "scanner": "scanner-primary", "fingerprint": "35062de5d68922e6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "worldcup2026/teams.html"}, "region": {"startLine": 330}}}]}, {"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-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": "721c17c4f50733eb", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "639eb89d87a83bba", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "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": "a7401aadfa0892a8", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "18b0946e692b0868", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c035fa8bb33e6e7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 invest-sim/supabase/functions/symbol-search/index.ts:18"}, "properties": {"repobilityId": "a2c3d180e7d9d045", "scanner": "scanner-primary", "fingerprint": "2c035fa8bb33e6e7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-46df0efb47b0355f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 invest-sim/supabase/functions/refresh-price/index.ts:34"}, "properties": {"repobilityId": "c73d3f1a8578d94f", "scanner": "scanner-primary", "fingerprint": "46df0efb47b0355f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}