{"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-114e8ed034008aae", "name": "Possibly dead Python function: sweep_loop", "shortDescription": {"text": "Possibly dead Python function: sweep_loop"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5b883f4dcaf23d91", "name": "Possibly dead Python function: backup_loop", "shortDescription": {"text": "Possibly dead Python function: backup_loop"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a16b1fc827820e8e", "name": "Possibly dead Python function: log_message", "shortDescription": {"text": "Possibly dead Python function: log_message"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-59337119624be0ae", "name": "Possibly dead Python function: do_GET", "shortDescription": {"text": "Possibly dead Python function: do_GET"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-832b3d7b6b6ae500", "name": "Possibly dead Python function: do_POST", "shortDescription": {"text": "Possibly dead Python function: do_POST"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d5c08395a84ed30f", "name": "Possibly dead Python function: do_DELETE", "shortDescription": {"text": "Possibly dead Python function: do_DELETE"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ebdb8e2c0b64f8ba", "name": "Possibly dead Python function: do_PATCH", "shortDescription": {"text": "Possibly dead Python function: do_PATCH"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e676a4935e2122b2", "name": "Possibly dead Python function: serve", "shortDescription": {"text": "Possibly dead Python function: serve"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4ada501085a1287d", "name": "Possibly dead Python function: has_remote", "shortDescription": {"text": "Possibly dead Python function: has_remote"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-53b2f440ec1ff64b", "name": "Possibly dead Python function: record_attempt", "shortDescription": {"text": "Possibly dead Python function: record_attempt"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-00f7d61c108875cb", "name": "Insecure pattern 'direct_innerhtml_assignment' in desktop/clipvault/api/webui/app.js:76", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in desktop/clipvault/api/webui/app.js:76"}, "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-fdfaa659a88c773e", "name": "Possible secret in tools/gen_vectors.py", "shortDescription": {"text": "Possible secret in tools/gen_vectors.py"}, "fullDescription": {"text": "Detected pattern matching openai_or_anthropic_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-271a8bd913161b11", "name": "Possible secret in contracts/vectors/secret_guard.json", "shortDescription": {"text": "Possible secret in contracts/vectors/secret_guard.json"}, "fullDescription": {"text": "Detected pattern matching github_token. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "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-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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 10 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-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. 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": "low", "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-eb5d92e80522eb34", "name": "Legacy-named symbol `test_g11_1_rules_per_type_end_with_copy` in desktop/tests/test_actions.py:35", "shortDescription": {"text": "Legacy-named symbol `test_g11_1_rules_per_type_end_with_copy` in desktop/tests/test_actions.py:35"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a47b31402534a11c", "name": "Legacy-named symbol `github_backup` in desktop/tests/test_backup.py:12", "shortDescription": {"text": "Legacy-named symbol `github_backup` in desktop/tests/test_backup.py:12"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-30abc36595df7f5c", "name": "Legacy-named symbol `github_backup` in desktop/clipvault/main.py:18", "shortDescription": {"text": "Legacy-named symbol `github_backup` in desktop/clipvault/main.py:18"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-221594ddfe1655e4", "name": "Legacy-named symbol `last_backup` in desktop/clipvault/api/handlers.py:245", "shortDescription": {"text": "Legacy-named symbol `last_backup` in desktop/clipvault/api/handlers.py:245"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5212ffc1d6d6198a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/clipvault/api/webui/app.js:6", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/clipvault/api/webui/app.js:6"}, "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/19215"}, "properties": {"repository": "selinyi123/clipvault-personal", "repoUrl": "https://github.com/selinyi123/clipvault-personal", "branch": "main"}, "results": [{"ruleId": "scanner-114e8ed034008aae", "level": "note", "message": {"text": "Possibly dead Python function: sweep_loop"}, "properties": {"repobilityId": "91a9da23c4dce97b", "scanner": "scanner-primary", "fingerprint": "114e8ed034008aae", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/main.py:88"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5b883f4dcaf23d91", "level": "note", "message": {"text": "Possibly dead Python function: backup_loop"}, "properties": {"repobilityId": "8f8e99338cc61e89", "scanner": "scanner-primary", "fingerprint": "5b883f4dcaf23d91", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/main.py:110"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a16b1fc827820e8e", "level": "note", "message": {"text": "Possibly dead Python function: log_message"}, "properties": {"repobilityId": "965f3150b4af5b2e", "scanner": "scanner-primary", "fingerprint": "a16b1fc827820e8e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/api/server.py:84"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-59337119624be0ae", "level": "note", "message": {"text": "Possibly dead Python function: do_GET"}, "properties": {"repobilityId": "2d943bb45e4f13bd", "scanner": "scanner-primary", "fingerprint": "59337119624be0ae", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/api/server.py:87"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-832b3d7b6b6ae500", "level": "note", "message": {"text": "Possibly dead Python function: do_POST"}, "properties": {"repobilityId": "53357410ca9379a9", "scanner": "scanner-primary", "fingerprint": "832b3d7b6b6ae500", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/api/server.py:121"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d5c08395a84ed30f", "level": "note", "message": {"text": "Possibly dead Python function: do_DELETE"}, "properties": {"repobilityId": "f3eb582f191adaea", "scanner": "scanner-primary", "fingerprint": "d5c08395a84ed30f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/api/server.py:151"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ebdb8e2c0b64f8ba", "level": "note", "message": {"text": "Possibly dead Python function: do_PATCH"}, "properties": {"repobilityId": "0d74622de2ba1ee7", "scanner": "scanner-primary", "fingerprint": "ebdb8e2c0b64f8ba", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/api/server.py:161"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e676a4935e2122b2", "level": "note", "message": {"text": "Possibly dead Python function: serve"}, "properties": {"repobilityId": "14ba9a32ffb07e31", "scanner": "scanner-primary", "fingerprint": "e676a4935e2122b2", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/api/server.py:181"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4ada501085a1287d", "level": "note", "message": {"text": "Possibly dead Python function: has_remote"}, "properties": {"repobilityId": "73704a4f5e61acae", "scanner": "scanner-primary", "fingerprint": "4ada501085a1287d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/backup/git_repo.py:74"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-53b2f440ec1ff64b", "level": "note", "message": {"text": "Possibly dead Python function: record_attempt"}, "properties": {"repobilityId": "a2363bf9f08dad63", "scanner": "scanner-primary", "fingerprint": "53b2f440ec1ff64b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/store/backup_queue_repo.py:58"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-00f7d61c108875cb", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in desktop/clipvault/api/webui/app.js:76"}, "properties": {"repobilityId": "13598e6d7888cea8", "scanner": "scanner-primary", "fingerprint": "00f7d61c108875cb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "desktop/clipvault/api/webui/app.js"}, "region": {"startLine": 76}}}]}, {"ruleId": "scanner-fdfaa659a88c773e", "level": "error", "message": {"text": "Possible secret in tools/gen_vectors.py"}, "properties": {"repobilityId": "312969aacc53dfd2", "scanner": "scanner-primary", "fingerprint": "fdfaa659a88c773e", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/gen_vectors.py"}, "region": {"startLine": 137}}}]}, {"ruleId": "scanner-271a8bd913161b11", "level": "error", "message": {"text": "Possible secret in contracts/vectors/secret_guard.json"}, "properties": {"repobilityId": "7e09d977b2e09fe5", "scanner": "scanner-primary", "fingerprint": "271a8bd913161b11", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "contracts/vectors/secret_guard.json"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-271a8bd913161b11", "level": "error", "message": {"text": "Possible secret in contracts/vectors/secret_guard.json"}, "properties": {"repobilityId": "4c1731e95309a1ba", "scanner": "scanner-primary", "fingerprint": "271a8bd913161b11", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "contracts/vectors/secret_guard.json"}, "region": {"startLine": 99}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "4aeb23298a79984a", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "4b69ca80d70d1056", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "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": "acdbea9381e47f72", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "b1082249e47bdd40", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "3108e97a75cdbfb7", "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": "5132a68fa96fa00b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-eb5d92e80522eb34", "level": "note", "message": {"text": "Legacy-named symbol `test_g11_1_rules_per_type_end_with_copy` in desktop/tests/test_actions.py:35"}, "properties": {"repobilityId": "7c0d91bb9816cc89", "scanner": "scanner-primary", "fingerprint": "eb5d92e80522eb34", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-a47b31402534a11c", "level": "note", "message": {"text": "Legacy-named symbol `github_backup` in desktop/tests/test_backup.py:12"}, "properties": {"repobilityId": "d5cee34ad6764e2b", "scanner": "scanner-primary", "fingerprint": "a47b31402534a11c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-30abc36595df7f5c", "level": "note", "message": {"text": "Legacy-named symbol `github_backup` in desktop/clipvault/main.py:18"}, "properties": {"repobilityId": "063281c8a144919a", "scanner": "scanner-primary", "fingerprint": "30abc36595df7f5c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-221594ddfe1655e4", "level": "note", "message": {"text": "Legacy-named symbol `last_backup` in desktop/clipvault/api/handlers.py:245"}, "properties": {"repobilityId": "5f0eabe8bdc0f12a", "scanner": "scanner-primary", "fingerprint": "221594ddfe1655e4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-5212ffc1d6d6198a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 desktop/clipvault/api/webui/app.js:6"}, "properties": {"repobilityId": "66c946a9c29e57ed", "scanner": "scanner-primary", "fingerprint": "5212ffc1d6d6198a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}