{"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": "WEB003", "name": "Public web service has no security.txt", "shortDescription": {"text": "Public web service has no security.txt"}, "fullDescription": {"text": "security.txt gives researchers and customers a safe disclosure channel. Public web apps and APIs should publish it under /.well-known/security.txt."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "medium", "confidence": 0.78, "cwe": "", "owasp": ""}}, {"id": "WEB015", "name": "Public web app has no Content Security Policy", "shortDescription": {"text": "Public web app has no Content Security Policy"}, "fullDescription": {"text": "A Content Security Policy reduces the blast radius of injected scripts if the app is ever served through preview, static hosting, or a web container outside its normal sandbox."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "medium", "confidence": 0.7, "cwe": "", "owasp": ""}}, {"id": "AUC001", "name": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobilit", "shortDescription": {"text": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "fullDescription": {"text": "The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.92, "cwe": "CWE-285", "owasp": "WSTG-AUTHZ"}}, {"id": "SEC041", "name": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noref", "shortDescription": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and"}, "fullDescription": {"text": "Add rel=\"noopener noreferrer\" to every <a target=\"_blank\">:\n  <a href=\"...\" target=\"_blank\" rel=\"noopener noreferrer\">link</a>\nFor dynamically generated links from JS, set rel on the element before appending. Even safe-looking subdomains should harden \u2014 costs nothing."}, "properties": {"scanner": "repobility-threat-engine", "category": "security", "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": "SEC134", "name": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left ", "shortDescription": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets"}, "fullDescription": {"text": "Move dummy values to fixtures / seed files. In application code, require these to come from config or fail closed. Add a CI grep that rejects 'lorem ipsum' and 'example.com' outside test files."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "AGT006", "name": "React interval is created without an explicit cleanup", "shortDescription": {"text": "React interval is created without an explicit cleanup"}, "fullDescription": {"text": "Intervals created in React hooks or components should be cleared on unmount. Missing cleanup can keep stale callbacks alive after recording, polling, or overlay components close."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.78, "cwe": "", "owasp": ""}}, {"id": "DEPCUR-NPM", "name": "npm package `@sage/design-tokens` is 14 major version(s) behind (4.29.0 -> 18.6.0)", "shortDescription": {"text": "npm package `@sage/design-tokens` is 14 major version(s) behind (4.29.0 -> 18.6.0)"}, "fullDescription": {"text": "`@sage/design-tokens` is pinned/resolved at 4.29.0 but the latest stable release on the npm registry is 18.6.0 (14 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": "WEB011", "name": "Public web app has no humans.txt", "shortDescription": {"text": "Public web app has no humans.txt"}, "fullDescription": {"text": "humans.txt is optional, but it gives operators and reviewers a simple place to find ownership, contact, and important public documentation links."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "low", "confidence": 0.5, "cwe": "", "owasp": ""}}, {"id": "WEB008", "name": "Public docs site has no llms.txt", "shortDescription": {"text": "Public docs site has no llms.txt"}, "fullDescription": {"text": "AI coding agents increasingly read llms.txt to find canonical docs and API workflows. Without it, agents are more likely to browse pages repeatedly or use stale instructions."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "low", "confidence": 0.64, "cwe": "", "owasp": ""}}, {"id": "WEB002", "name": "Public web app has no sitemap", "shortDescription": {"text": "Public web app has no sitemap"}, "fullDescription": {"text": "A sitemap gives search engines, docs crawlers, and AI agents a structured list of public pages. Without one, important docs and product pages are easy to miss."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "WEB001", "name": "Public web app has no robots.txt", "shortDescription": {"text": "Public web app has no robots.txt"}, "fullDescription": {"text": "Public websites should publish a robots.txt file so crawlers and AI agents can discover crawl rules and sitemap locations without guessing."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "low", "confidence": 0.74, "cwe": "", "owasp": ""}}, {"id": "AUC005", "name": "[AUC005] No authorization-focused tests detected: No test files with common authorization, ownership, 403, admin, or sup", "shortDescription": {"text": "[AUC005] No authorization-focused tests detected: No test files with common authorization, ownership, 403, admin, or super_admin assertions were found."}, "fullDescription": {"text": "No test files with common authorization, ownership, 403, admin, or super_admin assertions were found."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "low", "confidence": 0.76, "cwe": "CWE-285", "owasp": "WSTG-AUTHZ"}}, {"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": "MINED054", "name": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely.", "shortDescription": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-704 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED057", "name": "[MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness \u2014 left for later but never resolve", "shortDescription": {"text": "[MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness \u2014 left for later but never resolved."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED052", "name": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety.", "shortDescription": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-704 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC040", "name": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data (and 3 more): Same pattern found in 3 additional fil", "shortDescription": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data (and 3 more): Same pattern found in 3 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": "MINED043", "name": "[MINED043] Http Not Https (and 4 more): Same pattern found in 4 additional files. Review if needed.", "shortDescription": {"text": "[MINED043] Http Not Https (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "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": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED044", "name": "[MINED044] Js Console Log Prod (and 6 more): Same pattern found in 6 additional files. Review if needed.", "shortDescription": {"text": "[MINED044] Js Console Log Prod (and 6 more): Same pattern found in 6 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": "MINED056", "name": "[MINED056] React Key As Index: key={index} in map() \u2014 re-renders the wrong elements on re-order.", "shortDescription": {"text": "[MINED056] React Key As Index: key={index} in map() \u2014 re-renders the wrong elements on re-order."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-682 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED045", "name": "[MINED045] Ts Non Null Assertion (and 19 more): Same pattern found in 19 additional files. Review if needed.", "shortDescription": {"text": "[MINED045] Ts Non Null Assertion (and 19 more): Same pattern found in 19 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": "SEC027", "name": "[SEC027] XML External Entity (XXE) \u2014 Node.js xml parsers: Node.js XML parsers can expand external entities if not config", "shortDescription": {"text": "[SEC027] XML External Entity (XXE) \u2014 Node.js xml parsers: Node.js XML parsers can expand external entities if not configured. libxmljs in particular has had XXE CVEs."}, "fullDescription": {"text": "Pass `noent: false` to libxmljs. Avoid xml2js or pass explicit secure config. Prefer parsers that don't expand external entities at all."}, "properties": {"scanner": "repobility-threat-engine", "category": "xxe", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC085", "name": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. ", "shortDescription": {"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)."}, "fullDescription": {"text": "Use execFile / spawn with separate args array; never pass shell strings."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC029", "name": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input: Outbound HTTP request to a user-controlled ", "shortDescription": {"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 e"}, "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": "high", "confidence": 1.0, "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": "SEC128", "name": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns", "shortDescription": {"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, ra"}, "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": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED115", "name": "Action `actions/setup-node` pinned to mutable ref `@v6`", "shortDescription": {"text": "Action `actions/setup-node` pinned to mutable ref `@v6`"}, "fullDescription": {"text": "`uses: actions/setup-node@v6` 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": "MINED126", "name": "Workflow container/services image `mcr.microsoft.com/playwright:v1.55.1-noble` unpinned", "shortDescription": {"text": "Workflow container/services image `mcr.microsoft.com/playwright:v1.55.1-noble` unpinned"}, "fullDescription": {"text": "`container/services image: mcr.microsoft.com/playwright:v1.55.1-noble` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "SEC009", "name": "[SEC009] .env File Committed: .env file with secrets committed to repository.", "shortDescription": {"text": "[SEC009] .env File Committed: .env file with secrets committed to repository."}, "fullDescription": {"text": "Add .env to .gitignore. Rotate all exposed credentials."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED116", "name": "Workflow uses `secrets.CHROMATIC_WORKFLOW_TOKEN` on a `pull_request` trigger", "shortDescription": {"text": "Workflow uses `secrets.CHROMATIC_WORKFLOW_TOKEN` on a `pull_request` trigger"}, "fullDescription": {"text": "This workflow triggers on `pull_request`, which checks out the FORK's code. Referencing `${ secrets.CHROMATIC_WORKFLOW_TOKEN }` lets a PR from any fork exfiltrate the secret (modify a script, log the value, etc.). Use `pull_request_target` ONLY with strict checkout discipline (no fork code in the trusted context)."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "critical", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "CORE_ENV_FILE", "name": ".env file committed to repository", "shortDescription": {"text": ".env file committed to repository"}, "fullDescription": {"text": "Remove .env from version control: git rm --cached .env. Add '.env' to .gitignore. Rotate all exposed credentials."}, "properties": {"scanner": "repobility-core", "category": "security", "severity": "critical", "confidence": null, "cwe": "", "owasp": ""}}]}}, "automationDetails": {"id": "repobility/964"}, "properties": {"repository": "Sage/carbon", "repoUrl": "https://github.com/Sage/carbon", "branch": "master"}, "results": [{"ruleId": "WEB003", "level": "warning", "message": {"text": "Public web service has no security.txt"}, "properties": {"repobilityId": 90522, "scanner": "repobility-web-presence", "fingerprint": "5cd26606c5a53c9f403ff7a92a6917c19cf440a23ce03e2b90e8c493312ef8cd", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Repository looks like a public web app/API but no security.txt file or route was discovered.", "evidence": {"rule_id": "WEB003", "scanner": "repobility-web-presence", "references": ["https://www.rfc-editor.org/rfc/rfc9116", "https://github.com/Lissy93/web-check"], "correlation_key": "fp|5cd26606c5a53c9f403ff7a92a6917c19cf440a23ce03e2b90e8c493312ef8cd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".well-known/security.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "WEB015", "level": "warning", "message": {"text": "Public web app has no Content Security Policy"}, "properties": {"repobilityId": 90521, "scanner": "repobility-web-presence", "fingerprint": "7eb70cae3ff63d8ed7c31706185d32b37655333b40b58ca826d740b08fb1ad63", "category": "quality", "severity": "medium", "confidence": 0.7, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Repository looks like a public web app but no CSP header, framework header config, Helmet policy, or CSP meta tag was discovered.", "evidence": {"rule_id": "WEB015", "scanner": "repobility-web-presence", "references": ["https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP", "https://github.com/Lissy93/web-check"], "correlation_key": "fp|7eb70cae3ff63d8ed7c31706185d32b37655333b40b58ca826d740b08fb1ad63"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 1}}}]}, {"ruleId": "AUC001", "level": "warning", "message": {"text": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "properties": {"repobilityId": 90515, "scanner": "repobility-access-control", "fingerprint": "f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10", "category": "auth", "severity": "medium", "confidence": 0.92, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"scanner": "repobility-access-control", "frameworks": ["Express", "Next.js"], "expected_files": [".repobility/access.yml", ".repobility/access.yaml", ".repobility/access.json", ".repobility/authorization.yml"], "correlation_key": "fp|f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10"}}}, {"ruleId": "SEC041", "level": "warning", "message": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and the parent tab quietly navigates to attacker-controlled content (reverse tabnabbing). OWASP-classic; modern browsers default rel='noopener' for new windows but explicit attribute is still required for compatibility."}, "properties": {"repobilityId": 90513, "scanner": "repobility-threat-engine", "fingerprint": "e3c50edda7b2e05705ae901cd5d83ccfffb6d86f65885b0c9e0b4dcd9aa4cda5", "category": "security", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "window.open(\"https://carbon.sage.com\", \"_blank\", \"noopener noreferrer\")", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC041", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|security|token|151|sec041"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/vertical-menu/vertical-menu.stories.tsx"}, "region": {"startLine": 151}}}]}, {"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": 90509, "scanner": "repobility-threat-engine", "fingerprint": "2d778dfa4bf69be71f0e632173798f2ecd64515e8a1ba63f614d4a4bb46437fe", "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|14|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/text-editor/__internal__/__ui__/Mentions/helpers.ts"}, "region": {"startLine": 14}}}]}, {"ruleId": "SEC134", "level": "warning", "message": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets to swap them. In production, these break demo flows, send mail to a real example.com host (it's owned by IANA), and leak that the codebase had an AI scaffolding pass."}, "properties": {"repobilityId": 90507, "scanner": "repobility-threat-engine", "fingerprint": "cd91423b4744e79f3849cd8ccb9ba1e61623515b02b609982835af2765afbc5a", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"John Doe\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC134", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|cd91423b4744e79f3849cd8ccb9ba1e61623515b02b609982835af2765afbc5a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/profile/profile.stories.tsx"}, "region": {"startLine": 25}}}]}, {"ruleId": "SEC134", "level": "warning", "message": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets to swap them. In production, these break demo flows, send mail to a real example.com host (it's owned by IANA), and leak that the codebase had an AI scaffolding pass."}, "properties": {"repobilityId": 90506, "scanner": "repobility-threat-engine", "fingerprint": "81ba674e1e29b7c8ed25d6ec33903b70f64bb6c2c686efcb6974e23f17999e0e", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"Lorem ipsum dolor sit amet", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC134", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|81ba674e1e29b7c8ed25d6ec33903b70f64bb6c2c686efcb6974e23f17999e0e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/profile/profile-test.stories.tsx"}, "region": {"startLine": 36}}}]}, {"ruleId": "SEC134", "level": "warning", "message": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets to swap them. In production, these break demo flows, send mail to a real example.com host (it's owned by IANA), and leak that the codebase had an AI scaffolding pass."}, "properties": {"repobilityId": 90505, "scanner": "repobility-threat-engine", "fingerprint": "c0cb4b11b7b896f2a730c299ff78b0b366d63c1e085e3439a55f7162d9dc8b3a", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"John Doe\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC134", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|c0cb4b11b7b896f2a730c299ff78b0b366d63c1e085e3439a55f7162d9dc8b3a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/profile/component.test-pw.tsx"}, "region": {"startLine": 13}}}]}, {"ruleId": "AGT006", "level": "warning", "message": {"text": "React interval is created without an explicit cleanup"}, "properties": {"repobilityId": 90475, "scanner": "repobility-agent-runtime", "fingerprint": "e033d7f587bb58eb2d280da35cd12227028dcba40dc3eef2c920fbcb97f14e20", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File uses setInterval with useEffect or hook-style code and no clearInterval cleanup was found.", "evidence": {"rule_id": "AGT006", "scanner": "repobility-agent-runtime", "references": ["https://react.dev/reference/react/useEffect"], "correlation_key": "fp|e033d7f587bb58eb2d280da35cd12227028dcba40dc3eef2c920fbcb97f14e20"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/adaptive-sidebar/adaptive-sidebar.stories.tsx"}, "region": {"startLine": 551}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@sage/design-tokens` is 14 major version(s) behind (4.29.0 -> 18.6.0)"}, "properties": {"repobilityId": 90474, "scanner": "repobility-dependency-currency", "fingerprint": "d42788ce125832c9818715ffd0bfa319982ac2a14ce14d3d6e860dc41a51d27c", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "14 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@sage/design-tokens", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "18.6.0", "correlation_key": "fp|d42788ce125832c9818715ffd0bfa319982ac2a14ce14d3d6e860dc41a51d27c", "current_version": "4.29.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@rollup/plugin-commonjs` is 1 major version(s) behind (28.0.6 -> 29.0.3)"}, "properties": {"repobilityId": 90472, "scanner": "repobility-dependency-currency", "fingerprint": "1f17b4b3f48f5c31209af59aa2dfd578a05ea1efe58589b87cb37df6d169f408", "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": "@rollup/plugin-commonjs", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "29.0.3", "correlation_key": "fp|1f17b4b3f48f5c31209af59aa2dfd578a05ea1efe58589b87cb37df6d169f408", "current_version": "28.0.6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@eslint/compat` is 1 major version(s) behind (1.4.1 -> 2.1.0)"}, "properties": {"repobilityId": 90471, "scanner": "repobility-dependency-currency", "fingerprint": "47771b2e9b959395f90565a64298193cb516d7ad76b5fcfc8eb6f2f1b6111b56", "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": "@eslint/compat", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "2.1.0", "correlation_key": "fp|47771b2e9b959395f90565a64298193cb516d7ad76b5fcfc8eb6f2f1b6111b56", "current_version": "1.4.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@commitlint/config-conventional` is 4 major version(s) behind (17.8.1 -> 21.0.2)"}, "properties": {"repobilityId": 90469, "scanner": "repobility-dependency-currency", "fingerprint": "f97385cbe27cde0eb02f5bc4b4c598f7eb6b4d22d7e1216c05f557ef86ab08b0", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "4 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@commitlint/config-conventional", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "21.0.2", "correlation_key": "fp|f97385cbe27cde0eb02f5bc4b4c598f7eb6b4d22d7e1216c05f557ef86ab08b0", "current_version": "17.8.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@commitlint/cli` is 4 major version(s) behind (17.8.1 -> 21.0.2)"}, "properties": {"repobilityId": 90468, "scanner": "repobility-dependency-currency", "fingerprint": "a76f472fa35deeca1a6353f54f9c78e931a8da7912473cad4e6b765223807fca", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "4 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@commitlint/cli", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "21.0.2", "correlation_key": "fp|a76f472fa35deeca1a6353f54f9c78e931a8da7912473cad4e6b765223807fca", "current_version": "17.8.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `react-day-picker` is 1 major version(s) behind (9.3.2 -> 10.0.1)"}, "properties": {"repobilityId": 90461, "scanner": "repobility-dependency-currency", "fingerprint": "5b50fdb670f597fecbbd212908ffa004ce78c47c4f55e82e71d243d0a12fccf5", "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": "react-day-picker", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "10.0.1", "correlation_key": "fp|5b50fdb670f597fecbbd212908ffa004ce78c47c4f55e82e71d243d0a12fccf5", "current_version": "9.3.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `chalk` is 2 major version(s) behind (3.0.0 -> 5.6.2)"}, "properties": {"repobilityId": 90459, "scanner": "repobility-dependency-currency", "fingerprint": "ee3ebce9c280cf740e9138b23ed4997622336d7a30a283ab29ad727780dec6dd", "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": "chalk", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "5.6.2", "correlation_key": "fp|ee3ebce9c280cf740e9138b23ed4997622336d7a30a283ab29ad727780dec6dd", "current_version": "3.0.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@floating-ui/react-dom` is 1 major version(s) behind (1.3.0 -> 2.1.8)"}, "properties": {"repobilityId": 90453, "scanner": "repobility-dependency-currency", "fingerprint": "32946d3f59892855f6ed782598c39162b36672b1c361dac45c68c5b379031126", "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": "@floating-ui/react-dom", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "2.1.8", "correlation_key": "fp|32946d3f59892855f6ed782598c39162b36672b1c361dac45c68c5b379031126", "current_version": "1.3.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "WEB011", "level": "note", "message": {"text": "Public web app has no humans.txt"}, "properties": {"repobilityId": 90520, "scanner": "repobility-web-presence", "fingerprint": "bdd551fbe1ab6405480e0d5755632562c2096cb9e9a6a071ef60e4c27a6873f1", "category": "quality", "severity": "low", "confidence": 0.5, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Repository looks like a public web app but no humans.txt file or route was discovered.", "evidence": {"rule_id": "WEB011", "scanner": "repobility-web-presence", "references": ["https://github.com/Lissy93/web-check"], "correlation_key": "fp|bdd551fbe1ab6405480e0d5755632562c2096cb9e9a6a071ef60e4c27a6873f1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "humans.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "WEB008", "level": "note", "message": {"text": "Public docs site has no llms.txt"}, "properties": {"repobilityId": 90519, "scanner": "repobility-web-presence", "fingerprint": "cdce8ed8706710d39c3e7272dad572dd639cff74fd3d2ac62d8f6f522b891d76", "category": "quality", "severity": "low", "confidence": 0.64, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Repository looks public and documentation-heavy but no llms.txt file or route was discovered.", "evidence": {"rule_id": "WEB008", "scanner": "repobility-web-presence", "references": ["https://llmstxt.org/"], "correlation_key": "fp|cdce8ed8706710d39c3e7272dad572dd639cff74fd3d2ac62d8f6f522b891d76"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "llms.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "WEB002", "level": "note", "message": {"text": "Public web app has no sitemap"}, "properties": {"repobilityId": 90518, "scanner": "repobility-web-presence", "fingerprint": "fccbe72d13ca3ba9197ec37b0daa0802fb6d5ebff54b3eb9f09b59b0f8d0acdf", "category": "quality", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Repository looks like a public web app but no sitemap file or route was discovered.", "evidence": {"rule_id": "WEB002", "scanner": "repobility-web-presence", "references": ["https://www.sitemaps.org/protocol.html", "https://github.com/Lissy93/web-check"], "correlation_key": "fp|fccbe72d13ca3ba9197ec37b0daa0802fb6d5ebff54b3eb9f09b59b0f8d0acdf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sitemap.xml"}, "region": {"startLine": 1}}}]}, {"ruleId": "WEB001", "level": "note", "message": {"text": "Public web app has no robots.txt"}, "properties": {"repobilityId": 90517, "scanner": "repobility-web-presence", "fingerprint": "cae3f2223945958e14d8eb90f7965fa26b47011cc5be29c2855a4054937e29c4", "category": "quality", "severity": "low", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Repository looks like a public web app but no robots.txt file or route was discovered.", "evidence": {"rule_id": "WEB001", "scanner": "repobility-web-presence", "references": ["https://www.rfc-editor.org/rfc/rfc9309", "https://github.com/Lissy93/web-check"], "correlation_key": "fp|cae3f2223945958e14d8eb90f7965fa26b47011cc5be29c2855a4054937e29c4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "robots.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "AUC005", "level": "note", "message": {"text": "[AUC005] No authorization-focused tests detected: No test files with common authorization, ownership, 403, admin, or super_admin assertions were found."}, "properties": {"repobilityId": 90516, "scanner": "repobility-access-control", "fingerprint": "c58bb88e6682225dc480b3036f30153044953a3d94f500396678a77324e8d30e", "category": "auth", "severity": "low", "confidence": 0.76, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"scanner": "repobility-access-control", "frameworks": ["Express", "Next.js"], "correlation_key": "fp|c58bb88e6682225dc480b3036f30153044953a3d94f500396678a77324e8d30e"}}}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@dotenvx/dotenvx` is minor version(s) behind (1.42.2 -> 1.71.0)"}, "properties": {"repobilityId": 90470, "scanner": "repobility-dependency-currency", "fingerprint": "7d975dac97cd2b8858c8dd241e062bc38e1859bbba33cbd30444d9fa54d1d08a", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@dotenvx/dotenvx", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.71.0", "correlation_key": "fp|7d975dac97cd2b8858c8dd241e062bc38e1859bbba33cbd30444d9fa54d1d08a", "current_version": "1.42.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@babel/preset-typescript` is minor version(s) behind (7.27.1 -> 7.29.7)"}, "properties": {"repobilityId": 90466, "scanner": "repobility-dependency-currency", "fingerprint": "646d4e6c296d6d77b4b4c9db4554dac6725228bf3f0f987906c9f83bca14753a", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@babel/preset-typescript", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "7.29.7", "correlation_key": "fp|646d4e6c296d6d77b4b4c9db4554dac6725228bf3f0f987906c9f83bca14753a", "current_version": "7.27.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@babel/preset-react` is minor version(s) behind (7.27.1 -> 7.29.7)"}, "properties": {"repobilityId": 90465, "scanner": "repobility-dependency-currency", "fingerprint": "a4143a1f065f7230027b77baaeb47fab8958b0bb5d4b3f39d481787bc8195050", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@babel/preset-react", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "7.29.7", "correlation_key": "fp|a4143a1f065f7230027b77baaeb47fab8958b0bb5d4b3f39d481787bc8195050", "current_version": "7.27.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@babel/preset-env` is minor version(s) behind (7.27.1 -> 7.29.7)"}, "properties": {"repobilityId": 90464, "scanner": "repobility-dependency-currency", "fingerprint": "844686c4d2adf2252be63880f6b02f9a1e3c7bdfaec07eaeb314b1ef7bdc75c9", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@babel/preset-env", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "7.29.7", "correlation_key": "fp|844686c4d2adf2252be63880f6b02f9a1e3c7bdfaec07eaeb314b1ef7bdc75c9", "current_version": "7.27.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@babel/core` is minor version(s) behind (7.27.1 -> 7.29.7)"}, "properties": {"repobilityId": 90463, "scanner": "repobility-dependency-currency", "fingerprint": "ee04ac43f2d59dfd45c3bbffc29d80ab464f9b88525d5d738df28291bc1d303e", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@babel/core", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "7.29.7", "correlation_key": "fp|ee04ac43f2d59dfd45c3bbffc29d80ab464f9b88525d5d738df28291bc1d303e", "current_version": "7.27.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@axe-core/playwright` is minor version(s) behind (4.10.2 -> 4.11.3)"}, "properties": {"repobilityId": 90462, "scanner": "repobility-dependency-currency", "fingerprint": "0a6abd8701487ce25d1ce5d1871e7a1d02a9906c1084cc7133b919e367296829", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@axe-core/playwright", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "4.11.3", "correlation_key": "fp|0a6abd8701487ce25d1ce5d1871e7a1d02a9906c1084cc7133b919e367296829", "current_version": "4.10.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `lexical` is minor version(s) behind (0.38.2 -> 0.45.0)"}, "properties": {"repobilityId": 90460, "scanner": "repobility-dependency-currency", "fingerprint": "baeb2064e7eee59b1f4f72a1d457ba374fe334ea49f8ff9060ec36eb73419bf6", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "lexical", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.45.0", "correlation_key": "fp|baeb2064e7eee59b1f4f72a1d457ba374fe334ea49f8ff9060ec36eb73419bf6", "current_version": "0.38.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@tanstack/react-virtual` is minor version(s) behind (3.13.12 -> 3.14.2)"}, "properties": {"repobilityId": 90457, "scanner": "repobility-dependency-currency", "fingerprint": "aad6cdece2d848d9542fc37e1f1741f7077cfa34466f11136ce6effedd51e6e1", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@tanstack/react-virtual", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "3.14.2", "correlation_key": "fp|aad6cdece2d848d9542fc37e1f1741f7077cfa34466f11136ce6effedd51e6e1", "current_version": "3.13.12"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@lexical/selection` is minor version(s) behind (0.38.2 -> 0.45.0)"}, "properties": {"repobilityId": 90456, "scanner": "repobility-dependency-currency", "fingerprint": "27b5ec4f3327c13ba2271ed39893fea8de6020e866a1a419800702ed35e67570", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@lexical/selection", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.45.0", "correlation_key": "fp|27b5ec4f3327c13ba2271ed39893fea8de6020e866a1a419800702ed35e67570", "current_version": "0.38.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@lexical/link` is minor version(s) behind (0.38.2 -> 0.45.0)"}, "properties": {"repobilityId": 90455, "scanner": "repobility-dependency-currency", "fingerprint": "b386e3651a7c8e60129f7dd6454866f999125a0527bf0da0db76d6d4a2e099ec", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@lexical/link", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.45.0", "correlation_key": "fp|b386e3651a7c8e60129f7dd6454866f999125a0527bf0da0db76d6d4a2e099ec", "current_version": "0.38.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@lexical/headless` is minor version(s) behind (0.38.2 -> 0.45.0)"}, "properties": {"repobilityId": 90454, "scanner": "repobility-dependency-currency", "fingerprint": "67298438463a3cb6d1ba72297ea5eabea74f887394e84446c7d6db4672f93783", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@lexical/headless", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.45.0", "correlation_key": "fp|67298438463a3cb6d1ba72297ea5eabea74f887394e84446c7d6db4672f93783", "current_version": "0.38.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@floating-ui/dom` is minor version(s) behind (1.2.9 -> 1.7.6)"}, "properties": {"repobilityId": 90452, "scanner": "repobility-dependency-currency", "fingerprint": "7278aeb841f11813e8a7f541d8beb5344013b20a4e7d5767e99e9e96fb828eb1", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@floating-ui/dom", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.7.6", "correlation_key": "fp|7278aeb841f11813e8a7f541d8beb5344013b20a4e7d5767e99e9e96fb828eb1", "current_version": "1.2.9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@atlaskit/pragmatic-drag-and-drop-hitbox` is minor version(s) behind (1.1.0 -> 1.2.0)"}, "properties": {"repobilityId": 90451, "scanner": "repobility-dependency-currency", "fingerprint": "46ef570e1d844e5e7086638c1bf02835e1ea9d7fb421c26ce023ee89db709953", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@atlaskit/pragmatic-drag-and-drop-hitbox", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.2.0", "correlation_key": "fp|46ef570e1d844e5e7086638c1bf02835e1ea9d7fb421c26ce023ee89db709953", "current_version": "1.1.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@atlaskit/pragmatic-drag-and-drop` is minor version(s) behind (1.7.7 -> 1.8.1)"}, "properties": {"repobilityId": 90450, "scanner": "repobility-dependency-currency", "fingerprint": "300253bb93786ba5538b456cb873f79d650964eaed8d64c6bfb518d99d718cbc", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@atlaskit/pragmatic-drag-and-drop", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.8.1", "correlation_key": "fp|300253bb93786ba5538b456cb873f79d650964eaed8d64c6bfb518d99d718cbc", "current_version": "1.7.7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90422, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1c6679651c059e5f19111ed18aff73252bda716dfa4ef779b554c56f6c7d60fd", "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": "src/components/alert/components.test-pw.tsx", "duplicate_line": 67, "correlation_key": "fp|1c6679651c059e5f19111ed18aff73252bda716dfa4ef779b554c56f6c7d60fd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/confirm/components.test-pw.tsx"}, "region": {"startLine": 119}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90421, "scanner": "repobility-ai-code-hygiene", "fingerprint": "9fc8eb9580ed4ddb6b261e79849b70dcb69657068acbb63a2924a7f37ee22e88", "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": "src/components/card/card-test.stories.tsx", "duplicate_line": 34, "correlation_key": "fp|9fc8eb9580ed4ddb6b261e79849b70dcb69657068acbb63a2924a7f37ee22e88"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/card/components.test-pw.tsx"}, "region": {"startLine": 113}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90420, "scanner": "repobility-ai-code-hygiene", "fingerprint": "63a43791b09d187e5793c729687876a1bc2ddd2afa892ef647df850ceea6c3df", "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": "src/components/card/card.stories.tsx", "duplicate_line": 145, "correlation_key": "fp|63a43791b09d187e5793c729687876a1bc2ddd2afa892ef647df850ceea6c3df"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/card/components.test-pw.tsx"}, "region": {"startLine": 111}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90419, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d7673abb04c446b7df5ad52d818d2c538e1e45b6004838cf30f57ee74fb75e3b", "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": "src/components/card/card-test.stories.tsx", "duplicate_line": 73, "correlation_key": "fp|d7673abb04c446b7df5ad52d818d2c538e1e45b6004838cf30f57ee74fb75e3b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/card/card.stories.tsx"}, "region": {"startLine": 31}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90418, "scanner": "repobility-ai-code-hygiene", "fingerprint": "8e9a09fed52f93356a1886e26f1795197fbfc8dee651afd217c3f7bca3cfc347", "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": "src/components/carbon-provider/carbon-provider-test.stories.tsx", "duplicate_line": 25, "correlation_key": "fp|8e9a09fed52f93356a1886e26f1795197fbfc8dee651afd217c3f7bca3cfc347"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/carbon-provider/components.test-pw.tsx"}, "region": {"startLine": 6}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90417, "scanner": "repobility-ai-code-hygiene", "fingerprint": "87d91def7ec4134aaae36a2836e50648a5d335bb2f5b1c68d077cec8fcd0f6d7", "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": "src/components/button/button.stories.tsx", "duplicate_line": 39, "correlation_key": "fp|87d91def7ec4134aaae36a2836e50648a5d335bb2f5b1c68d077cec8fcd0f6d7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/button/components.test-pw.tsx"}, "region": {"startLine": 98}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90416, "scanner": "repobility-ai-code-hygiene", "fingerprint": "501a07e68e67bafcfd11a94176b6c173e5ca0141737250209bdfc1c8abda62ee", "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": "src/components/button/__next__/button.pw.tsx", "duplicate_line": 6, "correlation_key": "fp|501a07e68e67bafcfd11a94176b6c173e5ca0141737250209bdfc1c8abda62ee"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/button/button.pw.tsx"}, "region": {"startLine": 6}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90415, "scanner": "repobility-ai-code-hygiene", "fingerprint": "431abcf2ee46d75e00103f2952b850a000ded587e7f72dfff00bf0ef621b5c6c", "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": "src/components/button-minor/button-minor.component.tsx", "duplicate_line": 23, "correlation_key": "fp|431abcf2ee46d75e00103f2952b850a000ded587e7f72dfff00bf0ef621b5c6c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/button/button.component.tsx"}, "region": {"startLine": 165}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90414, "scanner": "repobility-ai-code-hygiene", "fingerprint": "475822dbdb70e4c0e7f4fe2ab29abade8fe02883de0d85fd16a41bac29cd9d61", "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": "src/components/button-minor/button-minor.style.ts", "duplicate_line": 4, "correlation_key": "fp|475822dbdb70e4c0e7f4fe2ab29abade8fe02883de0d85fd16a41bac29cd9d61"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/button/button-types.style.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90413, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2ff884e7623260976e13b2c4a24d4b652fc08395698e2f7e01ad549dabb9d223", "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": "src/components/button-toggle/button-toggle-interaction.stories.tsx", "duplicate_line": 74, "correlation_key": "fp|2ff884e7623260976e13b2c4a24d4b652fc08395698e2f7e01ad549dabb9d223"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/button/button-interaction.stories.tsx"}, "region": {"startLine": 186}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90412, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d202605f8bdb6dd7df39ec49a39311a3becdd0cbc1746578c0d42889df114984", "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": "src/components/button/__next__/button-test.stories.tsx", "duplicate_line": 12, "correlation_key": "fp|d202605f8bdb6dd7df39ec49a39311a3becdd0cbc1746578c0d42889df114984"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/button/__next__/button.stories.tsx"}, "region": {"startLine": 9}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90411, "scanner": "repobility-ai-code-hygiene", "fingerprint": "97e7fb3a51cc4c8db4c068c09456e771eacdabfffd44b11528f1d34375c5e5e1", "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": "src/components/button-minor/button-minor.stories.tsx", "duplicate_line": 26, "correlation_key": "fp|97e7fb3a51cc4c8db4c068c09456e771eacdabfffd44b11528f1d34375c5e5e1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/button-minor/components.test-pw.tsx"}, "region": {"startLine": 24}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90410, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d62474d964205da92db574b4d375cc24ea9a2355d6561e5dac652bdff6946179", "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": "src/components/box/box.stories.tsx", "duplicate_line": 32, "correlation_key": "fp|d62474d964205da92db574b4d375cc24ea9a2355d6561e5dac652bdff6946179"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/box/components.test-pw.tsx"}, "region": {"startLine": 29}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90409, "scanner": "repobility-ai-code-hygiene", "fingerprint": "19907a7d65faddbb066a285a5e81fa7b332f6bc4a733af06572ef0dff536cf02", "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": "src/components/box/box-test.stories.tsx", "duplicate_line": 59, "correlation_key": "fp|19907a7d65faddbb066a285a5e81fa7b332f6bc4a733af06572ef0dff536cf02"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/box/components.test-pw.tsx"}, "region": {"startLine": 5}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90408, "scanner": "repobility-ai-code-hygiene", "fingerprint": "50f9eae551f9c857846e29e51674a39b36f38a968d00e9d30cf4b545ef82c15a", "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": "src/components/batch-selection/batch-selection-test.stories.tsx", "duplicate_line": 43, "correlation_key": "fp|50f9eae551f9c857846e29e51674a39b36f38a968d00e9d30cf4b545ef82c15a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/batch-selection/components.test-pw.tsx"}, "region": {"startLine": 6}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90407, "scanner": "repobility-ai-code-hygiene", "fingerprint": "03bf34cdfdc0be51aa5df8fc5d43128b3c733d39114fb146eabcd58812b770e1", "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": "src/components/batch-selection/batch-selection-interaction.stories.tsx", "duplicate_line": 21, "correlation_key": "fp|03bf34cdfdc0be51aa5df8fc5d43128b3c733d39114fb146eabcd58812b770e1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/batch-selection/batch-selection.stories.tsx"}, "region": {"startLine": 16}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90406, "scanner": "repobility-ai-code-hygiene", "fingerprint": "362f8865cb1ae10508f86d58980deede0b845cebc8f5c6acd2aa0856706947bb", "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": "src/components/anchor-navigation/anchor-navigation-test.stories.tsx", "duplicate_line": 86, "correlation_key": "fp|362f8865cb1ae10508f86d58980deede0b845cebc8f5c6acd2aa0856706947bb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/anchor-navigation/components.test-pw.tsx"}, "region": {"startLine": 39}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90405, "scanner": "repobility-ai-code-hygiene", "fingerprint": "39e403e54ea397ba8116725f2f196c15ab4d0e1ed2e0fc4ae1a4706b506feb9f", "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": "src/components/anchor-navigation/anchor-navigation-test.stories.tsx", "duplicate_line": 43, "correlation_key": "fp|39e403e54ea397ba8116725f2f196c15ab4d0e1ed2e0fc4ae1a4706b506feb9f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/anchor-navigation/anchor-navigation.stories.tsx"}, "region": {"startLine": 38}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90404, "scanner": "repobility-ai-code-hygiene", "fingerprint": "797ba9c1a804b54375eb7ddbea656523995be710a1c24755a0082c62cec053b6", "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": "src/components/alert/alert-test.stories.tsx", "duplicate_line": 84, "correlation_key": "fp|797ba9c1a804b54375eb7ddbea656523995be710a1c24755a0082c62cec053b6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/alert/components.test-pw.tsx"}, "region": {"startLine": 8}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90403, "scanner": "repobility-ai-code-hygiene", "fingerprint": "33ff1da5dc03b7f709886162767dd83ff1ecad2f3bf06682568af397f32414b5", "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": "src/components/advanced-color-picker/advanced-color-picker.stories.tsx", "duplicate_line": 21, "correlation_key": "fp|33ff1da5dc03b7f709886162767dd83ff1ecad2f3bf06682568af397f32414b5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/alert/alert.stories.tsx"}, "region": {"startLine": 16}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90402, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e2e2867d93459d456e685dabf59d84f6df9c0fe536f786b4654e80d8d19789a0", "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": "src/components/advanced-color-picker/advanced-color-picker-test.stories.tsx", "duplicate_line": 27, "correlation_key": "fp|e2e2867d93459d456e685dabf59d84f6df9c0fe536f786b4654e80d8d19789a0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/advanced-color-picker/components.test-pw.tsx"}, "region": {"startLine": 20}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90401, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1eeb2df9815a1881202455c1fab3de02c1deeee4e96d413407557c24f6120ea3", "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": "src/components/advanced-color-picker/advanced-color-picker-test.stories.tsx", "duplicate_line": 26, "correlation_key": "fp|1eeb2df9815a1881202455c1fab3de02c1deeee4e96d413407557c24f6120ea3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/advanced-color-picker/advanced-color-picker.stories.tsx"}, "region": {"startLine": 50}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90400, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c6f057473b91f3c0fa29fee85212688ae818f16a3416f49d7eee0b44bcaeddc5", "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": "src/components/adaptive-sidebar/adaptive-sidebar-test.stories.tsx", "duplicate_line": 240, "correlation_key": "fp|c6f057473b91f3c0fa29fee85212688ae818f16a3416f49d7eee0b44bcaeddc5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/adaptive-sidebar/adaptive-sidebar.stories.tsx"}, "region": {"startLine": 48}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90399, "scanner": "repobility-ai-code-hygiene", "fingerprint": "cd5499ff579417ee9a70648c94420d54b172ec300d86911e3b5f9d078283703b", "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": "src/__internal__/__stories__/z-index-interaction.stories.tsx", "duplicate_line": 288, "correlation_key": "fp|cd5499ff579417ee9a70648c94420d54b172ec300d86911e3b5f9d078283703b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/adaptive-sidebar/adaptive-sidebar-test.stories.tsx"}, "region": {"startLine": 468}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90398, "scanner": "repobility-ai-code-hygiene", "fingerprint": "12931db3a1638d469e295756e4f6be4655384a9e9c714b65279d871a0ffe4fbe", "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": "src/components/adaptive-sidebar/adaptive-sidebar-interaction.stories.tsx", "duplicate_line": 16, "correlation_key": "fp|12931db3a1638d469e295756e4f6be4655384a9e9c714b65279d871a0ffe4fbe"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/adaptive-sidebar/adaptive-sidebar-test.stories.tsx"}, "region": {"startLine": 105}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90397, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d1bb48a87c5ead0141efccf32ad981d6097c529ac532a4dd78455d6c62244b56", "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": "src/components/action-popover/action-popover-interaction.stories.tsx", "duplicate_line": 71, "correlation_key": "fp|d1bb48a87c5ead0141efccf32ad981d6097c529ac532a4dd78455d6c62244b56"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/action-popover/action-popover.stories.tsx"}, "region": {"startLine": 201}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90396, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c2db9232e29b4ecfe45671c19833c900508040fcc5fb26ff550a0712c0536ea8", "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": "src/components/action-popover/action-popover-test.stories.tsx", "duplicate_line": 703, "correlation_key": "fp|c2db9232e29b4ecfe45671c19833c900508040fcc5fb26ff550a0712c0536ea8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/action-popover/action-popover.stories.tsx"}, "region": {"startLine": 41}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90395, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d130430b8088604598bb1841504a367b71bb6a69746b339ba3eba2f9f8da46c9", "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": "src/components/action-popover/action-popover-interaction.stories.tsx", "duplicate_line": 71, "correlation_key": "fp|d130430b8088604598bb1841504a367b71bb6a69746b339ba3eba2f9f8da46c9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/action-popover/action-popover-test.stories.tsx"}, "region": {"startLine": 816}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90394, "scanner": "repobility-ai-code-hygiene", "fingerprint": "6a81f307ac9e794c148b13473eeeafc647a9c8960491a1db1a50af8a8731936f", "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": "src/__internal__/input/input.component.tsx", "duplicate_line": 29, "correlation_key": "fp|6a81f307ac9e794c148b13473eeeafc647a9c8960491a1db1a50af8a8731936f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/__internal__/legacy-input/input.component.tsx"}, "region": {"startLine": 44}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 90393, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2b549fd74162c45e61705ce0ecb7532a04ed48b9e369dac90b3f8626c72267ce", "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": ".storybook/welcome-page/get-started/get-started.component.jsx", "duplicate_line": 16, "correlation_key": "fp|2b549fd74162c45e61705ce0ecb7532a04ed48b9e369dac90b3f8626c72267ce"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".storybook/welcome-page/header/header.component.jsx"}, "region": {"startLine": 25}}}]}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 90512, "scanner": "repobility-threat-engine", "fingerprint": "46ad378332186694c586a3eff006ba88b52048a13daa322dada1afd4067e6f2e", "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|46ad378332186694c586a3eff006ba88b52048a13daa322dada1afd4067e6f2e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/tooltip/tooltip.component.tsx"}, "region": {"startLine": 233}}}]}, {"ruleId": "SEC134", "level": "none", "message": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "properties": {"repobilityId": 90508, "scanner": "repobility-threat-engine", "fingerprint": "9b6b4a1d723ec7da5161443e73b9df392fc4547abeb1ff786b374dab66f0549d", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 3 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 3 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC134", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|9b6b4a1d723ec7da5161443e73b9df392fc4547abeb1ff786b374dab66f0549d"}}}, {"ruleId": "MINED057", "level": "none", "message": {"text": "[MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness \u2014 left for later but never resolved."}, "properties": {"repobilityId": 90500, "scanner": "repobility-threat-engine", "fingerprint": "4e321dfb40d0c9f25381b82839c373528f266a27bf0b334d3bf83ba7b07f1d20", "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": "todo-bomb", "owasp": null, "cwe_ids": [], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348035+00:00", "triaged_in_corpus": 10, "observations_count": 255662, "ai_coder_pattern_id": 4}, "scanner": "repobility-threat-engine", "correlation_key": "fp|4e321dfb40d0c9f25381b82839c373528f266a27bf0b334d3bf83ba7b07f1d20"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/tooltip/tooltip.style.ts"}, "region": {"startLine": 37}}}]}, {"ruleId": "MINED057", "level": "none", "message": {"text": "[MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness \u2014 left for later but never resolved."}, "properties": {"repobilityId": 90499, "scanner": "repobility-threat-engine", "fingerprint": "1d272fc3618440585eb655d9277d23b9864f0a28dc2c13f7408909f4edf2959d", "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": "todo-bomb", "owasp": null, "cwe_ids": [], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348035+00:00", "triaged_in_corpus": 10, "observations_count": 255662, "ai_coder_pattern_id": 4}, "scanner": "repobility-threat-engine", "correlation_key": "fp|1d272fc3618440585eb655d9277d23b9864f0a28dc2c13f7408909f4edf2959d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/tooltip/tooltip-pointer.style.ts"}, "region": {"startLine": 20}}}]}, {"ruleId": "MINED057", "level": "none", "message": {"text": "[MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness \u2014 left for later but never resolved."}, "properties": {"repobilityId": 90498, "scanner": "repobility-threat-engine", "fingerprint": "f75c4c8dece6365aaaf3c5ada0bc289f6f2fa06d4a905905b1b3019d615e3e5a", "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": "todo-bomb", "owasp": null, "cwe_ids": [], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348035+00:00", "triaged_in_corpus": 10, "observations_count": 255662, "ai_coder_pattern_id": 4}, "scanner": "repobility-threat-engine", "correlation_key": "fp|f75c4c8dece6365aaaf3c5ada0bc289f6f2fa06d4a905905b1b3019d615e3e5a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/action-popover/action-popover.style.ts"}, "region": {"startLine": 47}}}]}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 90495, "scanner": "repobility-threat-engine", "fingerprint": "93fb46f7a3add1e4f3277494c76d67ceb64e2dc2f250fe3bb79f4b89f2de1310", "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|93fb46f7a3add1e4f3277494c76d67ceb64e2dc2f250fe3bb79f4b89f2de1310"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/help/help.component.tsx"}, "region": {"startLine": 46}}}]}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 90494, "scanner": "repobility-threat-engine", "fingerprint": "f91ae2fff06edc0c4b6bf86392dfe91aa89b2e6d480a632a1830835e234c5bf8", "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|f91ae2fff06edc0c4b6bf86392dfe91aa89b2e6d480a632a1830835e234c5bf8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/__internal__/utils/helpers/tags/tags.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "SEC040", "level": "none", "message": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "properties": {"repobilityId": 90493, "scanner": "repobility-threat-engine", "fingerprint": "5604b0415ef1c219adfd5f12877e5f4c0affdedeba09d684a49e22087970a270", "category": "xss", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 3 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 3 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|5604b0415ef1c219adfd5f12877e5f4c0affdedeba09d684a49e22087970a270"}}}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "properties": {"repobilityId": 90489, "scanner": "repobility-threat-engine", "fingerprint": "133d0321df668823d68fda7a262cc53d13053f2174d79a753e1fabffb7f20eec", "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": "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", "aggregated": true, "correlation_key": "fp|133d0321df668823d68fda7a262cc53d13053f2174d79a753e1fabffb7f20eec", "aggregated_count": 4}}}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 90488, "scanner": "repobility-threat-engine", "fingerprint": "c65c41b3ae8b675f7ea92214b95f3f524f345729d8ec6b0da15a89f1ba324685", "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|c65c41b3ae8b675f7ea92214b95f3f524f345729d8ec6b0da15a89f1ba324685"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/file-input/file-input.pw.tsx"}, "region": {"startLine": 78}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 90487, "scanner": "repobility-threat-engine", "fingerprint": "15a590a2be0d5077866e973e9f0ac94f50775d90d29fb3a628f1536bf5589f98", "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|15a590a2be0d5077866e973e9f0ac94f50775d90d29fb3a628f1536bf5589f98"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/file-input/file-input-test.stories.tsx"}, "region": {"startLine": 46}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 90486, "scanner": "repobility-threat-engine", "fingerprint": "b853c9a2e4c200bb87cd5cce3e582c0b87ffbdc8e37941a5909662974fbbd259", "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|b853c9a2e4c200bb87cd5cce3e582c0b87ffbdc8e37941a5909662974fbbd259"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".storybook/welcome-page/loves-carbon/loves-carbon.component.jsx"}, "region": {"startLine": 19}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod (and 6 more): Same pattern found in 6 additional files. Review if needed."}, "properties": {"repobilityId": 90485, "scanner": "repobility-threat-engine", "fingerprint": "ea93f5492ff921e9618c4e30a2631c7b1a2bef829e99f8007e5face821b69969", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 6 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|ea93f5492ff921e9618c4e30a2631c7b1a2bef829e99f8007e5face821b69969", "aggregated_count": 6}}}, {"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": 90484, "scanner": "repobility-threat-engine", "fingerprint": "f05bf86e6010f1771abc16a31e2763a3bb8b5d19de203cba24e05db0e1cc034a", "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|f05bf86e6010f1771abc16a31e2763a3bb8b5d19de203cba24e05db0e1cc034a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/check_node_version.mjs"}, "region": {"startLine": 7}}}]}, {"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": 90483, "scanner": "repobility-threat-engine", "fingerprint": "e2f95ecb7ccaf59c5613c4dc12302f0dbe83883144f3fc8adfdd68cb818d2c79", "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|e2f95ecb7ccaf59c5613c4dc12302f0dbe83883144f3fc8adfdd68cb818d2c79"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".storybook/version-picker/index.tsx"}, "region": {"startLine": 64}}}]}, {"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": 90482, "scanner": "repobility-threat-engine", "fingerprint": "8f70f37547017aa2b799ac8dd003caf72eb1e47b2fed6d0132f8dbd562d5ad2e", "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|8f70f37547017aa2b799ac8dd003caf72eb1e47b2fed6d0132f8dbd562d5ad2e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".storybook/version-picker/fetch-data.ts"}, "region": {"startLine": 21}}}]}, {"ruleId": "MINED056", "level": "none", "message": {"text": "[MINED056] React Key As Index: key={index} in map() \u2014 re-renders the wrong elements on re-order."}, "properties": {"repobilityId": 90481, "scanner": "repobility-threat-engine", "fingerprint": "f91fe30581a1028faecf0dfa5931868fa4ff992e18910dc19ac840ed1338bedf", "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": "react-key-as-index", "owasp": null, "cwe_ids": ["CWE-682"], "languages": ["typescript", "tsx", "javascript", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348032+00:00", "triaged_in_corpus": 12, "observations_count": 299917, "ai_coder_pattern_id": 135}, "scanner": "repobility-threat-engine", "correlation_key": "fp|f91fe30581a1028faecf0dfa5931868fa4ff992e18910dc19ac840ed1338bedf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/preview/preview.component.tsx"}, "region": {"startLine": 57}}}]}, {"ruleId": "MINED056", "level": "none", "message": {"text": "[MINED056] React Key As Index: key={index} in map() \u2014 re-renders the wrong elements on re-order."}, "properties": {"repobilityId": 90480, "scanner": "repobility-threat-engine", "fingerprint": "d8a8e61d9a9c32e4d97649f213553576fe171c26e3cb912e7e23520dab7f1613", "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": "react-key-as-index", "owasp": null, "cwe_ids": ["CWE-682"], "languages": ["typescript", "tsx", "javascript", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348032+00:00", "triaged_in_corpus": 12, "observations_count": 299917, "ai_coder_pattern_id": 135}, "scanner": "repobility-threat-engine", "correlation_key": "fp|d8a8e61d9a9c32e4d97649f213553576fe171c26e3cb912e7e23520dab7f1613"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".storybook/utils/translation-keys-table.tsx"}, "region": {"startLine": 30}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion (and 19 more): Same pattern found in 19 additional files. Review if needed."}, "properties": {"repobilityId": 90479, "scanner": "repobility-threat-engine", "fingerprint": "fd5263f259df18a6d881fa012e78c00f0f8814bd1b866788a5442afaae3a615d", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 19 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|fd5263f259df18a6d881fa012e78c00f0f8814bd1b866788a5442afaae3a615d", "aggregated_count": 19}}}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 90478, "scanner": "repobility-threat-engine", "fingerprint": "c76f0a2bfb0e6f6255f4cbce598a642d239c470582872e2ea2db64776a51fbb8", "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|c76f0a2bfb0e6f6255f4cbce598a642d239c470582872e2ea2db64776a51fbb8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/__internal__/fieldset/__next__/fieldset.component.tsx"}, "region": {"startLine": 84}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 90477, "scanner": "repobility-threat-engine", "fingerprint": "88ec6b961b1e9b4dcf90dbb4498a4c12bbcb6c9011d01372e6ca222e7c4e362a", "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|88ec6b961b1e9b4dcf90dbb4498a4c12bbcb6c9011d01372e6ca222e7c4e362a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "jest.config.ts"}, "region": {"startLine": 40}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 90476, "scanner": "repobility-threat-engine", "fingerprint": "964f6e82ab7be9d658ab93845dd6f7938de28ab4ea1c84b910c9ffd8afd23722", "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|964f6e82ab7be9d658ab93845dd6f7938de28ab4ea1c84b910c9ffd8afd23722"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".storybook/manager.ts"}, "region": {"startLine": 16}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `@rollup/plugin-node-resolve` is patch version(s) behind (16.0.1 -> 16.0.3)"}, "properties": {"repobilityId": 90473, "scanner": "repobility-dependency-currency", "fingerprint": "1ccbcf8f904ede32135a912a9a3092953d0f983959beac95370b4292d6c60e51", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@rollup/plugin-node-resolve", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "16.0.3", "correlation_key": "fp|1ccbcf8f904ede32135a912a9a3092953d0f983959beac95370b4292d6c60e51", "current_version": "16.0.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `@babel/types` is patch version(s) behind (7.29.0 -> 7.29.7)"}, "properties": {"repobilityId": 90467, "scanner": "repobility-dependency-currency", "fingerprint": "3af3aab9f5fe947b447842ee0e8663bde9731859fb5336d7326384fd0a9bccd3", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@babel/types", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "7.29.7", "correlation_key": "fp|3af3aab9f5fe947b447842ee0e8663bde9731859fb5336d7326384fd0a9bccd3", "current_version": "7.29.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `@types/styled-system` is patch version(s) behind (5.1.23 -> 5.1.25)"}, "properties": {"repobilityId": 90458, "scanner": "repobility-dependency-currency", "fingerprint": "4fd857856786433bf560a4c1864a184ec2e189683e939628075eacd00527a3e1", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@types/styled-system", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "5.1.25", "correlation_key": "fp|4fd857856786433bf560a4c1864a184ec2e189683e939628075eacd00527a3e1", "current_version": "5.1.23"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "SEC027", "level": "error", "message": {"text": "[SEC027] XML External Entity (XXE) \u2014 Node.js xml parsers: Node.js XML parsers can expand external entities if not configured. libxmljs in particular has had XXE CVEs."}, "properties": {"repobilityId": 90511, "scanner": "repobility-threat-engine", "fingerprint": "97fda74e4e591d82d2c5c284baa85d3802bb8e814d2f028d643f66cea4b85d95", "category": "xxe", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "new DOMParser()", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC027", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|97fda74e4e591d82d2c5c284baa85d3802bb8e814d2f028d643f66cea4b85d95"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/text-editor/__internal__/__utils__/helpers.ts"}, "region": {"startLine": 34}}}]}, {"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": 90510, "scanner": "repobility-threat-engine", "fingerprint": "e5fee3caedea2905b8a373589448813de850f9caf961abf15b45f67636edee28", "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|e5fee3caedea2905b8a373589448813de850f9caf961abf15b45f67636edee28"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/text-editor/__internal__/__ui__/Mentions/helpers.ts"}, "region": {"startLine": 14}}}]}, {"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": 90504, "scanner": "repobility-threat-engine", "fingerprint": "f77cc92835edeb69825fe18bf9cbf1384466357b85f1878c51f30fe6a460d55e", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Url(u", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|f77cc92835edeb69825fe18bf9cbf1384466357b85f1878c51f30fe6a460d55e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/text-editor/__internal__/__utils__/helpers.ts"}, "region": {"startLine": 154}}}]}, {"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": 90503, "scanner": "repobility-threat-engine", "fingerprint": "f7003dfc2aeaa7828e98eb15e297ffd871c88563467fd696779c5105c80056f2", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Url(t", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|f7003dfc2aeaa7828e98eb15e297ffd871c88563467fd696779c5105c80056f2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/text-editor/__internal__/__plugins__/LinkMonitor/link-monitor.plugin.ts"}, "region": {"startLine": 39}}}]}, {"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": 90502, "scanner": "repobility-threat-engine", "fingerprint": "aabfb11cf38ee21172549a6fcd38edcc770c73abaa7f27afa2c6f273e250e3cf", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "URL(f", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|aabfb11cf38ee21172549a6fcd38edcc770c73abaa7f27afa2c6f273e250e3cf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/file-input/file-input.stories.tsx"}, "region": {"startLine": 247}}}]}, {"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": 90501, "scanner": "repobility-threat-engine", "fingerprint": "40bc12934f717629eb742c0a03e1cc32214bcb97cbd34c98b0c3979dc4cb6597", "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(\n          separator", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC083", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|40bc12934f717629eb742c0a03e1cc32214bcb97cbd34c98b0c3979dc4cb6597"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/decimal/decimal.component.tsx"}, "region": {"startLine": 203}}}]}, {"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": 90497, "scanner": "repobility-threat-engine", "fingerprint": "ddc7afa68ad62495738f81af3a311257c5c2c638f08a32a4f006a7bc246994cc", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "entry.listeners.delete(listener);", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|ddc7afa68ad62495738f81af3a311257c5c2c638f08a32a4f006a7bc246994cc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/hooks/useMediaQuery/useMediaQuery.ts"}, "region": {"startLine": 71}}}]}, {"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": 90496, "scanner": "repobility-threat-engine", "fingerprint": "2f36b136aee2ce0592d4c71496f2cdd0131130c590ab5bf062f38a21d04ece23", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "_changeListeners.delete(handler);", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|2f36b136aee2ce0592d4c71496f2cdd0131130c590ab5bf062f38a21d04ece23"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/__spec_helper__/mock-match-media.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": 90492, "scanner": "repobility-threat-engine", "fingerprint": "7d02a0319d834a1abb3aba31676cac2a6a906e40c5085c59024a1d8617eb8d71", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map((radius) => `var(--${radius}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|7d02a0319d834a1abb3aba31676cac2a6a906e40c5085c59024a1d8617eb8d71"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/box/box.style.ts"}, "region": {"startLine": 47}}}]}, {"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": 90491, "scanner": "repobility-threat-engine", "fingerprint": "a3da48dcd1e640e3939fdd22afc0136d719897468ff7bd6cf8373b53d05525fa", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map((value) => `var(--${value}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|a3da48dcd1e640e3939fdd22afc0136d719897468ff7bd6cf8373b53d05525fa"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/__internal__/legacy-input/input.style.ts"}, "region": {"startLine": 25}}}]}, {"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": 90490, "scanner": "repobility-threat-engine", "fingerprint": "dfecc03daafc5325191b46382ebb131d97aa4df831a831134f7053db8a24b6a6", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map((value) => `var(--${value}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|dfecc03daafc5325191b46382ebb131d97aa4df831a831134f7053db8a24b6a6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/__internal__/legacy-input/input-presentation.style.ts"}, "region": {"startLine": 88}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90448, "scanner": "repobility-supply-chain", "fingerprint": "64d43ac7a3d39cff10919302ff6766a104106d8c5fc46b4a6716f04913aec693", "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|64d43ac7a3d39cff10919302ff6766a104106d8c5fc46b4a6716f04913aec693"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/chromatic-push.yml"}, "region": {"startLine": 20}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90447, "scanner": "repobility-supply-chain", "fingerprint": "8dffc200275b6965d98ef1ffbc5220fa18125a42a3512228bef7338f123f567c", "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|8dffc200275b6965d98ef1ffbc5220fa18125a42a3512228bef7338f123f567c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/chromatic-push.yml"}, "region": {"startLine": 17}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90446, "scanner": "repobility-supply-chain", "fingerprint": "aeaa31072e2cdcff6d0b457bdea31ea0550801f5512c2029d15636c7526cf797", "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|aeaa31072e2cdcff6d0b457bdea31ea0550801f5512c2029d15636c7526cf797"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/semantic-commit-lint.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90445, "scanner": "repobility-supply-chain", "fingerprint": "bd91361e78387795922655370f822a7bc6936162554f1815a55c2cf922ad90d3", "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|bd91361e78387795922655370f822a7bc6936162554f1815a55c2cf922ad90d3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/semantic-commit-lint.yml"}, "region": {"startLine": 12}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `github/codeql-action/analyze` pinned to mutable ref `@v3`"}, "properties": {"repobilityId": 90444, "scanner": "repobility-supply-chain", "fingerprint": "4904cedbefec238fd3ab8cf9f21528026bb666e4ad2144385bd4cead2b7c8513", "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|4904cedbefec238fd3ab8cf9f21528026bb666e4ad2144385bd4cead2b7c8513"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/codeql-analysis.yml"}, "region": {"startLine": 32}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `github/codeql-action/autobuild` pinned to mutable ref `@v3`"}, "properties": {"repobilityId": 90443, "scanner": "repobility-supply-chain", "fingerprint": "4a83f8ee0591dedb858e6d3f24904c76f4a7d54ce21c66b5d62537887709bef2", "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|4a83f8ee0591dedb858e6d3f24904c76f4a7d54ce21c66b5d62537887709bef2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/codeql-analysis.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `github/codeql-action/init` pinned to mutable ref `@v3`"}, "properties": {"repobilityId": 90442, "scanner": "repobility-supply-chain", "fingerprint": "fc1a4dcad433159aaf8756d11701d9c2f3664af2c4e82478d1afff62ff163f87", "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|fc1a4dcad433159aaf8756d11701d9c2f3664af2c4e82478d1afff62ff163f87"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/codeql-analysis.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90441, "scanner": "repobility-supply-chain", "fingerprint": "b4e1b072740c0293ba84278519d43a75efd17e46a3e9356338d65398f09825ee", "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|b4e1b072740c0293ba84278519d43a75efd17e46a3e9356338d65398f09825ee"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/codeql-analysis.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `aws-actions/configure-aws-credentials` pinned to mutable ref `@v1`"}, "properties": {"repobilityId": 90440, "scanner": "repobility-supply-chain", "fingerprint": "5aec8cbe3750fce72aca204f5a16ca7a58f90d1b1a742281f62fd2aca1346513", "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|5aec8cbe3750fce72aca204f5a16ca7a58f90d1b1a742281f62fd2aca1346513"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/semantic-release.yml"}, "region": {"startLine": 68}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90439, "scanner": "repobility-supply-chain", "fingerprint": "a09437996bee7746e63163dc56612de27a702732a7e7f77b2a76f851e81f6306", "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|a09437996bee7746e63163dc56612de27a702732a7e7f77b2a76f851e81f6306"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/semantic-release.yml"}, "region": {"startLine": 58}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90438, "scanner": "repobility-supply-chain", "fingerprint": "ef65abe88d025855f09bfe4fc7c896319633ea59077af7e666748058a789ca99", "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|ef65abe88d025855f09bfe4fc7c896319633ea59077af7e666748058a789ca99"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/semantic-release.yml"}, "region": {"startLine": 54}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `crazy-max/ghaction-import-gpg` pinned to mutable ref `@v3.0.1`"}, "properties": {"repobilityId": 90437, "scanner": "repobility-supply-chain", "fingerprint": "a25acf1dafae0bdc8675aa61e547135c9333b67cc984b8ff590743ef6f7849b5", "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|a25acf1dafae0bdc8675aa61e547135c9333b67cc984b8ff590743ef6f7849b5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/semantic-release.yml"}, "region": {"startLine": 31}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90436, "scanner": "repobility-supply-chain", "fingerprint": "ff99402d55c627a1bcfbae71cdc5fe57bfc3c0825bfde194b18f94b625471746", "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|ff99402d55c627a1bcfbae71cdc5fe57bfc3c0825bfde194b18f94b625471746"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/semantic-release.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90435, "scanner": "repobility-supply-chain", "fingerprint": "550d268b5a09bc91c62fcbb1a32bb1854a547f227095ac6c2f968425f1a25f35", "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|550d268b5a09bc91c62fcbb1a32bb1854a547f227095ac6c2f968425f1a25f35"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/semantic-release.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "MINED126", "level": "error", "message": {"text": "Workflow container/services image `mcr.microsoft.com/playwright:v1.55.1-noble` unpinned"}, "properties": {"repobilityId": 90434, "scanner": "repobility-supply-chain", "fingerprint": "ea438a78f4d660a4ac912598132171f576f59990049adea7536fb0fec1af9aef", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-container-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|ea438a78f4d660a4ac912598132171f576f59990049adea7536fb0fec1af9aef"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/playwright.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/upload-artifact` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90433, "scanner": "repobility-supply-chain", "fingerprint": "e1a8314b9e870f38b906ca2c9c07af22b8984905b67e6be967f8af5c41ae40de", "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|e1a8314b9e870f38b906ca2c9c07af22b8984905b67e6be967f8af5c41ae40de"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/playwright.yml"}, "region": {"startLine": 85}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/download-artifact` pinned to mutable ref `@v7`"}, "properties": {"repobilityId": 90432, "scanner": "repobility-supply-chain", "fingerprint": "895f863df40234ac15491ea420636986d236ebb147081030db62013991cc798d", "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|895f863df40234ac15491ea420636986d236ebb147081030db62013991cc798d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/playwright.yml"}, "region": {"startLine": 75}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90431, "scanner": "repobility-supply-chain", "fingerprint": "1128e687fb7627f49e42c603b0bd4aeb2d61702731aaef11ccfb15938a3a9777", "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|1128e687fb7627f49e42c603b0bd4aeb2d61702731aaef11ccfb15938a3a9777"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/playwright.yml"}, "region": {"startLine": 63}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90430, "scanner": "repobility-supply-chain", "fingerprint": "a35236db0be6bdefedf6f8fc2bd71e4cb37893e40d035b8481acb1da2633b6e2", "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|a35236db0be6bdefedf6f8fc2bd71e4cb37893e40d035b8481acb1da2633b6e2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/playwright.yml"}, "region": {"startLine": 62}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/upload-artifact` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90429, "scanner": "repobility-supply-chain", "fingerprint": "8d685f389194cba5a8a4fecab53ec80dd7fbe143b37a32b905b8e36d51666d68", "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|8d685f389194cba5a8a4fecab53ec80dd7fbe143b37a32b905b8e36d51666d68"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/playwright.yml"}, "region": {"startLine": 50}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/cache` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 90428, "scanner": "repobility-supply-chain", "fingerprint": "a54e72fdfcb13ee8eefb09370a397707cb21abae08c62e5c1fe966df28206843", "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|a54e72fdfcb13ee8eefb09370a397707cb21abae08c62e5c1fe966df28206843"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/playwright.yml"}, "region": {"startLine": 30}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90427, "scanner": "repobility-supply-chain", "fingerprint": "5b7aec32b24a6099d1040afa15c324c0a8ea515358d136863175e15d68699dd2", "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|5b7aec32b24a6099d1040afa15c324c0a8ea515358d136863175e15d68699dd2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/playwright.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90426, "scanner": "repobility-supply-chain", "fingerprint": "8c9c8b021c1fc817df36f4dc5bf9d029717be43e772814d1cffff5486bc6b15b", "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|8c9c8b021c1fc817df36f4dc5bf9d029717be43e772814d1cffff5486bc6b15b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/playwright.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90425, "scanner": "repobility-supply-chain", "fingerprint": "71d36952b03b0084337b54c077ce56d417c88d8827f80434fc7c2d19404a9770", "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|71d36952b03b0084337b54c077ce56d417c88d8827f80434fc7c2d19404a9770"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/chromatic.yml"}, "region": {"startLine": 43}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 90424, "scanner": "repobility-supply-chain", "fingerprint": "20e23c21b5f41507dac951ed9e834083659212ae99236c37304cc3e43e4c1a51", "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|20e23c21b5f41507dac951ed9e834083659212ae99236c37304cc3e43e4c1a51"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/chromatic.yml"}, "region": {"startLine": 39}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `octokit/request-action` pinned to mutable ref `@v2.x`"}, "properties": {"repobilityId": 90423, "scanner": "repobility-supply-chain", "fingerprint": "22113517f874ad55a3d3211922c13facce72e52c2309b9f7266221b360b0c972", "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|22113517f874ad55a3d3211922c13facce72e52c2309b9f7266221b360b0c972"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/chromatic.yml"}, "region": {"startLine": 17}}}]}, {"ruleId": "SEC009", "level": "error", "message": {"text": "[SEC009] .env File Committed: .env file with secrets committed to repository."}, "properties": {"repobilityId": 90514, "scanner": "repobility-threat-engine", "fingerprint": "5d2991e6b2f00e4b61d743d1035228f1df1aa036f7a4897f3fc085baaab5fc55", "category": "credential_exposure", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": ".env file exists in repository root", "evidence": {"reason": ".env file exists in repository root", "rule_id": "SEC009", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|5d2991e6b2f00e4b61d743d1035228f1df1aa036f7a4897f3fc085baaab5fc55"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED116", "level": "error", "message": {"text": "Workflow uses `secrets.CHROMATIC_WORKFLOW_TOKEN` on a `pull_request` trigger"}, "properties": {"repobilityId": 90449, "scanner": "repobility-supply-chain", "fingerprint": "a8701789984af366807e4a6cd545179eed6ec93de84f6df80073ea9880e417fb", "category": "dependency", "severity": "critical", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-pull-request-secrets", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|a8701789984af366807e4a6cd545179eed6ec93de84f6df80073ea9880e417fb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pr.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "CORE_ENV_FILE", "level": "error", "message": {"text": ".env file committed to repository"}, "properties": {"repobilityId": 90392, "scanner": "repobility-core", "fingerprint": "23cf83b5b9ef2fbf14bfabb5febcb625a2b459499bad568b550a990d3c7e1f81", "category": "security", "severity": "critical", "confidence": null, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"rule_id": "CORE_ENV_FILE", "scanner": "repobility-core", "correlation_key": "fp|23cf83b5b9ef2fbf14bfabb5febcb625a2b459499bad568b550a990d3c7e1f81"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env"}, "region": {"startLine": 1}}}]}]}]}