{"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": "SEC087", "name": "[SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces", "shortDescription": {"text": "[SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0)."}, "fullDescription": {"text": "Use `crypto.randomBytes(32).toString('hex')` (Node) or `crypto.getRandomValues()` (browser)."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "ERR002", "name": "[ERR002] Empty Catch Block: Empty catch blocks hide errors.", "shortDescription": {"text": "[ERR002] Empty Catch Block: Empty catch blocks hide errors."}, "fullDescription": {"text": "Log the error or rethrow it. Use console.error() at minimum."}, "properties": {"scanner": "repobility-threat-engine", "category": "error_handling", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC045", "name": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a latera", "shortDescription": {"text": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a lateral-movement vector after any one credential compromise. Sandboxes (__builtins__ cleared) are escapable: attackers use obj"}, "fullDescription": {"text": "For literal data structures: use ast.literal_eval(text) \u2014 only parses literals, raises on code.\nFor formula evaluation: use asteval or simpleeval (purpose-built sandboxes with allow-lists).\nFor Odoo: use odoo.tools.safe_eval(expr, locals_dict, mode='exec').\nIf you genuinely need to execute admin-stored code: require explicit super-admin permission AND log every execution with a stack trace."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "AGT007", "name": "localStorage write failures are swallowed silently", "shortDescription": {"text": "localStorage write failures are swallowed silently"}, "fullDescription": {"text": "localStorage quotas are small and writes can fail. Catching storage errors without a user-visible warning causes silent data loss when notes, images, or snapshots exceed quota."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "AGT016", "name": "Codex session log reader may expose prompts or tool-call content", "shortDescription": {"text": "Codex session log reader may expose prompts or tool-call content"}, "fullDescription": {"text": "Codex session JSONL files can contain prompts, tool events, paths, and operational metadata, not only token counts. Token dashboards and exporters should avoid retaining or sharing raw session text."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.73, "cwe": "", "owasp": ""}}, {"id": "AGT014", "name": "Codex auth.json is read or copied without visible secret-file hardening", "shortDescription": {"text": "Codex auth.json is read or copied without visible secret-file hardening"}, "fullDescription": {"text": "Tools that read or switch Codex CLI auth files handle OAuth/session material. Plain file copies, account switchers, and token readers should enforce narrow permissions and avoid printing or exporting token values."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.74, "cwe": "", "owasp": ""}}, {"id": "AGT015", "name": "Remote install command pipes network code directly to a shell", "shortDescription": {"text": "Remote install command pipes network code directly to a shell"}, "fullDescription": {"text": "Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified."}, "properties": {"scanner": "repobility-agent-runtime", "category": "dependency", "severity": "medium", "confidence": 0.7, "cwe": "", "owasp": ""}}, {"id": "DEPCUR-NPM", "name": "npm package `https-proxy-agent` is 2 major version(s) behind (7.0.6 -> 9.0.0)", "shortDescription": {"text": "npm package `https-proxy-agent` is 2 major version(s) behind (7.0.6 -> 9.0.0)"}, "fullDescription": {"text": "`https-proxy-agent` is pinned/resolved at 7.0.6 but the latest stable release on the npm registry is 9.0.0 (2 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise."}, "properties": {"scanner": "repobility-dependency-currency", "category": "dependency", "severity": "medium", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "WEB005", "name": "robots.txt does not advertise a sitemap", "shortDescription": {"text": "robots.txt does not advertise a sitemap"}, "fullDescription": {"text": "Sitemap directives in robots.txt help crawlers and AI agents find the canonical public URL inventory quickly."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "low", "confidence": 0.74, "cwe": "", "owasp": ""}}, {"id": "SEC006", "name": "[SEC006] XSS Risk: Direct HTML injection without sanitization.", "shortDescription": {"text": "[SEC006] XSS Risk: Direct HTML injection without sanitization."}, "fullDescription": {"text": "Use textContent instead of innerHTML. Sanitize with DOMPurify."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "low", "confidence": 0.4, "cwe": "", "owasp": ""}}, {"id": "AIC003", "name": "Duplicated implementation block across source files", "shortDescription": {"text": "Duplicated implementation block across source files"}, "fullDescription": {"text": "Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.86, "cwe": "", "owasp": ""}}, {"id": "AIC002", "name": "Source file name looks like an AI patch artifact", "shortDescription": {"text": "Source file name looks like an AI patch artifact"}, "fullDescription": {"text": "Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.62, "cwe": "", "owasp": ""}}, {"id": "MINED055", "name": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of ", "shortDescription": {"text": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of npm ci."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-1357 / A06:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC020", "name": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequen", "shortDescription": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "fullDescription": {"text": "Log only redacted, hashed, or last-four-style metadata. Rotate any secret that may have reached logs."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "info", "confidence": 0.1, "cwe": "", "owasp": ""}}, {"id": "MINED043", "name": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data.", "shortDescription": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-319 / A02:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED052", "name": "[MINED052] Ts Any Typed (and 2 more): Same pattern found in 2 additional files. Review if needed.", "shortDescription": {"text": "[MINED052] Ts Any Typed (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-704 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC029", "name": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 9 more): Same pattern found in 9 additi", "shortDescription": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 9 more): Same pattern found in 9 additional files. Review if needed."}, "fullDescription": {"text": "Validate the URL against an allowlist BEFORE fetching:\n  ALLOWED = {'images.example.com', 'cdn.example.com'}\n  host = urlparse(url).hostname\n  if host not in ALLOWED: abort(400)\nOr use a server-side proxy (Imgproxy / serve-files-only-from-S3) that isolates outbound network access from the request handler.\nBlock private CIDRs explicitly: 10/8, 172.16/12, 192.168/16, 169.254/16."}, "properties": {"scanner": "repobility-threat-engine", "category": "ssrf", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED054", "name": "[MINED054] Ts As Any (and 4 more): Same pattern found in 4 additional files. Review if needed.", "shortDescription": {"text": "[MINED054] Ts As Any (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-704 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED044", "name": "[MINED044] Js Console Log Prod (and 39 more): Same pattern found in 39 additional files. Review if needed.", "shortDescription": {"text": "[MINED044] Js Console Log Prod (and 39 more): Same pattern found in 39 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-532 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC085", "name": "[SEC085] JS: child_process.exec with non-literal (and 7 more): Same pattern found in 7 additional files. Review if neede", "shortDescription": {"text": "[SEC085] JS: child_process.exec with non-literal (and 7 more): Same pattern found in 7 additional files. Review if needed."}, "fullDescription": {"text": "Use execFile / spawn with separate args array; never pass shell strings."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC128", "name": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 7 more): Same pattern found in 7 addit", "shortDescription": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 7 more): Same pattern found in 7 additional files. Review if needed."}, "fullDescription": {"text": "Add `await` before each async call, or chain with `.then`. If you intentionally want fire-and-forget, prefix with `void` (TS) or assign to `_` (Python with `asyncio.create_task`) to make the intent explicit and survive lint."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED045", "name": "[MINED045] Ts Non Null Assertion (and 18 more): Same pattern found in 18 additional files. Review if needed.", "shortDescription": {"text": "[MINED045] Ts Non Null Assertion (and 18 more): Same pattern found in 18 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-476 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC040", "name": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data (and 14 more): Same pattern found in 14 additional f", "shortDescription": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data (and 14 more): Same pattern found in 14 additional files. Review if needed."}, "fullDescription": {"text": "For plain text: use el.textContent = data.value (auto-escapes).\nFor HTML you need to render: el.innerHTML = DOMPurify.sanitize(html).\nFor React/Vue/Svelte: stop using innerHTML; use the framework's binding.\nWhen data comes from CV/PDF parsers, sanitize at the parser boundary too."}, "properties": {"scanner": "repobility-threat-engine", "category": "xss", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "JRN004", "name": "Consent is collected in UI without visible backend audit persistence", "shortDescription": {"text": "Consent is collected in UI without visible backend audit persistence"}, "fullDescription": {"text": "A frontend journey appears to ask for consent to share identity/KYC/biometric data, but backend code does not show a consent audit model with scope, purpose, legal text version, timestamp, IP, or user-agent evidence."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "high", "confidence": 0.78, "cwe": "", "owasp": ""}}, {"id": "SEC083", "name": "[SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) \u2014 variable input can craft a ReDoS pattern. Ported fr", "shortDescription": {"text": "[SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) \u2014 variable input can craft a ReDoS pattern. Ported from eslint-plugin-security detect-non-literal-regexp (Apache-2.0)."}, "fullDescription": {"text": "Use a literal RegExp or whitelist-validate user input before constructing patterns."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC013", "name": "[SEC013] Path Traversal \u2014 User Input in File Path: User-controlled input used in file path without sanitization. Allows ", "shortDescription": {"text": "[SEC013] Path Traversal \u2014 User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files."}, "fullDescription": {"text": "Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads."}, "properties": {"scanner": "repobility-threat-engine", "category": "path_traversal", "severity": "high", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "MINED031", "name": "[MINED031] React Direct State Mutation: this.state.X = Y mutates without setState. React wont re-render.", "shortDescription": {"text": "[MINED031] React Direct State Mutation: this.state.X = Y mutates without setState. React wont re-render."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-682 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED027", "name": "[MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState \u2014 React skips re-render on mutated ", "shortDescription": {"text": "[MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState \u2014 React skips re-render on mutated reference."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-682 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED004", "name": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).", "shortDescription": {"text": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums)."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED115", "name": "Action `actions/github-script` pinned to mutable ref `@v7`", "shortDescription": {"text": "Action `actions/github-script` pinned to mutable ref `@v7`"}, "fullDescription": {"text": "`uses: actions/github-script@v7` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "GHSA-5xrq-8626-4rwp", "name": "vitest: GHSA-5xrq-8626-4rwp", "shortDescription": {"text": "vitest: GHSA-5xrq-8626-4rwp"}, "fullDescription": {"text": "When Vitest UI server is listening, arbitrary file can be read and executed"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "critical", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "MINED035", "name": "[MINED035] Js New Function: new Function(...) compiles strings to functions.", "shortDescription": {"text": "[MINED035] Js New Function: new Function(...) compiles strings to functions."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-95 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED019", "name": "[MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) \u2014 full RCE via templates.", "shortDescription": {"text": "[MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) \u2014 full RCE via templates."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-94 / A03:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}]}}, "automationDetails": {"id": "repobility/886"}, "properties": {"repository": "earendil-works/pi", "repoUrl": "https://github.com/earendil-works/pi", "branch": "main"}, "results": [{"ruleId": "SEC087", "level": "warning", "message": {"text": "[SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0)."}, "properties": {"repobilityId": 81703, "scanner": "repobility-threat-engine", "fingerprint": "62913566b2e25fd660b47e4016cfa595ce0491f2840676793d8f88e805397a11", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Math.random().toString(36).slice(2, 10)}`,\n\t);\n\tmkdirSync(extractDir, { recursiv", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC087", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|62913566b2e25fd660b47e4016cfa595ce0491f2840676793d8f88e805397a11"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/utils/tools-manager.ts"}, "region": {"startLine": 275}}}]}, {"ruleId": "ERR002", "level": "warning", "message": {"text": "[ERR002] Empty Catch Block: Empty catch blocks hide errors."}, "properties": {"repobilityId": 81684, "scanner": "repobility-threat-engine", "fingerprint": "58b2c760c62b41dfd111df4364f65512d654edb7e403275dd1c28ccd3a7c4b54", "category": "error_handling", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".catch(() => {})", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR002", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|58b2c760c62b41dfd111df4364f65512d654edb7e403275dd1c28ccd3a7c4b54"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/proxy.ts"}, "region": {"startLine": 143}}}]}, {"ruleId": "SEC045", "level": "warning", "message": {"text": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a lateral-movement vector after any one credential compromise. Sandboxes (__builtins__ cleared) are escapable: attackers use object introspection (().__class__.__mro__[-1].__subclasses__()) to reach os.system. CWE-95 (eval injection)."}, "properties": {"repobilityId": 81657, "scanner": "repobility-threat-engine", "fingerprint": "5ca851a7b56197f9e8cdd40c3ffe36363d30dfd8b8a54ad072dd2fab4f84f013", "category": "injection", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".exec(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|injection|token|13|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/auto-commit-on-exit.ts"}, "region": {"startLine": 13}}}]}, {"ruleId": "SEC045", "level": "warning", "message": {"text": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a lateral-movement vector after any one credential compromise. Sandboxes (__builtins__ cleared) are escapable: attackers use object introspection (().__class__.__mro__[-1].__subclasses__()) to reach os.system. CWE-95 (eval injection)."}, "properties": {"repobilityId": 81656, "scanner": "repobility-threat-engine", "fingerprint": "a12803f9f6ca4330ebefcebdb532e71ffd88cca9693434dcf916b9e4d7f61d36", "category": "injection", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".exec(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|injection|token|106|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/utils/shell-output.ts"}, "region": {"startLine": 106}}}]}, {"ruleId": "SEC045", "level": "warning", "message": {"text": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a lateral-movement vector after any one credential compromise. Sandboxes (__builtins__ cleared) are escapable: attackers use object introspection (().__class__.__mro__[-1].__subclasses__()) to reach os.system. CWE-95 (eval injection)."}, "properties": {"repobilityId": 81655, "scanner": "repobility-threat-engine", "fingerprint": "7abe66013a6f782edd19c95fac6e40675370ccee5c5f41f686229fc569a0b487", "category": "injection", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".exec(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|injection|. token|43|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".pi/extensions/prompt-url-widget.ts"}, "region": {"startLine": 43}}}]}, {"ruleId": "AGT007", "level": "warning", "message": {"text": "localStorage write failures are swallowed silently"}, "properties": {"repobilityId": 81654, "scanner": "repobility-agent-runtime", "fingerprint": "177c1d42c3fde4c119b6ac5bcbadb2cfcf42e178ead9d3dbf49799bb617c9d3a", "category": "quality", "severity": "medium", "confidence": 0.8, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File writes to localStorage and has an empty or ignore-only catch block without QuotaExceededError handling.", "evidence": {"rule_id": "AGT007", "scanner": "repobility-agent-runtime", "references": ["https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API"], "correlation_key": "fp|177c1d42c3fde4c119b6ac5bcbadb2cfcf42e178ead9d3dbf49799bb617c9d3a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/export-html/template.js"}, "region": {"startLine": 1706}}}]}, {"ruleId": "AGT016", "level": "warning", "message": {"text": "Codex session log reader may expose prompts or tool-call content"}, "properties": {"repobilityId": 81653, "scanner": "repobility-agent-runtime", "fingerprint": "946feadac714f0e16ce36906b759114858757c6dfa93e210084b8d4ef058a734", "category": "quality", "severity": "medium", "confidence": 0.73, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File reads Codex session JSONL or usage logs and references prompt/message/tool content without visible redaction controls.", "evidence": {"rule_id": "AGT016", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|946feadac714f0e16ce36906b759114858757c6dfa93e210084b8d4ef058a734"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/agent-session.ts"}, "region": {"startLine": 1804}}}]}, {"ruleId": "AGT014", "level": "warning", "message": {"text": "Codex auth.json is read or copied without visible secret-file hardening"}, "properties": {"repobilityId": 81652, "scanner": "repobility-agent-runtime", "fingerprint": "42a6e240125820db1ec5dd9aff15990e57aa2d0d1eae677e7108589b3ae1c511", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File references Codex auth.json or CODEX_HOME with read/copy/write behavior and no visible permission or secure-storage guard.", "evidence": {"rule_id": "AGT014", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|42a6e240125820db1ec5dd9aff15990e57aa2d0d1eae677e7108589b3ae1c511"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/custom-provider-gitlab-duo/test.ts"}, "region": {"startLine": 31}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 81651, "scanner": "repobility-agent-runtime", "fingerprint": "af98fb101a258b6fd06d8015f4d20e27ac3073451556b27ce329a4ade5c0fb3c", "category": "dependency", "severity": "medium", "confidence": 0.7, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File contains a remote download piped directly to a shell without visible checksum or signature verification.", "evidence": {"rule_id": "AGT015", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|af98fb101a258b6fd06d8015f4d20e27ac3073451556b27ce329a4ade5c0fb3c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/docs/index.md"}, "region": {"startLine": 18}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `https-proxy-agent` is 2 major version(s) behind (7.0.6 -> 9.0.0)"}, "properties": {"repobilityId": 81647, "scanner": "repobility-dependency-currency", "fingerprint": "b9cdeb5a4a3406ce130e96cc86b811f961511a2fcab22ae77f868e7db740e602", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "2 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "https-proxy-agent", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "9.0.0", "correlation_key": "fp|b9cdeb5a4a3406ce130e96cc86b811f961511a2fcab22ae77f868e7db740e602", "current_version": "7.0.6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `http-proxy-agent` is 2 major version(s) behind (7.0.2 -> 9.0.0)"}, "properties": {"repobilityId": 81646, "scanner": "repobility-dependency-currency", "fingerprint": "6200d9089d42a9812b28f3b81504a5528d1f9eb889de0f0adee0f5628c423d70", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "2 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "http-proxy-agent", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "9.0.0", "correlation_key": "fp|6200d9089d42a9812b28f3b81504a5528d1f9eb889de0f0adee0f5628c423d70", "current_version": "7.0.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@google/genai` is 1 major version(s) behind (1.52.0 -> 2.8.0)"}, "properties": {"repobilityId": 81644, "scanner": "repobility-dependency-currency", "fingerprint": "f20a880608f7ca6f1b98336851db3acd7ad2e278451e9be91909028f2dff2db1", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "1 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@google/genai", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "2.8.0", "correlation_key": "fp|f20a880608f7ca6f1b98336851db3acd7ad2e278451e9be91909028f2dff2db1", "current_version": "1.52.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@xterm/headless` is 1 major version(s) behind (5.5.0 -> 6.0.0)"}, "properties": {"repobilityId": 81640, "scanner": "repobility-dependency-currency", "fingerprint": "96d53933400533de325c1fac368865f9805bf51ce128588abd7a204b28d49b39", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "1 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@xterm/headless", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "6.0.0", "correlation_key": "fp|96d53933400533de325c1fac368865f9805bf51ce128588abd7a204b28d49b39", "current_version": "5.5.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/tui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `marked` is 3 major version(s) behind (15.0.12 -> 18.0.5)"}, "properties": {"repobilityId": 81639, "scanner": "repobility-dependency-currency", "fingerprint": "11805131b4fb9f07e3ea6e2598847173947f789e3b0196c689dba8d17bcefac3", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "3 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "marked", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "18.0.5", "correlation_key": "fp|11805131b4fb9f07e3ea6e2598847173947f789e3b0196c689dba8d17bcefac3", "current_version": "15.0.12"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/tui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@vitest/coverage-v8` is 1 major version(s) behind (3.2.4 -> 4.1.8)"}, "properties": {"repobilityId": 81638, "scanner": "repobility-dependency-currency", "fingerprint": "7c4627efeccf066a635ca56deded1b47af7aec2e20c2774e14232076b751f7eb", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "1 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@vitest/coverage-v8", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "4.1.8", "correlation_key": "fp|7c4627efeccf066a635ca56deded1b47af7aec2e20c2774e14232076b751f7eb", "current_version": "3.2.4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@types/diff` is 1 major version(s) behind (7.0.2 -> 8.0.0)"}, "properties": {"repobilityId": 81636, "scanner": "repobility-dependency-currency", "fingerprint": "34e57344bd491ff7e6042d9dfcf8692bfddfbcf32368931f63482bc885aff6f0", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "1 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@types/diff", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "8.0.0", "correlation_key": "fp|34e57344bd491ff7e6042d9dfcf8692bfddfbcf32368931f63482bc885aff6f0", "current_version": "7.0.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `undici` is 2 major version(s) behind (6.26.0 -> 8.3.0)"}, "properties": {"repobilityId": 81635, "scanner": "repobility-dependency-currency", "fingerprint": "8fd36192b35d20ed17ff3675a01286c386acffe2a698841b4f3ad627e886fe4b", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "2 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "undici", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "8.3.0", "correlation_key": "fp|8fd36192b35d20ed17ff3675a01286c386acffe2a698841b4f3ad627e886fe4b", "current_version": "6.26.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `hosted-git-info` is 1 major version(s) behind (9.0.3 -> 10.1.1)"}, "properties": {"repobilityId": 81633, "scanner": "repobility-dependency-currency", "fingerprint": "b84afd3c81c09607784d66304b515f535e960e0855de7b0d79165bf42ee7804c", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "1 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "hosted-git-info", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "10.1.1", "correlation_key": "fp|b84afd3c81c09607784d66304b515f535e960e0855de7b0d79165bf42ee7804c", "current_version": "9.0.3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `highlight.js` is 1 major version(s) behind (10.7.3 -> 11.11.1)"}, "properties": {"repobilityId": 81632, "scanner": "repobility-dependency-currency", "fingerprint": "f605448576d6413887cb3af2051bfc105fc3299b4be2885a75dd57d3912f5212", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "1 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "highlight.js", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "11.11.1", "correlation_key": "fp|f605448576d6413887cb3af2051bfc105fc3299b4be2885a75dd57d3912f5212", "current_version": "10.7.3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `diff` is 1 major version(s) behind (8.0.4 -> 9.0.0)"}, "properties": {"repobilityId": 81631, "scanner": "repobility-dependency-currency", "fingerprint": "5a5244dee7af1974431bcd43e4a0611f66dc976dc999a76e2c1742566dc02f74", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "1 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "diff", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "9.0.0", "correlation_key": "fp|5a5244dee7af1974431bcd43e4a0611f66dc976dc999a76e2c1742566dc02f74", "current_version": "8.0.4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "WEB005", "level": "note", "message": {"text": "robots.txt does not advertise a sitemap"}, "properties": {"repobilityId": 81708, "scanner": "repobility-web-presence", "fingerprint": "9430c2f742a9081b01a778b7ea185e9735698afecb31b6a0e8a71ee2d0af693a", "category": "quality", "severity": "low", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Discovered robots file or route lacks a Sitemap directive.", "evidence": {"rule_id": "WEB005", "scanner": "repobility-web-presence", "references": ["https://www.rfc-editor.org/rfc/rfc9309", "https://www.sitemaps.org/protocol.html"], "correlation_key": "fp|9430c2f742a9081b01a778b7ea185e9735698afecb31b6a0e8a71ee2d0af693a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/CHANGELOG.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "SEC006", "level": "note", "message": {"text": "[SEC006] XSS Risk: Direct HTML injection without sanitization."}, "properties": {"repobilityId": 81705, "scanner": "repobility-threat-engine", "fingerprint": "283fa6c84e9450dc4096e32bd48324695f8164ec24b428762f3f5a94546b3e97", "category": "injection", "severity": "low", "confidence": 0.4, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "No user-input source (request/query/fetch/URL) found \u2014 may be static content", "evidence": {"match": ".innerHTML=r", "reason": "No user-input source (request/query/fetch/URL) found \u2014 may be static content", "rule_id": "SEC006", "scanner": "repobility-threat-engine", "confidence": 0.4, "correlation_key": "code|injection|scripts/tool-stats.ts|204|sec006"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/tool-stats.ts"}, "region": {"startLine": 204}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@anthropic-ai/sdk` is minor version(s) behind (0.91.1 -> 0.100.1)"}, "properties": {"repobilityId": 81649, "scanner": "repobility-dependency-currency", "fingerprint": "ee42ed4913160feb71ac691fc96284de5a8e8037f94a88578b876dc57c3ab4eb", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@anthropic-ai/sdk", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.100.1", "correlation_key": "fp|ee42ed4913160feb71ac691fc96284de5a8e8037f94a88578b876dc57c3ab4eb", "current_version": "0.91.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/custom-provider-anthropic/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `typebox` is minor version(s) behind (1.1.38 -> 1.2.1)"}, "properties": {"repobilityId": 81648, "scanner": "repobility-dependency-currency", "fingerprint": "188d44c25a0198b9dc7b2cef018e5c5660df780d8ee8ea7b99fe15369885e19e", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "typebox", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.2.1", "correlation_key": "fp|188d44c25a0198b9dc7b2cef018e5c5660df780d8ee8ea7b99fe15369885e19e", "current_version": "1.1.38"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@aws-sdk/client-bedrock-runtime` is minor version(s) behind (3.1048.0 -> 3.1062.0)"}, "properties": {"repobilityId": 81642, "scanner": "repobility-dependency-currency", "fingerprint": "954bcaf12cc51d933f69c58aab15ea338c2ccaee33473c5e18616052a116092a", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@aws-sdk/client-bedrock-runtime", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "3.1062.0", "correlation_key": "fp|954bcaf12cc51d933f69c58aab15ea338c2ccaee33473c5e18616052a116092a", "current_version": "3.1048.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@anthropic-ai/sdk` is minor version(s) behind (0.91.1 -> 0.100.1)"}, "properties": {"repobilityId": 81641, "scanner": "repobility-dependency-currency", "fingerprint": "1c74766a2d6f9ca38bb6158fbe7deea1f260da444837b53f8bf4f9af26bcff75", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@anthropic-ai/sdk", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.100.1", "correlation_key": "fp|1c74766a2d6f9ca38bb6158fbe7deea1f260da444837b53f8bf4f9af26bcff75", "current_version": "0.91.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `typebox` is minor version(s) behind (1.1.38 -> 1.2.1)"}, "properties": {"repobilityId": 81637, "scanner": "repobility-dependency-currency", "fingerprint": "b18402f35afc52567e975507246bdf93dbe1b6167bda3b4390311bb157659978", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "typebox", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.2.1", "correlation_key": "fp|b18402f35afc52567e975507246bdf93dbe1b6167bda3b4390311bb157659978", "current_version": "1.1.38"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `typebox` is minor version(s) behind (1.1.38 -> 1.2.1)"}, "properties": {"repobilityId": 81634, "scanner": "repobility-dependency-currency", "fingerprint": "8ba4f98145ce28360b6fb90a6fe7ce364842fd2b25c2f91902c7e572c284903d", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "typebox", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.2.1", "correlation_key": "fp|8ba4f98145ce28360b6fb90a6fe7ce364842fd2b25c2f91902c7e572c284903d", "current_version": "1.1.38"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@biomejs/biome` is minor version(s) behind (2.3.5 -> 2.4.16)"}, "properties": {"repobilityId": 81629, "scanner": "repobility-dependency-currency", "fingerprint": "71081c913beb76387785a12646a32f626ddc9437cd0b059333d2518b604c0bcf", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@biomejs/biome", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "2.4.16", "correlation_key": "fp|71081c913beb76387785a12646a32f626ddc9437cd0b059333d2518b604c0bcf", "current_version": "2.3.5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81617, "scanner": "repobility-ai-code-hygiene", "fingerprint": "674154a2863002d4e4af891542ce8b085177824ea4381627c835bd0e67966a9e", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/coding-agent/src/modes/interactive/components/extension-selector.ts", "duplicate_line": 55, "correlation_key": "fp|674154a2863002d4e4af891542ce8b085177824ea4381627c835bd0e67966a9e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/modes/interactive/components/trust-selector.ts"}, "region": {"startLine": 63}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81616, "scanner": "repobility-ai-code-hygiene", "fingerprint": "322fbcc6656b9fd2c847d96c5d3cfe40dec8a8374ac53425ad17b10cfcd722e1", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/coding-agent/src/modes/interactive/components/branch-summary-message.ts", "duplicate_line": 12, "correlation_key": "fp|322fbcc6656b9fd2c847d96c5d3cfe40dec8a8374ac53425ad17b10cfcd722e1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/modes/interactive/components/skill-invocation-message.ts"}, "region": {"startLine": 12}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81615, "scanner": "repobility-ai-code-hygiene", "fingerprint": "68c49edbcabc9f32bcd891aa3832d2f43dc67cd46738284e8857594b5232315e", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/coding-agent/src/modes/interactive/components/branch-summary-message.ts", "duplicate_line": 10, "correlation_key": "fp|68c49edbcabc9f32bcd891aa3832d2f43dc67cd46738284e8857594b5232315e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/modes/interactive/components/compaction-summary-message.ts"}, "region": {"startLine": 10}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81614, "scanner": "repobility-ai-code-hygiene", "fingerprint": "25eab18b6cf47be84470d1b5feb657786a25e1801c7737ed32d1dc53f590420e", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/coding-agent/src/core/extensions/index.ts", "duplicate_line": 43, "correlation_key": "fp|25eab18b6cf47be84470d1b5feb657786a25e1801c7737ed32d1dc53f590420e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/index.ts"}, "region": {"startLine": 65}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81613, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2eb0194cbc98eca740c5f93b1ebf30ddf13a8ef2dd73b43385dba9b35ccdd069", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/coding-agent/src/core/auth-storage.ts", "duplicate_line": 62, "correlation_key": "fp|2eb0194cbc98eca740c5f93b1ebf30ddf13a8ef2dd73b43385dba9b35ccdd069"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/trust-manager.ts"}, "region": {"startLine": 55}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81612, "scanner": "repobility-ai-code-hygiene", "fingerprint": "339d30e8b104615ecd031e37066f8bae37abd50d1fd932f2f7a9a0d2c5222405", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/harness/utils/truncate.ts", "duplicate_line": 1, "correlation_key": "fp|339d30e8b104615ecd031e37066f8bae37abd50d1fd932f2f7a9a0d2c5222405"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/tools/truncate.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81611, "scanner": "repobility-ai-code-hygiene", "fingerprint": "a863aa8f7f9e23942e33904a66a0fa719bc66deedc49374e8ce05fbbab496508", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/coding-agent/src/core/tools/find.ts", "duplicate_line": 62, "correlation_key": "fp|a863aa8f7f9e23942e33904a66a0fa719bc66deedc49374e8ce05fbbab496508"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/tools/ls.ts"}, "region": {"startLine": 49}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81610, "scanner": "repobility-ai-code-hygiene", "fingerprint": "48a3b152e7aaae17a4536c54436c52e2ff6ca4608c497a2611ecd4cf432e1912", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/harness/system-prompt.ts", "duplicate_line": 8, "correlation_key": "fp|48a3b152e7aaae17a4536c54436c52e2ff6ca4608c497a2611ecd4cf432e1912"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/skills.ts"}, "region": {"startLine": 256}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81609, "scanner": "repobility-ai-code-hygiene", "fingerprint": "eaa33e79774226bae3bd8d1a3729b22c009775abfcdd66e489b11700913cc6cb", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/harness/skills.ts", "duplicate_line": 174, "correlation_key": "fp|eaa33e79774226bae3bd8d1a3729b22c009775abfcdd66e489b11700913cc6cb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/skills.ts"}, "region": {"startLine": 15}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81608, "scanner": "repobility-ai-code-hygiene", "fingerprint": "996516972fdc164f802eff9a3d1c918f8874a5496d1115258c5a3cf36c00e5d6", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/coding-agent/src/core/extensions/types.ts", "duplicate_line": 738, "correlation_key": "fp|996516972fdc164f802eff9a3d1c918f8874a5496d1115258c5a3cf36c00e5d6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/model-registry.ts"}, "region": {"startLine": 787}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81607, "scanner": "repobility-ai-code-hygiene", "fingerprint": "f4c4f2b7d400851b53cba5edf2983b709a74be2a8c8931dcd31871a52e474436", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/utils/validation.ts", "duplicate_line": 231, "correlation_key": "fp|f4c4f2b7d400851b53cba5edf2983b709a74be2a8c8931dcd31871a52e474436"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/model-registry.ts"}, "region": {"startLine": 188}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81606, "scanner": "repobility-ai-code-hygiene", "fingerprint": "a0857d29754c2207cc8b55a1ab9c0222f4e10012162c34c2397ae3d1cd1f3d8f", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/harness/messages.ts", "duplicate_line": 3, "correlation_key": "fp|a0857d29754c2207cc8b55a1ab9c0222f4e10012162c34c2397ae3d1cd1f3d8f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/messages.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81605, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1120b8d5048b2ddeb3093b27483a15270cea644024d683612afb02b63a6bde76", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/harness/compaction/utils.ts", "duplicate_line": 3, "correlation_key": "fp|1120b8d5048b2ddeb3093b27483a15270cea644024d683612afb02b63a6bde76"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/compaction/utils.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81604, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5b4695b133b2c17d6928e5fdf530eb660f605c46896c38eeb1eff690f977e20a", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/harness/compaction/compaction.ts", "duplicate_line": 34, "correlation_key": "fp|5b4695b133b2c17d6928e5fdf530eb660f605c46896c38eeb1eff690f977e20a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/compaction/compaction.ts"}, "region": {"startLine": 27}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81603, "scanner": "repobility-ai-code-hygiene", "fingerprint": "a41134d68b7018f29d8d5aaec8b31f64fce99f928aa16481604f1cae58605ae2", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/harness/compaction/branch-summarization.ts", "duplicate_line": 73, "correlation_key": "fp|a41134d68b7018f29d8d5aaec8b31f64fce99f928aa16481604f1cae58605ae2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/compaction/branch-summarization.ts"}, "region": {"startLine": 81}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81602, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c96db0c8a8964656622e4e44bdf67b79ab89a9c52a8ae25ab268a53a9a10e91a", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/utils/oauth/anthropic.ts", "duplicate_line": 38, "correlation_key": "fp|c96db0c8a8964656622e4e44bdf67b79ab89a9c52a8ae25ab268a53a9a10e91a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/utils/oauth/openai-codex.ts"}, "region": {"startLine": 60}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81601, "scanner": "repobility-ai-code-hygiene", "fingerprint": "22c3fc7fd568bc70703b96ed0998a9f6878690d978beda88c71a9eee824e68b6", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/proxy.ts", "duplicate_line": 84, "correlation_key": "fp|22c3fc7fd568bc70703b96ed0998a9f6878690d978beda88c71a9eee824e68b6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/register-builtins.ts"}, "region": {"startLine": 129}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81600, "scanner": "repobility-ai-code-hygiene", "fingerprint": "8e2baf9581b9497dff833d4fff59e5093a95d9a44608c80b67ddb714fa250486", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/providers/mistral.ts", "duplicate_line": 106, "correlation_key": "fp|8e2baf9581b9497dff833d4fff59e5093a95d9a44608c80b67ddb714fa250486"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/register-builtins.ts"}, "region": {"startLine": 127}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81599, "scanner": "repobility-ai-code-hygiene", "fingerprint": "596641156a00fee5e335de2e56f83a4d3682a715b67d30d3883703cc4832efac", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/providers/azure-openai-responses.ts", "duplicate_line": 76, "correlation_key": "fp|596641156a00fee5e335de2e56f83a4d3682a715b67d30d3883703cc4832efac"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/openai-responses.ts"}, "region": {"startLine": 78}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81598, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e424340f731f8ee095d0c7b39baa9e0a84c484a2f1dbdf7b7e2790f566d4ad8a", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/providers/amazon-bedrock.ts", "duplicate_line": 77, "correlation_key": "fp|e424340f731f8ee095d0c7b39baa9e0a84c484a2f1dbdf7b7e2790f566d4ad8a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/openai-responses.ts"}, "region": {"startLine": 76}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81597, "scanner": "repobility-ai-code-hygiene", "fingerprint": "0e9d5f54b33a67c5c4cf87bc26e4748b6fa08435b73e2108088c6307739d8777", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/providers/amazon-bedrock.ts", "duplicate_line": 77, "correlation_key": "fp|0e9d5f54b33a67c5c4cf87bc26e4748b6fa08435b73e2108088c6307739d8777"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/mistral.ts"}, "region": {"startLine": 110}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81596, "scanner": "repobility-ai-code-hygiene", "fingerprint": "b2171946047e06ea76aceb0aa229b0fa06f75d2fafe810e34db8290e29fa3509", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/proxy.ts", "duplicate_line": 84, "correlation_key": "fp|b2171946047e06ea76aceb0aa229b0fa06f75d2fafe810e34db8290e29fa3509"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/mistral.ts"}, "region": {"startLine": 108}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81595, "scanner": "repobility-ai-code-hygiene", "fingerprint": "fdb40b062db94f83b0f28759feccbf855a7fceeb5285898eb52a3ce938430a1e", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/providers/azure-openai-responses.ts", "duplicate_line": 76, "correlation_key": "fp|fdb40b062db94f83b0f28759feccbf855a7fceeb5285898eb52a3ce938430a1e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/google.ts"}, "region": {"startLine": 56}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81594, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d205826ebfbf700ed4113165fc7cc1a0f65991b3529b05559f3320d0cee5e927", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/providers/amazon-bedrock.ts", "duplicate_line": 77, "correlation_key": "fp|d205826ebfbf700ed4113165fc7cc1a0f65991b3529b05559f3320d0cee5e927"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/google.ts"}, "region": {"startLine": 54}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81593, "scanner": "repobility-ai-code-hygiene", "fingerprint": "0548a05d6e3b449b4708ef8b40dbf6a4512ae2dc3d06c5e875fc20462d22e30f", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/providers/google-vertex.ts", "duplicate_line": 23, "correlation_key": "fp|0548a05d6e3b449b4708ef8b40dbf6a4512ae2dc3d06c5e875fc20462d22e30f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/google.ts"}, "region": {"startLine": 20}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81592, "scanner": "repobility-ai-code-hygiene", "fingerprint": "18963654cc93fe5f8d9214ee938637ddc0889cc654314bcad6f862a600eac47a", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/providers/azure-openai-responses.ts", "duplicate_line": 76, "correlation_key": "fp|18963654cc93fe5f8d9214ee938637ddc0889cc654314bcad6f862a600eac47a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/google-vertex.ts"}, "region": {"startLine": 70}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81591, "scanner": "repobility-ai-code-hygiene", "fingerprint": "7081f5fa61f473a336c89b3d4b2a0ec3a40d8c3548981748e6758587c67a45d0", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/providers/amazon-bedrock.ts", "duplicate_line": 77, "correlation_key": "fp|7081f5fa61f473a336c89b3d4b2a0ec3a40d8c3548981748e6758587c67a45d0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/google-vertex.ts"}, "region": {"startLine": 68}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81590, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c9632217be0489f3557e5329fde8b1c098d2981553b8f236e429b903cdbb26ce", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/ai/src/providers/amazon-bedrock.ts", "duplicate_line": 77, "correlation_key": "fp|c9632217be0489f3557e5329fde8b1c098d2981553b8f236e429b903cdbb26ce"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/azure-openai-responses.ts"}, "region": {"startLine": 74}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81589, "scanner": "repobility-ai-code-hygiene", "fingerprint": "b21197fec0b557505648c77e4f7b4519ab28a52656d33b08b987c19f8e44b556", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/harness/prompt-templates.ts", "duplicate_line": 170, "correlation_key": "fp|b21197fec0b557505648c77e4f7b4519ab28a52656d33b08b987c19f8e44b556"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/skills.ts"}, "region": {"startLine": 251}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 81588, "scanner": "repobility-ai-code-hygiene", "fingerprint": "155e8fa151a793192c04a199f7238561f1a82c689e6be5f17f4b47848d0e963f", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "packages/agent/src/harness/session/jsonl-storage.ts", "duplicate_line": 14, "correlation_key": "fp|155e8fa151a793192c04a199f7238561f1a82c689e6be5f17f4b47848d0e963f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/session/memory-storage.ts"}, "region": {"startLine": 9}}}]}, {"ruleId": "AIC002", "level": "note", "message": {"text": "Source file name looks like an AI patch artifact"}, "properties": {"repobilityId": 81587, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5cec6d3558f5f3f6c8c2ec92a84c6c9adaa64b8d7466aab90b3fbe21eb6e7c8c", "category": "quality", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Source filename contains a temporary or patch-style suffix.", "evidence": {"suffix": "update", "rule_id": "AIC002", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195"], "correlation_key": "fp|5cec6d3558f5f3f6c8c2ec92a84c6c9adaa64b8d7466aab90b3fbe21eb6e7c8c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/utils/windows-self-update.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED055", "level": "none", "message": {"text": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of npm ci."}, "properties": {"repobilityId": 81704, "scanner": "repobility-threat-engine", "fingerprint": "ee5537b7c8fb318226101f2efea8451ad3a8e7dfdec027889c9c6962a1c82cc9", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "npm-install-no-lockfile", "owasp": "A06:2021", "cwe_ids": ["CWE-1357"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348030+00:00", "triaged_in_corpus": 12, "observations_count": 317602, "ai_coder_pattern_id": 42}, "scanner": "repobility-threat-engine", "correlation_key": "fp|ee5537b7c8fb318226101f2efea8451ad3a8e7dfdec027889c9c6962a1c82cc9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build-binaries.sh"}, "region": {"startLine": 98}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 81702, "scanner": "repobility-threat-engine", "fingerprint": "137d7ebec1e47e3409c1048fbe36209815cd2ba09863cc37f61a2b247df4092f", "category": "credential_exposure", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe context pattern detected", "evidence": {"match": "console.log(chalk.yellow(`${config.name} not found. Offline mode enabled, skipping download.`)", "reason": "Safe context pattern detected", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "secret|token|33|console.log chalk.yellow config.name not found. offline mode enabled skipping download."}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/utils/tools-manager.ts"}, "region": {"startLine": 337}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 81701, "scanner": "repobility-threat-engine", "fingerprint": "b8ad140caf7c3801e710864bbab20f755523bc81a3be43b0588329670ee811ac", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "http-not-https", "owasp": "A02:2021", "cwe_ids": ["CWE-319"], "precision": 0.917, "promoted_at": "2026-05-18T14:01:32.347999+00:00", "triaged_in_corpus": 12, "observations_count": 4113831, "ai_coder_pattern_id": 15}, "scanner": "repobility-threat-engine", "correlation_key": "fp|b8ad140caf7c3801e710864bbab20f755523bc81a3be43b0588329670ee811ac"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/utils/git.ts"}, "region": {"startLine": 138}}}]}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "properties": {"repobilityId": 81696, "scanner": "repobility-threat-engine", "fingerprint": "57a66d8089dbb0f16c0fbc2c99bff20835ea29c668391e3ba302d34ec078a586", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "ts-any-typed", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348022+00:00", "triaged_in_corpus": 12, "observations_count": 496002, "ai_coder_pattern_id": 97}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|57a66d8089dbb0f16c0fbc2c99bff20835ea29c668391e3ba302d34ec078a586", "aggregated_count": 2}}}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 81695, "scanner": "repobility-threat-engine", "fingerprint": "5d08ca14f0a2e99a85132415184c1cef6ae981bdbc2a77433b547eeb5627a5fd", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-any-typed", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348022+00:00", "triaged_in_corpus": 12, "observations_count": 496002, "ai_coder_pattern_id": 97}, "scanner": "repobility-threat-engine", "correlation_key": "fp|5d08ca14f0a2e99a85132415184c1cef6ae981bdbc2a77433b547eeb5627a5fd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/export-html/tool-renderer.ts"}, "region": {"startLine": 66}}}]}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 81694, "scanner": "repobility-threat-engine", "fingerprint": "58b119bc2b9ef7716618fee31de1e1a2f87468b5263b33d6cad564b3e2ea2441", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-any-typed", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348022+00:00", "triaged_in_corpus": 12, "observations_count": 496002, "ai_coder_pattern_id": 97}, "scanner": "repobility-threat-engine", "correlation_key": "fp|58b119bc2b9ef7716618fee31de1e1a2f87468b5263b33d6cad564b3e2ea2441"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/truncated-tool.ts"}, "region": {"startLine": 72}}}]}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 81693, "scanner": "repobility-threat-engine", "fingerprint": "9bcfa216a01c22bf430065cff420087bcf66a72fb7a7111f0d68d6f7a87c9b3a", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-any-typed", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348022+00:00", "triaged_in_corpus": 12, "observations_count": 496002, "ai_coder_pattern_id": 97}, "scanner": "repobility-threat-engine", "correlation_key": "fp|9bcfa216a01c22bf430065cff420087bcf66a72fb7a7111f0d68d6f7a87c9b3a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/tool-override.ts"}, "region": {"startLine": 119}}}]}, {"ruleId": "SEC029", "level": "none", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 9 more): Same pattern found in 9 additional files. Review if needed."}, "properties": {"repobilityId": 81688, "scanner": "repobility-threat-engine", "fingerprint": "a0769f34321ccb4a2408866410ff258332c2e3d0c176eda236c0efe5490d0026", "category": "ssrf", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 9 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 9 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|a0769f34321ccb4a2408866410ff258332c2e3d0c176eda236c0efe5490d0026"}}}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "properties": {"repobilityId": 81683, "scanner": "repobility-threat-engine", "fingerprint": "21ed80a5ddd021c94a20eb62cddc1b0c5075df63c6fe0fac4807d3c18a53bcad", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 4 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "ts-as-any", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348028+00:00", "triaged_in_corpus": 12, "observations_count": 341218, "ai_coder_pattern_id": 98}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|21ed80a5ddd021c94a20eb62cddc1b0c5075df63c6fe0fac4807d3c18a53bcad", "aggregated_count": 4}}}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 81682, "scanner": "repobility-threat-engine", "fingerprint": "d71b317f7fb853637f4f93dabb165f0bcf2f3ffd9067cbff8aaedccbee05ab14", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-as-any", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348028+00:00", "triaged_in_corpus": 12, "observations_count": 341218, "ai_coder_pattern_id": 98}, "scanner": "repobility-threat-engine", "correlation_key": "fp|d71b317f7fb853637f4f93dabb165f0bcf2f3ffd9067cbff8aaedccbee05ab14"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/utils/typebox-helpers.ts"}, "region": {"startLine": 20}}}]}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 81681, "scanner": "repobility-threat-engine", "fingerprint": "21dcfc8b7794ec15117004a48e11aa82079cde03a428097778ed7749286e867d", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-as-any", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348028+00:00", "triaged_in_corpus": 12, "observations_count": 341218, "ai_coder_pattern_id": 98}, "scanner": "repobility-threat-engine", "correlation_key": "fp|21dcfc8b7794ec15117004a48e11aa82079cde03a428097778ed7749286e867d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/utils/event-stream.ts"}, "region": {"startLine": 46}}}]}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 81680, "scanner": "repobility-threat-engine", "fingerprint": "d1c43c35767e4b697539014b5d5a93c06942bff16bde522a5423eba39406f43e", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-as-any", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348028+00:00", "triaged_in_corpus": 12, "observations_count": 341218, "ai_coder_pattern_id": 98}, "scanner": "repobility-threat-engine", "correlation_key": "fp|d1c43c35767e4b697539014b5d5a93c06942bff16bde522a5423eba39406f43e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/proxy.ts"}, "region": {"startLine": 323}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod (and 39 more): Same pattern found in 39 additional files. Review if needed."}, "properties": {"repobilityId": 81679, "scanner": "repobility-threat-engine", "fingerprint": "9137b00c2339b4599c13a6621471070d48ddfe75d251937f5fa9f574c78fa0ca", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 39 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|9137b00c2339b4599c13a6621471070d48ddfe75d251937f5fa9f574c78fa0ca", "aggregated_count": 39}}}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 81678, "scanner": "repobility-threat-engine", "fingerprint": "e7b9619bbd6b87363d0ea0fb9a7bed3b7a3a0e6241de4f0219eeb450e2ffbec6", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|e7b9619bbd6b87363d0ea0fb9a7bed3b7a3a0e6241de4f0219eeb450e2ffbec6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/cli.ts"}, "region": {"startLine": 31}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 81677, "scanner": "repobility-threat-engine", "fingerprint": "c8f719d40135ace1a94832ccbb87bd1562723f5b4333fab88162cf4228c0f96a", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|c8f719d40135ace1a94832ccbb87bd1562723f5b4333fab88162cf4228c0f96a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/scripts/generate-image-models.ts"}, "region": {"startLine": 31}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 81676, "scanner": "repobility-threat-engine", "fingerprint": "1fc7bfa3bee36e8d8b144c097b2b550b391efe84462e9ac518112863cfe469c9", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|1fc7bfa3bee36e8d8b144c097b2b550b391efe84462e9ac518112863cfe469c9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/proxy.ts"}, "region": {"startLine": 363}}}]}, {"ruleId": "SEC085", "level": "none", "message": {"text": "[SEC085] JS: child_process.exec with non-literal (and 7 more): Same pattern found in 7 additional files. Review if needed."}, "properties": {"repobilityId": 81675, "scanner": "repobility-threat-engine", "fingerprint": "340cf559e06ea61cbe96799fd51e5806ca4df347745b855166a663bead061461", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 7 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 7 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|340cf559e06ea61cbe96799fd51e5806ca4df347745b855166a663bead061461"}}}, {"ruleId": "SEC128", "level": "none", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 7 more): Same pattern found in 7 additional files. Review if needed."}, "properties": {"repobilityId": 81671, "scanner": "repobility-threat-engine", "fingerprint": "f3554231f2d32a33a651c3b39559f3d21263dabefeb5c7ba90040f806b6ba0ca", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 7 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 7 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|f3554231f2d32a33a651c3b39559f3d21263dabefeb5c7ba90040f806b6ba0ca"}}}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion (and 18 more): Same pattern found in 18 additional files. Review if needed."}, "properties": {"repobilityId": 81666, "scanner": "repobility-threat-engine", "fingerprint": "44f6265a1080749289bae55432e909489e74d094cde600f1bdc269913dc08145", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 18 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "ts-non-null-assertion", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348005+00:00", "triaged_in_corpus": 12, "observations_count": 1810954, "ai_coder_pattern_id": 105}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|44f6265a1080749289bae55432e909489e74d094cde600f1bdc269913dc08145", "aggregated_count": 18}}}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 81665, "scanner": "repobility-threat-engine", "fingerprint": "dc531e81278146af436a4245792b878113a8a21c415714820d43c924c9506fe4", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-non-null-assertion", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348005+00:00", "triaged_in_corpus": 12, "observations_count": 1810954, "ai_coder_pattern_id": 105}, "scanner": "repobility-threat-engine", "correlation_key": "fp|dc531e81278146af436a4245792b878113a8a21c415714820d43c924c9506fe4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/session/session.ts"}, "region": {"startLine": 223}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 81664, "scanner": "repobility-threat-engine", "fingerprint": "819bd10bac15cc1c28125338c210bdd30d31ffb6779b07d72591b0fd6228a9b9", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-non-null-assertion", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348005+00:00", "triaged_in_corpus": 12, "observations_count": 1810954, "ai_coder_pattern_id": 105}, "scanner": "repobility-threat-engine", "correlation_key": "fp|819bd10bac15cc1c28125338c210bdd30d31ffb6779b07d72591b0fd6228a9b9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/session/jsonl-repo.ts"}, "region": {"startLine": 118}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 81663, "scanner": "repobility-threat-engine", "fingerprint": "26eb98b54dbe2fcf6166cad69daecc665a71f4e7659f9fe3bace897b41ec8373", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-non-null-assertion", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348005+00:00", "triaged_in_corpus": 12, "observations_count": 1810954, "ai_coder_pattern_id": 105}, "scanner": "repobility-threat-engine", "correlation_key": "fp|26eb98b54dbe2fcf6166cad69daecc665a71f4e7659f9fe3bace897b41ec8373"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/compaction/utils.ts"}, "region": {"startLine": 26}}}]}, {"ruleId": "SEC040", "level": "none", "message": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data (and 14 more): Same pattern found in 14 additional files. Review if needed."}, "properties": {"repobilityId": 81662, "scanner": "repobility-threat-engine", "fingerprint": "26dd3c21154c2a6a3267a01ad2cd9878020839920664c42b2eaf26853eae7f18", "category": "xss", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 14 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 14 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|26dd3c21154c2a6a3267a01ad2cd9878020839920664c42b2eaf26853eae7f18"}}}, {"ruleId": "SEC045", "level": "none", "message": {"text": "[SEC045] eval()/exec() on stored or user-supplied data (and 13 more): Same pattern found in 13 additional files. Review if needed."}, "properties": {"repobilityId": 81658, "scanner": "repobility-threat-engine", "fingerprint": "d14be0fefa073ce5d7f9e06ddc2458b70958a5bc036469eafe870ed8d062de60", "category": "injection", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 13 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 13 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|d14be0fefa073ce5d7f9e06ddc2458b70958a5bc036469eafe870ed8d062de60"}}}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `@anthropic-ai/sandbox-runtime` is patch version(s) behind (0.0.26 -> 0.0.54)"}, "properties": {"repobilityId": 81650, "scanner": "repobility-dependency-currency", "fingerprint": "94b98ff56b731c66018a929fcd9f2d831432f3ead5291f172cf075d3e5976546", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@anthropic-ai/sandbox-runtime", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.0.54", "correlation_key": "fp|94b98ff56b731c66018a929fcd9f2d831432f3ead5291f172cf075d3e5976546", "current_version": "0.0.26"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/sandbox/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `@mistralai/mistralai` is patch version(s) behind (2.2.1 -> 2.2.5)"}, "properties": {"repobilityId": 81645, "scanner": "repobility-dependency-currency", "fingerprint": "b07f286f5820844bf7e9d81ec029f08b1913b6ee6e9e9257c922efec87205b7f", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@mistralai/mistralai", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "2.2.5", "correlation_key": "fp|b07f286f5820844bf7e9d81ec029f08b1913b6ee6e9e9257c922efec87205b7f", "current_version": "2.2.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `@smithy/node-http-handler` is patch version(s) behind (4.7.3 -> 4.7.7)"}, "properties": {"repobilityId": 81643, "scanner": "repobility-dependency-currency", "fingerprint": "f8666296c61ecdecb6a4f656a95d24d6ad802669c13840a061b86f4205af330e", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@smithy/node-http-handler", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "4.7.7", "correlation_key": "fp|f8666296c61ecdecb6a4f656a95d24d6ad802669c13840a061b86f4205af330e", "current_version": "4.7.3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `tsx` is patch version(s) behind (4.22.1 -> 4.22.4)"}, "properties": {"repobilityId": 81630, "scanner": "repobility-dependency-currency", "fingerprint": "cee58c6b52cb4014f1d85ba8dda848e40b27a2f721fe99d0595eeff84ce37510", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "tsx", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "4.22.4", "correlation_key": "fp|cee58c6b52cb4014f1d85ba8dda848e40b27a2f721fe99d0595eeff84ce37510", "current_version": "4.22.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `@anthropic-ai/sandbox-runtime` is patch version(s) behind (0.0.26 -> 0.0.54)"}, "properties": {"repobilityId": 81628, "scanner": "repobility-dependency-currency", "fingerprint": "ebad06b963b48f177ee38069ff0c63ac735d8d4e60702b741f66d031a60d4283", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@anthropic-ai/sandbox-runtime", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.0.54", "correlation_key": "fp|ebad06b963b48f177ee38069ff0c63ac735d8d4e60702b741f66d031a60d4283", "current_version": "0.0.26"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "JRN004", "level": "error", "message": {"text": "Consent is collected in UI without visible backend audit persistence"}, "properties": {"repobilityId": 81707, "scanner": "repobility-journey-contract", "fingerprint": "9421bef9213c773c8eade0e6f13388d5b544da845d96d376c8b0670d563eb416", "category": "auth", "severity": "high", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Frontend consent wording was found, but backend consent/audit metadata was not visible.", "evidence": {"rule_id": "JRN004", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "correlation_key": "code|auth|token|83|jrn004", "backend_consent_model": false, "backend_audit_signal_count": 1}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/amazon-bedrock.ts"}, "region": {"startLine": 83}}}]}, {"ruleId": "SEC083", "level": "error", "message": {"text": "[SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) \u2014 variable input can craft a ReDoS pattern. Ported from eslint-plugin-security detect-non-literal-regexp (Apache-2.0)."}, "properties": {"repobilityId": 81700, "scanner": "repobility-threat-engine", "fingerprint": "54caf2be32413e5f4dc7b517d0c4a4c7c8cda207a7b1e3a2eedea290f85f2653", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "new RegExp(PUNCTUATION_REGEX", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC083", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|54caf2be32413e5f4dc7b517d0c4a4c7c8cda207a7b1e3a2eedea290f85f2653"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/tui/src/word-navigation.ts"}, "region": {"startLine": 50}}}]}, {"ruleId": "SEC083", "level": "error", "message": {"text": "[SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) \u2014 variable input can craft a ReDoS pattern. Ported from eslint-plugin-security detect-non-literal-regexp (Apache-2.0)."}, "properties": {"repobilityId": 81699, "scanner": "repobility-threat-engine", "fingerprint": "9685a03104bccc7fba913da9d3b06d3c7c05aaa2f6804a9f85efd5b91a51be9a", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "new RegExp(pattern", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC083", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|9685a03104bccc7fba913da9d3b06d3c7c05aaa2f6804a9f85efd5b91a51be9a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/utils/ansi.ts"}, "region": {"startLine": 41}}}]}, {"ruleId": "SEC083", "level": "error", "message": {"text": "[SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) \u2014 variable input can craft a ReDoS pattern. Ported from eslint-plugin-security detect-non-literal-regexp (Apache-2.0)."}, "properties": {"repobilityId": 81698, "scanner": "repobility-threat-engine", "fingerprint": "95286b6e539abb0ae05aa960365991ad1f583878a4d2a1fdfd52f177b166508a", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "new RegExp(pattern", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC083", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|95286b6e539abb0ae05aa960365991ad1f583878a4d2a1fdfd52f177b166508a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/modes/interactive/components/session-selector-search.ts"}, "region": {"startLine": 52}}}]}, {"ruleId": "SEC013", "level": "error", "message": {"text": "[SEC013] Path Traversal \u2014 User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files."}, "properties": {"repobilityId": 81697, "scanner": "repobility-threat-engine", "fingerprint": "eee785ec16d563b43a9a89b0ca46cb47004e734c40d9acaa4a02aa84d4d8f077", "category": "path_traversal", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "User-controlled input detected in file path construction", "evidence": {"match": "open(resolvedInput", "reason": "User-controlled input detected in file path construction", "rule_id": "SEC013", "scanner": "repobility-threat-engine", "confidence": 0.8, "correlation_key": "code|path_traversal|token|296|sec013"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/src/core/export-html/index.ts"}, "region": {"startLine": 296}}}]}, {"ruleId": "MINED031", "level": "error", "message": {"text": "[MINED031] React Direct State Mutation: this.state.X = Y mutates without setState. React wont re-render."}, "properties": {"repobilityId": 81692, "scanner": "repobility-threat-engine", "fingerprint": "894837cd49dfab24161f013f21c9d3e6a24fc549ea046e1d88bc77f34abcae52", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "react-direct-state-mutation", "owasp": null, "cwe_ids": ["CWE-682"], "languages": ["typescript", "tsx", "javascript", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347971+00:00", "triaged_in_corpus": 15, "observations_count": 6168, "ai_coder_pattern_id": 137}, "scanner": "repobility-threat-engine", "correlation_key": "fp|894837cd49dfab24161f013f21c9d3e6a24fc549ea046e1d88bc77f34abcae52"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/snake.ts"}, "region": {"startLine": 81}}}]}, {"ruleId": "MINED027", "level": "error", "message": {"text": "[MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState \u2014 React skips re-render on mutated reference."}, "properties": {"repobilityId": 81691, "scanner": "repobility-threat-engine", "fingerprint": "dd3d53746c4a1f389b4cca704f73cc28a8e66cf9e1bfe4f74312567fb9ea7427", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "react-state-array-mutation", "owasp": null, "cwe_ids": ["CWE-682"], "languages": ["typescript", "tsx", "javascript", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347961+00:00", "triaged_in_corpus": 15, "observations_count": 14444, "ai_coder_pattern_id": 136}, "scanner": "repobility-threat-engine", "correlation_key": "fp|dd3d53746c4a1f389b4cca704f73cc28a8e66cf9e1bfe4f74312567fb9ea7427"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/snake.ts"}, "region": {"startLine": 136}}}]}, {"ruleId": "MINED004", "level": "error", "message": {"text": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums)."}, "properties": {"repobilityId": 81690, "scanner": "repobility-threat-engine", "fingerprint": "5f4a2304e563d97b8a6695a933b66369736b38ac1a22e7652a738bcca3613a38", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "weak-crypto", "owasp": "A02:2021", "cwe_ids": ["CWE-327"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347906+00:00", "triaged_in_corpus": 15, "observations_count": 303181, "ai_coder_pattern_id": 13}, "scanner": "repobility-threat-engine", "correlation_key": "fp|5f4a2304e563d97b8a6695a933b66369736b38ac1a22e7652a738bcca3613a38"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/doom-overlay/doom/build.sh"}, "region": {"startLine": 133}}}]}, {"ruleId": "SEC029", "level": "error", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input: Outbound HTTP request to a user-controlled URL without allowlist validation. Attackers can probe internal services (169.254.169.254 metadata, internal Kubernetes endpoints, file:// URIs), exfiltrate data, or pivot through your network. SSRF is OWASP A10:2021 and a frequent foothold in cloud breaches."}, "properties": {"repobilityId": 81687, "scanner": "repobility-threat-engine", "fingerprint": "2d9026b32dc2f6e3d24296b4d2d8f2dbf9847201011e598084df8c97ccbab9f2", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Url(m", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|2d9026b32dc2f6e3d24296b4d2d8f2dbf9847201011e598084df8c97ccbab9f2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/openai-responses.ts"}, "region": {"startLine": 222}}}]}, {"ruleId": "SEC029", "level": "error", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input: Outbound HTTP request to a user-controlled URL without allowlist validation. Attackers can probe internal services (169.254.169.254 metadata, internal Kubernetes endpoints, file:// URIs), exfiltrate data, or pivot through your network. SSRF is OWASP A10:2021 and a frequent foothold in cloud breaches."}, "properties": {"repobilityId": 81686, "scanner": "repobility-threat-engine", "fingerprint": "54f3fca90e5d3570b26b67a07bf484ae3d5b6c1eed0972dcb214a9e911d0d759", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Url(m", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|54f3fca90e5d3570b26b67a07bf484ae3d5b6c1eed0972dcb214a9e911d0d759"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/cloudflare.ts"}, "region": {"startLine": 24}}}]}, {"ruleId": "SEC029", "level": "error", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input: Outbound HTTP request to a user-controlled URL without allowlist validation. Attackers can probe internal services (169.254.169.254 metadata, internal Kubernetes endpoints, file:// URIs), exfiltrate data, or pivot through your network. SSRF is OWASP A10:2021 and a frequent foothold in cloud breaches."}, "properties": {"repobilityId": 81685, "scanner": "repobility-threat-engine", "fingerprint": "789a6fdf15243470318205b71c0924dae65c297e0b6b57fca98fba3ba04b1ecb", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Url(b", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|789a6fdf15243470318205b71c0924dae65c297e0b6b57fca98fba3ba04b1ecb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/providers/azure-openai-responses.ts"}, "region": {"startLine": 170}}}]}, {"ruleId": "SEC085", "level": "error", "message": {"text": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0)."}, "properties": {"repobilityId": 81674, "scanner": "repobility-threat-engine", "fingerprint": "47e3e82ee17602901dda997eebb319bcee6b2ff6ba9c475fecc46172cbc5151c", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(command", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|47e3e82ee17602901dda997eebb319bcee6b2ff6ba9c475fecc46172cbc5151c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/sandbox/index.ts"}, "region": {"startLine": 134}}}]}, {"ruleId": "SEC085", "level": "error", "message": {"text": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0)."}, "properties": {"repobilityId": 81673, "scanner": "repobility-threat-engine", "fingerprint": "34dd22a2d8d0671a68a124f4b2947adeb24916254ee6345a1a712cef126b722d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(text", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|34dd22a2d8d0671a68a124f4b2947adeb24916254ee6345a1a712cef126b722d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/inline-bash.ts"}, "region": {"startLine": 45}}}]}, {"ruleId": "SEC085", "level": "error", "message": {"text": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0)."}, "properties": {"repobilityId": 81672, "scanner": "repobility-threat-engine", "fingerprint": "5f418a22d7dac52db08a641d338a09c05ab84360562e2b607e92a79f0f2b8706", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(command", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|5f418a22d7dac52db08a641d338a09c05ab84360562e2b607e92a79f0f2b8706"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/utils/shell-output.ts"}, "region": {"startLine": 106}}}]}, {"ruleId": "SEC128", "level": "error", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns an unhandled Promise. The outer function resolves before the inner work completes \u2014 DB writes lost, emails not sent, race conditions. This is one of the top-3 errors AI coders make: they understand async-shape but drop the await keyword when chaining multiple ops. Surfaces as flaky tests or silently dropped data in production."}, "properties": {"repobilityId": 81670, "scanner": "repobility-threat-engine", "fingerprint": "9be00c903f3d8e39505cdee950e2b80d25abfd0cb2f8f68b8bec19a9d3afbc52", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "labelsById.delete(entry.targetId);", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|9be00c903f3d8e39505cdee950e2b80d25abfd0cb2f8f68b8bec19a9d3afbc52"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/session/memory-storage.ts"}, "region": {"startLine": 16}}}]}, {"ruleId": "SEC128", "level": "error", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns an unhandled Promise. The outer function resolves before the inner work completes \u2014 DB writes lost, emails not sent, race conditions. This is one of the top-3 errors AI coders make: they understand async-shape but drop the await keyword when chaining multiple ops. Surfaces as flaky tests or silently dropped data in production."}, "properties": {"repobilityId": 81669, "scanner": "repobility-threat-engine", "fingerprint": "ce04bd265bf2f3ccb3a46d5adccea8ebd313a04d5ab8e39fb6daac8d67fe7b2c", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "this.sessions.delete(metadata.id);", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|ce04bd265bf2f3ccb3a46d5adccea8ebd313a04d5ab8e39fb6daac8d67fe7b2c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/session/memory-repo.ts"}, "region": {"startLine": 32}}}]}, {"ruleId": "SEC128", "level": "error", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns an unhandled Promise. The outer function resolves before the inner work completes \u2014 DB writes lost, emails not sent, race conditions. This is one of the top-3 errors AI coders make: they understand async-shape but drop the await keyword when chaining multiple ops. Surfaces as flaky tests or silently dropped data in production."}, "properties": {"repobilityId": 81668, "scanner": "repobility-threat-engine", "fingerprint": "db74ef2f7d1c8e0a83696c693833a4b7519f96d0f364feb902d8fe07f6748544", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "labelsById.delete(entry.targetId);", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|db74ef2f7d1c8e0a83696c693833a4b7519f96d0f364feb902d8fe07f6748544"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/session/jsonl-storage.ts"}, "region": {"startLine": 23}}}]}, {"ruleId": "SEC040", "level": "error", "message": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that interpolates server-supplied or user-supplied data is the canonical stored/reflected XSS vector. The browser parses the HTML and executes any <script> or event-handler attributes in the data. CWE-79. Especially dangerous when the data comes from a CV parser, profile field, or any user-input pipeline."}, "properties": {"repobilityId": 81661, "scanner": "repobility-threat-engine", "fingerprint": "10e8602bc7c67873749453a47dbd1d2dc96f6256372a1bd28a8090249affb0c8", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map((p) => `  ${p.id.padEnd(20)} ${p.name}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|10e8602bc7c67873749453a47dbd1d2dc96f6256372a1bd28a8090249affb0c8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/src/cli.ts"}, "region": {"startLine": 80}}}]}, {"ruleId": "SEC040", "level": "error", "message": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that interpolates server-supplied or user-supplied data is the canonical stored/reflected XSS vector. The browser parses the HTML and executes any <script> or event-handler attributes in the data. CWE-79. Especially dangerous when the data comes from a CV parser, profile field, or any user-input pipeline."}, "properties": {"repobilityId": 81660, "scanner": "repobility-threat-engine", "fingerprint": "09d034acde35f3734e020512df453b68aa29b036df03f5cdd71f8918ef0eeadf", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map(([id, serialized]) => `\\t\\t${JSON.stringify(id)}: ${serialized}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|09d034acde35f3734e020512df453b68aa29b036df03f5cdd71f8918ef0eeadf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ai/scripts/generate-image-models.ts"}, "region": {"startLine": 103}}}]}, {"ruleId": "SEC040", "level": "error", "message": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that interpolates server-supplied or user-supplied data is the canonical stored/reflected XSS vector. The browser parses the HTML and executes any <script> or event-handler attributes in the data. CWE-79. Especially dangerous when the data comes from a CV parser, profile field, or any user-input pipeline."}, "properties": {"repobilityId": 81659, "scanner": "repobility-threat-engine", "fingerprint": "265ae9ecf9fd5c1a6e9602c8b0ad9a15565f87ca203997dd7c479468f93b3aa7", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map(([k, v]) => `${k}=${safeJsonStringify(v)}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|265ae9ecf9fd5c1a6e9602c8b0ad9a15565f87ca203997dd7c479468f93b3aa7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/compaction/utils.ts"}, "region": {"startLine": 117}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/github-script` pinned to mutable ref `@v7`"}, "properties": {"repobilityId": 81627, "scanner": "repobility-supply-chain", "fingerprint": "20a24ec8f982b93c082461e4e4a0c8b125e974f6815c2023fe9b2bceae8e4980", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|20a24ec8f982b93c082461e4e4a0c8b125e974f6815c2023fe9b2bceae8e4980"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pr-gate.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/github-script` pinned to mutable ref `@v7`"}, "properties": {"repobilityId": 81626, "scanner": "repobility-supply-chain", "fingerprint": "22eb26a74647e09e3d62f94ef52196f25a38efe214302bda227ea8291930e1d0", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|22eb26a74647e09e3d62f94ef52196f25a38efe214302bda227ea8291930e1d0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/issue-gate.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/github-script` pinned to mutable ref `@v7`"}, "properties": {"repobilityId": 81625, "scanner": "repobility-supply-chain", "fingerprint": "ed8f1f22d8d26fc2c088c3f99c82a521880f7c2bc525b0dae7f34ee534e3de48", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|ed8f1f22d8d26fc2c088c3f99c82a521880f7c2bc525b0dae7f34ee534e3de48"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/openclaw-gate.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 81624, "scanner": "repobility-supply-chain", "fingerprint": "80b9f168ac22c67b2c9018ce048df9d0722681a48d71a6e21a0c1a0e762f08bb", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|80b9f168ac22c67b2c9018ce048df9d0722681a48d71a6e21a0c1a0e762f08bb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 81623, "scanner": "repobility-supply-chain", "fingerprint": "50132cb16c793c49169bb7af9c0d8d0ccaca0f66d26c40a177b8b0254d2cada8", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|50132cb16c793c49169bb7af9c0d8d0ccaca0f66d26c40a177b8b0254d2cada8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 81622, "scanner": "repobility-supply-chain", "fingerprint": "1fb0d2eed3e21ed9bc569d3fd57208cbc1a17398b35a60217993fa7fa03eb45d", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|1fb0d2eed3e21ed9bc569d3fd57208cbc1a17398b35a60217993fa7fa03eb45d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/npm-audit.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 81621, "scanner": "repobility-supply-chain", "fingerprint": "3a6817029652e7e296c601235feb959150f914d968f5de74a60be6d3608e453b", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|3a6817029652e7e296c601235feb959150f914d968f5de74a60be6d3608e453b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/npm-audit.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/github-script` pinned to mutable ref `@v7`"}, "properties": {"repobilityId": 81620, "scanner": "repobility-supply-chain", "fingerprint": "f562013ab28100c355e4ae0c4840c86627a4ed6a5f2081a639a057364bc864d7", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|f562013ab28100c355e4ae0c4840c86627a4ed6a5f2081a639a057364bc864d7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/approve-contributor.yml"}, "region": {"startLine": 149}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/github-script` pinned to mutable ref `@v7`"}, "properties": {"repobilityId": 81619, "scanner": "repobility-supply-chain", "fingerprint": "ef84ec398215d7c6dd5daa0af0f7d70e40f61ef856eed1fe6b372723d3217f35", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|ef84ec398215d7c6dd5daa0af0f7d70e40f61ef856eed1fe6b372723d3217f35"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/approve-contributor.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 81618, "scanner": "repobility-supply-chain", "fingerprint": "25636c5105edcee1cc20e195f365823e5dc702f84bed828baba58ca736712d6a", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|25636c5105edcee1cc20e195f365823e5dc702f84bed828baba58ca736712d6a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/approve-contributor.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "GHSA-5xrq-8626-4rwp", "level": "error", "message": {"text": "vitest: GHSA-5xrq-8626-4rwp"}, "properties": {"repobilityId": 81706, "scanner": "osv-scanner", "fingerprint": "368ce7fd403535058d00f45426a4cac4271814ffd591ff0553a0891221ef9c8e", "category": "dependency", "severity": "critical", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-47429"], "package": "vitest", "rule_id": "GHSA-5xrq-8626-4rwp", "scanner": "osv-scanner", "correlation_key": "vuln|vitest|CVE-2026-47429|package-lock.json"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package-lock.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED035", "level": "error", "message": {"text": "[MINED035] Js New Function: new Function(...) compiles strings to functions."}, "properties": {"repobilityId": 81689, "scanner": "repobility-threat-engine", "fingerprint": "c77aedccadc56e178bf9df1830e64cbc98a1ee4a7d13fd0d8b9bae6ea956f5d1", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-new-function", "owasp": null, "cwe_ids": ["CWE-95"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347980+00:00", "triaged_in_corpus": 20, "observations_count": 2547, "ai_coder_pattern_id": 104}, "scanner": "repobility-threat-engine", "correlation_key": "fp|c77aedccadc56e178bf9df1830e64cbc98a1ee4a7d13fd0d8b9bae6ea956f5d1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/coding-agent/examples/extensions/doom-overlay/doom-engine.ts"}, "region": {"startLine": 65}}}]}, {"ruleId": "MINED019", "level": "error", "message": {"text": "[MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) \u2014 full RCE via templates."}, "properties": {"repobilityId": 81667, "scanner": "repobility-threat-engine", "fingerprint": "b271d268f3ce82c3d1b88af5d19e1cf35748d861bdb2184484718cdfba847220", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ssti-jinja-from-string", "owasp": "A03:2021", "cwe_ids": ["CWE-94"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347943+00:00", "triaged_in_corpus": 20, "observations_count": 47984, "ai_coder_pattern_id": 34}, "scanner": "repobility-threat-engine", "correlation_key": "fp|b271d268f3ce82c3d1b88af5d19e1cf35748d861bdb2184484718cdfba847220"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/agent/src/harness/prompt-templates.ts"}, "region": {"startLine": 85}}}]}]}]}