{"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-3304bc2695e68765", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/dialog/BaseDialog.stories.tsx:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/dialog/BaseDialog.stories.tsx:23"}, "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-05422924739c0c97", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 packages/ui-core/src/common/text/LinkifyText.tsx:74", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 packages/ui-core/src/common/text/LinkifyText.tsx:74"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8d7fdb7c22b3ca7a", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/ui-core/src/common/table/ResizeTable.tsx:255", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/ui-core/src/common/table/ResizeTable.tsx:255"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-357f6e80eee09db8", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/table/ResizeTable.tsx:312", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/table/ResizeTable.tsx:312"}, "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-0e585069dfc71ba2", "name": "\"active\" state uses light bg in a dark theme \u2014 packages/ui-core/src/common/select/NewSelect.stories.tsx:37", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 packages/ui-core/src/common/select/NewSelect.stories.tsx:37"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-266a61e0262331fd", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/tree/FlatTree.tsx:43", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/tree/FlatTree.tsx: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-22f849f89251c80d", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/tree/FlatTree.stories.tsx:193", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/tree/FlatTree.stories.tsx:193"}, "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-ac3ff64a0f8d5a0e", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/mev/MevInfo.stories.tsx:425", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/mev/MevInfo.stories.tsx:425"}, "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-6b1a372454290c52", "name": "\"active\" state uses light bg in a dark theme \u2014 packages/ui-web3/src/simulator/ContractInput.tsx:79", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 packages/ui-web3/src/simulator/ContractInput.tsx:79"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6d62471f623d8ed7", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/simulator/NewSimulation.stories.tsx:44", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/simulator/NewSimulation.stories.tsx:44"}, "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-c220666416edd4bc", "name": "TODO/FIXME marker in shipping code \u2014 packages/ui-web3/src/transaction/helpers.ts:218", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/ui-web3/src/transaction/helpers.ts:218"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7931b4a80fe6315d", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/transaction-context.ts:29", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/transaction-context.ts:29"}, "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-6943d37c8fdef8ee", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/ui-web3/src/transaction/TransactionComponents.tsx:121", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/ui-web3/src/transaction/TransactionComponents.tsx:121"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d6d8c1125084ddcf", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/SourceView.tsx:103", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/SourceView.tsx:103"}, "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-d68441904a650dfd", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/calltrace/FlatCallTrace.stories.tsx:451", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/calltrace/FlatCallTrace.stories.tsx:451"}, "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-e0422253868d6d3a", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/fundflow/NewFundflow.tsx:142", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/fundflow/NewFundflow.tsx:142"}, "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-dd4ecb0199554149", "name": "TODO/FIXME marker in shipping code \u2014 packages/ui-web3/src/transaction/fundflow/export-utils.ts:16", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/ui-web3/src/transaction/fundflow/export-utils.ts:16"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-62806f4d95afe32d", "name": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/fundflow/NewFundflow.stories.tsx:504", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/fundflow/NewFundflow.stories.tsx:504"}, "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-c34bbc4e37b95761", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/ui-web3/src/editor/SourceTree.tsx:42", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/ui-web3/src/editor/SourceTree.tsx:42"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e277bd379db00a44", "name": "TODO/FIXME marker in shipping code \u2014 packages/chain/src/chain-info.ts:296", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/chain/src/chain-info.ts:296"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-cfd62aa830a5a8af", "name": "Stray `console.log` in TS/JS \u2014 packages/chain/src/chain.test.ts:48", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/chain/src/chain.test.ts:48"}, "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-4daa88994c0dc1c3", "name": "Stray `console.log` in TS/JS \u2014 packages/chain/src/codegen/generate-go.ts:102", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/chain/src/codegen/generate-go.ts:102"}, "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-f97582f3dd629744", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/remix-plugin/components/common/RecentTransactions.tsx:33", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/remix-plugin/components/common/RecentTransactions.tsx:33"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f29b057d2d52cced", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/remix-plugin/components/common/IndexComponent.tsx:219", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/remix-plugin/components/common/IndexComponent.tsx:219"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-79768c26c6909c15", "name": "Stray `console.log` in TS/JS \u2014 packages/remix-plugin/components/common/IndexComponent.tsx:340", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/remix-plugin/components/common/IndexComponent.tsx:340"}, "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-f4e865d24dc69198", "name": "Stray `console.log` in TS/JS \u2014 packages/remix-plugin/components/common/RemixThemeDetect.tsx:11", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/remix-plugin/components/common/RemixThemeDetect.tsx: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-605cd140e907d7fb", "name": "TODO/FIXME marker in shipping code \u2014 packages/remix-plugin/lib/use-infinite.ts:17", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/remix-plugin/lib/use-infinite.ts:17"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6854de267b856ddf", "name": "Stray `console.log` in TS/JS \u2014 packages/browser-extension/src/content/etherscan/components/mev/MevInfo.tsx:130", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/browser-extension/src/content/etherscan/components/mev/MevInfo.tsx:130"}, "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-f7bd939e8113d740", "name": "Stray `console.log` in TS/JS \u2014 packages/browser-extension/src/content/lib/ethscriptions/util.ts:65", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/browser-extension/src/content/lib/ethscriptions/util.ts:65"}, "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-83f5a55bf96e0b3d", "name": "TODO/FIXME marker in shipping code \u2014 packages/browser-extension/src/content/lib/debug/use-infinite.ts:20", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/browser-extension/src/content/lib/debug/use-infinite.ts:20"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-97efc89776a4fe64", "name": "TODO/FIXME marker in shipping code \u2014 packages/scip/src/scip-solidity.ts:10", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/scip/src/scip-solidity.ts:10"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2b8d5602dcefe761", "name": "Stray `console.log` in TS/JS \u2014 packages/scip/src/scip-solidity.ts:322", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/scip/src/scip-solidity.ts:322"}, "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-693d2a6eb6f023de", "name": "Stray `console.log` in TS/JS \u2014 packages/scip/src/scip-solidity.test.ts:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/scip/src/scip-solidity.test.ts:33"}, "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-6a6e4d10eb42cd95", "name": "Possible secret in common/clickhousemanager/conn.go", "shortDescription": {"text": "Possible secret in common/clickhousemanager/conn.go"}, "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-ef46b3d9da717338", "name": "Insecure pattern 'dangerous_innerhtml' in packages/ui-core/src/common/text/LinkifyText.tsx:74", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in packages/ui-core/src/common/text/LinkifyText.tsx:74"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1da36065a16644d6", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/browser-extension/src/content/etherscan/main.ts:23", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/browser-extension/src/content/etherscan/main.ts:23"}, "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-747aace94d470100", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/browser-extension/src/content/etherscan/pages/token.tsx:34", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/browser-extension/src/content/etherscan/pages/token.tsx:34"}, "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-31993bfdde411263", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/browser-extension/src/content/etherscan/injectors/analytic-bt", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/browser-extension/src/content/etherscan/injectors/analytic-btn.tsx:56"}, "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-8cc843fa83a441a9", "name": "Insecure pattern 'weak_hash' in service/common/gormcache/local_cache_db.go:28", "shortDescription": {"text": "Insecure pattern 'weak_hash' in service/common/gormcache/local_cache_db.go:28"}, "fullDescription": {"text": "Found a known-risky pattern (weak_hash). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7efbda965f283c17", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-329e82cbd766be29", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-39c9e5f891af5674", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c44b25fd4cf0e144", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5327e048a0b98539", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2b2094bda257895f", "name": "Very large file: common/chains/chain_info.go (1682 lines)", "shortDescription": {"text": "Very large file: common/chains/chain_info.go (1682 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-6af724688539324d", "name": "Very large file: common/formula/evaluator_test.go (3142 lines)", "shortDescription": {"text": "Very large file: common/formula/evaluator_test.go (3142 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-29358b30a8882cc2", "name": "Very large file: driver/entity/clickhouse/create_test.go (4358 lines)", "shortDescription": {"text": "Very large file: driver/entity/clickhouse/create_test.go (4358 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-e63f9a98bda373f1", "name": "Very large file: driver/entity/clickhouse/entity_test.go (1938 lines)", "shortDescription": {"text": "Very large file: driver/entity/clickhouse/entity_test.go (1938 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-a7372b126a7ae097", "name": "Very large file: processor/protos/processor.pb.go (9281 lines)", "shortDescription": {"text": "Very large file: processor/protos/processor.pb.go (9281 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-d2a072705f428f65", "name": "Very large file: packages/ui-web3/src/transaction/BalanceChanges.stories.tsx (1850 lines)", "shortDescription": {"text": "Very large file: packages/ui-web3/src/transaction/BalanceChanges.stories.tsx (1850 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-75884f64780af53d", "name": "Very large file: packages/chain/src/chain-info.ts (1909 lines)", "shortDescription": {"text": "Very large file: packages/chain/src/chain-info.ts (1909 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-9ecb195a895fd67b", "name": "Very large file: packages/scip/src/scip-solidity.test.ts (2021 lines)", "shortDescription": {"text": "Very large file: packages/scip/src/scip-solidity.test.ts (2021 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-a82587c4984a78c6", "name": "Very large file: packages/scip/src/gen/scip_pb.ts (2204 lines)", "shortDescription": {"text": "Very large file: packages/scip/src/gen/scip_pb.ts (2204 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-8de037e67396d796", "name": "Very large file: service/usage/protos/manager.pb.go (2484 lines)", "shortDescription": {"text": "Very large file: service/usage/protos/manager.pb.go (2484 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-8fb181299c56067d", "name": "Very large file: service/common/protos/common.pb.go (10374 lines)", "shortDescription": {"text": "Very large file: service/common/protos/common.pb.go (10374 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-3fff8dca5539ada5", "name": "Very large file: service/processor/protos/processor_service.pb.go (4818 lines)", "shortDescription": {"text": "Very large file: service/processor/protos/processor_service.pb.go (4818 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-19364cc4ad041e9d", "name": "Very large file: service/processor/protos/processor_service_grpc.pb.go (1214 lines)", "shortDescription": {"text": "Very large file: service/processor/protos/processor_service_grpc.pb.go (1214 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-9f58b75881a69db5", "name": "Very large file: service/processor/protos/processor_service.pb.gw.go (1538 lines)", "shortDescription": {"text": "Very large file: service/processor/protos/processor_service.pb.gw.go (1538 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-780b2a7bada80e95", "name": "Very large file: service/observability/protos/observability_service.pb.go (1420 lines)", "shortDescription": {"text": "Very large file: service/observability/protos/observability_service.pb.go (1420 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-6a6795ae53fa9cd3", "name": "Very large file: service/rewriter/protos/rewriter.pb.go (1525 lines)", "shortDescription": {"text": "Very large file: service/rewriter/protos/rewriter.pb.go (1525 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-c593ac6cfba7a447", "name": "Very large file: service/analytic/protos/analytic_service.pb.go (7112 lines)", "shortDescription": {"text": "Very large file: service/analytic/protos/analytic_service.pb.go (7112 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-f20f37f6e6c62e93", "name": "Very large file: service/analytic/protos/analytic_service.pb.gw.go (4710 lines)", "shortDescription": {"text": "Very large file: service/analytic/protos/analytic_service.pb.gw.go (4710 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-facef64a135d81d0", "name": "Very large file: service/analytic/protos/analytic_service_grpc.pb.go (1364 lines)", "shortDescription": {"text": "Very large file: service/analytic/protos/analytic_service_grpc.pb.go (1364 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-d1ab7120f1049a49", "name": "Very large file: service/project/protos/project_service.pb.gw.go (2197 lines)", "shortDescription": {"text": "Very large file: service/project/protos/project_service.pb.gw.go (2197 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-3d064471dc920e72", "name": "Very large file: service/project/protos/project_service.pb.go (1375 lines)", "shortDescription": {"text": "Very large file: service/project/protos/project_service.pb.go (1375 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "196 tests / 800 src (ratio 0.24)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-58ac4bdd8d2e5578", "name": "53 TODO/FIXME markers", "shortDescription": {"text": "53 TODO/FIXME markers"}, "fullDescription": {"text": "High count of TODO/FIXME/HACK markers \u2014 track them as issues so they're not forgotten."}, "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-5bf0cba343d842ce", "name": "Node manifest has dependencies but no lockfile: packages/ui-core/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/ui-core/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-0c91b6db4e0444d9", "name": "Node manifest has dependencies but no lockfile: packages/ui-web3/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/ui-web3/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-6eb535ae4da3835e", "name": "Node manifest has dependencies but no lockfile: packages/chain/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/chain/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-dd8031dbc76b7f86", "name": "Node manifest has dependencies but no lockfile: packages/remix-plugin/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/remix-plugin/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-64b28722a10084e8", "name": "Node manifest has dependencies but no lockfile: packages/browser-extension/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/browser-extension/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-1fd410de1d28b043", "name": "Node manifest has dependencies but no lockfile: packages/scip/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/scip/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-41ebae6b1d64b3d8", "name": "Node manifest has dependencies but no lockfile: packages/ui-dashboard/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/ui-dashboard/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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 50 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 232 placeholder/mock markers across 58 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, 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": "low", "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, lockfile. 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}}, {"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-cc55229a7a3c078d", "name": "Agent authority lacks a verifier contract: .mcp.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .mcp.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e8ee83602287a9ac", "name": "Commented-code block (7 lines) in bazel/protoc-gen-es/visibility-surface.test.mjs:80", "shortDescription": {"text": "Commented-code block (7 lines) in bazel/protoc-gen-es/visibility-surface.test.mjs:80"}, "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-eb473ad5d67a42d5", "name": "Legacy-named symbol `remove_deprecated` in bazel/protoc-gen-es/protoc-gen-es.mjs:8", "shortDescription": {"text": "Legacy-named symbol `remove_deprecated` in bazel/protoc-gen-es/protoc-gen-es.mjs:8"}, "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-bde7a96e3702fb23", "name": "Commented-code block (5 lines) in bazel/protoc-gen-es/protoc-gen-es.mjs:121", "shortDescription": {"text": "Commented-code block (5 lines) in bazel/protoc-gen-es/protoc-gen-es.mjs:121"}, "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-f191e0165fe98110", "name": "Legacy-named symbol `keptOld` in bazel/protoc-gen-es/visibility-surface.mjs:140", "shortDescription": {"text": "Legacy-named symbol `keptOld` in bazel/protoc-gen-es/visibility-surface.mjs:140"}, "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-68f8da93c315d670", "name": "Commented-code block (6 lines) in bazel/protoc-gen-es/visibility-surface.mjs:63", "shortDescription": {"text": "Commented-code block (6 lines) in bazel/protoc-gen-es/visibility-surface.mjs:63"}, "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-a8ee5f36f614a4ff", "name": "Commented-code block (6 lines) in packages/ui-web3/src/transaction/ExternalLogo.tsx:64", "shortDescription": {"text": "Commented-code block (6 lines) in packages/ui-web3/src/transaction/ExternalLogo.tsx:64"}, "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-46e2445a115e038f", "name": "Legacy-named symbol `compilation_v1` in packages/ui-web3/src/transaction/SimulatorInfo.stories.tsx:71", "shortDescription": {"text": "Legacy-named symbol `compilation_v1` in packages/ui-web3/src/transaction/SimulatorInfo.stories.tsx:71"}, "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-b5b9baf3e624f0cd", "name": "Commented-code block (8 lines) in packages/ui-web3/src/transaction/helpers.ts:86", "shortDescription": {"text": "Commented-code block (8 lines) in packages/ui-web3/src/transaction/helpers.ts:86"}, "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-1a99b3380fc6ac42", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/ui-web3/src/transaction/helpers.ts:121", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/ui-web3/src/transaction/helpers.ts:121"}, "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-e874d885a07c0055", "name": "Commented-code block (15 lines) in packages/ui-web3/src/transaction/ContractComponents.tsx:318", "shortDescription": {"text": "Commented-code block (15 lines) in packages/ui-web3/src/transaction/ContractComponents.tsx:318"}, "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-19f38c8c0dfbe1b9", "name": "Commented-code block (11 lines) in packages/ui-web3/src/editor/SoliditySourceParser.ts:185", "shortDescription": {"text": "Commented-code block (11 lines) in packages/ui-web3/src/editor/SoliditySourceParser.ts:185"}, "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-9959bc7255198290", "name": "Legacy-named symbol `etherscan_v2` in packages/chain/src/chain-info.ts:15", "shortDescription": {"text": "Legacy-named symbol `etherscan_v2` in packages/chain/src/chain-info.ts:15"}, "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-8f1ea10bea3ac0b4", "name": "Commented-code block (16 lines) in packages/chain/src/chain-info.ts:320", "shortDescription": {"text": "Commented-code block (16 lines) in packages/chain/src/chain-info.ts:320"}, "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-cb1994a376a08482", "name": "Commented-code block (7 lines) in packages/remix-plugin/components/common/IndexComponent.tsx:138", "shortDescription": {"text": "Commented-code block (7 lines) in packages/remix-plugin/components/common/IndexComponent.tsx:138"}, "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-1b047411d7261e34", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/remix-plugin/lib/use-search-txn.ts:85", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/remix-plugin/lib/use-search-txn.ts:85"}, "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-9db980af9b213921", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/remix-plugin/lib/use-simulation.ts:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/remix-plugin/lib/use-simulation.ts:22"}, "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-494229b96b4f8ecd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/browser-extension/src/background.ts:60", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/browser-extension/src/background.ts:60"}, "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-29ce6796a6be0b1d", "name": "Commented-code block (5 lines) in packages/browser-extension/src/services.ts:36", "shortDescription": {"text": "Commented-code block (5 lines) in packages/browser-extension/src/services.ts:36"}, "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-eb6c23db68cb7093", "name": "Commented-code block (9 lines) in packages/browser-extension/src/content/etherscan/pages/transaction.tsx:103", "shortDescription": {"text": "Commented-code block (9 lines) in packages/browser-extension/src/content/etherscan/pages/transaction.tsx:103"}, "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-899e58d3ee4283f6", "name": "Commented-code block (5 lines) in packages/ui-dashboard/src/index.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in packages/ui-dashboard/src/index.ts:6"}, "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/19263"}, "properties": {"repository": "sentioxyz/sentio-core", "repoUrl": "https://github.com/sentioxyz/sentio-core", "branch": "main"}, "results": [{"ruleId": "scanner-3304bc2695e68765", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/dialog/BaseDialog.stories.tsx:23"}, "properties": {"repobilityId": "654cb19f5558f10d", "scanner": "scanner-primary", "fingerprint": "3304bc2695e68765", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-05422924739c0c97", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 packages/ui-core/src/common/text/LinkifyText.tsx:74"}, "properties": {"repobilityId": "440e1c798ede3cb9", "scanner": "scanner-primary", "fingerprint": "05422924739c0c97", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-8d7fdb7c22b3ca7a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/ui-core/src/common/table/ResizeTable.tsx:255"}, "properties": {"repobilityId": "7e7b8389b5965105", "scanner": "scanner-primary", "fingerprint": "8d7fdb7c22b3ca7a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-357f6e80eee09db8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/table/ResizeTable.tsx:312"}, "properties": {"repobilityId": "a6ea7d909c14412b", "scanner": "scanner-primary", "fingerprint": "357f6e80eee09db8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0e585069dfc71ba2", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 packages/ui-core/src/common/select/NewSelect.stories.tsx:37"}, "properties": {"repobilityId": "d8cd1cb126b64451", "scanner": "scanner-primary", "fingerprint": "0e585069dfc71ba2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-266a61e0262331fd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/tree/FlatTree.tsx:43"}, "properties": {"repobilityId": "791cb76b79a154da", "scanner": "scanner-primary", "fingerprint": "266a61e0262331fd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-22f849f89251c80d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-core/src/common/tree/FlatTree.stories.tsx:193"}, "properties": {"repobilityId": "f9a4900a44347ae2", "scanner": "scanner-primary", "fingerprint": "22f849f89251c80d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ac3ff64a0f8d5a0e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/mev/MevInfo.stories.tsx:425"}, "properties": {"repobilityId": "b51de4b654fab5d3", "scanner": "scanner-primary", "fingerprint": "ac3ff64a0f8d5a0e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6b1a372454290c52", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 packages/ui-web3/src/simulator/ContractInput.tsx:79"}, "properties": {"repobilityId": "73eb2a133a3f6005", "scanner": "scanner-primary", "fingerprint": "6b1a372454290c52", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-6d62471f623d8ed7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/simulator/NewSimulation.stories.tsx:44"}, "properties": {"repobilityId": "be3773761658b89a", "scanner": "scanner-primary", "fingerprint": "6d62471f623d8ed7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c220666416edd4bc", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/ui-web3/src/transaction/helpers.ts:218"}, "properties": {"repobilityId": "ab1eae302f662b9b", "scanner": "scanner-primary", "fingerprint": "c220666416edd4bc", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-7931b4a80fe6315d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/transaction-context.ts:29"}, "properties": {"repobilityId": "25a0185455106f06", "scanner": "scanner-primary", "fingerprint": "7931b4a80fe6315d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6943d37c8fdef8ee", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/ui-web3/src/transaction/TransactionComponents.tsx:121"}, "properties": {"repobilityId": "a58d7640cc1c27f0", "scanner": "scanner-primary", "fingerprint": "6943d37c8fdef8ee", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d6d8c1125084ddcf", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/SourceView.tsx:103"}, "properties": {"repobilityId": "ff9aa9a52bc49087", "scanner": "scanner-primary", "fingerprint": "d6d8c1125084ddcf", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d68441904a650dfd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/calltrace/FlatCallTrace.stories.tsx:451"}, "properties": {"repobilityId": "b885b31832c79648", "scanner": "scanner-primary", "fingerprint": "d68441904a650dfd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e0422253868d6d3a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/fundflow/NewFundflow.tsx:142"}, "properties": {"repobilityId": "7ca1c9da784db38a", "scanner": "scanner-primary", "fingerprint": "e0422253868d6d3a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-dd4ecb0199554149", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/ui-web3/src/transaction/fundflow/export-utils.ts:16"}, "properties": {"repobilityId": "8e87051cc8d01fbb", "scanner": "scanner-primary", "fingerprint": "dd4ecb0199554149", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-62806f4d95afe32d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/ui-web3/src/transaction/fundflow/NewFundflow.stories.tsx:504"}, "properties": {"repobilityId": "f42fa51e08470c93", "scanner": "scanner-primary", "fingerprint": "62806f4d95afe32d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c34bbc4e37b95761", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/ui-web3/src/editor/SourceTree.tsx:42"}, "properties": {"repobilityId": "d4d2d742131f1ffb", "scanner": "scanner-primary", "fingerprint": "c34bbc4e37b95761", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e277bd379db00a44", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/chain/src/chain-info.ts:296"}, "properties": {"repobilityId": "9cbdb8aa5a7f2118", "scanner": "scanner-primary", "fingerprint": "e277bd379db00a44", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-cfd62aa830a5a8af", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/chain/src/chain.test.ts:48"}, "properties": {"repobilityId": "34db13a2c3b3033a", "scanner": "scanner-primary", "fingerprint": "cfd62aa830a5a8af", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4daa88994c0dc1c3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/chain/src/codegen/generate-go.ts:102"}, "properties": {"repobilityId": "13890d4602d4af19", "scanner": "scanner-primary", "fingerprint": "4daa88994c0dc1c3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f97582f3dd629744", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/remix-plugin/components/common/RecentTransactions.tsx:33"}, "properties": {"repobilityId": "d9d7261852945a3f", "scanner": "scanner-primary", "fingerprint": "f97582f3dd629744", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f29b057d2d52cced", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/remix-plugin/components/common/IndexComponent.tsx:219"}, "properties": {"repobilityId": "1aeed942ec02484f", "scanner": "scanner-primary", "fingerprint": "f29b057d2d52cced", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-79768c26c6909c15", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/remix-plugin/components/common/IndexComponent.tsx:340"}, "properties": {"repobilityId": "19873a096b4b8884", "scanner": "scanner-primary", "fingerprint": "79768c26c6909c15", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f4e865d24dc69198", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/remix-plugin/components/common/RemixThemeDetect.tsx:11"}, "properties": {"repobilityId": "36e41238a37392af", "scanner": "scanner-primary", "fingerprint": "f4e865d24dc69198", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-605cd140e907d7fb", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/remix-plugin/lib/use-infinite.ts:17"}, "properties": {"repobilityId": "71a0633bdcd032e8", "scanner": "scanner-primary", "fingerprint": "605cd140e907d7fb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-6854de267b856ddf", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/browser-extension/src/content/etherscan/components/mev/MevInfo.tsx:130"}, "properties": {"repobilityId": "5e387cd6fabc1d03", "scanner": "scanner-primary", "fingerprint": "6854de267b856ddf", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f7bd939e8113d740", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/browser-extension/src/content/lib/ethscriptions/util.ts:65"}, "properties": {"repobilityId": "3f9fb0fbc1dfbc86", "scanner": "scanner-primary", "fingerprint": "f7bd939e8113d740", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-83f5a55bf96e0b3d", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/browser-extension/src/content/lib/debug/use-infinite.ts:20"}, "properties": {"repobilityId": "d82a713ffd7f64b6", "scanner": "scanner-primary", "fingerprint": "83f5a55bf96e0b3d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-97efc89776a4fe64", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/scip/src/scip-solidity.ts:10"}, "properties": {"repobilityId": "d5bea0c04ab5c2c9", "scanner": "scanner-primary", "fingerprint": "97efc89776a4fe64", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-2b8d5602dcefe761", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/scip/src/scip-solidity.ts:322"}, "properties": {"repobilityId": "a0ee7af4d1bd291b", "scanner": "scanner-primary", "fingerprint": "2b8d5602dcefe761", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-693d2a6eb6f023de", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/scip/src/scip-solidity.test.ts:33"}, "properties": {"repobilityId": "8061c39a9ae9d408", "scanner": "scanner-primary", "fingerprint": "693d2a6eb6f023de", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6a6e4d10eb42cd95", "level": "error", "message": {"text": "Possible secret in common/clickhousemanager/conn.go"}, "properties": {"repobilityId": "5b4507da7cc0d038", "scanner": "scanner-primary", "fingerprint": "6a6e4d10eb42cd95", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "common/clickhousemanager/conn.go"}, "region": {"startLine": 153}}}]}, {"ruleId": "scanner-ef46b3d9da717338", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in packages/ui-core/src/common/text/LinkifyText.tsx:74"}, "properties": {"repobilityId": "edd36eaac468677d", "scanner": "scanner-primary", "fingerprint": "ef46b3d9da717338", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ui-core/src/common/text/LinkifyText.tsx"}, "region": {"startLine": 74}}}]}, {"ruleId": "scanner-1da36065a16644d6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/browser-extension/src/content/etherscan/main.ts:23"}, "properties": {"repobilityId": "d0d2124e993ea06a", "scanner": "scanner-primary", "fingerprint": "1da36065a16644d6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/browser-extension/src/content/etherscan/main.ts"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-747aace94d470100", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/browser-extension/src/content/etherscan/pages/token.tsx:34"}, "properties": {"repobilityId": "ec7a42e663b2aa72", "scanner": "scanner-primary", "fingerprint": "747aace94d470100", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/browser-extension/src/content/etherscan/pages/token.tsx"}, "region": {"startLine": 34}}}]}, {"ruleId": "scanner-31993bfdde411263", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/browser-extension/src/content/etherscan/injectors/analytic-btn.tsx:56"}, "properties": {"repobilityId": "91fc872eef0316a8", "scanner": "scanner-primary", "fingerprint": "31993bfdde411263", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/browser-extension/src/content/etherscan/injectors/analytic-btn.tsx"}, "region": {"startLine": 56}}}]}, {"ruleId": "scanner-8cc843fa83a441a9", "level": "warning", "message": {"text": "Insecure pattern 'weak_hash' in service/common/gormcache/local_cache_db.go:28"}, "properties": {"repobilityId": "496a997160d038e0", "scanner": "scanner-primary", "fingerprint": "8cc843fa83a441a9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "weak_hash"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "service/common/gormcache/local_cache_db.go"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-7efbda965f283c17", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3bc3b4fe4a919063", "scanner": "scanner-primary", "fingerprint": "7efbda965f283c17", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-7efbda965f283c17", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "925b528a63157ee6", "scanner": "scanner-primary", "fingerprint": "7efbda965f283c17", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-329e82cbd766be29", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0923125a507e5d24", "scanner": "scanner-primary", "fingerprint": "329e82cbd766be29", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/upload-assets.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-329e82cbd766be29", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "141fa8e26d0d53af", "scanner": "scanner-primary", "fingerprint": "329e82cbd766be29", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/upload-assets.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-329e82cbd766be29", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8d525458b3ca1cee", "scanner": "scanner-primary", "fingerprint": "329e82cbd766be29", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/upload-assets.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-329e82cbd766be29", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e96192d5fb87a0f8", "scanner": "scanner-primary", "fingerprint": "329e82cbd766be29", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/upload-assets.yml"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0b7984a0d98960fe", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1b0add4759a308ec", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0b7984a0d98960fe", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1b0add4759a308ec", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c3fda9e893c533ec", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 74}}}]}, {"ruleId": "scanner-39c9e5f891af5674", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d24813e50c92d789", "scanner": "scanner-primary", "fingerprint": "39c9e5f891af5674", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci-clean.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "4d02a5c7daed0bc5", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c44b25fd4cf0e144", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "9400e8e5a47e23a1", "scanner": "scanner-primary", "fingerprint": "c44b25fd4cf0e144", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/chain/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5327e048a0b98539", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "186cb3a47a599673", "scanner": "scanner-primary", "fingerprint": "5327e048a0b98539", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/scip/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2b2094bda257895f", "level": "note", "message": {"text": "Very large file: common/chains/chain_info.go (1682 lines)"}, "properties": {"repobilityId": "794850063898adc7", "scanner": "scanner-primary", "fingerprint": "2b2094bda257895f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6af724688539324d", "level": "note", "message": {"text": "Very large file: common/formula/evaluator_test.go (3142 lines)"}, "properties": {"repobilityId": "6c67311b575f2a52", "scanner": "scanner-primary", "fingerprint": "6af724688539324d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-29358b30a8882cc2", "level": "note", "message": {"text": "Very large file: driver/entity/clickhouse/create_test.go (4358 lines)"}, "properties": {"repobilityId": "a6c22d7667772850", "scanner": "scanner-primary", "fingerprint": "29358b30a8882cc2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-e63f9a98bda373f1", "level": "note", "message": {"text": "Very large file: driver/entity/clickhouse/entity_test.go (1938 lines)"}, "properties": {"repobilityId": "b51a5368d5579d0c", "scanner": "scanner-primary", "fingerprint": "e63f9a98bda373f1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a7372b126a7ae097", "level": "note", "message": {"text": "Very large file: processor/protos/processor.pb.go (9281 lines)"}, "properties": {"repobilityId": "dfeadd03b37cdf19", "scanner": "scanner-primary", "fingerprint": "a7372b126a7ae097", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d2a072705f428f65", "level": "note", "message": {"text": "Very large file: packages/ui-web3/src/transaction/BalanceChanges.stories.tsx (1850 lines)"}, "properties": {"repobilityId": "a5e39ac88f940430", "scanner": "scanner-primary", "fingerprint": "d2a072705f428f65", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-75884f64780af53d", "level": "note", "message": {"text": "Very large file: packages/chain/src/chain-info.ts (1909 lines)"}, "properties": {"repobilityId": "8a272460f23a2877", "scanner": "scanner-primary", "fingerprint": "75884f64780af53d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9ecb195a895fd67b", "level": "note", "message": {"text": "Very large file: packages/scip/src/scip-solidity.test.ts (2021 lines)"}, "properties": {"repobilityId": "d1b0a1d9ccf49838", "scanner": "scanner-primary", "fingerprint": "9ecb195a895fd67b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a82587c4984a78c6", "level": "note", "message": {"text": "Very large file: packages/scip/src/gen/scip_pb.ts (2204 lines)"}, "properties": {"repobilityId": "9bc6969b1dbbe148", "scanner": "scanner-primary", "fingerprint": "a82587c4984a78c6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-8de037e67396d796", "level": "note", "message": {"text": "Very large file: service/usage/protos/manager.pb.go (2484 lines)"}, "properties": {"repobilityId": "dc431cfff58d4759", "scanner": "scanner-primary", "fingerprint": "8de037e67396d796", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-8fb181299c56067d", "level": "note", "message": {"text": "Very large file: service/common/protos/common.pb.go (10374 lines)"}, "properties": {"repobilityId": "9941d91af663f177", "scanner": "scanner-primary", "fingerprint": "8fb181299c56067d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3fff8dca5539ada5", "level": "note", "message": {"text": "Very large file: service/processor/protos/processor_service.pb.go (4818 lines)"}, "properties": {"repobilityId": "8c971132c480615b", "scanner": "scanner-primary", "fingerprint": "3fff8dca5539ada5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-19364cc4ad041e9d", "level": "note", "message": {"text": "Very large file: service/processor/protos/processor_service_grpc.pb.go (1214 lines)"}, "properties": {"repobilityId": "ba8d1745d8503a90", "scanner": "scanner-primary", "fingerprint": "19364cc4ad041e9d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9f58b75881a69db5", "level": "note", "message": {"text": "Very large file: service/processor/protos/processor_service.pb.gw.go (1538 lines)"}, "properties": {"repobilityId": "e38ad0804d23fccb", "scanner": "scanner-primary", "fingerprint": "9f58b75881a69db5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-780b2a7bada80e95", "level": "note", "message": {"text": "Very large file: service/observability/protos/observability_service.pb.go (1420 lines)"}, "properties": {"repobilityId": "1d4bca902b96b1c8", "scanner": "scanner-primary", "fingerprint": "780b2a7bada80e95", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6a6795ae53fa9cd3", "level": "note", "message": {"text": "Very large file: service/rewriter/protos/rewriter.pb.go (1525 lines)"}, "properties": {"repobilityId": "7cdd5e6e00147a85", "scanner": "scanner-primary", "fingerprint": "6a6795ae53fa9cd3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-c593ac6cfba7a447", "level": "note", "message": {"text": "Very large file: service/analytic/protos/analytic_service.pb.go (7112 lines)"}, "properties": {"repobilityId": "24b5a51a26adc219", "scanner": "scanner-primary", "fingerprint": "c593ac6cfba7a447", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f20f37f6e6c62e93", "level": "note", "message": {"text": "Very large file: service/analytic/protos/analytic_service.pb.gw.go (4710 lines)"}, "properties": {"repobilityId": "55be6caa86a7b66a", "scanner": "scanner-primary", "fingerprint": "f20f37f6e6c62e93", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-facef64a135d81d0", "level": "note", "message": {"text": "Very large file: service/analytic/protos/analytic_service_grpc.pb.go (1364 lines)"}, "properties": {"repobilityId": "66e5c6ecbead526c", "scanner": "scanner-primary", "fingerprint": "facef64a135d81d0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d1ab7120f1049a49", "level": "note", "message": {"text": "Very large file: service/project/protos/project_service.pb.gw.go (2197 lines)"}, "properties": {"repobilityId": "e751da1ab85c33e1", "scanner": "scanner-primary", "fingerprint": "d1ab7120f1049a49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3d064471dc920e72", "level": "note", "message": {"text": "Very large file: service/project/protos/project_service.pb.go (1375 lines)"}, "properties": {"repobilityId": "c93d14783c6351f0", "scanner": "scanner-primary", "fingerprint": "3d064471dc920e72", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"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-58ac4bdd8d2e5578", "level": "note", "message": {"text": "53 TODO/FIXME markers"}, "properties": {"repobilityId": "4b38c118003e07d2", "scanner": "scanner-primary", "fingerprint": "58ac4bdd8d2e5578", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["maintenance"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "1a197268c6077efd", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-5bf0cba343d842ce", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/ui-core/package.json"}, "properties": {"repobilityId": "4d03ee923df0735d", "scanner": "scanner-primary", "fingerprint": "5bf0cba343d842ce", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ui-core/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0c91b6db4e0444d9", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/ui-web3/package.json"}, "properties": {"repobilityId": "b08de2a3a03be6a8", "scanner": "scanner-primary", "fingerprint": "0c91b6db4e0444d9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ui-web3/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6eb535ae4da3835e", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/chain/package.json"}, "properties": {"repobilityId": "1ad48d39606a2706", "scanner": "scanner-primary", "fingerprint": "6eb535ae4da3835e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/chain/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-dd8031dbc76b7f86", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/remix-plugin/package.json"}, "properties": {"repobilityId": "41785680fb14e1cb", "scanner": "scanner-primary", "fingerprint": "dd8031dbc76b7f86", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/remix-plugin/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-64b28722a10084e8", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/browser-extension/package.json"}, "properties": {"repobilityId": "1c8cf18984724a8e", "scanner": "scanner-primary", "fingerprint": "64b28722a10084e8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/browser-extension/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1fd410de1d28b043", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/scip/package.json"}, "properties": {"repobilityId": "5275f5c422aa7fc9", "scanner": "scanner-primary", "fingerprint": "1fd410de1d28b043", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/scip/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-41ebae6b1d64b3d8", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/ui-dashboard/package.json"}, "properties": {"repobilityId": "1eb3695d21600eba", "scanner": "scanner-primary", "fingerprint": "41ebae6b1d64b3d8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ui-dashboard/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "d998e65825868f57", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "aa7d49af4ba2310e", "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": "eff3dc89c1ea9481", "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": "fc8d7746fe0dcabb", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "fbe7264f33615086", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "6694837cd01cd4b4", "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": "0215fa73a4e7b44e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-cc55229a7a3c078d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .mcp.json"}, "properties": {"repobilityId": "51942fb3d5b8b5b4", "scanner": "scanner-primary", "fingerprint": "cc55229a7a3c078d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "mcp_config"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".mcp.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e8ee83602287a9ac", "level": "none", "message": {"text": "Commented-code block (7 lines) in bazel/protoc-gen-es/visibility-surface.test.mjs:80"}, "properties": {"repobilityId": "87b69c101654bbc0", "scanner": "scanner-primary", "fingerprint": "e8ee83602287a9ac", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-eb473ad5d67a42d5", "level": "note", "message": {"text": "Legacy-named symbol `remove_deprecated` in bazel/protoc-gen-es/protoc-gen-es.mjs:8"}, "properties": {"repobilityId": "0116c3fb2e37548b", "scanner": "scanner-primary", "fingerprint": "eb473ad5d67a42d5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-bde7a96e3702fb23", "level": "none", "message": {"text": "Commented-code block (5 lines) in bazel/protoc-gen-es/protoc-gen-es.mjs:121"}, "properties": {"repobilityId": "796c6f279ec89667", "scanner": "scanner-primary", "fingerprint": "bde7a96e3702fb23", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f191e0165fe98110", "level": "note", "message": {"text": "Legacy-named symbol `keptOld` in bazel/protoc-gen-es/visibility-surface.mjs:140"}, "properties": {"repobilityId": "be214961bce71aec", "scanner": "scanner-primary", "fingerprint": "f191e0165fe98110", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-68f8da93c315d670", "level": "none", "message": {"text": "Commented-code block (6 lines) in bazel/protoc-gen-es/visibility-surface.mjs:63"}, "properties": {"repobilityId": "5eade1888b389ed5", "scanner": "scanner-primary", "fingerprint": "68f8da93c315d670", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a8ee5f36f614a4ff", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/ui-web3/src/transaction/ExternalLogo.tsx:64"}, "properties": {"repobilityId": "edd69f80d00af244", "scanner": "scanner-primary", "fingerprint": "a8ee5f36f614a4ff", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-46e2445a115e038f", "level": "note", "message": {"text": "Legacy-named symbol `compilation_v1` in packages/ui-web3/src/transaction/SimulatorInfo.stories.tsx:71"}, "properties": {"repobilityId": "e878b16c3d3d0232", "scanner": "scanner-primary", "fingerprint": "46e2445a115e038f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-b5b9baf3e624f0cd", "level": "none", "message": {"text": "Commented-code block (8 lines) in packages/ui-web3/src/transaction/helpers.ts:86"}, "properties": {"repobilityId": "b586a82f27fb33a4", "scanner": "scanner-primary", "fingerprint": "b5b9baf3e624f0cd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1a99b3380fc6ac42", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/ui-web3/src/transaction/helpers.ts:121"}, "properties": {"repobilityId": "52ad0ebf42817968", "scanner": "scanner-primary", "fingerprint": "1a99b3380fc6ac42", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e874d885a07c0055", "level": "none", "message": {"text": "Commented-code block (15 lines) in packages/ui-web3/src/transaction/ContractComponents.tsx:318"}, "properties": {"repobilityId": "6b39c4400e25af01", "scanner": "scanner-primary", "fingerprint": "e874d885a07c0055", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-19f38c8c0dfbe1b9", "level": "none", "message": {"text": "Commented-code block (11 lines) in packages/ui-web3/src/editor/SoliditySourceParser.ts:185"}, "properties": {"repobilityId": "65a8a6ceb982ddad", "scanner": "scanner-primary", "fingerprint": "19f38c8c0dfbe1b9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9959bc7255198290", "level": "note", "message": {"text": "Legacy-named symbol `etherscan_v2` in packages/chain/src/chain-info.ts:15"}, "properties": {"repobilityId": "f2641296f500b631", "scanner": "scanner-primary", "fingerprint": "9959bc7255198290", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-8f1ea10bea3ac0b4", "level": "none", "message": {"text": "Commented-code block (16 lines) in packages/chain/src/chain-info.ts:320"}, "properties": {"repobilityId": "7db1afba01e75297", "scanner": "scanner-primary", "fingerprint": "8f1ea10bea3ac0b4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cb1994a376a08482", "level": "none", "message": {"text": "Commented-code block (7 lines) in packages/remix-plugin/components/common/IndexComponent.tsx:138"}, "properties": {"repobilityId": "c3ab5f88a3422581", "scanner": "scanner-primary", "fingerprint": "cb1994a376a08482", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b047411d7261e34", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/remix-plugin/lib/use-search-txn.ts:85"}, "properties": {"repobilityId": "8c7429cb691fbb1e", "scanner": "scanner-primary", "fingerprint": "1b047411d7261e34", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9db980af9b213921", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/remix-plugin/lib/use-simulation.ts:22"}, "properties": {"repobilityId": "e64fc932fa31aa0a", "scanner": "scanner-primary", "fingerprint": "9db980af9b213921", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-494229b96b4f8ecd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/browser-extension/src/background.ts:60"}, "properties": {"repobilityId": "0096765b5401edac", "scanner": "scanner-primary", "fingerprint": "494229b96b4f8ecd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-29ce6796a6be0b1d", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/browser-extension/src/services.ts:36"}, "properties": {"repobilityId": "829c569fa708b8ae", "scanner": "scanner-primary", "fingerprint": "29ce6796a6be0b1d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-eb6c23db68cb7093", "level": "none", "message": {"text": "Commented-code block (9 lines) in packages/browser-extension/src/content/etherscan/pages/transaction.tsx:103"}, "properties": {"repobilityId": "59497f961596a6ec", "scanner": "scanner-primary", "fingerprint": "eb6c23db68cb7093", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-899e58d3ee4283f6", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/ui-dashboard/src/index.ts:6"}, "properties": {"repobilityId": "2288159fda6f3d79", "scanner": "scanner-primary", "fingerprint": "899e58d3ee4283f6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}