{"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-8f3d362d735014c3", "name": "Insecure pattern 'direct_innerhtml_assignment' in scripts.js:45", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in scripts.js:45"}, "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-153e0c3066255528", "name": "Insecure pattern 'direct_innerhtml_assignment' in admin.js:111", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in admin.js:111"}, "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-8a5cfdcc1f5af2ec", "name": "Insecure pattern 'direct_innerhtml_assignment' in calc.js:61", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in calc.js:61"}, "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-547bb0724bb7b0cb", "name": "Insecure pattern 'direct_innerhtml_assignment' in auth.js:38", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in auth.js:38"}, "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-bec08f6042b66d12", "name": "Insecure pattern 'direct_innerhtml_assignment' in quiz-engine.js:8", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in quiz-engine.js:8"}, "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-90b2e7db95377055", "name": "Insecure pattern 'direct_innerhtml_assignment' in jobs.js:49", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in jobs.js:49"}, "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-b24dc08dd67fbbae", "name": "Insecure pattern 'cors_wildcard' in functions/api/visit.js:23", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/api/visit.js:23"}, "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-bcc3de7260b09b45", "name": "Insecure pattern 'cors_wildcard' in functions/api/jobs.js:25", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/api/jobs.js:25"}, "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-879fb7dad6aabe91", "name": "Insecure pattern 'cors_wildcard' in netlify/functions/visit.js:18", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in netlify/functions/visit.js:18"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 11 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-b3ed68815bca2f8c", "name": "Node manifest has dependencies but no lockfile: package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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, lockfile. 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-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-e38ec766c3b97f09", "name": "`fetch()` without try/.catch or AbortSignal \u2014 sw.js:128", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 sw.js:128"}, "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-08c56b70043e66b2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 jobs.js:95", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 jobs.js:95"}, "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-5a811df5899ea882", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/jobs.js:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/jobs.js:51"}, "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/18231"}, "properties": {"repository": "rkbemory/PulseAcademy", "repoUrl": "https://github.com/rkbemory/PulseAcademy", "branch": "main"}, "results": [{"ruleId": "scanner-8f3d362d735014c3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in scripts.js:45"}, "properties": {"repobilityId": "0cd682fed3f01f30", "scanner": "scanner-primary", "fingerprint": "8f3d362d735014c3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts.js"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-153e0c3066255528", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in admin.js:111"}, "properties": {"repobilityId": "ac84b85bbd0b9374", "scanner": "scanner-primary", "fingerprint": "153e0c3066255528", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin.js"}, "region": {"startLine": 111}}}]}, {"ruleId": "scanner-8a5cfdcc1f5af2ec", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in calc.js:61"}, "properties": {"repobilityId": "8941eb5446d09f2d", "scanner": "scanner-primary", "fingerprint": "8a5cfdcc1f5af2ec", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "calc.js"}, "region": {"startLine": 61}}}]}, {"ruleId": "scanner-547bb0724bb7b0cb", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in auth.js:38"}, "properties": {"repobilityId": "9550ca2f43615973", "scanner": "scanner-primary", "fingerprint": "547bb0724bb7b0cb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auth.js"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-bec08f6042b66d12", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in quiz-engine.js:8"}, "properties": {"repobilityId": "20ac0bb340629ff7", "scanner": "scanner-primary", "fingerprint": "bec08f6042b66d12", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "quiz-engine.js"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-90b2e7db95377055", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in jobs.js:49"}, "properties": {"repobilityId": "4c12bc7fbe003f90", "scanner": "scanner-primary", "fingerprint": "90b2e7db95377055", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "jobs.js"}, "region": {"startLine": 49}}}]}, {"ruleId": "scanner-b24dc08dd67fbbae", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/api/visit.js:23"}, "properties": {"repobilityId": "ac18ad6d1afcbb77", "scanner": "scanner-primary", "fingerprint": "b24dc08dd67fbbae", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/api/visit.js"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-bcc3de7260b09b45", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/api/jobs.js:25"}, "properties": {"repobilityId": "329c6f93b9dfa550", "scanner": "scanner-primary", "fingerprint": "bcc3de7260b09b45", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/api/jobs.js"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-879fb7dad6aabe91", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in netlify/functions/visit.js:18"}, "properties": {"repobilityId": "eaf590e0b2ba4acf", "scanner": "scanner-primary", "fingerprint": "879fb7dad6aabe91", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "netlify/functions/visit.js"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-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": "d824a5fb45a0ad0d", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b3ed68815bca2f8c", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: package.json"}, "properties": {"repobilityId": "7edae0550c126386", "scanner": "scanner-primary", "fingerprint": "b3ed68815bca2f8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "d61daad7d4fe7d99", "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": "1c549110cc31b6e3", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "7134dd58bf7eeb2e", "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": "8adf6c483307c02e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e38ec766c3b97f09", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 sw.js:128"}, "properties": {"repobilityId": "813d421be67fdb9b", "scanner": "scanner-primary", "fingerprint": "e38ec766c3b97f09", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-08c56b70043e66b2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 jobs.js:95"}, "properties": {"repobilityId": "ce4d42aaacb7a89e", "scanner": "scanner-primary", "fingerprint": "08c56b70043e66b2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5a811df5899ea882", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/jobs.js:51"}, "properties": {"repobilityId": "a81b1d14530ab638", "scanner": "scanner-primary", "fingerprint": "5a811df5899ea882", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}