{"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": "JRN003", "name": "Frontend API reference is not matched by discovered backend routes", "shortDescription": {"text": "Frontend API reference is not matched by discovered backend routes"}, "fullDescription": {"text": "A frontend string references a same-origin API path that Repobility could not match to backend route inventory. This often causes live 404s in user journeys."}, "properties": {"scanner": "repobility-journey-contract", "category": "quality", "severity": "medium", "confidence": 0.74, "cwe": "", "owasp": ""}}, {"id": "AUC009", "name": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function", "shortDescription": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /a"}, "fullDescription": {"text": "A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/branch/switch."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.68, "cwe": "CWE-285", "owasp": "API5:2023 Broken Function Level Authorization"}}, {"id": "AUC004", "name": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence ", "shortDescription": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/chroma/status."}, "fullDescription": {"text": "An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/chroma/status."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.66, "cwe": "CWE-285", "owasp": "API5:2023 Broken Function Level Authorization"}}, {"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": "DKR001", "name": "Docker final stage has no non-root USER", "shortDescription": {"text": "Docker final stage has no non-root USER"}, "fullDescription": {"text": "Docker images run as root unless the image or Dockerfile switches to a non-root user."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.82, "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": "SEC136", "name": "[SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns ", "shortDescription": {"text": "[SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns success or no-ops. AI agents reach for this pattern when a flaky test or an unfamiliar API throws \u2014 wrap, swallow, retur"}, "fullDescription": {"text": "Catch the specific exception type, log at error level with full exception info, and return a failure-shaped result. If the operation is genuinely best-effort, log at warning and document why in a comment so the next reader (or scanner) knows."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "COMP001", "name": "[COMP001] High cognitive complexity: Function `load_run_results` has cognitive complexity 25 (SonarSource scale). Cognit", "shortDescription": {"text": "[COMP001] High cognitive complexity: Function `load_run_results` has cognitive complexity 25 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recurs"}, "fullDescription": {"text": "Extract nested branches into named helper functions; flatten early-return / guard clauses; replace long if/elif chains with dispatch dicts or polymorphism. SonarQube's threshold for 'should refactor' is 15 \u2014 yours is 25."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 0.95, "cwe": "", "owasp": ""}}, {"id": "AGT012", "name": "Agent control bridge may listen on a network interface without visible auth", "shortDescription": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "fullDescription": {"text": "Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "AGT016", "name": "Codex session log reader may expose prompts or tool-call content", "shortDescription": {"text": "Codex session log reader may expose prompts or tool-call content"}, "fullDescription": {"text": "Codex session JSONL files can contain prompts, tool events, paths, and operational metadata, not only token counts. Token dashboards and exporters should avoid retaining or sharing raw session text."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.73, "cwe": "", "owasp": ""}}, {"id": "AGT015", "name": "Remote install command pipes network code directly to a shell", "shortDescription": {"text": "Remote install command pipes network code directly to a shell"}, "fullDescription": {"text": "Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified."}, "properties": {"scanner": "repobility-agent-runtime", "category": "dependency", "severity": "medium", "confidence": 0.7, "cwe": "", "owasp": ""}}, {"id": "MINED111", "name": "Bare except continues silently", "shortDescription": {"text": "Bare except continues silently"}, "fullDescription": {"text": "Bare `except:` (or `except Exception:`) that runs code without re-raising or logging the exception. Hides real failures and makes bugs hard to diagnose."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "AIC004", "name": "Suspicious implementation file appears unreferenced", "shortDescription": {"text": "Suspicious implementation file appears unreferenced"}, "fullDescription": {"text": "A file created as a fixed/new/final/copy variant is not referenced by imports or path-like strings in the rest of the repository. This is a strong sign that an agent produced code beside the active application path."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "medium", "confidence": 0.78, "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": "DKC010", "name": "Compose service lacks no-new-privileges hardening", "shortDescription": {"text": "Compose service lacks no-new-privileges hardening"}, "fullDescription": {"text": "no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.62, "cwe": "", "owasp": ""}}, {"id": "DKC017", "name": "Database password is wired through an environment variable placeholder", "shortDescription": {"text": "Database password is wired through an environment variable placeholder"}, "fullDescription": {"text": "Environment placeholders are not committed secrets, but database official images often support *_FILE variables so Compose secrets can provide narrower filesystem-based access."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.58, "cwe": "", "owasp": ""}}, {"id": "DKR008", "name": ".dockerignore misses sensitive defaults", "shortDescription": {"text": ".dockerignore misses sensitive defaults"}, "fullDescription": {"text": ".dockerignore exists but does not cover common secret or VCS patterns."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "DKR011", "name": "Dockerfile installs recommended OS packages", "shortDescription": {"text": "Dockerfile installs recommended OS packages"}, "fullDescription": {"text": "Installing recommended packages often pulls in unnecessary runtime surface area."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "DEPCUR-NPM", "name": "npm package `tsx` is minor version(s) behind (^4.21.0 -> 4.22.4)", "shortDescription": {"text": "npm package `tsx` is minor version(s) behind (^4.21.0 -> 4.22.4)"}, "fullDescription": {"text": "`tsx` is pinned/resolved at ^4.21.0 but the latest stable release on the npm registry is 4.22.4 (minor 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": "low", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "AIC003", "name": "Duplicated implementation block across source files", "shortDescription": {"text": "Duplicated implementation block across source files"}, "fullDescription": {"text": "Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.86, "cwe": "", "owasp": ""}}, {"id": "AIC002", "name": "Source file name looks like an AI patch artifact", "shortDescription": {"text": "Source file name looks like an AI patch artifact"}, "fullDescription": {"text": "Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.62, "cwe": "", "owasp": ""}}, {"id": "MINED058", "name": "[MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escaping. Pair with DOMPurify or neve", "shortDescription": {"text": "[MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escaping. Pair with DOMPurify or never use with user data."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-79 / A03:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "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": "MINED054", "name": "[MINED054] Ts As Any (and 8 more): Same pattern found in 8 additional files. Review if needed.", "shortDescription": {"text": "[MINED054] Ts As Any (and 8 more): Same pattern found in 8 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-704 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC128", "name": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 3 more): Same pattern found in 3 addit", "shortDescription": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "fullDescription": {"text": "Add `await` before each async call, or chain with `.then`. If you intentionally want fire-and-forget, prefix with `void` (TS) or assign to `_` (Python with `asyncio.create_task`) to make the intent explicit and survive lint."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC085", "name": "[SEC085] JS: child_process.exec with non-literal (and 5 more): Same pattern found in 5 additional files. Review if neede", "shortDescription": {"text": "[SEC085] JS: child_process.exec with non-literal (and 5 more): Same pattern found in 5 additional files. Review if needed."}, "fullDescription": {"text": "Use execFile / spawn with separate args array; never pass shell strings."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC029", "name": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 4 more): Same pattern found in 4 additi", "shortDescription": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "fullDescription": {"text": "Validate the URL against an allowlist BEFORE fetching:\n  ALLOWED = {'images.example.com', 'cdn.example.com'}\n  host = urlparse(url).hostname\n  if host not in ALLOWED: abort(400)\nOr use a server-side proxy (Imgproxy / serve-files-only-from-S3) that isolates outbound network access from the request handler.\nBlock private CIDRs explicitly: 10/8, 172.16/12, 192.168/16, 169.254/16."}, "properties": {"scanner": "repobility-threat-engine", "category": "ssrf", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED045", "name": "[MINED045] Ts Non Null Assertion (and 10 more): Same pattern found in 10 additional files. Review if needed.", "shortDescription": {"text": "[MINED045] Ts Non Null Assertion (and 10 more): Same pattern found in 10 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": "MINED052", "name": "[MINED052] Ts Any Typed (and 9 more): Same pattern found in 9 additional files. Review if needed.", "shortDescription": {"text": "[MINED052] Ts Any Typed (and 9 more): Same pattern found in 9 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-704 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC020", "name": "[SEC020] Secret Printed to Logs (and 4 more): Same pattern found in 4 additional files. Review if needed.", "shortDescription": {"text": "[SEC020] Secret Printed to Logs (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "fullDescription": {"text": "Log only redacted, hashed, or last-four-style metadata. Rotate any secret that may have reached logs."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED055", "name": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of ", "shortDescription": {"text": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of npm ci."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-1357 / A06:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED044", "name": "[MINED044] Js Console Log Prod (and 54 more): Same pattern found in 54 additional files. Review if needed.", "shortDescription": {"text": "[MINED044] Js Console Log Prod (and 54 more): Same pattern found in 54 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": "AUC003", "name": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby a", "shortDescription": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /v1/memories/:id."}, "fullDescription": {"text": "A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /v1/memories/:id."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "high", "confidence": 0.7, "cwe": "CWE-639", "owasp": "API1:2023 Broken Object Level Authorization"}}, {"id": "DKR006", "name": "Dockerfile pipes a remote script into a shell", "shortDescription": {"text": "Dockerfile pipes a remote script into a shell"}, "fullDescription": {"text": "Piping downloaded code directly into a shell bypasses checksum verification and makes builds dependent on mutable remote content."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "high", "confidence": 0.92, "cwe": "", "owasp": ""}}, {"id": "MINED014", "name": "[MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in node, InsecureSkipVerify:true in G", "shortDescription": {"text": "[MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in node, InsecureSkipVerify:true in Go."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-295 / A02:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "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": "MINED012", "name": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code.", "shortDescription": {"text": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-494 / A08:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC114", "name": "[SEC114] path.join / Path() on user-controlled segment without containment check: filepath.Clean / path.Join on attacker", "shortDescription": {"text": "[SEC114] path.join / Path() on user-controlled segment without containment check: filepath.Clean / path.Join on attacker-supplied segments does NOT prevent escape from the base directory. `../../../etc/passwd` resolves cleanly."}, "fullDescription": {"text": "After joining, re-check containment: `if !strings.HasPrefix(filepath.Clean(joined), filepath.Clean(baseDir)+string(os.PathSeparator)) { error }`. In Node: `path.resolve(base, x); if (!resolved.startsWith(base + path.sep)) throw`."}, "properties": {"scanner": "repobility-threat-engine", "category": "path_traversal", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC040", "name": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that int", "shortDescription": {"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 HTM"}, "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": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC018", "name": "[SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials was committed. AI coding agents ", "shortDescription": {"text": "[SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials was committed. AI coding agents often add these commands while trying to help with setup or deployment, but they can leak live secrets through logs, she"}, "fullDescription": {"text": "Remove the command, use a secret manager or CI masked secret, and rotate any credential that may have been printed."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED115", "name": "Action `actions/setup-node` pinned to mutable ref `@v4`", "shortDescription": {"text": "Action `actions/setup-node` pinned to mutable ref `@v4`"}, "fullDescription": {"text": "`uses: actions/setup-node@v4` 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": "MINED118", "name": "Dockerfile FROM `node:20-bookworm-slim` not pinned by digest", "shortDescription": {"text": "Dockerfile FROM `node:20-bookworm-slim` not pinned by digest"}, "fullDescription": {"text": "`FROM node:20-bookworm-slim` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED113", "name": "Express POST /api/corpus/:name/rebuild has no auth", "shortDescription": {"text": "Express POST /api/corpus/:name/rebuild has no auth"}, "fullDescription": {"text": "Express route POST /api/corpus/:name/rebuild declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"scanner": "repobility-route-auth", "category": "quality", "severity": "high", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "generic-api-key", "name": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.", "shortDescription": {"text": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations."}, "fullDescription": {"text": "Gitleaks detected a committed secret or credential pattern."}, "properties": {"scanner": "gitleaks", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "cwe": "", "owasp": ""}}, {"id": "SEC001", "name": "[SEC001] Hardcoded Password: Hardcoded password found in source code.", "shortDescription": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "fullDescription": {"text": "Use environment variables or a secrets manager."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "critical", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED114", "name": "Admin endpoint without auth: POST /api/admin/shutdown", "shortDescription": {"text": "Admin endpoint without auth: POST /api/admin/shutdown"}, "fullDescription": {"text": "Express route on /admin path (/api/admin/shutdown) with no auth middleware."}, "properties": {"scanner": "repobility-route-auth", "category": "quality", "severity": "critical", "confidence": 0.8, "cwe": "", "owasp": ""}}]}}, "automationDetails": {"id": "repobility/803"}, "properties": {"repository": "thedotmack/claude-mem", "repoUrl": "https://github.com/thedotmack/claude-mem", "branch": "main"}, "results": [{"ruleId": "WEB003", "level": "warning", "message": {"text": "Public web service has no security.txt"}, "properties": {"repobilityId": 68726, "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": 68725, "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": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 68720, "scanner": "repobility-journey-contract", "fingerprint": "528adc1777f4208296e1782e421ccf8ea066ec7fd24fa3b92d4d23cf4f86cd90", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/sessions/init", "correlation_key": "fp|528adc1777f4208296e1782e421ccf8ea066ec7fd24fa3b92d4d23cf4f86cd90", "backend_endpoint_count": 123}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/SessionRoutes.ts"}, "region": {"startLine": 162}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 68719, "scanner": "repobility-journey-contract", "fingerprint": "e66d5e6b13cc38c32e6a4681b95e34173425e69ec183e60353086a66348f91d3", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/auth", "correlation_key": "fp|e66d5e6b13cc38c32e6a4681b95e34173425e69ec183e60353086a66348f91d3", "backend_endpoint_count": 123}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/auth/auth.ts"}, "region": {"startLine": 14}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 68718, "scanner": "repobility-journey-contract", "fingerprint": "cee84a22c1c61b257c6e6befcba6dbda1545222f5a940c1ec2d6f583a1797a30", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/sessions/init", "correlation_key": "fp|cee84a22c1c61b257c6e6befcba6dbda1545222f5a940c1ec2d6f583a1797a30", "backend_endpoint_count": 123}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/integrations/opencode-plugin/index.ts"}, "region": {"startLine": 170}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 68717, "scanner": "repobility-journey-contract", "fingerprint": "d9f93c1e9072584da92849ea989f6cc8370c6a3e885ff52de022c72f0beacee4", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/sessions/init", "correlation_key": "fp|d9f93c1e9072584da92849ea989f6cc8370c6a3e885ff52de022c72f0beacee4", "backend_endpoint_count": 123}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli/handlers/session-init.ts"}, "region": {"startLine": 97}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 68716, "scanner": "repobility-journey-contract", "fingerprint": "cd1f4a382472ca701fba654ec55e23568b23ac068d2a2e353b0baffea8108f44", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/sessions/init", "correlation_key": "fp|cd1f4a382472ca701fba654ec55e23568b23ac068d2a2e353b0baffea8108f44", "backend_endpoint_count": 123}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "openclaw/src/index.ts"}, "region": {"startLine": 717}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/branch/switch."}, "properties": {"repobilityId": 68715, "scanner": "repobility-access-control", "fingerprint": "44df96ed1d80d1befb7c51be706d35b82431fcc8b237587014fdb550d8c73ec2", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/branch/switch", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|44|cwe-285", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/SettingsRoutes.ts"}, "region": {"startLine": 44}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/corpus/:name/reprime."}, "properties": {"repobilityId": 68714, "scanner": "repobility-access-control", "fingerprint": "ed21341ee2f2a3c244d4ee633debadfd12cd165dd22881af94cc32e336e9162a", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/corpus/:name/reprime", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|78|cwe-285", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 78}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/corpus/:name/query."}, "properties": {"repobilityId": 68713, "scanner": "repobility-access-control", "fingerprint": "68dfbc6aca78cdfad2b2368aa9cb9f74958f395ff84d16d5dbec34b8c91f94c2", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/corpus/:name/query", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|77|cwe-285", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 77}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/corpus/:name/prime."}, "properties": {"repobilityId": 68712, "scanner": "repobility-access-control", "fingerprint": "69bbb3fd60471caab83858918edea727795c602648db8fcd36e308976f850928", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/corpus/:name/prime", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|76|cwe-285", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 76}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/corpus/:name/rebuild."}, "properties": {"repobilityId": 68711, "scanner": "repobility-access-control", "fingerprint": "c517153d3fd0a34883faed96bae9f2453962d3eb979ef5aab93efe40b9347ad6", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/corpus/:name/rebuild", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|75|cwe-285", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 75}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: DELETE /api/corpus/:name."}, "properties": {"repobilityId": 68710, "scanner": "repobility-access-control", "fingerprint": "760b31bc231eb35b9cfc2611015cf76a5aa36f83619a8ec254f77afa4635d0b9", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/corpus/:name", "method": "DELETE", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|74|cwe-285", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 74}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /api/corpus/:name."}, "properties": {"repobilityId": 68709, "scanner": "repobility-access-control", "fingerprint": "eee0f10077b13b79f606abfd5f5ee75b40d89437693c622e64ec32042befc785", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/corpus/:name", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|73|cwe-285", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 73}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /api/corpus."}, "properties": {"repobilityId": 68708, "scanner": "repobility-access-control", "fingerprint": "38e7e663d04fb2eea193d90cc2505ec1e90cd5c16f16977ae980ee5df3f49853", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/corpus", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|72|cwe-285", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 72}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/corpus."}, "properties": {"repobilityId": 68707, "scanner": "repobility-access-control", "fingerprint": "36954fa1276648a42046da30631398bd97cdd896a7e55f3b5b5cf0fca0ff1576", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/corpus", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|71|cwe-285", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 71}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/chroma/status."}, "properties": {"repobilityId": 68706, "scanner": "repobility-access-control", "fingerprint": "7fd942262466759feb96b49a0c3cf332cfebdc6020cde2608ebf9da0f26460d4", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/chroma/status", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|11|cwe-285", "identity_targets": ["anonymous", "authenticated"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/ChromaRoutes.ts"}, "region": {"startLine": 11}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /api/logs/clear."}, "properties": {"repobilityId": 68705, "scanner": "repobility-access-control", "fingerprint": "af96750878d116ab626308469edc9defb040ec0a9bafd0a94937c82aee996ce3", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/logs/clear", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|89|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/LogsRoutes.ts"}, "region": {"startLine": 89}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/logs."}, "properties": {"repobilityId": 68704, "scanner": "repobility-access-control", "fingerprint": "59591d2c4a1c622969c0e13fc6de75221cef446c256ae3959c9ec06b8f6d9905", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/logs", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|88|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/LogsRoutes.ts"}, "region": {"startLine": 88}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/search/help."}, "properties": {"repobilityId": 68703, "scanner": "repobility-access-control", "fingerprint": "d438b5293c85526fbe8c9ede186071605b2576f4b54bb55683482ed2f6191e20", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/search/help", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|124|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/SearchRoutes.ts"}, "region": {"startLine": 124}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/timeline/by-query."}, "properties": {"repobilityId": 68702, "scanner": "repobility-access-control", "fingerprint": "403387abc4865d14dcd18f1b9f9c1dc8d1ce443964cb232d06b0dc7f2c65f601", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/timeline/by-query", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|123|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/SearchRoutes.ts"}, "region": {"startLine": 123}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/search."}, "properties": {"repobilityId": 68701, "scanner": "repobility-access-control", "fingerprint": "86b45247619b01039afd80bcc962e9f357969fa397f8fdb584184df9955a5061", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/search", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|103|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/SearchRoutes.ts"}, "region": {"startLine": 103}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/admin/doctor."}, "properties": {"repobilityId": 68700, "scanner": "repobility-access-control", "fingerprint": "25121504e1ae13d353673285920154a93e6007cf4df3a29bbbc6494e41e614ac", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/admin/doctor", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|308|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/server/Server.ts"}, "region": {"startLine": 308}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /api/admin/shutdown."}, "properties": {"repobilityId": 68699, "scanner": "repobility-access-control", "fingerprint": "61b7648185d975f69c87f23b164a0f19a8b14d709a92dd7eda23c1d501d1c9a0", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/admin/shutdown", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|294|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/server/Server.ts"}, "region": {"startLine": 294}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /api/admin/restart."}, "properties": {"repobilityId": 68698, "scanner": "repobility-access-control", "fingerprint": "40fbb176176d328021019d84e7a2f9bf8aacb92818da9952e5afcfa077b833ae", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/admin/restart", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|280|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/server/Server.ts"}, "region": {"startLine": 280}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /v1/jobs."}, "properties": {"repobilityId": 68697, "scanner": "repobility-access-control", "fingerprint": "5e78e3cf2f8139be7663a76c60a574a02f61d3eafb30e290c8af02f6754447a9", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/jobs", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|523|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 523}}}]}, {"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": 68686, "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": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 68674, "scanner": "repobility-docker", "fingerprint": "52eeb4ce500c0a06e4775789dd750911e2e059aebcdce7a091f9af625e25b572", "category": "docker", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "No USER directive was found in the final runtime stage.", "evidence": {"rule_id": "DKR001", "scanner": "repobility-docker", "final_base": "ubuntu:24.04", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|52eeb4ce500c0a06e4775789dd750911e2e059aebcdce7a091f9af625e25b572"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile.test-installer"}, "region": {"startLine": 1}}}]}, {"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": 68643, "scanner": "repobility-threat-engine", "fingerprint": "2d0550c2a7322289a121822ecdec77403920d7b1fbf07961a78e69a9b6b1a5c5", "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|src/sdk/parser.ts|48|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/sdk/parser.ts"}, "region": {"startLine": 48}}}]}, {"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": 68642, "scanner": "repobility-threat-engine", "fingerprint": "339945befed34a2e0a6d3c276c3c4ad838af1048706e71a500deeb99b4baf3c9", "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|16|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/generate-changelog.js"}, "region": {"startLine": 16}}}]}, {"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": 68641, "scanner": "repobility-threat-engine", "fingerprint": "9853b2a05777376f22129b66051da35b20e40ad6d4fb03ef9ea276a5b3094edf", "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|174|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/cleanup-duplicates.ts"}, "region": {"startLine": 174}}}]}, {"ruleId": "SEC136", "level": "warning", "message": {"text": "[SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns success or no-ops. AI agents reach for this pattern when a flaky test or an unfamiliar API throws \u2014 wrap, swallow, return success. Real bugs are masked, observability is destroyed, and callers think the operation worked. CWE-396 (improperly-generalized exception). Distinct from intentional fallback because there's no log line and the success value is fabricated."}, "properties": {"repobilityId": 68636, "scanner": "repobility-threat-engine", "fingerprint": "26ae218dc01242522ead8f5586da4f696f2af09a212f16adcf3ce3a4294804b0", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "} catch (error) {\n    return null;\n  }", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC136", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|26ae218dc01242522ead8f5586da4f696f2af09a212f16adcf3ce3a4294804b0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bug-report/collector.ts"}, "region": {"startLine": 115}}}]}, {"ruleId": "COMP001", "level": "warning", "message": {"text": "[COMP001] High cognitive complexity: Function `load_run_results` has cognitive complexity 25 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: continue=2, elif=1, else=1, except=1, for=1, if=5, nested_bonus=13, or=1."}, "properties": {"repobilityId": 68627, "scanner": "repobility-threat-engine", "fingerprint": "8057bf942b7a3fbb94115024051909bc934eb62faa3f3256d1275324c57be8c8", "category": "quality", "severity": "medium", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 25 (severity threshold for medium: 15+).", "evidence": {"scanner": "repobility-threat-engine", "function": "load_run_results", "breakdown": {"if": 5, "or": 1, "for": 1, "elif": 1, "else": 1, "except": 1, "continue": 2, "nested_bonus": 13}, "complexity": 25, "correlation_key": "fp|8057bf942b7a3fbb94115024051909bc934eb62faa3f3256d1275324c57be8c8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "evals/swebench/summarize.py"}, "region": {"startLine": 40}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 68619, "scanner": "repobility-agent-runtime", "fingerprint": "c4a9c74fc032a1e971730415c9d2875688646ec9ec5d844bf94bf6543ae12172", "category": "quality", "severity": "medium", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File combines agent-control wording with an HTTP/SSE/WebSocket listener on an all-interface host and no visible auth guard.", "evidence": {"rule_id": "AGT012", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|c4a9c74fc032a1e971730415c9d2875688646ec9ec5d844bf94bf6543ae12172"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/SettingsRoutes.ts"}, "region": {"startLine": 2}}}]}, {"ruleId": "AGT016", "level": "warning", "message": {"text": "Codex session log reader may expose prompts or tool-call content"}, "properties": {"repobilityId": 68618, "scanner": "repobility-agent-runtime", "fingerprint": "7b86730fe8aa4464ad66de256f700f94bf199189f80b843dbfae4e4da239f776", "category": "quality", "severity": "medium", "confidence": 0.73, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File reads Codex session JSONL or usage logs and references prompt/message/tool content without visible redaction controls.", "evidence": {"rule_id": "AGT016", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|7b86730fe8aa4464ad66de256f700f94bf199189f80b843dbfae4e4da239f776"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/transcripts/config.ts"}, "region": {"startLine": 10}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 68617, "scanner": "repobility-agent-runtime", "fingerprint": "9471ded2d48cd160e0c9ec027c6e9a031fcb76b88259bd2372b0849c063ad180", "category": "dependency", "severity": "medium", "confidence": 0.7, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File contains a remote download piped directly to a shell without visible checksum or signature verification.", "evidence": {"rule_id": "AGT015", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|9471ded2d48cd160e0c9ec027c6e9a031fcb76b88259bd2372b0849c063ad180"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/integrations/WindsurfHooksInstaller.ts"}, "region": {"startLine": 204}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 68616, "scanner": "repobility-agent-runtime", "fingerprint": "92e97527d7ed6ce6dab347ff58f8907dfe44942ec1953408618dd0d96348b067", "category": "dependency", "severity": "medium", "confidence": 0.7, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File contains a remote download piped directly to a shell without visible checksum or signature verification.", "evidence": {"rule_id": "AGT015", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|92e97527d7ed6ce6dab347ff58f8907dfe44942ec1953408618dd0d96348b067"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/public/architecture/worker-service.mdx"}, "region": {"startLine": 620}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 68615, "scanner": "repobility-agent-runtime", "fingerprint": "1af28982f2f774eebf774cd0b11a2f7c97b5cbb7ea2052d9e24d8faf517dbc2d", "category": "dependency", "severity": "medium", "confidence": 0.7, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File contains a remote download piped directly to a shell without visible checksum or signature verification.", "evidence": {"rule_id": "AGT015", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|1af28982f2f774eebf774cd0b11a2f7c97b5cbb7ea2052d9e24d8faf517dbc2d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "README.md"}, "region": {"startLine": 164}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 68545, "scanner": "repobility-ast-engine", "fingerprint": "b929d018b19f15a687cfd5be4694b0464bf1bc6b2aa4126dcaa9e64f4c6f7416", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "bare-except-without-pass", "owasp": null, "cwe_ids": [], "languages": ["python"], "observations_count": 21610}, "scanner": "repobility-ast-engine", "correlation_key": "fp|b929d018b19f15a687cfd5be4694b0464bf1bc6b2aa4126dcaa9e64f4c6f7416"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "evals/swebench/run-batch.py"}, "region": {"startLine": 485}}}]}, {"ruleId": "AIC004", "level": "warning", "message": {"text": "Suspicious implementation file appears unreferenced"}, "properties": {"repobilityId": 68521, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2c7d8f1b543cfd7f6f29ca03af7677da35f8fc5ccaa969f5cac34c21029af338", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Patch-style source file has no detected inbound reference from other repository files.", "evidence": {"suffix": "fix", "rule_id": "AIC004", "scanner": "repobility-ai-code-hygiene", "references": ["https://knip.dev/", "https://github.com/jendrikseipp/vulture"], "correlation_key": "fp|2c7d8f1b543cfd7f6f29ca03af7677da35f8fc5ccaa969f5cac34c21029af338"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/verify-timestamp-fix.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "WEB011", "level": "note", "message": {"text": "Public web app has no humans.txt"}, "properties": {"repobilityId": 68724, "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": 68723, "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": 68722, "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": 68721, "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": "DKC010", "level": "note", "message": {"text": "Compose service lacks no-new-privileges hardening"}, "properties": {"repobilityId": 68682, "scanner": "repobility-docker", "fingerprint": "b06632d00bc3514a7d980f1df563741552d2fe64ba00470ec56a6d55049d0805", "category": "docker", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "App-like service has no security_opt no-new-privileges setting.", "evidence": {"rule_id": "DKC010", "scanner": "repobility-docker", "service": "claude-mem-worker", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|b06632d00bc3514a7d980f1df563741552d2fe64ba00470ec56a6d55049d0805"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 140}}}]}, {"ruleId": "DKC010", "level": "note", "message": {"text": "Compose service lacks no-new-privileges hardening"}, "properties": {"repobilityId": 68681, "scanner": "repobility-docker", "fingerprint": "00f33b7937ff79581690e247395824c9ee51a7ad7b23eaa970ff7307a91c4615", "category": "docker", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "App-like service has no security_opt no-new-privileges setting.", "evidence": {"rule_id": "DKC010", "scanner": "repobility-docker", "service": "claude-mem-server", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|00f33b7937ff79581690e247395824c9ee51a7ad7b23eaa970ff7307a91c4615"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 90}}}]}, {"ruleId": "DKC017", "level": "note", "message": {"text": "Database password is wired through an environment variable placeholder"}, "properties": {"repobilityId": 68680, "scanner": "repobility-docker", "fingerprint": "71909e49e0c4c4a8c2d15286785440c985949513dcbc6660fee82e9231d1db8a", "category": "docker", "severity": "low", "confidence": 0.58, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Database image supports file-based secret variables, but only placeholder environment variables were found.", "evidence": {"rule_id": "DKC017", "scanner": "repobility-docker", "service": "postgres", "variables": ["POSTGRES_PASSWORD"], "references": ["https://docs.docker.com/compose/how-tos/use-secrets/"], "correlation_key": "fp|71909e49e0c4c4a8c2d15286785440c985949513dcbc6660fee82e9231d1db8a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 54}}}]}, {"ruleId": "DKR008", "level": "note", "message": {"text": ".dockerignore misses sensitive defaults"}, "properties": {"repobilityId": 68675, "scanner": "repobility-docker", "fingerprint": "aea2ad92c68c4ee1f8432bb1ec25e7d45ac12c9e1790ac2d3fffe638b1acce12", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "A Docker build context should exclude secrets and repository metadata.", "evidence": {"rule_id": "DKR008", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|aea2ad92c68c4ee1f8432bb1ec25e7d45ac12c9e1790ac2d3fffe638b1acce12", "missing_patterns": [".env", "id_rsa", "*.pem", "*.key"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".dockerignore"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR011", "level": "note", "message": {"text": "Dockerfile installs recommended OS packages"}, "properties": {"repobilityId": 68673, "scanner": "repobility-docker", "fingerprint": "b0ecc484d4af021e507cb876fe7a2503b3367bdeef46a7986688485a72641ad6", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "apt install appears without --no-install-recommends.", "evidence": {"rule_id": "DKR011", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|b0ecc484d4af021e507cb876fe7a2503b3367bdeef46a7986688485a72641ad6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile.test-installer"}, "region": {"startLine": 20}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `render_diff_markdown` has cognitive complexity 8 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: for=1, if=2, nested_bonus=3, ternary=2."}, "properties": {"repobilityId": 68629, "scanner": "repobility-threat-engine", "fingerprint": "51981d05a5a441c58ba226a1a928d48a0cb5cfbc7ef23c8fcb7a954867f827d6", "category": "quality", "severity": "low", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 8 (severity threshold for low: 8+).", "evidence": {"scanner": "repobility-threat-engine", "function": "render_diff_markdown", "breakdown": {"if": 2, "for": 1, "ternary": 2, "nested_bonus": 3}, "complexity": 8, "correlation_key": "fp|51981d05a5a441c58ba226a1a928d48a0cb5cfbc7ef23c8fcb7a954867f827d6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "evals/swebench/summarize.py"}, "region": {"startLine": 149}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `load_expected_instance_ids` has cognitive complexity 10 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: continue=2, except=1, for=1, if=3, nested_bonus=3."}, "properties": {"repobilityId": 68628, "scanner": "repobility-threat-engine", "fingerprint": "9af154678e43b91f14623052710b007b7c0801cda946dec3deadbfdbc691e4df", "category": "quality", "severity": "low", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 10 (severity threshold for low: 8+).", "evidence": {"scanner": "repobility-threat-engine", "function": "load_expected_instance_ids", "breakdown": {"if": 3, "for": 1, "except": 1, "continue": 2, "nested_bonus": 3}, "complexity": 10, "correlation_key": "fp|9af154678e43b91f14623052710b007b7c0801cda946dec3deadbfdbc691e4df"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "evals/swebench/summarize.py"}, "region": {"startLine": 13}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `tsx` is minor version(s) behind (^4.21.0 -> 4.22.4)"}, "properties": {"repobilityId": 68612, "scanner": "repobility-dependency-currency", "fingerprint": "7d4c0de938fa6a625d242b543e03eeafeec4b2462082cf4fd32b6aa1f808d7a4", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "tsx", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "4.22.4", "correlation_key": "fp|7d4c0de938fa6a625d242b543e03eeafeec4b2462082cf4fd32b6aa1f808d7a4", "current_version": "^4.21.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `yaml` is minor version(s) behind (^2.8.4 -> 2.9.0)"}, "properties": {"repobilityId": 68607, "scanner": "repobility-dependency-currency", "fingerprint": "7f1145609adc0be4ec06c6befca57102aff674ece33ac914d8e34e31a0cef54d", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "yaml", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "2.9.0", "correlation_key": "fp|7f1145609adc0be4ec06c6befca57102aff674ece33ac914d8e34e31a0cef54d", "current_version": "^2.8.4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `pg` is minor version(s) behind (^8.20.0 -> 8.21.0)"}, "properties": {"repobilityId": 68605, "scanner": "repobility-dependency-currency", "fingerprint": "85e30910df1db60903c2981e52ae80895441bd6713e5cf0c5c70d86944b20827", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "pg", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "8.21.0", "correlation_key": "fp|85e30910df1db60903c2981e52ae80895441bd6713e5cf0c5c70d86944b20827", "current_version": "^8.20.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `ioredis` is minor version(s) behind (^5.10.1 -> 5.11.1)"}, "properties": {"repobilityId": 68604, "scanner": "repobility-dependency-currency", "fingerprint": "cd8f6b1d6cd7222b21bb6e090b2262a84bda7ccf15f625fe40974e7e910bf8ce", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "ioredis", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "5.11.1", "correlation_key": "fp|cd8f6b1d6cd7222b21bb6e090b2262a84bda7ccf15f625fe40974e7e910bf8ce", "current_version": "^5.10.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@clack/prompts` is minor version(s) behind (^1.3.0 -> 1.5.1)"}, "properties": {"repobilityId": 68602, "scanner": "repobility-dependency-currency", "fingerprint": "1f973d678c8993ce0846dbc9ec5b40cf9f86304c1fcac98ed2510f8dbfc8aebf", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@clack/prompts", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.5.1", "correlation_key": "fp|1f973d678c8993ce0846dbc9ec5b40cf9f86304c1fcac98ed2510f8dbfc8aebf", "current_version": "^1.3.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@anthropic-ai/claude-agent-sdk` is minor version(s) behind (^0.2.138 -> 0.3.165)"}, "properties": {"repobilityId": 68600, "scanner": "repobility-dependency-currency", "fingerprint": "c04b9cc05828c0a313304f716fba65102f34c8ad2818d7dfd85358da75cb363f", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@anthropic-ai/claude-agent-sdk", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.3.165", "correlation_key": "fp|c04b9cc05828c0a313304f716fba65102f34c8ad2818d7dfd85358da75cb363f", "current_version": "^0.2.138"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68544, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c73d9ff8e7573558887503cb87c664bbf154992e618edd287ceb224a24625bcb", "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/storage/postgres/agent-events.ts", "duplicate_line": 42, "correlation_key": "fp|c73d9ff8e7573558887503cb87c664bbf154992e618edd287ceb224a24625bcb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/storage/postgres/server-sessions.ts"}, "region": {"startLine": 240}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68543, "scanner": "repobility-ai-code-hygiene", "fingerprint": "741a97a26cff21608a5cbffe5464ab424a9c37331d19836c12e9f1fe59ace305", "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/server/generation/ProviderObservationGenerator.ts", "duplicate_line": 234, "correlation_key": "fp|741a97a26cff21608a5cbffe5464ab424a9c37331d19836c12e9f1fe59ace305"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/storage/postgres/generation-jobs.ts"}, "region": {"startLine": 392}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68542, "scanner": "repobility-ai-code-hygiene", "fingerprint": "ecc86aec63a2e530fbb9208e0bb60140e791c46df7da367ec3e4c0f6d030293e", "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/services/context/sections/TimelineRenderer.ts", "duplicate_line": 14, "correlation_key": "fp|ecc86aec63a2e530fbb9208e0bb60140e791c46df7da367ec3e4c0f6d030293e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/shared/timeline-formatting.ts"}, "region": {"startLine": 75}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68541, "scanner": "repobility-ai-code-hygiene", "fingerprint": "0c18de9043463e8b95132f1a4db83b643421303c6d7845b53edf31083ba21341", "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/server/generation/providers/shared/error-classification.ts", "duplicate_line": 34, "correlation_key": "fp|0c18de9043463e8b95132f1a4db83b643421303c6d7845b53edf31083ba21341"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/OpenRouterProvider.ts"}, "region": {"startLine": 20}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68540, "scanner": "repobility-ai-code-hygiene", "fingerprint": "fdd985d7ca429b50db7549f1fd0a238ca5e676c05888fb67ca138276b7cd66f6", "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/services/worker/GeminiProvider.ts", "duplicate_line": 20, "correlation_key": "fp|fdd985d7ca429b50db7549f1fd0a238ca5e676c05888fb67ca138276b7cd66f6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/OpenRouterProvider.ts"}, "region": {"startLine": 19}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68539, "scanner": "repobility-ai-code-hygiene", "fingerprint": "34668321969cf6eea1976e04ca61199b877bd5ea55bfaacb1083a53dcbc27b22", "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/server/generation/providers/shared/error-classification.ts", "duplicate_line": 34, "correlation_key": "fp|34668321969cf6eea1976e04ca61199b877bd5ea55bfaacb1083a53dcbc27b22"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/GeminiProvider.ts"}, "region": {"startLine": 21}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68538, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5c5b90af71df3cfe22203e5f2de71a9f180300faae7acdf09c25b4905d65c72c", "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/services/sqlite/import/bulk.ts", "duplicate_line": 49, "correlation_key": "fp|5c5b90af71df3cfe22203e5f2de71a9f180300faae7acdf09c25b4905d65c72c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/sqlite/types.ts"}, "region": {"startLine": 188}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68537, "scanner": "repobility-ai-code-hygiene", "fingerprint": "0de8f4ec37aeb66c9062039a9a00921db2a3d488fbe7273b8e53c80ecce294e7", "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/services/sqlite/summaries/store.ts", "duplicate_line": 22, "correlation_key": "fp|0de8f4ec37aeb66c9062039a9a00921db2a3d488fbe7273b8e53c80ecce294e7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/sqlite/transactions.ts"}, "region": {"startLine": 80}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68536, "scanner": "repobility-ai-code-hygiene", "fingerprint": "610fca3c928d7e1c397fa12d613d99334d1e9450a25f3975fa754a51575bcc5f", "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/services/sqlite/observations/store.ts", "duplicate_line": 40, "correlation_key": "fp|610fca3c928d7e1c397fa12d613d99334d1e9450a25f3975fa754a51575bcc5f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/sqlite/transactions.ts"}, "region": {"startLine": 43}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68535, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5a9c74a3c37ac055497433fbf92a4823fdbb0a87d8c426c3ae81f88a3de488b2", "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/services/sqlite/SessionSearch.ts", "duplicate_line": 79, "correlation_key": "fp|5a9c74a3c37ac055497433fbf92a4823fdbb0a87d8c426c3ae81f88a3de488b2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/sqlite/migrations.ts"}, "region": {"startLine": 320}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68534, "scanner": "repobility-ai-code-hygiene", "fingerprint": "6ca23dd0feb47d67218931a61bce5c2ee0532710adf36d79d77429fe4e28114d", "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": "scripts/cwd-remap.ts", "duplicate_line": 116, "correlation_key": "fp|6ca23dd0feb47d67218931a61bce5c2ee0532710adf36d79d77429fe4e28114d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/infrastructure/ProcessManager.ts"}, "region": {"startLine": 314}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68533, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5fc0c5089595cda6d644488d4d4388da1ebc384e77d88d6349136d83b7e37276", "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/services/context/formatters/AgentFormatter.ts", "duplicate_line": 8, "correlation_key": "fp|5fc0c5089595cda6d644488d4d4388da1ebc384e77d88d6349136d83b7e37276"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/context/formatters/HumanFormatter.ts"}, "region": {"startLine": 8}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68532, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1f64f9fe1857a1523e1460b4606a2e7b9c557f8997197e102f1e4d92d1f97587", "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/server/middleware/auth.ts", "duplicate_line": 72, "correlation_key": "fp|1f64f9fe1857a1523e1460b4606a2e7b9c557f8997197e102f1e4d92d1f97587"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/middleware/postgres-auth.ts"}, "region": {"startLine": 131}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68531, "scanner": "repobility-ai-code-hygiene", "fingerprint": "a44ba74d156e89aac7e445597fbbb3ed1f82b792c62169fb79904b936eadd936", "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/server/generation/providers/ClaudeObservationProvider.ts", "duplicate_line": 43, "correlation_key": "fp|a44ba74d156e89aac7e445597fbbb3ed1f82b792c62169fb79904b936eadd936"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/generation/providers/OpenRouterObservationProvider.ts"}, "region": {"startLine": 50}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68530, "scanner": "repobility-ai-code-hygiene", "fingerprint": "6db1ee65bb0221b133958ec676bca08436f04889a1e2d02953a06276aea424f5", "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/server/generation/providers/ClaudeObservationProvider.ts", "duplicate_line": 36, "correlation_key": "fp|6db1ee65bb0221b133958ec676bca08436f04889a1e2d02953a06276aea424f5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/generation/providers/GeminiObservationProvider.ts"}, "region": {"startLine": 37}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68529, "scanner": "repobility-ai-code-hygiene", "fingerprint": "dea7ba64ab0f2ed8bccf383b62bd462334f32bf2389161235125c13edff60678", "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/server/compat/SessionsObservationsAdapter.ts", "duplicate_line": 40, "correlation_key": "fp|dea7ba64ab0f2ed8bccf383b62bd462334f32bf2389161235125c13edff60678"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/compat/SessionsSummarizeAdapter.ts"}, "region": {"startLine": 32}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68528, "scanner": "repobility-ai-code-hygiene", "fingerprint": "249a297f57bde1f8a165392e9d815e3a75df6702c0d7a539a4903d22e5f44b4e", "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": "scripts/regenerate-claude-md.ts", "duplicate_line": 11, "correlation_key": "fp|249a297f57bde1f8a165392e9d815e3a75df6702c0d7a539a4903d22e5f44b4e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli/claude-md-commands.ts"}, "region": {"startLine": 19}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68527, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c980d99fd2e59cfe5ee61d84da3acec38704ea9cf1ceb61bdc4577f9da04f1f5", "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": "scripts/verify-timestamp-fix.ts", "duplicate_line": 15, "correlation_key": "fp|c980d99fd2e59cfe5ee61d84da3acec38704ea9cf1ceb61bdc4577f9da04f1f5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/validate-timestamp-logic.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68526, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1adadd5d797a1d70fd1e3f25ed30f2759010af1ef0b9cfffbdf2ebb5950af025", "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": "scripts/investigate-timestamps.ts", "duplicate_line": 1, "correlation_key": "fp|1adadd5d797a1d70fd1e3f25ed30f2759010af1ef0b9cfffbdf2ebb5950af025"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/validate-timestamp-logic.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68525, "scanner": "repobility-ai-code-hygiene", "fingerprint": "7d7d8c3c9849986c1a531d8cf026f48673c204784c05f8f69e35e5e88bdf7013", "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": "scripts/translate-readme/cli.ts", "duplicate_line": 51, "correlation_key": "fp|7d7d8c3c9849986c1a531d8cf026f48673c204784c05f8f69e35e5e88bdf7013"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/translate-readme/index.ts"}, "region": {"startLine": 54}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68524, "scanner": "repobility-ai-code-hygiene", "fingerprint": "09133b9956b5863295b64687021c6c7d7a75aca2aefcd6bcec8ae629a443df0d", "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": "scripts/verify-timestamp-fix.ts", "duplicate_line": 15, "correlation_key": "fp|09133b9956b5863295b64687021c6c7d7a75aca2aefcd6bcec8ae629a443df0d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/investigate-timestamps.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68523, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2dc44576d90018004111b5e1536baabc4a6e77710e7825ebfc5ed63afb5565dd", "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": "scripts/verify-timestamp-fix.ts", "duplicate_line": 14, "correlation_key": "fp|2dc44576d90018004111b5e1536baabc4a6e77710e7825ebfc5ed63afb5565dd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/fix-corrupted-timestamps.ts"}, "region": {"startLine": 23}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 68522, "scanner": "repobility-ai-code-hygiene", "fingerprint": "96ec7094708c858c6a4d949ba466236baf6117ba1929f0f34b0b1708aa3df623", "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": "scripts/check-pending-queue.ts", "duplicate_line": 88, "correlation_key": "fp|96ec7094708c858c6a4d949ba466236baf6117ba1929f0f34b0b1708aa3df623"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/clear-pending-queue.ts"}, "region": {"startLine": 14}}}]}, {"ruleId": "AIC002", "level": "note", "message": {"text": "Source file name looks like an AI patch artifact"}, "properties": {"repobilityId": 68520, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2018aeb818bb3fb17a5f260c822642584ee097d33b6650538cb18ed1624de3d9", "category": "quality", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Source filename contains a temporary or patch-style suffix.", "evidence": {"suffix": "fix", "rule_id": "AIC002", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195"], "correlation_key": "fp|2018aeb818bb3fb17a5f260c822642584ee097d33b6650538cb18ed1624de3d9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/verify-timestamp-fix.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED058", "level": "none", "message": {"text": "[MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escaping. Pair with DOMPurify or never use with user data."}, "properties": {"repobilityId": 68671, "scanner": "repobility-threat-engine", "fingerprint": "ebc49a9202f9ba135c6bd3aaa53b4bc6e4d2d8e4b55267ff6d4e48a4f52fe0d2", "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-dangerously-set-html", "owasp": "A03:2021", "cwe_ids": ["CWE-79"], "languages": ["javascript", "typescript"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348037+00:00", "triaged_in_corpus": 12, "observations_count": 255650, "ai_coder_pattern_id": 49}, "scanner": "repobility-threat-engine", "correlation_key": "fp|ebc49a9202f9ba135c6bd3aaa53b4bc6e4d2d8e4b55267ff6d4e48a4f52fe0d2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ui/viewer/components/TerminalPreview.tsx"}, "region": {"startLine": 134}}}]}, {"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": 68670, "scanner": "repobility-threat-engine", "fingerprint": "d74e0d79d768afc786a171640f40fc64dbeb52b48be591bca62bd1646ae629a4", "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|d74e0d79d768afc786a171640f40fc64dbeb52b48be591bca62bd1646ae629a4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ui/viewer/components/ObservationCard.tsx"}, "region": {"startLine": 105}}}]}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any (and 8 more): Same pattern found in 8 additional files. Review if needed."}, "properties": {"repobilityId": 68665, "scanner": "repobility-threat-engine", "fingerprint": "631639bba613bae3219d85666c92905b3d998a8608006dabf877699d8d3298a3", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 8 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "ts-as-any", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348028+00:00", "triaged_in_corpus": 12, "observations_count": 341218, "ai_coder_pattern_id": 98}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|631639bba613bae3219d85666c92905b3d998a8608006dabf877699d8d3298a3", "aggregated_count": 8}}}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 68664, "scanner": "repobility-threat-engine", "fingerprint": "83f159b076f3cc4d3fabb2b573b2c1ff656482f6d9927301ab029137ccfe0bfc", "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|83f159b076f3cc4d3fabb2b573b2c1ff656482f6d9927301ab029137ccfe0bfc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli/adapters/gemini-cli.ts"}, "region": {"startLine": 6}}}]}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 68663, "scanner": "repobility-threat-engine", "fingerprint": "94998dc7fb59344bea77287bb28815dfa070513a5daadfd76ba04a2807193fa1", "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|94998dc7fb59344bea77287bb28815dfa070513a5daadfd76ba04a2807193fa1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli/adapters/cursor.ts"}, "region": {"startLine": 32}}}]}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 68662, "scanner": "repobility-threat-engine", "fingerprint": "5495d5044764755440eeb20dd35f51b054d27bef43777e5d0a372693042d7069", "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|5495d5044764755440eeb20dd35f51b054d27bef43777e5d0a372693042d7069"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli/adapters/claude-code.ts"}, "region": {"startLine": 10}}}]}, {"ruleId": "SEC128", "level": "none", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "properties": {"repobilityId": 68661, "scanner": "repobility-threat-engine", "fingerprint": "7a4b0f5540cad034a1707c0e9f6ef94d621d463e55602684599877ea4071a670", "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": "SEC128", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|7a4b0f5540cad034a1707c0e9f6ef94d621d463e55602684599877ea4071a670"}}}, {"ruleId": "SEC085", "level": "none", "message": {"text": "[SEC085] JS: child_process.exec with non-literal (and 5 more): Same pattern found in 5 additional files. Review if needed."}, "properties": {"repobilityId": 68657, "scanner": "repobility-threat-engine", "fingerprint": "f0f1912fabc03e8b42b281439b24cb65b4b95c00e24de98dbc05ebdccb4b8c1d", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 5 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 5 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|f0f1912fabc03e8b42b281439b24cb65b4b95c00e24de98dbc05ebdccb4b8c1d"}}}, {"ruleId": "SEC029", "level": "none", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "properties": {"repobilityId": 68653, "scanner": "repobility-threat-engine", "fingerprint": "462bb8b57887719306ec8a3cf2c050b455aeffaa9cbba6dae0ac34058459ea29", "category": "ssrf", "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": {"reason": "Deduplicated summary only: 4 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|462bb8b57887719306ec8a3cf2c050b455aeffaa9cbba6dae0ac34058459ea29"}}}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion (and 10 more): Same pattern found in 10 additional files. Review if needed."}, "properties": {"repobilityId": 68648, "scanner": "repobility-threat-engine", "fingerprint": "8202b9d89d9f38588861653fbb90fdfb2511633a4d08aa3cb2465b1174e7afd6", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 10 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|8202b9d89d9f38588861653fbb90fdfb2511633a4d08aa3cb2465b1174e7afd6", "aggregated_count": 10}}}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 68647, "scanner": "repobility-threat-engine", "fingerprint": "c7b2f26f0feaa4f5ba5e67946159e5e99bd87000e4939afb8d0f8bb1af342256", "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|c7b2f26f0feaa4f5ba5e67946159e5e99bd87000e4939afb8d0f8bb1af342256"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/runtime/ActiveServerBetaQueueManager.ts"}, "region": {"startLine": 138}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 68646, "scanner": "repobility-threat-engine", "fingerprint": "1638c6c5595e888543c493e99dd8ca48d9f807c752d1f78695c1c6b20b4723c9", "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|1638c6c5595e888543c493e99dd8ca48d9f807c752d1f78695c1c6b20b4723c9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli/handlers/file-context.ts"}, "region": {"startLine": 100}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 68645, "scanner": "repobility-threat-engine", "fingerprint": "d02212a48058908062ed0cb6da7da393cbda5b3de09daab39cdeaeca207f75a5", "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|d02212a48058908062ed0cb6da7da393cbda5b3de09daab39cdeaeca207f75a5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/cleanup-duplicates.ts"}, "region": {"startLine": 100}}}]}, {"ruleId": "SEC045", "level": "none", "message": {"text": "[SEC045] eval()/exec() on stored or user-supplied data (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "properties": {"repobilityId": 68644, "scanner": "repobility-threat-engine", "fingerprint": "f50747163d70dab1fa2519c9a96d374fa64771763e354f97facd6a46500faf29", "category": "injection", "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": {"reason": "Deduplicated summary only: 4 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|f50747163d70dab1fa2519c9a96d374fa64771763e354f97facd6a46500faf29"}}}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed (and 9 more): Same pattern found in 9 additional files. Review if needed."}, "properties": {"repobilityId": 68640, "scanner": "repobility-threat-engine", "fingerprint": "1c5220a61b66112152877594bd2ce1538195a1d403b5ad82d3a9a0030a5ede32", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 9 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "ts-any-typed", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348022+00:00", "triaged_in_corpus": 12, "observations_count": 496002, "ai_coder_pattern_id": 97}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|1c5220a61b66112152877594bd2ce1538195a1d403b5ad82d3a9a0030a5ede32", "aggregated_count": 9}}}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 68639, "scanner": "repobility-threat-engine", "fingerprint": "c3067e9f72eea1968a65983b92afe62344d556efc7e7acfbaf45ec231384daad", "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|c3067e9f72eea1968a65983b92afe62344d556efc7e7acfbaf45ec231384daad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/sdk/prompts.ts"}, "region": {"startLine": 82}}}]}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 68638, "scanner": "repobility-threat-engine", "fingerprint": "501b0a120640fb396f096905848cf4136e1ea74680c0de774822ee9d3b4b3813", "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|501b0a120640fb396f096905848cf4136e1ea74680c0de774822ee9d3b4b3813"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/npx-cli/utils/paths.ts"}, "region": {"startLine": 124}}}]}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 68637, "scanner": "repobility-threat-engine", "fingerprint": "8222712813a912076996281e4b17706f7108fe37d5122298d6dcf8602157b945", "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|8222712813a912076996281e4b17706f7108fe37d5122298d6dcf8602157b945"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bug-report/collector.ts"}, "region": {"startLine": 33}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "properties": {"repobilityId": 68635, "scanner": "repobility-threat-engine", "fingerprint": "019b39b089e0a5300e633ba49803bcfe4794f6c5a6a074ad04df1b5dc533e687", "category": "credential_exposure", "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": {"reason": "Deduplicated summary only: 4 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|019b39b089e0a5300e633ba49803bcfe4794f6c5a6a074ad04df1b5dc533e687"}}}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 68634, "scanner": "repobility-threat-engine", "fingerprint": "8eb9035a3fbf0170c95f6ad25fa4c564f63dccb02e76861d9cef68c3ea595b74", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Log line appears to mention secret metadata or a redacted value rather than printing the secret", "evidence": {"match": "logger.warn('HOOK', '[server-beta-fallback] reason=missing_api_key')", "reason": "Log line appears to mention secret metadata or a redacted value rather than printing the secret", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.15, "correlation_key": "secret|token|4|logger.warn hook server-beta-fallback reason missing_api_key"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/hooks/runtime-selector.ts"}, "region": {"startLine": 50}}}]}, {"ruleId": "MINED055", "level": "none", "message": {"text": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of npm ci."}, "properties": {"repobilityId": 68626, "scanner": "repobility-threat-engine", "fingerprint": "d7808d1d3fbdfcdf42eb186d8d19a1b8b533f52f82faa3ca6a9c8f020b0385d4", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "npm-install-no-lockfile", "owasp": "A06:2021", "cwe_ids": ["CWE-1357"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348030+00:00", "triaged_in_corpus": 12, "observations_count": 317602, "ai_coder_pattern_id": 42}, "scanner": "repobility-threat-engine", "correlation_key": "fp|d7808d1d3fbdfcdf42eb186d8d19a1b8b533f52f82faa3ca6a9c8f020b0385d4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "evals/swebench/eval.sh"}, "region": {"startLine": 38}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod (and 54 more): Same pattern found in 54 additional files. Review if needed."}, "properties": {"repobilityId": 68625, "scanner": "repobility-threat-engine", "fingerprint": "16c96fffb6a06e5a9ec1993d39fca689cabfef304324f178697718140cf6d2fa", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 54 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|16c96fffb6a06e5a9ec1993d39fca689cabfef304324f178697718140cf6d2fa", "aggregated_count": 54}}}, {"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": 68624, "scanner": "repobility-threat-engine", "fingerprint": "d4f1f7b4d3d5372fdb8868451920198343cf9f43019f0bde2e1ac2a83718caaf", "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|d4f1f7b4d3d5372fdb8868451920198343cf9f43019f0bde2e1ac2a83718caaf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "openclaw/test-sse-consumer.js"}, "region": {"startLine": 51}}}]}, {"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": 68623, "scanner": "repobility-threat-engine", "fingerprint": "fbc6b5212fd9574aeeeaaa31357a21a735c5771e4f67bad858f7fabe19f467bb", "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|fbc6b5212fd9574aeeeaaa31357a21a735c5771e4f67bad858f7fabe19f467bb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "install/public/installer.js"}, "region": {"startLine": 3}}}]}, {"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": 68622, "scanner": "repobility-threat-engine", "fingerprint": "e6ab1b5c5a159105e156169938eba63fdc270e674a39bed37d810bb496c191e3", "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|e6ab1b5c5a159105e156169938eba63fdc270e674a39bed37d810bb496c191e3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/context/agent-sdk-v2-examples.ts"}, "region": {"startLine": 25}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `shell-quote` is patch version(s) behind (^1.8.3 -> 1.8.4)"}, "properties": {"repobilityId": 68614, "scanner": "repobility-dependency-currency", "fingerprint": "c9f2768cb6ad736b1c48127fc61078c3e83daf13746bfe21d33e2d04b37f3aa8", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "shell-quote", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.8.4", "correlation_key": "fp|c9f2768cb6ad736b1c48127fc61078c3e83daf13746bfe21d33e2d04b37f3aa8", "current_version": "^1.8.3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `tree-sitter-cli` is patch version(s) behind (^0.26.5 -> 0.26.9)"}, "properties": {"repobilityId": 68613, "scanner": "repobility-dependency-currency", "fingerprint": "5af8189304816f62cc50bbf4ea8f5e412731cb2f095ab0f33633c0b19d8d8cd4", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "tree-sitter-cli", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.26.9", "correlation_key": "fp|5af8189304816f62cc50bbf4ea8f5e412731cb2f095ab0f33633c0b19d8d8cd4", "current_version": "^0.26.5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `tree-sitter-cli` is patch version(s) behind (^0.26.8 -> 0.26.9)"}, "properties": {"repobilityId": 68611, "scanner": "repobility-dependency-currency", "fingerprint": "11f3a54e429f75595531ab06be743e85c74dd3e769faf553d2d0758aca707683", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "tree-sitter-cli", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.26.9", "correlation_key": "fp|11f3a54e429f75595531ab06be743e85c74dd3e769faf553d2d0758aca707683", "current_version": "^0.26.8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `postcss` is patch version(s) behind (^8.5.14 -> 8.5.15)"}, "properties": {"repobilityId": 68610, "scanner": "repobility-dependency-currency", "fingerprint": "7d514bace8a64acaa3029bccc5d40a93bfd93ead1930391077e8e88857846bd5", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "postcss", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "8.5.15", "correlation_key": "fp|7d514bace8a64acaa3029bccc5d40a93bfd93ead1930391077e8e88857846bd5", "current_version": "^8.5.14"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `np` is patch version(s) behind (^11.2.0 -> 11.2.1)"}, "properties": {"repobilityId": 68609, "scanner": "repobility-dependency-currency", "fingerprint": "f589510e01efcd3ba4c2f347e9613085726d43e328c4aeae9aecf7fa14fd03f1", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "np", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "11.2.1", "correlation_key": "fp|f589510e01efcd3ba4c2f347e9613085726d43e328c4aeae9aecf7fa14fd03f1", "current_version": "^11.2.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `@types/bun` is patch version(s) behind (^1.3.13 -> 1.3.14)"}, "properties": {"repobilityId": 68608, "scanner": "repobility-dependency-currency", "fingerprint": "370780bf5541ec4d48ee4b8c7489e1ccdd15694dc5d07f4ca9edfc233c7d11bc", "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/bun", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.3.14", "correlation_key": "fp|370780bf5541ec4d48ee4b8c7489e1ccdd15694dc5d07f4ca9edfc233c7d11bc", "current_version": "^1.3.13"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `shell-quote` is patch version(s) behind (^1.8.3 -> 1.8.4)"}, "properties": {"repobilityId": 68606, "scanner": "repobility-dependency-currency", "fingerprint": "b58014747bcf8386b7296f3c3133ff7eee95a397d158b668354a8f547aafb978", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "shell-quote", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.8.4", "correlation_key": "fp|b58014747bcf8386b7296f3c3133ff7eee95a397d158b668354a8f547aafb978", "current_version": "^1.8.3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `dompurify` is patch version(s) behind (^3.4.2 -> 3.4.8)"}, "properties": {"repobilityId": 68603, "scanner": "repobility-dependency-currency", "fingerprint": "05a9c4639dfef7b6cb79b26ed5452fa5a4f27cbe40e4e9e32bf9b27f6bf23bf1", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "dompurify", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "3.4.8", "correlation_key": "fp|05a9c4639dfef7b6cb79b26ed5452fa5a4f27cbe40e4e9e32bf9b27f6bf23bf1", "current_version": "^3.4.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `@better-auth/api-key` is patch version(s) behind (^1.6.9 -> 1.6.14)"}, "properties": {"repobilityId": 68601, "scanner": "repobility-dependency-currency", "fingerprint": "1bda129b28eb88d6f95d6e15b06833803f681d967a77a28e06141909c8d15a3c", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@better-auth/api-key", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "1.6.14", "correlation_key": "fp|1bda129b28eb88d6f95d6e15b06833803f681d967a77a28e06141909c8d15a3c", "current_version": "^1.6.9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /v1/memories/:id."}, "properties": {"repobilityId": 68696, "scanner": "repobility-access-control", "fingerprint": "d812107e084fab2cb93e0eb95d3bed31196bd8a20c573183a36d00da7db8d781", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/memories/:id", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|202|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 202}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /v1/events/:id."}, "properties": {"repobilityId": 68695, "scanner": "repobility-access-control", "fingerprint": "acea351795170fba9ce88a35eb218f0d0267eda7b1af4b77b31256f17c862334", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/events/:id", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|171|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 171}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /v1/projects/:id."}, "properties": {"repobilityId": 68694, "scanner": "repobility-access-control", "fingerprint": "a717cfcaa66cb54860f9a86430775c527e3b2a340cbf48be4056cf21efa7099e", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/projects/:id", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|105|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 105}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /v1/jobs/:id/cancel."}, "properties": {"repobilityId": 68693, "scanner": "repobility-access-control", "fingerprint": "91685b53e43a228ea2bb44d150cccfaaaf16dbcb0391504fcda0d0de2830513f", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/jobs/:id/cancel", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|635|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 635}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /v1/jobs/:id/retry."}, "properties": {"repobilityId": 68692, "scanner": "repobility-access-control", "fingerprint": "d8a041599d91770b8587d8456c5d8009c5b9f0fd9c74e0a5fc54c99b04c68dcd", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/jobs/:id/retry", "method": "POST", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|616|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 616}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /v1/jobs/:id."}, "properties": {"repobilityId": 68691, "scanner": "repobility-access-control", "fingerprint": "da9143233985ff16637dffaaf9e4878bdc1f261791406e95131f5ffe0fd083ca", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/jobs/:id", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|579|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 579}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /v1/projects/:projectId/jobs."}, "properties": {"repobilityId": 68690, "scanner": "repobility-access-control", "fingerprint": "cbd6e97a1f66e0e28d00688a152300200dc2a1dcb08753e365612d1f706a1a01", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/projects/:projectId/jobs", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|462|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 462}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /v1/teams/:teamId/jobs."}, "properties": {"repobilityId": 68689, "scanner": "repobility-access-control", "fingerprint": "e8447e512fb455223c09e19db74a02f1e7bf458384a657c6d994b41b5661c54f", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/teams/:teamId/jobs", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|415|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 415}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /v1/events/:id/observations."}, "properties": {"repobilityId": 68688, "scanner": "repobility-access-control", "fingerprint": "11df7b4f58dffe0710e2edda563432f9a703de32e535666cf9e74b6788deb80a", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/events/:id/observations", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|365|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 365}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /v1/events/:id."}, "properties": {"repobilityId": 68687, "scanner": "repobility-access-control", "fingerprint": "ea68cc801c1f50f66ecf218ddaa1c108da0f7058d848c2f5d7625dd0ce50e6bb", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/v1/events/:id", "method": "GET", "scanner": "repobility-access-control", "framework": "Express", "correlation_key": "code|auth|token|317|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 317}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 68679, "scanner": "repobility-docker", "fingerprint": "6e2f173d61756a260c37da43284f39c0c84b8574b9716deb6572c5d81ecb0867", "category": "docker", "severity": "high", "confidence": 0.92, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "RUN instruction contains curl/wget piped into a shell.", "evidence": {"rule_id": "DKR006", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|6e2f173d61756a260c37da43284f39c0c84b8574b9716deb6572c5d81ecb0867"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "evals/swebench/Dockerfile.agent"}, "region": {"startLine": 23}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 68678, "scanner": "repobility-docker", "fingerprint": "47d0503cf62b87b1d41f575e8f7d29022253e533b4be178753e6facb3771d112", "category": "docker", "severity": "high", "confidence": 0.92, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "RUN instruction contains curl/wget piped into a shell.", "evidence": {"rule_id": "DKR006", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|47d0503cf62b87b1d41f575e8f7d29022253e533b4be178753e6facb3771d112"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "evals/swebench/Dockerfile.agent"}, "region": {"startLine": 18}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 68677, "scanner": "repobility-docker", "fingerprint": "b9b00cc7f662046e329d7ca0f41f9bef53116a79e7d48b2aefa06502a2826c08", "category": "docker", "severity": "high", "confidence": 0.92, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "RUN instruction contains curl/wget piped into a shell.", "evidence": {"rule_id": "DKR006", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|b9b00cc7f662046e329d7ca0f41f9bef53116a79e7d48b2aefa06502a2826c08"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/claude-mem/Dockerfile"}, "region": {"startLine": 27}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 68676, "scanner": "repobility-docker", "fingerprint": "afc45c578373da8f7d3f63acf356dfcd4d6c2a4f8926144ad240f5e2b06c192a", "category": "docker", "severity": "high", "confidence": 0.92, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "RUN instruction contains curl/wget piped into a shell.", "evidence": {"rule_id": "DKR006", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|afc45c578373da8f7d3f63acf356dfcd4d6c2a4f8926144ad240f5e2b06c192a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/claude-mem/Dockerfile"}, "region": {"startLine": 21}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 68672, "scanner": "repobility-docker", "fingerprint": "9c3651e7a0c9f648e274c154fecc18b06b4f4d2734779ae30b12a9d1da28d0d6", "category": "docker", "severity": "high", "confidence": 0.92, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "RUN instruction contains curl/wget piped into a shell.", "evidence": {"rule_id": "DKR006", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|9c3651e7a0c9f648e274c154fecc18b06b4f4d2734779ae30b12a9d1da28d0d6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile.test-installer"}, "region": {"startLine": 20}}}]}, {"ruleId": "MINED014", "level": "error", "message": {"text": "[MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in node, InsecureSkipVerify:true in Go."}, "properties": {"repobilityId": 68669, "scanner": "repobility-threat-engine", "fingerprint": "7966c3c6d32e0de45a6f0211093c3e4b35d311692f47f7c1fd5737e67667743d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "disabled-tls-verify", "owasp": "A02:2021", "cwe_ids": ["CWE-295"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347930+00:00", "triaged_in_corpus": 15, "observations_count": 86916, "ai_coder_pattern_id": 16}, "scanner": "repobility-threat-engine", "correlation_key": "fp|7966c3c6d32e0de45a6f0211093c3e4b35d311692f47f7c1fd5737e67667743d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/storage/postgres/config.ts"}, "region": {"startLine": 59}}}]}, {"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": 68668, "scanner": "repobility-threat-engine", "fingerprint": "6e62de1813111f335d01baa9c35e831276cda4e6e70704f82c4be828c549b2a8", "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(rule", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC083", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|6e62de1813111f335d01baa9c35e831276cda4e6e70704f82c4be828c549b2a8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/transcripts/field-utils.ts"}, "region": {"startLine": 162}}}]}, {"ruleId": "MINED012", "level": "error", "message": {"text": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code."}, "properties": {"repobilityId": 68667, "scanner": "repobility-threat-engine", "fingerprint": "fc4c1cd46aaae444bdd5be38b681f380e8b210d7e498b41315e1b21f177c9dc6", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "curl-pipe-bash", "owasp": "A08:2021", "cwe_ids": ["CWE-494"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347926+00:00", "triaged_in_corpus": 15, "observations_count": 135001, "ai_coder_pattern_id": 25}, "scanner": "repobility-threat-engine", "correlation_key": "fp|fc4c1cd46aaae444bdd5be38b681f380e8b210d7e498b41315e1b21f177c9dc6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/npx-cli/install/error-taxonomy.ts"}, "region": {"startLine": 55}}}]}, {"ruleId": "SEC114", "level": "error", "message": {"text": "[SEC114] path.join / Path() on user-controlled segment without containment check: filepath.Clean / path.Join on attacker-supplied segments does NOT prevent escape from the base directory. `../../../etc/passwd` resolves cleanly."}, "properties": {"repobilityId": 68666, "scanner": "repobility-threat-engine", "fingerprint": "af2052dfc71126986e8657021aca80ff3c6b3a1e3016c29691c92aab7cf92564", "category": "path_traversal", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "path.resolve(input", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC114", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|path_traversal|token|192|sec114"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli/handlers/file-context.ts"}, "region": {"startLine": 192}}}]}, {"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": 68660, "scanner": "repobility-threat-engine", "fingerprint": "64894d5639d5254c72442ae869b1889a0c92e824c70927ecfdb6a4216b732768", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "this.sseClients.delete(res);", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|64894d5639d5254c72442ae869b1889a0c92e824c70927ecfdb6a4216b732768"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/SSEBroadcaster.ts"}, "region": {"startLine": 21}}}]}, {"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": 68659, "scanner": "repobility-threat-engine", "fingerprint": "d01dfc418ea9a676db0c1fd885ffab691cf0def88fe90791117a56a3b7ac4981", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "contentSessionIdsByOpenCodeSessionId.delete(oldestKey);", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|d01dfc418ea9a676db0c1fd885ffab691cf0def88fe90791117a56a3b7ac4981"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/integrations/opencode-plugin/index.ts"}, "region": {"startLine": 147}}}]}, {"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": 68658, "scanner": "repobility-threat-engine", "fingerprint": "8b37608611b56b41f7e93d98590a63a1c92d7a371dd9ca2cef2298e0cdf5573c", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "req.destroy();", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|8b37608611b56b41f7e93d98590a63a1c92d7a371dd9ca2cef2298e0cdf5573c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/sync-marketplace.cjs"}, "region": {"startLine": 213}}}]}, {"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": 68656, "scanner": "repobility-threat-engine", "fingerprint": "ca9cb2b7192e01b8bb4d2e61967d4bbccc602025eccc3ca129ede270e376e176", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(raw", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|ca9cb2b7192e01b8bb4d2e61967d4bbccc602025eccc3ca129ede270e376e176"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/sdk/parser.ts"}, "region": {"startLine": 48}}}]}, {"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": 68655, "scanner": "repobility-threat-engine", "fingerprint": "7e904a2adf5de146a0170aa5da481c8bba6c31a9e8f64069567b9ec7f64087e9", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "execSync(`${", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|7e904a2adf5de146a0170aa5da481c8bba6c31a9e8f64069567b9ec7f64087e9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/npx-cli/commands/ide-detection.ts"}, "region": {"startLine": 18}}}]}, {"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": 68654, "scanner": "repobility-threat-engine", "fingerprint": "b56aa12efb1a958489b7d6d8edf7d767bfde228c66b4b7068f4c3b4154199596", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(command", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b56aa12efb1a958489b7d6d8edf7d767bfde228c66b4b7068f4c3b4154199596"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/generate-changelog.js"}, "region": {"startLine": 16}}}]}, {"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": 68652, "scanner": "repobility-threat-engine", "fingerprint": "e4f324ce0ef62a1a3e39dcff880a2393a34f7b61647b6b0a91691a1a3196dace", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Url(o", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|e4f324ce0ef62a1a3e39dcff880a2393a34f7b61647b6b0a91691a1a3196dace"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/generation/providers/OpenRouterObservationProvider.ts"}, "region": {"startLine": 61}}}]}, {"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": 68651, "scanner": "repobility-threat-engine", "fingerprint": "a867a9b06117a6424deaa0bbad03bc69e21491de95c32a18cf2fe8456d611798", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Url(p", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|a867a9b06117a6424deaa0bbad03bc69e21491de95c32a18cf2fe8456d611798"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/sync-plugin-manifests.js"}, "region": {"startLine": 34}}}]}, {"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": 68650, "scanner": "repobility-threat-engine", "fingerprint": "3e10af41c9f3097254b3b4efa9bee7f83a6ecd40cc37449878087806ad459125", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "URL(p", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|3e10af41c9f3097254b3b4efa9bee7f83a6ecd40cc37449878087806ad459125"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/export-memories.ts"}, "region": {"startLine": 134}}}]}, {"ruleId": "SEC020", "level": "error", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 68633, "scanner": "repobility-threat-engine", "fingerprint": "67187ab2a589771f39dd8468cef85942ee22aaa01f6958d117fe1a85fb9cab52", "category": "credential_exposure", "severity": "high", "confidence": 0.85, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Credential-bearing variable appears to be printed or logged", "evidence": {"match": "logger.debug('WORKER', `Corpus \"${name}\" built with ${observations.length} observations, ~${corpus.s", "reason": "Credential-bearing variable appears to be printed or logged", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.85, "correlation_key": "secret|token|9|logger.debug worker corpus name built with observations.length observations corpus.s"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/knowledge/CorpusBuilder.ts"}, "region": {"startLine": 96}}}]}, {"ruleId": "SEC020", "level": "error", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 68632, "scanner": "repobility-threat-engine", "fingerprint": "1dc7edde3847082ac85629d6ec86e7f40fc5a6bce9014beced22cf1fc784dd02", "category": "credential_exposure", "severity": "high", "confidence": 0.85, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Credential-bearing variable appears to be printed or logged", "evidence": {"match": "console.error('Commands: start, stop, restart, status, logs, doctor, migrate, export, import, api-ke", "reason": "Credential-bearing variable appears to be printed or logged", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.85, "correlation_key": "secret|token|2|console.error commands: start stop restart status logs doctor migrate export import api-ke"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/npx-cli/commands/server.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": 68631, "scanner": "repobility-threat-engine", "fingerprint": "2b148afee5dc481663d6fd78230cde2d07e66c5fb254d83e042aaa6c6a89eeee", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map(([k, v]) => `${k}=${v}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|2b148afee5dc481663d6fd78230cde2d07e66c5fb254d83e042aaa6c6a89eeee"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/utils/logger.ts"}, "region": {"startLine": 262}}}]}, {"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": 68630, "scanner": "repobility-threat-engine", "fingerprint": "afb17b55197c7a3afae990fcf89caf436dd5219bb906c37956368f8dddcc78ec", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map(([K,B])=>`${K}=${B}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|afb17b55197c7a3afae990fcf89caf436dd5219bb906c37956368f8dddcc78ec"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/scripts/worker-cli.js"}, "region": {"startLine": 4}}}]}, {"ruleId": "SEC018", "level": "error", "message": {"text": "[SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials was committed. AI coding agents often add these commands while trying to help with setup or deployment, but they can leak live secrets through logs, shell history, CI output, or documentation."}, "properties": {"repobilityId": 68621, "scanner": "repobility-threat-engine", "fingerprint": "636683c50b420dc44189899b980430a4d9a63bf35b64a1df0b13ca0c2116c043", "category": "credential_exposure", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "security find-generic-password -s 'Claude Code-credentials' -w", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC018", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "secret|token|1|security find-generic-password -s claude code-credentials -w"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "evals/swebench/smoke-test.sh"}, "region": {"startLine": 20}}}]}, {"ruleId": "SEC018", "level": "error", "message": {"text": "[SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials was committed. AI coding agents often add these commands while trying to help with setup or deployment, but they can leak live secrets through logs, shell history, CI output, or documentation."}, "properties": {"repobilityId": 68620, "scanner": "repobility-threat-engine", "fingerprint": "4881064a52d015ac7f1988117a1d3278fd4523bc27aca5b563d82b5650a9378f", "category": "credential_exposure", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "security find-generic-password -s 'Claude Code-credentials' -w", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC018", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "secret|docker/claude-mem/run.sh|1|security find-generic-password -s claude code-credentials -w"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/claude-mem/run.sh"}, "region": {"startLine": 20}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 68599, "scanner": "repobility-supply-chain", "fingerprint": "fa866d0b2e7bb41c743889d2313a4ada91476578d293a9dfbc81a98ab96129d7", "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|fa866d0b2e7bb41c743889d2313a4ada91476578d293a9dfbc81a98ab96129d7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/windows.yml"}, "region": {"startLine": 20}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 68598, "scanner": "repobility-supply-chain", "fingerprint": "e782cc24f7c736eefe5bd36bf328618e758bc5231fc9b307ee0d161206d21eed", "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|e782cc24f7c736eefe5bd36bf328618e758bc5231fc9b307ee0d161206d21eed"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/windows.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `anthropics/claude-code-action` pinned to mutable ref `@v1`"}, "properties": {"repobilityId": 68597, "scanner": "repobility-supply-chain", "fingerprint": "4b6ee0aae6da4a53e262db45ab5605fa522c8e1899a5f365d90ee13d83d9fa25", "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|4b6ee0aae6da4a53e262db45ab5605fa522c8e1899a5f365d90ee13d83d9fa25"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/claude.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 68596, "scanner": "repobility-supply-chain", "fingerprint": "227012a306a92c0897250beb505cbcbb76a5e11a7b8f4d99a17f4d50b13438c3", "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|227012a306a92c0897250beb505cbcbb76a5e11a7b8f4d99a17f4d50b13438c3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/claude.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `oven-sh/setup-bun` pinned to mutable ref `@v2`"}, "properties": {"repobilityId": 68595, "scanner": "repobility-supply-chain", "fingerprint": "79629d55ef081446a2e4928d51cbb72076f0e6f3cde8e4a68423f9fbf0bcee50", "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|79629d55ef081446a2e4928d51cbb72076f0e6f3cde8e4a68423f9fbf0bcee50"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 66}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 68594, "scanner": "repobility-supply-chain", "fingerprint": "0070a2f56e10dbe6067b33a49a846f28ef3cfccb2add8127b215009a95fb950c", "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|0070a2f56e10dbe6067b33a49a846f28ef3cfccb2add8127b215009a95fb950c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 60}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 68593, "scanner": "repobility-supply-chain", "fingerprint": "7a42a80532ad896b375dd6420180c07f13e5b4f59e0656faa081334656830406", "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|7a42a80532ad896b375dd6420180c07f13e5b4f59e0656faa081334656830406"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 59}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `oven-sh/setup-bun` pinned to mutable ref `@v2`"}, "properties": {"repobilityId": 68592, "scanner": "repobility-supply-chain", "fingerprint": "05e47c1f1ee7f97761e083557c030a61149dc70478c8e9be6d2fc393d307cd20", "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|05e47c1f1ee7f97761e083557c030a61149dc70478c8e9be6d2fc393d307cd20"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 68591, "scanner": "repobility-supply-chain", "fingerprint": "8071a75671d61a887b83cb351ebef4dbee0312d71f407f36125113e563055ebf", "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|8071a75671d61a887b83cb351ebef4dbee0312d71f407f36125113e563055ebf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 68590, "scanner": "repobility-supply-chain", "fingerprint": "634675b936a57eeb302bcae8c2381f0e781d480bfe5aa082e06e1d5bbd5da39b", "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|634675b936a57eeb302bcae8c2381f0e781d480bfe5aa082e06e1d5bbd5da39b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 14}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/ai-inference` pinned to mutable ref `@v2`"}, "properties": {"repobilityId": 68589, "scanner": "repobility-supply-chain", "fingerprint": "e53cb846f87dddb9438ee220ddaf3c573c6afdd68c74bac907941382731401af", "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|e53cb846f87dddb9438ee220ddaf3c573c6afdd68c74bac907941382731401af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/summary.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 68588, "scanner": "repobility-supply-chain", "fingerprint": "e18d8e80f71fed5c7d44a29b8840599fdcaa965b6b4d31c370d752e38de81e7e", "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|e18d8e80f71fed5c7d44a29b8840599fdcaa965b6b4d31c370d752e38de81e7e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/summary.yml"}, "region": {"startLine": 17}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `amondnet/vercel-action` pinned to mutable ref `@v25`"}, "properties": {"repobilityId": 68587, "scanner": "repobility-supply-chain", "fingerprint": "6f05e3cbca8dd90ef77d120a868cdd4e7c813307d50f875688de85dd46d1dfcf", "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|6f05e3cbca8dd90ef77d120a868cdd4e7c813307d50f875688de85dd46d1dfcf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-install-scripts.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 68586, "scanner": "repobility-supply-chain", "fingerprint": "50455293999f6d530e58603688ba77b88b461ca1c82ac78cb0ab0011a80aafdd", "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|50455293999f6d530e58603688ba77b88b461ca1c82ac78cb0ab0011a80aafdd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-install-scripts.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/github-script` pinned to mutable ref `@v8`"}, "properties": {"repobilityId": 68585, "scanner": "repobility-supply-chain", "fingerprint": "50c1c289a067c516e6ad5781db1157600d6c854656b8b0979d89d244a7c96d99", "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|50c1c289a067c516e6ad5781db1157600d6c854656b8b0979d89d244a7c96d99"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/convert-feature-requests.yml"}, "region": {"startLine": 107}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/github-script` pinned to mutable ref `@v8`"}, "properties": {"repobilityId": 68584, "scanner": "repobility-supply-chain", "fingerprint": "f02e1d65718ba767a182d54e3e59baca151f99e525931b09e8f667983a4b55bd", "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|f02e1d65718ba767a182d54e3e59baca151f99e525931b09e8f667983a4b55bd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/convert-feature-requests.yml"}, "region": {"startLine": 89}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/github-script` pinned to mutable ref `@v8`"}, "properties": {"repobilityId": 68583, "scanner": "repobility-supply-chain", "fingerprint": "898c51572ad19195fce42dc672353789bc445091a4703f9a88ae507946b0dd6d", "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|898c51572ad19195fce42dc672353789bc445091a4703f9a88ae507946b0dd6d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/convert-feature-requests.yml"}, "region": {"startLine": 28}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 68582, "scanner": "repobility-supply-chain", "fingerprint": "79cab25825aa75b205b4c43f4ef65d82547da6d5571b6f9af106890b8f982e4f", "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|79cab25825aa75b205b4c43f4ef65d82547da6d5571b6f9af106890b8f982e4f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/npm-publish.yml"}, "region": {"startLine": 13}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 68581, "scanner": "repobility-supply-chain", "fingerprint": "c3f90814be30409d418efed0923ba0826f79b3150f47fbf5f751d966541ead14", "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|c3f90814be30409d418efed0923ba0826f79b3150f47fbf5f751d966541ead14"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/npm-publish.yml"}, "region": {"startLine": 12}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `node:20-bookworm-slim` not pinned by digest"}, "properties": {"repobilityId": 68580, "scanner": "repobility-supply-chain", "fingerprint": "75913804b99881428a6144e185171fd767f6c4f38f48a313ca9ab3c1327b4ade", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "docker-from-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["dockerfile"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|75913804b99881428a6144e185171fd767f6c4f38f48a313ca9ab3c1327b4ade"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "evals/swebench/Dockerfile.agent"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `node:20` not pinned by digest"}, "properties": {"repobilityId": 68579, "scanner": "repobility-supply-chain", "fingerprint": "4ca7033f1c681158ad77a5c14671bd7de4201ed8f172943310c46196353e54cf", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "docker-from-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["dockerfile"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|4ca7033f1c681158ad77a5c14671bd7de4201ed8f172943310c46196353e54cf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/claude-mem/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `ghcr.io/openclaw/openclaw:main` not pinned by digest"}, "properties": {"repobilityId": 68578, "scanner": "repobility-supply-chain", "fingerprint": "2b402960c442d6745ae40ae4f5d0e4db5f1569b89c52f4e083f2de68d9f1c6ed", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "docker-from-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["dockerfile"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|2b402960c442d6745ae40ae4f5d0e4db5f1569b89c52f4e083f2de68d9f1c6ed"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "openclaw/Dockerfile.e2e"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `ubuntu:24.04` not pinned by digest"}, "properties": {"repobilityId": 68577, "scanner": "repobility-supply-chain", "fingerprint": "1faeb5dff48d8d72c67239521ac22b4d2fdd57999218b9f0457afc2b8037106f", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "docker-from-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["dockerfile"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|1faeb5dff48d8d72c67239521ac22b4d2fdd57999218b9f0457afc2b8037106f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile.test-installer"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /api/corpus/:name/rebuild has no auth"}, "properties": {"repobilityId": 68576, "scanner": "repobility-route-auth", "fingerprint": "d3a8ce44faed86eb029b02046e32e726b8fd97c12cabb217c7f69a133672eab0", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|d3a8ce44faed86eb029b02046e32e726b8fd97c12cabb217c7f69a133672eab0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 75}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express DELETE /api/corpus/:name has no auth"}, "properties": {"repobilityId": 68575, "scanner": "repobility-route-auth", "fingerprint": "d3037a8d09ec8fb41342f0ff2d636972a278faaf181fe123de0757007d26f406", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|d3037a8d09ec8fb41342f0ff2d636972a278faaf181fe123de0757007d26f406"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 74}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /api/corpus has no auth"}, "properties": {"repobilityId": 68574, "scanner": "repobility-route-auth", "fingerprint": "c83987963f34d540b1f9d8bcd73b8d9c0cf42624b0cc8b16add4dcbb26b494c3", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|c83987963f34d540b1f9d8bcd73b8d9c0cf42624b0cc8b16add4dcbb26b494c3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/CorpusRoutes.ts"}, "region": {"startLine": 71}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /api/context/semantic has no auth"}, "properties": {"repobilityId": 68573, "scanner": "repobility-route-auth", "fingerprint": "c9bbe6a61b20951f0a9e12ab5cfd533089421d45cf61bc4f302db84bb79953ea", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|c9bbe6a61b20951f0a9e12ab5cfd533089421d45cf61bc4f302db84bb79953ea"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/worker/http/routes/SearchRoutes.ts"}, "region": {"startLine": 120}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/context has no auth"}, "properties": {"repobilityId": 68570, "scanner": "repobility-route-auth", "fingerprint": "581d1f82b0f0f794141fab9d34ad1362efe6085ef3eb5a158e13a992fbc8f00f", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|581d1f82b0f0f794141fab9d34ad1362efe6085ef3eb5a158e13a992fbc8f00f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 243}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/search has no auth"}, "properties": {"repobilityId": 68569, "scanner": "repobility-route-auth", "fingerprint": "f6066a24ae4dc13c1a66e8c02819a88f2f3d912205954d4387c460e102febef5", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|f6066a24ae4dc13c1a66e8c02819a88f2f3d912205954d4387c460e102febef5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 232}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express PATCH /v1/memories/:id has no auth"}, "properties": {"repobilityId": 68568, "scanner": "repobility-route-auth", "fingerprint": "8e0751369cee1627518962b00510ab52c866f7ef99f0b7b82cc3b4aaf4e2988f", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|8e0751369cee1627518962b00510ab52c866f7ef99f0b7b82cc3b4aaf4e2988f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 214}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/memories has no auth"}, "properties": {"repobilityId": 68567, "scanner": "repobility-route-auth", "fingerprint": "49c852f10e9dc1e8247a101782dfe84f2699df80f6faf9d0e96036175d2eb53f", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|49c852f10e9dc1e8247a101782dfe84f2699df80f6faf9d0e96036175d2eb53f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 183}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/events/batch has no auth"}, "properties": {"repobilityId": 68566, "scanner": "repobility-route-auth", "fingerprint": "1b7be17c94b009f8ec2d77f04ebb9212e9f96167af383c6ed33f6164731f0c4a", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|1b7be17c94b009f8ec2d77f04ebb9212e9f96167af383c6ed33f6164731f0c4a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 157}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/events has no auth"}, "properties": {"repobilityId": 68565, "scanner": "repobility-route-auth", "fingerprint": "33112fc240ef37f12b8ade567fdab0d151c3770b4fa73724e62b4062bdb7856b", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|33112fc240ef37f12b8ade567fdab0d151c3770b4fa73724e62b4062bdb7856b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 150}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/sessions/:id/end has no auth"}, "properties": {"repobilityId": 68564, "scanner": "repobility-route-auth", "fingerprint": "1dc498c23af2a05fe84048e9fb167a9a277cc89739446d90b096d06f09dd477e", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|1dc498c23af2a05fe84048e9fb167a9a277cc89739446d90b096d06f09dd477e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 124}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/sessions/start has no auth"}, "properties": {"repobilityId": 68563, "scanner": "repobility-route-auth", "fingerprint": "14e67e15f3bf27d015e2e600f4da09e7b85fe88c7b179afb2c3764e94c924954", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|14e67e15f3bf27d015e2e600f4da09e7b85fe88c7b179afb2c3764e94c924954"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 117}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/projects has no auth"}, "properties": {"repobilityId": 68562, "scanner": "repobility-route-auth", "fingerprint": "cf94edc951ddf8e21bdca38f32492dd6c3f8e1905ff41c00ebf3f5e47f768ca6", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|cf94edc951ddf8e21bdca38f32492dd6c3f8e1905ff41c00ebf3f5e47f768ca6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1Routes.ts"}, "region": {"startLine": 95}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/context has no auth"}, "properties": {"repobilityId": 68561, "scanner": "repobility-route-auth", "fingerprint": "5045e8da1a81a9d0622d19ef54d0a5b2e758fbcde35c6d58244f16b724a704bd", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|5045e8da1a81a9d0622d19ef54d0a5b2e758fbcde35c6d58244f16b724a704bd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 874}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/search has no auth"}, "properties": {"repobilityId": 68560, "scanner": "repobility-route-auth", "fingerprint": "59039a9c6c49f399fb775643ae5ddea5e449c09fc984b89bfadc532564cd50c2", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|59039a9c6c49f399fb775643ae5ddea5e449c09fc984b89bfadc532564cd50c2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 836}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/memories has no auth"}, "properties": {"repobilityId": 68559, "scanner": "repobility-route-auth", "fingerprint": "f3e83d487d7001ec345df829d7ba2d9c6f245b50d73ce69d8f20ecd37d149df1", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|f3e83d487d7001ec345df829d7ba2d9c6f245b50d73ce69d8f20ecd37d149df1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 802}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/sessions/:id/end has no auth"}, "properties": {"repobilityId": 68558, "scanner": "repobility-route-auth", "fingerprint": "c76b61d24135c88324c6e5d67fcd5c59b06e7ff10683a2edd686bcb2568412ec", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|c76b61d24135c88324c6e5d67fcd5c59b06e7ff10683a2edd686bcb2568412ec"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 749}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/sessions/start has no auth"}, "properties": {"repobilityId": 68557, "scanner": "repobility-route-auth", "fingerprint": "818475652101b91d9baaca271837e7744a3a87243ec909d8119947158607f106", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|818475652101b91d9baaca271837e7744a3a87243ec909d8119947158607f106"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 651}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/jobs/:id/cancel has no auth"}, "properties": {"repobilityId": 68556, "scanner": "repobility-route-auth", "fingerprint": "4d38bcdffa204bb49d6890c1ee2fa9bbdab40418a1cd206e66b9d42b7011b320", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|4d38bcdffa204bb49d6890c1ee2fa9bbdab40418a1cd206e66b9d42b7011b320"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 635}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/jobs/:id/retry has no auth"}, "properties": {"repobilityId": 68555, "scanner": "repobility-route-auth", "fingerprint": "8535eb7fd04bbe55ee25ebb690934a1ecb4963258233e75915f5a4d810fcab9f", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|8535eb7fd04bbe55ee25ebb690934a1ecb4963258233e75915f5a4d810fcab9f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 616}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/events/batch has no auth"}, "properties": {"repobilityId": 68554, "scanner": "repobility-route-auth", "fingerprint": "3b39373068b95dd0e1b34b2a988abd59e209944b1455d8da2c0e417b57e56f26", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|3b39373068b95dd0e1b34b2a988abd59e209944b1455d8da2c0e417b57e56f26"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 226}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /v1/events has no auth"}, "properties": {"repobilityId": 68553, "scanner": "repobility-route-auth", "fingerprint": "3dd855ef7415e58b266861264b08156bdf79ffac731d4003403a6be218968110", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|3dd855ef7415e58b266861264b08156bdf79ffac731d4003403a6be218968110"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/routes/v1/ServerV1PostgresRoutes.ts"}, "region": {"startLine": 152}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /api/sessions/observations has no auth"}, "properties": {"repobilityId": 68552, "scanner": "repobility-route-auth", "fingerprint": "027cacb252cb40b96defb20df43a59194840600bdd6f51eab51db36e7cdbd73d", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|027cacb252cb40b96defb20df43a59194840600bdd6f51eab51db36e7cdbd73d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/compat/SessionsObservationsAdapter.ts"}, "region": {"startLine": 63}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /api/sessions/summarize has no auth"}, "properties": {"repobilityId": 68551, "scanner": "repobility-route-auth", "fingerprint": "40eebaf33f58c30794e24c1ac1043d80777ee48e068653e52b49056108533718", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|40eebaf33f58c30794e24c1ac1043d80777ee48e068653e52b49056108533718"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/server/compat/SessionsSummarizeAdapter.ts"}, "region": {"startLine": 49}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "Express POST /api/auth/*splat has no auth"}, "properties": {"repobilityId": 68550, "scanner": "repobility-route-auth", "fingerprint": "4fd450fc1ba2cd32caced93aa1b761eb10d9a37bf6ce6a53361c346e003c4c22", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|4fd450fc1ba2cd32caced93aa1b761eb10d9a37bf6ce6a53361c346e003c4c22"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/server/server.test.ts"}, "region": {"startLine": 70}}}]}, {"ruleId": "generic-api-key", "level": "error", "message": {"text": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations."}, "properties": {"repobilityId": 68685, "scanner": "gitleaks", "fingerprint": "b02bb7c3569d24a44b6c29b3c76ecbb029bee9040f20c53397ef1b35c05e9d9f", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "t.parentKey:REDACTED", "rule_id": "generic-api-key", "scanner": "gitleaks", "detector": "generic-api-key", "correlation_key": "secret|token|45|t.parentkey:redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/scripts/server-beta-service.cjs"}, "region": {"startLine": 459}}}]}, {"ruleId": "generic-api-key", "level": "error", "message": {"text": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations."}, "properties": {"repobilityId": 68684, "scanner": "gitleaks", "fingerprint": "26aa5fb03c79b465d9847054f3945e2c8a3bd9dd0ecf3d63ff42888bfbc1a489", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "apiKey: '<redacted>'", "rule_id": "generic-api-key", "scanner": "gitleaks", "detector": "generic-api-key", "correlation_key": "secret|token|15|apikey: redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/e2e/server-beta-e2e.mjs"}, "region": {"startLine": 152}}}]}, {"ruleId": "generic-api-key", "level": "error", "message": {"text": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations."}, "properties": {"repobilityId": 68683, "scanner": "gitleaks", "fingerprint": "f2a4bd4a02f61ad3e50beb878b0ee20c77b36e9229e833038c2b369b43524160", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "API_KEY=<redacted>", "rule_id": "generic-api-key", "scanner": "gitleaks", "detector": "generic-api-key", "correlation_key": "secret|token|10|api_key redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/public/usage/private-tags.mdx"}, "region": {"startLine": 107}}}]}, {"ruleId": "SEC001", "level": "error", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 68649, "scanner": "repobility-threat-engine", "fingerprint": "fd08046bf965ed5ae2f3f17f0f6db6838f300391787a716f930dedc4aff11027", "category": "credential_exposure", "severity": "critical", "confidence": 0.9, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "High entropy value (4.4 bits) \u2014 likely real secret", "evidence": {"match": "PASSWORD=\"<redacted>}\"", "reason": "High entropy value (4.4 bits) \u2014 likely real secret", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.9, "correlation_key": "secret|token|2|password redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/e2e-server-beta-docker.sh"}, "region": {"startLine": 24}}}]}, {"ruleId": "MINED114", "level": "error", "message": {"text": "Admin endpoint without auth: POST /api/admin/shutdown"}, "properties": {"repobilityId": 68572, "scanner": "repobility-route-auth", "fingerprint": "d5e723f0ec29949f05fd8a7af06e7a57f2fb63281702a9617a00fb8c13ac5f39", "category": "quality", "severity": "critical", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "admin-handler-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-284", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 6292}, "scanner": "repobility-route-auth", "correlation_key": "fp|d5e723f0ec29949f05fd8a7af06e7a57f2fb63281702a9617a00fb8c13ac5f39"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/server/Server.ts"}, "region": {"startLine": 294}}}]}, {"ruleId": "MINED114", "level": "error", "message": {"text": "Admin endpoint without auth: POST /api/admin/restart"}, "properties": {"repobilityId": 68571, "scanner": "repobility-route-auth", "fingerprint": "2098a24a79ca7229fd5e56d79e176b44342e5d02cbcf72d4261436814214e969", "category": "quality", "severity": "critical", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "admin-handler-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-284", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 6292}, "scanner": "repobility-route-auth", "correlation_key": "fp|2098a24a79ca7229fd5e56d79e176b44342e5d02cbcf72d4261436814214e969"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/server/Server.ts"}, "region": {"startLine": 280}}}]}, {"ruleId": "MINED114", "level": "error", "message": {"text": "Admin endpoint without auth: POST /api/admin/shutdown"}, "properties": {"repobilityId": 68549, "scanner": "repobility-route-auth", "fingerprint": "0b13b66d32cd203ee1dcac0178ea81051e75930f3cfcbb8b49d93acfb4a40e1b", "category": "quality", "severity": "critical", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "admin-handler-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-284", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 6292}, "scanner": "repobility-route-auth", "correlation_key": "fp|0b13b66d32cd203ee1dcac0178ea81051e75930f3cfcbb8b49d93acfb4a40e1b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/scripts/worker-service.cjs"}, "region": {"startLine": 1024}}}]}, {"ruleId": "MINED114", "level": "error", "message": {"text": "Admin endpoint without auth: POST /api/admin/restart"}, "properties": {"repobilityId": 68548, "scanner": "repobility-route-auth", "fingerprint": "dd59d6ee2bb77de760b0f09232573fd159d5cfe0c58e79f6b9b6156b422eb1bb", "category": "quality", "severity": "critical", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "admin-handler-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-284", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 6292}, "scanner": "repobility-route-auth", "correlation_key": "fp|dd59d6ee2bb77de760b0f09232573fd159d5cfe0c58e79f6b9b6156b422eb1bb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/scripts/worker-service.cjs"}, "region": {"startLine": 1024}}}]}, {"ruleId": "MINED114", "level": "error", "message": {"text": "Admin endpoint without auth: POST /api/admin/shutdown"}, "properties": {"repobilityId": 68547, "scanner": "repobility-route-auth", "fingerprint": "51c56fa84d74a447289616df4bbd1ce57ae57586fc3b4756740a62e197f1f563", "category": "quality", "severity": "critical", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "admin-handler-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-284", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 6292}, "scanner": "repobility-route-auth", "correlation_key": "fp|51c56fa84d74a447289616df4bbd1ce57ae57586fc3b4756740a62e197f1f563"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/scripts/server-beta-service.cjs"}, "region": {"startLine": 62}}}]}, {"ruleId": "MINED114", "level": "error", "message": {"text": "Admin endpoint without auth: POST /api/admin/restart"}, "properties": {"repobilityId": 68546, "scanner": "repobility-route-auth", "fingerprint": "e14c1aaa41e6f9bc19772d4360bab17d5e19f73ca543a2c5c137c5b357d9f683", "category": "quality", "severity": "critical", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "admin-handler-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-284", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 6292}, "scanner": "repobility-route-auth", "correlation_key": "fp|e14c1aaa41e6f9bc19772d4360bab17d5e19f73ca543a2c5c137c5b357d9f683"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/scripts/server-beta-service.cjs"}, "region": {"startLine": 62}}}]}]}]}