{"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-b8297a58dc496a51", "name": "Possible secret in assets/js/app.js", "shortDescription": {"text": "Possible secret in assets/js/app.js"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-14c08d6958dce3b6", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/app.js:926", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/app.js:926"}, "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-c93df09e041ce7a9", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/dashboard.js:117", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/dashboard.js:117"}, "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-f8d3d3195e6e1880", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/tickets.js:102", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/tickets.js:102"}, "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-c9a1b3b0d8d16e58", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/kanban.js:29", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/kanban.js:29"}, "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-47cec3bbefdc9935", "name": "Very large file: assets/js/app.js (2744 lines)", "shortDescription": {"text": "Very large file: assets/js/app.js (2744 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": "0 test file(s) for 4 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 21 placeholder/mock markers across 3 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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. 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-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, ci, tests. 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}}]}}, "automationDetails": {"id": "repobility/25390"}, "properties": {"repository": "DiegoMaraschin/SelfSupport", "repoUrl": "https://github.com/DiegoMaraschin/SelfSupport", "branch": "main"}, "results": [{"ruleId": "scanner-b8297a58dc496a51", "level": "error", "message": {"text": "Possible secret in assets/js/app.js"}, "properties": {"repobilityId": "9000ed2cd2918bf6", "scanner": "scanner-primary", "fingerprint": "b8297a58dc496a51", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/app.js"}, "region": {"startLine": 601}}}]}, {"ruleId": "scanner-b8297a58dc496a51", "level": "error", "message": {"text": "Possible secret in assets/js/app.js"}, "properties": {"repobilityId": "9000ed2cd2918bf6", "scanner": "scanner-primary", "fingerprint": "b8297a58dc496a51", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/app.js"}, "region": {"startLine": 612}}}]}, {"ruleId": "scanner-b8297a58dc496a51", "level": "error", "message": {"text": "Possible secret in assets/js/app.js"}, "properties": {"repobilityId": "9000ed2cd2918bf6", "scanner": "scanner-primary", "fingerprint": "b8297a58dc496a51", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/app.js"}, "region": {"startLine": 623}}}]}, {"ruleId": "scanner-b8297a58dc496a51", "level": "error", "message": {"text": "Possible secret in assets/js/app.js"}, "properties": {"repobilityId": "9000ed2cd2918bf6", "scanner": "scanner-primary", "fingerprint": "b8297a58dc496a51", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/app.js"}, "region": {"startLine": 634}}}]}, {"ruleId": "scanner-b8297a58dc496a51", "level": "error", "message": {"text": "Possible secret in assets/js/app.js"}, "properties": {"repobilityId": "9000ed2cd2918bf6", "scanner": "scanner-primary", "fingerprint": "b8297a58dc496a51", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/app.js"}, "region": {"startLine": 645}}}]}, {"ruleId": "scanner-b8297a58dc496a51", "level": "error", "message": {"text": "Possible secret in assets/js/app.js"}, "properties": {"repobilityId": "9000ed2cd2918bf6", "scanner": "scanner-primary", "fingerprint": "b8297a58dc496a51", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/app.js"}, "region": {"startLine": 656}}}]}, {"ruleId": "scanner-14c08d6958dce3b6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/app.js:926"}, "properties": {"repobilityId": "1b78e378b970c0fd", "scanner": "scanner-primary", "fingerprint": "14c08d6958dce3b6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/app.js"}, "region": {"startLine": 926}}}]}, {"ruleId": "scanner-c93df09e041ce7a9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/dashboard.js:117"}, "properties": {"repobilityId": "d1de15f95e37b5e3", "scanner": "scanner-primary", "fingerprint": "c93df09e041ce7a9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/dashboard.js"}, "region": {"startLine": 117}}}]}, {"ruleId": "scanner-f8d3d3195e6e1880", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/tickets.js:102"}, "properties": {"repobilityId": "335941ded2f02e86", "scanner": "scanner-primary", "fingerprint": "f8d3d3195e6e1880", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/tickets.js"}, "region": {"startLine": 102}}}]}, {"ruleId": "scanner-c9a1b3b0d8d16e58", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/kanban.js:29"}, "properties": {"repobilityId": "3325c288fe8f86a9", "scanner": "scanner-primary", "fingerprint": "c9a1b3b0d8d16e58", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/kanban.js"}, "region": {"startLine": 29}}}]}, {"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-47cec3bbefdc9935", "level": "note", "message": {"text": "Very large file: assets/js/app.js (2744 lines)"}, "properties": {"repobilityId": "35493abf7d53a6b9", "scanner": "scanner-primary", "fingerprint": "47cec3bbefdc9935", "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": "26251a468dcc176f", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "415ff6de3464e261", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "7c4a3444c9629938", "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": "350403c71b105b16", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "aba31edb222115a9", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}]}]}