{"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-f7563fdb4564df56", "name": "Stray `console.log` in TS/JS \u2014 functions/index.js:43", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 functions/index.js:43"}, "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-d1df12678e77ea7f", "name": "Possible secret in firebase-config.js", "shortDescription": {"text": "Possible secret in firebase-config.js"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-ceb558777e678840", "name": "Possible secret in firebase-messaging-sw.js", "shortDescription": {"text": "Possible secret in firebase-messaging-sw.js"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-529638cf1c752987", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.html:238", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:238"}, "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-c8bed4aa5dd66184", "name": "Insecure pattern 'local_storage_auth_token' in index.html:86", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in index.html:86"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "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 3 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-ca5f5e28a9234837", "name": "Node manifest has dependencies but no lockfile: functions/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: functions/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-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}}]}}, "automationDetails": {"id": "repobility/24377"}, "properties": {"repository": "atssa-kim/twintower-ops", "repoUrl": "https://github.com/atssa-kim/twintower-ops", "branch": "main"}, "results": [{"ruleId": "scanner-f7563fdb4564df56", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 functions/index.js:43"}, "properties": {"repobilityId": "fc340c3549298d81", "scanner": "scanner-primary", "fingerprint": "f7563fdb4564df56", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d1df12678e77ea7f", "level": "error", "message": {"text": "Possible secret in firebase-config.js"}, "properties": {"repobilityId": "c23cfc180f4e33c9", "scanner": "scanner-primary", "fingerprint": "d1df12678e77ea7f", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "firebase-config.js"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-ceb558777e678840", "level": "error", "message": {"text": "Possible secret in firebase-messaging-sw.js"}, "properties": {"repobilityId": "30999ec5e72cb345", "scanner": "scanner-primary", "fingerprint": "ceb558777e678840", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "firebase-messaging-sw.js"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-529638cf1c752987", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:238"}, "properties": {"repobilityId": "f91708437a3a5445", "scanner": "scanner-primary", "fingerprint": "529638cf1c752987", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 238}}}]}, {"ruleId": "scanner-c8bed4aa5dd66184", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in index.html:86"}, "properties": {"repobilityId": "8f2a167064b03ceb", "scanner": "scanner-primary", "fingerprint": "c8bed4aa5dd66184", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 86}}}]}, {"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": "376526935a9c7d81", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ca5f5e28a9234837", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: functions/package.json"}, "properties": {"repobilityId": "a4c8bb207b8ba2e2", "scanner": "scanner-primary", "fingerprint": "ca5f5e28a9234837", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "af6a8e584aa1645e", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}]}]}