{"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-0708bf29b928eed0", "name": "Stray `console.log` in TS/JS \u2014 flight-watch/crawler/notify.js:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 flight-watch/crawler/notify.js:13"}, "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-7144d0c9e853f8a7", "name": "Stray `console.log` in TS/JS \u2014 flight-watch/crawler/testCrawl.js:11", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 flight-watch/crawler/testCrawl.js:11"}, "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-e9fd2c31d7199ece", "name": "Stray `console.log` in TS/JS \u2014 flight-watch/crawler/index.js:61", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 flight-watch/crawler/index.js:61"}, "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-4919889eafed612d", "name": "Stray `console.log` in TS/JS \u2014 flight-watch/public/firebase-messaging-sw.js:18", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 flight-watch/public/firebase-messaging-sw.js:18"}, "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-6ff34bf58f092ff4", "name": "Insecure pattern 'node_child_process' in flight-watch/crawler/googleFlights.js:9", "shortDescription": {"text": "Insecure pattern 'node_child_process' in flight-watch/crawler/googleFlights.js:9"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-afcfa67d561c1c26", "name": "Possible secret in flight-watch/public/app.js", "shortDescription": {"text": "Possible secret in flight-watch/public/app.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-85ac449aeb7732d1", "name": "Insecure pattern 'direct_innerhtml_assignment' in flight-watch/public/app.js:130", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in flight-watch/public/app.js:130"}, "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-9adc18a280eb6b64", "name": "Insecure pattern 'local_storage_auth_token' in flight-watch/public/app.js:51", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in flight-watch/public/app.js:51"}, "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-25cb8965f2c181de", "name": "Possible secret in flight-watch/public/firebase-messaging-sw.js", "shortDescription": {"text": "Possible secret in flight-watch/public/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-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-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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "1 tests / 6 src (ratio 0.17)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 14 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-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-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-aecdeb59245daf16", "name": "Commented-code block (5 lines) in flight-watch/crawler/index.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in flight-watch/crawler/index.js:1"}, "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-5fa70e50c157f35b", "name": "Commented-code block (5 lines) in flight-watch/crawler/googleFlights.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in flight-watch/crawler/googleFlights.js:1"}, "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}}]}}, "automationDetails": {"id": "repobility/18424"}, "properties": {"repository": "romeowa/HowardWorld", "repoUrl": "https://github.com/romeowa/HowardWorld", "branch": "main"}, "results": [{"ruleId": "scanner-0708bf29b928eed0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 flight-watch/crawler/notify.js:13"}, "properties": {"repobilityId": "50ec1655e7288316", "scanner": "scanner-primary", "fingerprint": "0708bf29b928eed0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7144d0c9e853f8a7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 flight-watch/crawler/testCrawl.js:11"}, "properties": {"repobilityId": "7469d7d05ae184c7", "scanner": "scanner-primary", "fingerprint": "7144d0c9e853f8a7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e9fd2c31d7199ece", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 flight-watch/crawler/index.js:61"}, "properties": {"repobilityId": "212ed382d01a66f5", "scanner": "scanner-primary", "fingerprint": "e9fd2c31d7199ece", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4919889eafed612d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 flight-watch/public/firebase-messaging-sw.js:18"}, "properties": {"repobilityId": "153ab7383705e392", "scanner": "scanner-primary", "fingerprint": "4919889eafed612d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6ff34bf58f092ff4", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in flight-watch/crawler/googleFlights.js:9"}, "properties": {"repobilityId": "6b32d38e9232119e", "scanner": "scanner-primary", "fingerprint": "6ff34bf58f092ff4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "flight-watch/crawler/googleFlights.js"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-afcfa67d561c1c26", "level": "error", "message": {"text": "Possible secret in flight-watch/public/app.js"}, "properties": {"repobilityId": "d01dbb229ed0072d", "scanner": "scanner-primary", "fingerprint": "afcfa67d561c1c26", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "flight-watch/public/app.js"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-85ac449aeb7732d1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in flight-watch/public/app.js:130"}, "properties": {"repobilityId": "b2aeb816daad416a", "scanner": "scanner-primary", "fingerprint": "85ac449aeb7732d1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "flight-watch/public/app.js"}, "region": {"startLine": 130}}}]}, {"ruleId": "scanner-9adc18a280eb6b64", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in flight-watch/public/app.js:51"}, "properties": {"repobilityId": "c1751442b5131a6f", "scanner": "scanner-primary", "fingerprint": "9adc18a280eb6b64", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "flight-watch/public/app.js"}, "region": {"startLine": 51}}}]}, {"ruleId": "scanner-25cb8965f2c181de", "level": "error", "message": {"text": "Possible secret in flight-watch/public/firebase-messaging-sw.js"}, "properties": {"repobilityId": "43682fcb7dd962c6", "scanner": "scanner-primary", "fingerprint": "25cb8965f2c181de", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "flight-watch/public/firebase-messaging-sw.js"}, "region": {"startLine": 5}}}]}, {"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-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-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "87ffe532e5e0e9d1", "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": "1c11a80a031ba5d1", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "4aee3600ae2d36c4", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "b01005ac258b97c3", "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": "b3a6cb9249964e93", "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": "5dc1cddad0bae7db", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-aecdeb59245daf16", "level": "none", "message": {"text": "Commented-code block (5 lines) in flight-watch/crawler/index.js:1"}, "properties": {"repobilityId": "bb2d97d376cbd88a", "scanner": "scanner-primary", "fingerprint": "aecdeb59245daf16", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5fa70e50c157f35b", "level": "none", "message": {"text": "Commented-code block (5 lines) in flight-watch/crawler/googleFlights.js:1"}, "properties": {"repobilityId": "919353ed415aa26f", "scanner": "scanner-primary", "fingerprint": "5fa70e50c157f35b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}