{"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": "MINED111", "name": "[MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that runs code without re-raising or ", "shortDescription": {"text": "[MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that runs code without re-raising or logging the exception. Hides real failures and makes bugs hard to diagnose."}, "fullDescription": {"text": "Either narrow the exception type, log the exception with `logger.exception(...)`, or re-raise after handling."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "WEB012", "name": "Service worker is present without a web app manifest", "shortDescription": {"text": "Service worker is present without a web app manifest"}, "fullDescription": {"text": "Add a valid manifest.json or site.webmanifest and reference it from the document head. Include name, icons, start_url, display, and theme colors."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "medium", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "WEB003", "name": "Public web service has no security.txt", "shortDescription": {"text": "Public web service has no security.txt"}, "fullDescription": {"text": "Add /.well-known/security.txt with Contact, Expires, Canonical, Preferred-Languages, and Policy fields. Keep the contact endpoint monitored."}, "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": "Add a Content-Security-Policy header through the web framework or hosting config. For static apps, add a CSP meta tag that restricts default-src, script-src, connect-src, img-src, and frame-ancestors."}, "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": "Add the backend route, update the frontend constant to the implemented endpoint, or document that the route is served by another service and exclude it with .repobilityignore."}, "properties": {"scanner": "repobility-journey-contract", "category": "quality", "severity": "medium", "confidence": 0.74, "cwe": "", "owasp": ""}}, {"id": "JRN002", "name": "Browser storage is used for session token material", "shortDescription": {"text": "Browser storage is used for session token material"}, "fullDescription": {"text": "Prefer httpOnly, Secure, SameSite cookies or short-lived in-memory tokens. Avoid persistent browser storage for access, refresh, ID, or partner session tokens."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "medium", "confidence": 0.82, "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 /o"}, "fullDescription": {"text": "Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.68, "cwe": "", "owasp": ""}}, {"id": "AUC002", "name": "[AUC002] Low visible authorization coverage in route inventory: Only 40.0% of discovered routes show nearby authenticati", "shortDescription": {"text": "[AUC002] Low visible authorization coverage in route inventory: Only 40.0% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence."}, "fullDescription": {"text": "Review the access matrix and add explicit framework auth declarations or policy-file exceptions for intentionally public routes."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.74, "cwe": "", "owasp": ""}}, {"id": "AUC001", "name": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobilit", "shortDescription": {"text": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "fullDescription": {"text": "Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.92, "cwe": "", "owasp": ""}}, {"id": "DKR003", "name": "Compose service `knowledge_runtime` image uses the latest tag", "shortDescription": {"text": "Compose service `knowledge_runtime` image uses the latest tag"}, "fullDescription": {"text": "Pin to a maintained version tag or digest and update it deliberately through dependency automation."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.94, "cwe": "", "owasp": ""}}, {"id": "DKC016", "name": "App service does not wait for database health", "shortDescription": {"text": "App service does not wait for database health"}, "fullDescription": {"text": "Give the database a healthcheck and change the dependency to `depends_on: { db: { condition: service_healthy } }`."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.86, "cwe": "", "owasp": ""}}, {"id": "DKR001", "name": "Docker final stage has no non-root USER", "shortDescription": {"text": "Docker final stage has no non-root USER"}, "fullDescription": {"text": "Add a non-root USER in the final runtime stage after files and permissions are prepared."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.82, "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": "Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version."}, "properties": {"scanner": "repobility-agent-runtime", "category": "dependency", "severity": "medium", "confidence": 0.7, "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": "Bind local agent bridges to 127.0.0.1 by default. If remote access is required, require a bearer token or mTLS, enforce origin/CSRF checks for browser clients, and document the threat model."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "SEC003", "name": "[SEC003] Hardcoded Secret: Hardcoded secret key found in source code.", "shortDescription": {"text": "[SEC003] Hardcoded Secret: Hardcoded secret key found in source code."}, "fullDescription": {"text": "Never commit secrets. Use .env files with .gitignore."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "medium", "confidence": 0.3, "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": "medium", "confidence": 0.3, "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": "SEC041", "name": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noref", "shortDescription": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and"}, "fullDescription": {"text": "Add rel=\"noopener noreferrer\" to every <a target=\"_blank\">:\n  <a href=\"...\" target=\"_blank\" rel=\"noopener noreferrer\">link</a>\nFor dynamically generated links from JS, set rel on the element before appending. Even safe-looking subdomains should harden \u2014 costs nothing."}, "properties": {"scanner": "repobility-threat-engine", "category": "security", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "ERR002", "name": "[ERR002] Empty Catch Block: Empty catch blocks hide errors.", "shortDescription": {"text": "[ERR002] Empty Catch Block: Empty catch blocks hide errors."}, "fullDescription": {"text": "Log the error or rethrow it. Use console.error() at minimum."}, "properties": {"scanner": "repobility-threat-engine", "category": "error_handling", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC046", "name": "[SEC046] Client-side open redirect \u2014 window.location = server-supplied URL: Assigning window.location from a server-supp", "shortDescription": {"text": "[SEC046] Client-side open redirect \u2014 window.location = server-supplied URL: Assigning window.location from a server-supplied URL trusts the server endpoint to never return a hostile destination. If that endpoint is ever subverted (compromis"}, "fullDescription": {"text": "Validate the URL is same-origin or on an explicit allowlist before assignment:\n  const u = new URL(serverUrl, location.href);\n  if (u.origin !== location.origin && !ALLOWED.includes(u.host)) return;\n  location.assign(u);\nEven better: have the server return a path (/checkout/done) instead of a full URL, and only allow same-origin navigation."}, "properties": {"scanner": "repobility-threat-engine", "category": "open_redirect", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC119", "name": "[SEC119] World-writable / world-readable file permissions: World-writable files let any local user (or container neighbo", "shortDescription": {"text": "[SEC119] World-writable / world-readable file permissions: World-writable files let any local user (or container neighbor) tamper with data; world-readable files leak secrets."}, "fullDescription": {"text": "Use 0600 (owner rw only) for secrets, 0644 for general files, 0700 for directories with secrets. Java: `setReadable(true, true)` (owner-only)."}, "properties": {"scanner": "repobility-threat-engine", "category": "security", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC005", "name": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.", "shortDescription": {"text": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input."}, "fullDescription": {"text": "Use subprocess with shell=False and a list of args. Never eval user input."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "medium", "confidence": 0.5, "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": "SEC034", "name": "[SEC034] Log Injection / Log Forging \u2014 unsanitized user input in log: User input is logged without sanitizing newlines o", "shortDescription": {"text": "[SEC034] Log Injection / Log Forging \u2014 unsanitized user input in log: User input is logged without sanitizing newlines or control characters. Attackers inject `\\n` to forge fake log entries, hide tracks, or exploit downstream log parsers (S"}, "fullDescription": {"text": "Strip control characters before logging:\n  safe = user_input.replace('\\n','').replace('\\r','').replace('\\x00','')\n  logger.info('User action: %s', safe)\nAlways use parameterized logging (`%s` + args), never f-strings or string concat \u2014 that's also what mitigates log4shell-style attacks. For structured logging, use a JSON formatter that escapes values."}, "properties": {"scanner": "repobility-threat-engine", "category": "log_injection", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC015", "name": "[SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. Output is predictable.", "shortDescription": {"text": "[SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. Output is predictable."}, "fullDescription": {"text": "Use secrets module (Python) or crypto.getRandomValues() (JS) for security-sensitive randomness."}, "properties": {"scanner": "repobility-threat-engine", "category": "crypto", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "ERR001", "name": "[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG ", "shortDescription": {"text": "[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level."}, "fullDescription": {"text": "Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types."}, "properties": {"scanner": "repobility-threat-engine", "category": "error_handling", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC139", "name": "[SEC139] AI-generated migration/route without companion test file: Route or migration touching auth, admin, users, payme", "shortDescription": {"text": "[SEC139] AI-generated migration/route without companion test file: Route or migration touching auth, admin, users, payments, or webhooks \u2014 exactly the surfaces that need tests \u2014 with no companion test file. AI agents rewrite handlers fluent"}, "fullDescription": {"text": "Require a companion test file for any change to auth/admin/users/payments/webhooks paths. CI gate: if `src/auth/*.py` changed in a PR, fail if `tests/auth/*.py` did not also change. For migrations, require an explicit rollback (`op.execute('-- rollback ...')`) plus a test that exercises both directions."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "WEB011", "name": "Public web app has no humans.txt", "shortDescription": {"text": "Public web app has no humans.txt"}, "fullDescription": {"text": "Add humans.txt with team ownership, contact URL, key documentation links, and the last-updated date."}, "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": "Add llms.txt with the product summary, canonical docs, API endpoints, security guidance, and preferred CLI workflow for AI agents."}, "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": "Add sitemap.xml, a sitemap index, or a framework-native sitemap route and reference it from robots.txt."}, "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": "Add robots.txt at the web root or a framework-native robots route. Include an explicit Sitemap directive and disallow only private paths."}, "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": "Add `security_opt: [\"no-new-privileges:true\"]` unless the service has a documented need for privilege escalation."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.62, "cwe": "", "owasp": ""}}, {"id": "DKC006", "name": "Compose service does not declare a runtime user", "shortDescription": {"text": "Compose service does not declare a runtime user"}, "fullDescription": {"text": "Set a non-root `user:` in Compose or ensure the final image stage has a non-root USER directive."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.56, "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": "Prefer Compose secrets or your platform secret manager with *_FILE variables where the image supports them. Rotate only if a real value was committed."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.58, "cwe": "", "owasp": ""}}, {"id": "DKR012", "name": "Dockerfile keeps pip download cache", "shortDescription": {"text": "Dockerfile keeps pip download cache"}, "fullDescription": {"text": "Use `pip install --no-cache-dir ...` in container builds."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "DKR008", "name": ".dockerignore misses sensitive defaults", "shortDescription": {"text": ".dockerignore misses sensitive defaults"}, "fullDescription": {"text": "Add missing patterns such as .env, .git, private keys, certificates, dependency folders, and local databases."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "AIC003", "name": "Duplicated implementation block across source files", "shortDescription": {"text": "Duplicated implementation block across source files"}, "fullDescription": {"text": "Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.86, "cwe": "", "owasp": ""}}, {"id": "SEC006", "name": "[SEC006] XSS Risk: Direct HTML injection without sanitization.", "shortDescription": {"text": "[SEC006] XSS Risk: Direct HTML injection without sanitization."}, "fullDescription": {"text": "Use textContent instead of innerHTML. Sanitize with DOMPurify."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "low", "confidence": 0.4, "cwe": "", "owasp": ""}}, {"id": "COMP001", "name": "[COMP001] High cognitive complexity: Function `get_dify_app_info` has cognitive complexity 10 (SonarSource scale). Cogni", "shortDescription": {"text": "[COMP001] High cognitive complexity: Function `get_dify_app_info` 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 recur"}, "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 10."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "low", "confidence": 0.95, "cwe": "", "owasp": ""}}, {"id": "DKR002", "name": "Dockerfile base image is selected through a build variable", "shortDescription": {"text": "Dockerfile base image is selected through a build variable"}, "fullDescription": {"text": "Resolve the variable to a versioned tag or digest in production builds and document the allowed images."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "info", "confidence": 0.48, "cwe": "", "owasp": ""}}, {"id": "MINED059", "name": "[MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message.", "shortDescription": {"text": "[MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-755 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED074", "name": "[MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.example.com/v2). Common AI halluci", "shortDescription": {"text": "[MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.example.com/v2). Common AI hallucination."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED054", "name": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely.", "shortDescription": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-704 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC085", "name": "[SEC085] JS: child_process.exec with non-literal (and 1 more): Same pattern found in 1 additional files. Review if neede", "shortDescription": {"text": "[SEC085] JS: child_process.exec with non-literal (and 1 more): Same pattern found in 1 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": "MINED052", "name": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety.", "shortDescription": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-704 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "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 (and 16 more): Same pattern found in 16 additional files. Review if needed.", "shortDescription": {"text": "[MINED056] React Key As Index (and 16 more): Same pattern found in 16 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-682 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC118", "name": "[SEC118] UUIDv1 / UUIDv3 used for security-sensitive identifier: UUIDv1 encodes the MAC address and timestamp, making it", "shortDescription": {"text": "[SEC118] UUIDv1 / UUIDv3 used for security-sensitive identifier: UUIDv1 encodes the MAC address and timestamp, making it predictable. Used as a session token or password-reset key, it's enumerable."}, "fullDescription": {"text": "Use `uuid.uuid4()` (random) or `secrets.token_urlsafe()` for tokens. In Go, use `uuid.NewRandom()` (google/uuid)."}, "properties": {"scanner": "repobility-threat-engine", "category": "crypto", "severity": "info", "confidence": 0.1, "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": "MINED063", "name": "[MINED063] Toctou Os Path Exists: if os.path.exists(p): open(p) \u2014 file can be replaced/deleted between check and use.", "shortDescription": {"text": "[MINED063] Toctou Os Path Exists: if os.path.exists(p): open(p) \u2014 file can be replaced/deleted between check and use."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-367 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED045", "name": "[MINED045] Ts Non Null Assertion (and 24 more): Same pattern found in 24 additional files. Review if needed.", "shortDescription": {"text": "[MINED045] Ts Non Null Assertion (and 24 more): Same pattern found in 24 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": "MINED044", "name": "[MINED044] Js Console Log Prod (and 129 more): Same pattern found in 129 additional files. Review if needed.", "shortDescription": {"text": "[MINED044] Js Console Log Prod (and 129 more): Same pattern found in 129 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": "MINED012", "name": "[MINED012] Curl Pipe Bash (and 1 more): Same pattern found in 1 additional files. Review if needed.", "shortDescription": {"text": "[MINED012] Curl Pipe Bash (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-494 / A08:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC016", "name": "[SEC016] LLM Prompt Injection \u2014 User Input in AI Prompt: User-supplied text is interpolated directly into an AI/LLM prom", "shortDescription": {"text": "[SEC016] LLM Prompt Injection \u2014 User Input in AI Prompt: User-supplied text is interpolated directly into an AI/LLM prompt (e.g. OpenAI, Anthropic, or local model). This is the AI equivalent of SQL injection: an attacker can craft input tha"}, "fullDescription": {"text": "1) Separate user content from instructions: use the 'user' role for user text and 'system' role for your instructions \u2014 never concatenate them into one string. 2) Validate and constrain: limit input length, strip control characters, and reject known injection patterns. 3) Use structured output (JSON mode / function calling) so the model returns data, not freeform actions. 4) Apply output validation: check the AI's response before acting on it. 5) Consider a prompt injection detection layer (e.g. Anthropic's constitutional AI, prompt-guard models)."}, "properties": {"scanner": "repobility-threat-engine", "category": "llm_injection", "severity": "info", "confidence": 0.1, "cwe": "", "owasp": ""}}, {"id": "MINED064", "name": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services.", "shortDescription": {"text": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED049", "name": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout.", "shortDescription": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-532 / A09:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC020", "name": "[SEC020] Secret Printed to Logs (and 12 more): Same pattern found in 12 additional files. Review if needed.", "shortDescription": {"text": "[SEC020] Secret Printed to Logs (and 12 more): Same pattern found in 12 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": "MINED065", "name": "[MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser origin. Acceptable for public re", "shortDescription": {"text": "[MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser origin. Acceptable for public read-only endpoints; dangerous when paired with credentials or write endpoints."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-942,CWE-346 / A05:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED062", "name": "[MINED062] Python Dataclass No Fields (and 57 more): Same pattern found in 57 additional files. Review if needed.", "shortDescription": {"text": "[MINED062] Python Dataclass No Fields (and 57 more): Same pattern found in 57 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED020", "name": "[MINED020] Logging Credential Via Fstring (and 3 more): Same pattern found in 3 additional files. Review if needed.", "shortDescription": {"text": "[MINED020] Logging Credential Via Fstring (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-532 / A09:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED043", "name": "[MINED043] Http Not Https (and 25 more): Same pattern found in 25 additional files. Review if needed.", "shortDescription": {"text": "[MINED043] Http Not Https (and 25 more): Same pattern found in 25 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-319 / A02:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED013", "name": "[MINED013] Password In Url (and 3 more): Same pattern found in 3 additional files. Review if needed.", "shortDescription": {"text": "[MINED013] Password In Url (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC022", "name": "[SEC022] Database URL With Embedded Credential (and 3 more): Same pattern found in 3 additional files. Review if needed.", "shortDescription": {"text": "[SEC022] Database URL With Embedded Credential (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "fullDescription": {"text": "Remove the embedded password, require the URL from a secret store or environment variable, and rotate the database credential."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC128", "name": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 60 more): Same pattern found in 60 add", "shortDescription": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 60 more): Same pattern found in 60 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": "MINED067", "name": "[MINED067] Python Requests No Timeout (and 4 more): Same pattern found in 4 additional files. Review if needed.", "shortDescription": {"text": "[MINED067] Python Requests No Timeout (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-400 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC078", "name": "[SEC078] Python: requests without timeout (and 4 more): Same pattern found in 4 additional files. Review if needed.", "shortDescription": {"text": "[SEC078] Python: requests without timeout (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "fullDescription": {"text": "Add `timeout=10` (or appropriate value) to every requests call."}, "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 101 more): Same pattern found in 101 ad", "shortDescription": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 101 more): Same pattern found in 101 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": "SEC135", "name": "[SEC135] Auth/permission check missing on AI-generated endpoint (and 50 more): Same pattern found in 50 additional files", "shortDescription": {"text": "[SEC135] Auth/permission check missing on AI-generated endpoint (and 50 more): Same pattern found in 50 additional files. Review if needed."}, "fullDescription": {"text": "Add the project's auth decorator/middleware: `@login_required` (Django/Flask), `@permission_classes([IsAuthenticated])` (DRF), `Depends(get_current_user)` (FastAPI), `requireAuth` middleware (Express). For genuinely public endpoints, add a `# public-endpoint` marker comment so future scans skip them."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED001", "name": "[MINED001] Bare Except Pass (and 23 more): Same pattern found in 23 additional files. Review if needed.", "shortDescription": {"text": "[MINED001] Bare Except Pass (and 23 more): Same pattern found in 23 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-755 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED050", "name": "[MINED050] Stub Only Function (and 89 more): Same pattern found in 89 additional files. Review if needed.", "shortDescription": {"text": "[MINED050] Stub Only Function (and 89 more): Same pattern found in 89 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-1188 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED126", "name": "[MINED126] Workflow container/services image `redis:7-alpine` unpinned: `container/services image: redis:7-alpine` witho", "shortDescription": {"text": "[MINED126] Workflow container/services image `redis:7-alpine` unpinned: `container/services image: redis:7-alpine` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chai"}, "fullDescription": {"text": "Replace with `redis:7-alpine@sha256:<digest>`. Re-pin via Dependabot Docker scope."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED115", "name": "[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@v4` resolves at workflow-run t", "shortDescription": {"text": "[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@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) in"}, "fullDescription": {"text": "Replace with: `uses: actions/checkout@<40-char-sha>  # v4` and let Dependabot bump it on a scheduled cadence."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED130", "name": "[MINED130] Lockfile pulls package from off-canonical host `registry.npmmirror.com`: `package-lock.json` resolved URL for", "shortDescription": {"text": "[MINED130] Lockfile pulls package from off-canonical host `registry.npmmirror.com`: `package-lock.json` resolved URL for `node_modules/@types/node` is `https://registry.npmmirror.com/@types/node/-/node-22.19.8.tgz...` \u2014 host `registry.npmmi"}, "fullDescription": {"text": "Verify the host is intentional. If your org uses a private registry, add it to your scanner's allowlist (CANONICAL_NPM_HOSTS). Otherwise, regenerate the lockfile against the canonical registry."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED118", "name": "[MINED118] Dockerfile FROM `node:22-slim` not pinned by digest: `FROM node:22-slim` resolves the tag at build time. The ", "shortDescription": {"text": "[MINED118] Dockerfile FROM `node:22-slim` not pinned by digest: `FROM node:22-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 shou"}, "fullDescription": {"text": "Replace with: `FROM node:22-slim@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot)."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED112", "name": "[MINED112] FastAPI POST /{sandbox_id}/execute has no auth: Handler `execute` is registered with router/app.post(...) but", "shortDescription": {"text": "[MINED112] FastAPI POST /{sandbox_id}/execute has no auth: Handler `execute` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "fullDescription": {"text": "Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional."}, "properties": {"scanner": "repobility-route-auth", "category": "quality", "severity": "high", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "MINED110", "name": "[MINED110] Blocking call `requests.get` inside async function `_download_dingtalk_file`: `requests.get` is a synchronous", "shortDescription": {"text": "[MINED110] Blocking call `requests.get` inside async function `_download_dingtalk_file`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the p"}, "fullDescription": {"text": "Use the async equivalent: `aiohttp` instead of `requests`, `asyncio.sleep` instead of `time.sleep`, `aiofiles` instead of `open`."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED106", "name": "[MINED106] Phantom test coverage: test_buffer_size_triggers_immediate_send: Test function `test_buffer_size_triggers_imm", "shortDescription": {"text": "[MINED106] Phantom test coverage: test_buffer_size_triggers_immediate_send: Test function `test_buffer_size_triggers_immediate_send` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line cove"}, "fullDescription": {"text": "Add an explicit assertion that captures the test's intent, or remove the test."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED108", "name": "[MINED108] `self._build_retrieval_override_map` used but never assigned in __init__: Method `execute` of class `QueryExe", "shortDescription": {"text": "[MINED108] `self._build_retrieval_override_map` used but never assigned in __init__: Method `execute` of class `QueryExecutor` reads `self._build_retrieval_override_map`, but no assignment to it exists in __init__ (and no class-level fallba"}, "fullDescription": {"text": "Initialize `self._build_retrieval_override_map = <default>` in __init__, or add a class-level default."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "JRN009", "name": "Secret-like setting is echoed into a password input value", "shortDescription": {"text": "Secret-like setting is echoed into a password input value"}, "fullDescription": {"text": "Never prefill secret fields with stored values. Show a masked status such as configured/not configured, require explicit rotation to replace the value, and return the raw key only once at creation time."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "high", "confidence": 0.83, "cwe": "", "owasp": ""}}, {"id": "JRN004", "name": "Consent is collected in UI without visible backend audit persistence", "shortDescription": {"text": "Consent is collected in UI without visible backend audit persistence"}, "fullDescription": {"text": "Persist consent as a backend record with subject, actor, purpose, scope, legal text version, timestamp, IP address, user agent, and revocation state."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "high", "confidence": 0.78, "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 /chat/streaming-content/:subta"}, "fullDescription": {"text": "Add ownership, tenant, relationship, or policy checks before reading or mutating the target object."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "high", "confidence": 0.7, "cwe": "", "owasp": ""}}, {"id": "DKC011", "name": "Database service publishes a host port", "shortDescription": {"text": "Database service publishes a host port"}, "fullDescription": {"text": "Use `expose` for service-to-service access, bind to 127.0.0.1 for local-only access, or protect the port with firewall rules."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "high", "confidence": 0.84, "cwe": "", "owasp": ""}}, {"id": "DKR006", "name": "Dockerfile pipes a remote script into a shell", "shortDescription": {"text": "Dockerfile pipes a remote script into a shell"}, "fullDescription": {"text": "Download the artifact, verify its checksum or signature, pin the version, and then execute it."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "high", "confidence": 0.92, "cwe": "", "owasp": ""}}, {"id": "AGT002", "name": "LLM memory extraction can be prompt-injected into storing fake facts", "shortDescription": {"text": "LLM memory extraction can be prompt-injected into storing fake facts"}, "fullDescription": {"text": "Validate extracted facts with a schema, enforce length and count limits, reject code-fence/prompt-looking content, and discard facts that contain instruction-like phrases or raw JSON prompt fragments."}, "properties": {"scanner": "repobility-agent-runtime", "category": "llm_injection", "severity": "high", "confidence": 0.82, "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": "SEC100", "name": "[SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` origin) allows any website to make ", "shortDescription": {"text": "[SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` origin) allows any website to make authenticated cross-origin requests. Especially dangerous when combined with `Access-Control-Allow-Credentials: true`."}, "fullDescription": {"text": "Allowlist specific origins. For dynamic per-request validation, validate against a known list and echo the origin back. Never combine wildcard origin with credentials."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED004", "name": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).", "shortDescription": {"text": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums)."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED006", "name": "[MINED006] Overcatch Baseexception: except BaseException: ... \u2014 prevents Ctrl+C and SystemExit from working.", "shortDescription": {"text": "[MINED006] Overcatch Baseexception: except BaseException: ... \u2014 prevents Ctrl+C and SystemExit from working."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-705 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED034", "name": "[MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection.", "shortDescription": {"text": "[MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-78 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC103", "name": "[SEC103] LDAP injection \u2014 non-constant search filter: User input concatenated into an LDAP search filter. Attackers inje", "shortDescription": {"text": "[SEC103] LDAP injection \u2014 non-constant search filter: User input concatenated into an LDAP search filter. Attackers inject `*)(uid=*` style payloads to bypass auth or enumerate accounts."}, "fullDescription": {"text": "Escape with javax.naming.ldap.Rdn.escapeValue or equivalent. For python-ldap, use ldap.filter.escape_filter_chars. Better: use parameterized search APIs (Spring LdapTemplate filter encoders)."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC004", "name": "[SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection.", "shortDescription": {"text": "[SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection."}, "fullDescription": {"text": "Use parameterized queries: cursor.execute('SELECT * FROM t WHERE id = %s', [id]). For dynamic table or column names, choose identifiers from a hard-coded allowlist and keep values in parameters."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "high", "confidence": 0.5, "cwe": "", "owasp": ""}}, {"id": "MINED107", "name": "[MINED107] Missing import: `html` used but not imported: The file uses `html.something(...)` but never imports `html`. T", "shortDescription": {"text": "[MINED107] Missing import: `html` used but not imported: The file uses `html.something(...)` but never imports `html`. This raises NameError at runtime the first time the line executes."}, "fullDescription": {"text": "Add `import html` at the top of the file."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "JRN001", "name": "Token handoff appears to use a callback URL or fragment", "shortDescription": {"text": "Token handoff appears to use a callback URL or fragment"}, "fullDescription": {"text": "Use a server-side one-time authorization code tied to a registered callback allowlist. Do not append access tokens to callback URLs or fragments."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "critical", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "DKC008", "name": "Compose service mounts the Docker socket", "shortDescription": {"text": "Compose service mounts the Docker socket"}, "fullDescription": {"text": "Avoid mounting docker.sock. Use a narrow proxy, rootless build service, or provider-native deployment credentials."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "critical", "confidence": 0.98, "cwe": "", "owasp": ""}}, {"id": "MINED019", "name": "[MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) \u2014 full RCE via templates.", "shortDescription": {"text": "[MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) \u2014 full RCE via templates."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-94 / A03:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}]}}, "automationDetails": {"id": "repobility/978"}, "properties": {"repository": "wecode-ai/Wegent", "repoUrl": "https://github.com/wecode-ai/Wegent", "branch": "main"}, "results": [{"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91909, "scanner": "repobility-ast-engine", "fingerprint": "c0857b1b3bd65b49491e02215a9b2aa0ac1ecb63bd5bb8546bc2f4966847d09c", "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|c0857b1b3bd65b49491e02215a9b2aa0ac1ecb63bd5bb8546bc2f4966847d09c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/utils/crypto.py"}, "region": {"startLine": 175}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91908, "scanner": "repobility-ast-engine", "fingerprint": "04bb7bc06135f18b6db201013bb25d5fbf89abfd83017de23344982b554753af", "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|04bb7bc06135f18b6db201013bb25d5fbf89abfd83017de23344982b554753af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/utils/placeholder.py"}, "region": {"startLine": 62}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91907, "scanner": "repobility-ast-engine", "fingerprint": "94b3723532581d875d86c88e3e10b064fb2df56b17cacc9ba6beb285a1c922ba", "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|94b3723532581d875d86c88e3e10b064fb2df56b17cacc9ba6beb285a1c922ba"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/telemetry/decorators.py"}, "region": {"startLine": 41}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91906, "scanner": "repobility-ast-engine", "fingerprint": "e0ea084342c3416d7ff4740cea83464aaaaf34491e0c4e8c5a843e9ed225159d", "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|e0ea084342c3416d7ff4740cea83464aaaaf34491e0c4e8c5a843e9ed225159d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/telemetry/decorators.py"}, "region": {"startLine": 31}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91905, "scanner": "repobility-ast-engine", "fingerprint": "b37155385b3a20f835257da465473989bf9007e098c66d95c581ba695809fb19", "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|b37155385b3a20f835257da465473989bf9007e098c66d95c581ba695809fb19"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/tools/mcp/client.py"}, "region": {"startLine": 304}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91904, "scanner": "repobility-ast-engine", "fingerprint": "e55ba8c6fa8bc3c048fb61d7451bf1af1338175dd881535680e2ec235d542d59", "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|e55ba8c6fa8bc3c048fb61d7451bf1af1338175dd881535680e2ec235d542d59"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/tools/builtin/data_table.py"}, "region": {"startLine": 186}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91903, "scanner": "repobility-ast-engine", "fingerprint": "35cc94a70cdc202b419610c7fe6bc482fce329c3078716468cf4ea4d99ac6b47", "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|35cc94a70cdc202b419610c7fe6bc482fce329c3078716468cf4ea4d99ac6b47"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/tools/builtin/file_reader.py"}, "region": {"startLine": 186}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91902, "scanner": "repobility-ast-engine", "fingerprint": "ae098743558c48e744c7d80b5e600ff28105bb90eacb261a666830d5eb3a94ae", "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|ae098743558c48e744c7d80b5e600ff28105bb90eacb261a666830d5eb3a94ae"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/tools/builtin/file_reader.py"}, "region": {"startLine": 89}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91900, "scanner": "repobility-ast-engine", "fingerprint": "f7d9af78b84f30b549dc6a1bf17f83025f4d8a738abda970ed1320f8e4580513", "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|f7d9af78b84f30b549dc6a1bf17f83025f4d8a738abda970ed1320f8e4580513"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/cli/commands/chat.py"}, "region": {"startLine": 312}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91898, "scanner": "repobility-ast-engine", "fingerprint": "eed5f86cf603c6c1f2f85996a89519fecb86f05f3e717198d429c7286427b1b8", "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|eed5f86cf603c6c1f2f85996a89519fecb86f05f3e717198d429c7286427b1b8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/cli/commands/query.py"}, "region": {"startLine": 243}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91897, "scanner": "repobility-ast-engine", "fingerprint": "6e60db5371884e61d40cdd51dc3b0245e731722809a5453bc641ec941c7ed009", "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|6e60db5371884e61d40cdd51dc3b0245e731722809a5453bc641ec941c7ed009"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/cli/commands/history.py"}, "region": {"startLine": 249}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91896, "scanner": "repobility-ast-engine", "fingerprint": "d659e72881eb1cc4d5a15338b0104f79e651422268a4a5bb0381a18245713182", "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|d659e72881eb1cc4d5a15338b0104f79e651422268a4a5bb0381a18245713182"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/cli/utils/config_file.py"}, "region": {"startLine": 93}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91895, "scanner": "repobility-ast-engine", "fingerprint": "ceeabcf1df17fd8365f5150190a65ce8aa107e0d58485ea960569069c1eb7f94", "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|ceeabcf1df17fd8365f5150190a65ce8aa107e0d58485ea960569069c1eb7f94"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/tools/knowledge_factory.py"}, "region": {"startLine": 124}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91894, "scanner": "repobility-ast-engine", "fingerprint": "3a199021930dc1b2d03c741dc9b0e7be5a011906b8383e3d7399094f208a6179", "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|3a199021930dc1b2d03c741dc9b0e7be5a011906b8383e3d7399094f208a6179"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/storage/sqlite.py"}, "region": {"startLine": 537}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91893, "scanner": "repobility-ast-engine", "fingerprint": "40c02c0bf804dc558faa5393d77af481556ba3fa05e07d81c8a39c65bf7c2fdb", "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|40c02c0bf804dc558faa5393d77af481556ba3fa05e07d81c8a39c65bf7c2fdb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/storage/remote.py"}, "region": {"startLine": 418}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91892, "scanner": "repobility-ast-engine", "fingerprint": "c9577486ed440c36b009b9fde1be3d7c5bcbc193e84d1a2b1ec8c7cd3c3b9882", "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|c9577486ed440c36b009b9fde1be3d7c5bcbc193e84d1a2b1ec8c7cd3c3b9882"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/storage/remote.py"}, "region": {"startLine": 396}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91885, "scanner": "repobility-ast-engine", "fingerprint": "6a61507a1e5ae857cb2097e2445da602f94e67e74334b806e05a3ca6810caedf", "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|6a61507a1e5ae857cb2097e2445da602f94e67e74334b806e05a3ca6810caedf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/llm_logging.py"}, "region": {"startLine": 77}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91884, "scanner": "repobility-ast-engine", "fingerprint": "98f41a66399f229b2b640a6cb64111c027d0a2a865856aaeb33b777b415c891b", "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|98f41a66399f229b2b640a6cb64111c027d0a2a865856aaeb33b777b415c891b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/llm_logging.py"}, "region": {"startLine": 147}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91883, "scanner": "repobility-ast-engine", "fingerprint": "c86aad3aa850f03aa6a5dba72a5aa4345267990b02a88d37a463549ab5d6f952", "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|c86aad3aa850f03aa6a5dba72a5aa4345267990b02a88d37a463549ab5d6f952"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/llm_logging.py"}, "region": {"startLine": 115}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91881, "scanner": "repobility-ast-engine", "fingerprint": "70440192df4cd1276b060dd44bb5ccb6680eb8b0505f144c01692f0e03f09908", "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|70440192df4cd1276b060dd44bb5ccb6680eb8b0505f144c01692f0e03f09908"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 440}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91856, "scanner": "repobility-ast-engine", "fingerprint": "b552b3395d628dc11aaef8e94c826fccb4a4ae58993c533894657f12af951d35", "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|b552b3395d628dc11aaef8e94c826fccb4a4ae58993c533894657f12af951d35"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/core/logging.py"}, "region": {"startLine": 41}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91847, "scanner": "repobility-ast-engine", "fingerprint": "833fb8284aa4ec725907a781a5ee2347afed17f0943edd48f01a462788657000", "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|833fb8284aa4ec725907a781a5ee2347afed17f0943edd48f01a462788657000"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/logger.py"}, "region": {"startLine": 166}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91846, "scanner": "repobility-ast-engine", "fingerprint": "2792161fd24f6daf02301d7e23b671659dab5837fa6c35ccfa97a62dc67edc71", "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|2792161fd24f6daf02301d7e23b671659dab5837fa6c35ccfa97a62dc67edc71"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/logger.py"}, "region": {"startLine": 50}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91845, "scanner": "repobility-ast-engine", "fingerprint": "5de63f973d0d17435bbfad3edc54b1f62ee249e1bd8471efaa7d883c730e4160", "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|5de63f973d0d17435bbfad3edc54b1f62ee249e1bd8471efaa7d883c730e4160"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/version.py"}, "region": {"startLine": 79}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "[MINED111] Bare except continues silently: 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": {"repobilityId": 91844, "scanner": "repobility-ast-engine", "fingerprint": "08b3f397a58abbb0c72e35f7c506e43c5a25ca78846fa526836f07b6b7f6c23c", "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|08b3f397a58abbb0c72e35f7c506e43c5a25ca78846fa526836f07b6b7f6c23c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/test_emoji_docx.py"}, "region": {"startLine": 28}}}]}, {"ruleId": "WEB012", "level": "warning", "message": {"text": "Service worker is present without a web app manifest"}, "properties": {"repobilityId": 91843, "scanner": "repobility-web-presence", "fingerprint": "fcb0b1c9ad72f83092dc6928d3e76ca25d428a654bdcd26192cf227ad67fe1ea", "category": "quality", "severity": "medium", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "A service worker was discovered but no common web manifest file was found.", "evidence": {"rule_id": "WEB012", "scanner": "repobility-web-presence", "references": ["https://developer.mozilla.org/en-US/docs/Web/Manifest"], "correlation_key": "fp|fcb0b1c9ad72f83092dc6928d3e76ca25d428a654bdcd26192cf227ad67fe1ea"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "manifest.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "WEB003", "level": "warning", "message": {"text": "Public web service has no security.txt"}, "properties": {"repobilityId": 91842, "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": 91841, "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": 91831, "scanner": "repobility-journey-contract", "fingerprint": "92b5f832482c3233271d12893d5815bb00d174cceaa49291fb5d482531dca255", "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/models/{param}", "correlation_key": "fp|92b5f832482c3233271d12893d5815bb00d174cceaa49291fb5d482531dca255", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 222}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91830, "scanner": "repobility-journey-contract", "fingerprint": "84626b32cb500f4fd04e38fddce44de3030cb5a6624e3a5bfd25e1cdd845fe04", "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/models/compatible", "correlation_key": "fp|84626b32cb500f4fd04e38fddce44de3030cb5a6624e3a5bfd25e1cdd845fe04", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 215}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91829, "scanner": "repobility-journey-contract", "fingerprint": "5dfc2dde2d84c9d4aa057f20b4ab0e0caacd354f363e199f245d9440e8177205", "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/models/test-connection", "correlation_key": "fp|5dfc2dde2d84c9d4aa057f20b4ab0e0caacd354f363e199f245d9440e8177205", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 208}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91828, "scanner": "repobility-journey-contract", "fingerprint": "e0046692e02c981db2dc36c3d69de107bc7d3b52f71a7e57be41b29ca081eced", "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/models/unified/{param}", "correlation_key": "fp|e0046692e02c981db2dc36c3d69de107bc7d3b52f71a7e57be41b29ca081eced", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 201}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91827, "scanner": "repobility-journey-contract", "fingerprint": "eddc210ff621f92bb9953aefa2fa5daf16e24d71b104c92c7e7f7065b90603f0", "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/models/unified", "correlation_key": "fp|eddc210ff621f92bb9953aefa2fa5daf16e24d71b104c92c7e7f7065b90603f0", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 194}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91826, "scanner": "repobility-journey-contract", "fingerprint": "1284fc144ec03afdf9910f608ed2162782926f353fd9cc7e1742f0a508d655a3", "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/models", "correlation_key": "fp|1284fc144ec03afdf9910f608ed2162782926f353fd9cc7e1742f0a508d655a3", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 187}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91825, "scanner": "repobility-journey-contract", "fingerprint": "d7b42937bdfafa2a6c5462f88006e3ecefb8fd68675f0b9b6f027255ec4c6ace", "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/v1/namespaces/{param}/bots/{param}", "correlation_key": "fp|d7b42937bdfafa2a6c5462f88006e3ecefb8fd68675f0b9b6f027255ec4c6ace", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 178}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91824, "scanner": "repobility-journey-contract", "fingerprint": "6562c4ff15e85a3b2870a215333cea525a00292606a288bddd73f8ee1d718a3c", "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/v1/namespaces/{param}/bots/{param}", "correlation_key": "fp|6562c4ff15e85a3b2870a215333cea525a00292606a288bddd73f8ee1d718a3c", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 171}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91823, "scanner": "repobility-journey-contract", "fingerprint": "f34ba0fb09a92abeb3a3e8217df3a22fc01b87861eb3992235f8846653abc30f", "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/v1/namespaces/{param}/bots/{param}", "correlation_key": "fp|f34ba0fb09a92abeb3a3e8217df3a22fc01b87861eb3992235f8846653abc30f", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 160}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91822, "scanner": "repobility-journey-contract", "fingerprint": "1e62110b0e6ea3c42dbe60139965449054469f2b8830928b7538a93df7e65dc9", "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/bots{param}", "correlation_key": "fp|1e62110b0e6ea3c42dbe60139965449054469f2b8830928b7538a93df7e65dc9", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 153}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91821, "scanner": "repobility-journey-contract", "fingerprint": "f547bb5926f703cdd43a5277ddce2b106844d0e4b2e40214fdeb0db380eaa617", "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/bots", "correlation_key": "fp|f547bb5926f703cdd43a5277ddce2b106844d0e4b2e40214fdeb0db380eaa617", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 142}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91820, "scanner": "repobility-journey-contract", "fingerprint": "2aa5cda5f2fc58c3323170f39113a43c79c587a7431cac7e326b9bd0e027d1e7", "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/users/me", "correlation_key": "fp|2aa5cda5f2fc58c3323170f39113a43c79c587a7431cac7e326b9bd0e027d1e7", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/api-client.ts"}, "region": {"startLine": 133}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91819, "scanner": "repobility-journey-contract", "fingerprint": "72937c00e10aa2045d9651c80cafc6b50f2a044537cf9ddabaf81bb004e958aa", "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/feedback", "correlation_key": "fp|72937c00e10aa2045d9651c80cafc6b50f2a044537cf9ddabaf81bb004e958aa", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/init_data/skills/skill-creator/eval-viewer/viewer.html"}, "region": {"startLine": 1044}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91818, "scanner": "repobility-journey-contract", "fingerprint": "9e4b0541656157d314c14c5c75e9209e4382d876d028ea8fb1d3cf675de29b01", "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/feedback", "correlation_key": "fp|9e4b0541656157d314c14c5c75e9209e4382d876d028ea8fb1d3cf675de29b01", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/init_data/skills/skill-creator/eval-viewer/viewer.html"}, "region": {"startLine": 1012}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 91817, "scanner": "repobility-journey-contract", "fingerprint": "9f88fe413ff1b9c80c8f34b5b9ef195c12aeb05dbdd0d9420e8bebe8315c4c6d", "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/feedback", "correlation_key": "fp|9f88fe413ff1b9c80c8f34b5b9ef195c12aeb05dbdd0d9420e8bebe8315c4c6d", "backend_endpoint_count": 10}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/init_data/skills/skill-creator/eval-viewer/viewer.html"}, "region": {"startLine": 666}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91816, "scanner": "repobility-journey-contract", "fingerprint": "32b3be73b8e7a9b9e4b794e20e9a833ee305737c1bcc897414d2123f76ce1b41", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|wework/src/api/auth.ts|48|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wework/src/api/auth.ts"}, "region": {"startLine": 48}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91815, "scanner": "repobility-journey-contract", "fingerprint": "cfe6e8151a0130540dbd6436680d067f5aa9486546c4b9056303232ea767a886", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|wework/src/api/auth.ts|40|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wework/src/api/auth.ts"}, "region": {"startLine": 40}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91814, "scanner": "repobility-journey-contract", "fingerprint": "ad77d0e278e135e8881771bf7fce549b36f428e19d1d83305488c58959d3af45", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|wework/src/api/auth.ts|37|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wework/src/api/auth.ts"}, "region": {"startLine": 37}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91813, "scanner": "repobility-journey-contract", "fingerprint": "a44e50d0c73dd3eea57cf84e1bc0e2cfa7f76a053815798133593d1eb4f56201", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|81|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wework/src/api/attachments.ts"}, "region": {"startLine": 81}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91812, "scanner": "repobility-journey-contract", "fingerprint": "570e33b63fb4b205c0cd453d6ecffcc95674d1291f2a371771c08bb35c9cbc26", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|24|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wework/src/api/attachments.ts"}, "region": {"startLine": 24}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91811, "scanner": "repobility-journey-contract", "fingerprint": "5ec9bc2ad68fea207094ac475d0da2991d1d5fa11c22ee1ee9e1fc324c45be21", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|49|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/login/components/OidcTokenHandler.tsx"}, "region": {"startLine": 49}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91810, "scanner": "repobility-journey-contract", "fingerprint": "c20816d5962e98dd71e46513ecf984a05b20720f42abc291e0e2f69d533e9969", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|48|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/login/components/OidcTokenHandler.tsx"}, "region": {"startLine": 48}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91809, "scanner": "repobility-journey-contract", "fingerprint": "4ce71e71198fc97b541614826d139c6233f0a315dcc671a236229a884fd32530", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|frontend/src/apis/user.ts|125|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/apis/user.ts"}, "region": {"startLine": 125}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91808, "scanner": "repobility-journey-contract", "fingerprint": "a10454a9706ae5ebb75b7b2dd1aa76742f07ce379a1b0eb2abd16b02af4670d0", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|frontend/src/apis/user.ts|118|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/apis/user.ts"}, "region": {"startLine": 118}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91807, "scanner": "repobility-journey-contract", "fingerprint": "7f963ece69ee890b1f8d618a25e294151d52a271794c6e01b9bf2f306a4e1c99", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|frontend/src/apis/user.ts|107|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/apis/user.ts"}, "region": {"startLine": 107}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91806, "scanner": "repobility-journey-contract", "fingerprint": "07d8df6f1401b927a6bc954c4c72c36a86e1f2cab294acf5f1317d3af358ea78", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|frontend/src/apis/user.ts|104|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/apis/user.ts"}, "region": {"startLine": 104}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 91805, "scanner": "repobility-journey-contract", "fingerprint": "6d8faca80038092dc7e44b7d864227b36adbfce51d9fd0fb78fb080d300747fd", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|frontend/e2e/utils/auth.ts|109|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/utils/auth.ts"}, "region": {"startLine": 109}}}]}, {"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 /otlp/traces."}, "properties": {"repobilityId": 91802, "scanner": "repobility-access-control", "fingerprint": "9380aea2b5cebbe5ecb298935fdda3e15cbde92a59d3dc8c4dedb0bc6057903a", "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": "/otlp/traces", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|38|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/otlp/traces/route.ts"}, "region": {"startLine": 38}}}]}, {"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 /wizard/test-prompt/stream/route."}, "properties": {"repobilityId": 91801, "scanner": "repobility-access-control", "fingerprint": "da51f4398bfb615f3d1accf1346003b4e524a531515a64e0b3975ddf25ce8692", "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": "/wizard/test-prompt/stream/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|15|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/api/wizard/test-prompt/stream/route.ts"}, "region": {"startLine": 15}}}]}, {"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 /wizard/generate-followup/route."}, "properties": {"repobilityId": 91800, "scanner": "repobility-access-control", "fingerprint": "f1371ca2e24847613ceddacdbf21ef2fb27f55de5af7048299671a802e03b9e4", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation. Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"path": "/wizard/generate-followup/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|18|auc009", "duplicate_count": 1, "identity_targets": ["authenticated"], "duplicate_rule_ids": ["AUC009"], "duplicate_scanners": ["repobility-access-control"], "duplicate_fingerprints": ["c950ea8a04b76b9326efe978351f71679cd8bebcd77d177d300bac2a5ebcfe1d", "f1371ca2e24847613ceddacdbf21ef2fb27f55de5af7048299671a802e03b9e4"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/api/wizard/generate-followup/route.ts"}, "region": {"startLine": 18}}}]}, {"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 /subtasks/stream/subscribe/route."}, "properties": {"repobilityId": 91799, "scanner": "repobility-access-control", "fingerprint": "767528bfc091fe7981094e7fd507f54a46d289a20b649e752dd6f0880f48d824", "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": "/subtasks/stream/subscribe/route", "method": "GET", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|19|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/api/subtasks/stream/subscribe/route.ts"}, "region": {"startLine": 19}}}]}, {"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 /chat/resume-stream/:subtaskId/route."}, "properties": {"repobilityId": 91798, "scanner": "repobility-access-control", "fingerprint": "4811cc18f34c9d28e71fdc0c7a85be2723ec68dc333b32b70ef70a3fc344a507", "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": "/chat/resume-stream/:subtaskId/route", "method": "GET", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token / subtaskid /route.ts|20|auc009", "identity_targets": ["authenticated", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/api/chat/resume-stream/[subtaskId]/route.ts"}, "region": {"startLine": 20}}}]}, {"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 /chat/streaming-content/:subtaskId/route."}, "properties": {"repobilityId": 91797, "scanner": "repobility-access-control", "fingerprint": "9eb151c217560b6242a24b8e7ad0fc0face0f05204d1157dbed782972fb26500", "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": "/chat/streaming-content/:subtaskId/route", "method": "GET", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token / subtaskid /route.ts|15|auc009", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/api/chat/streaming-content/[subtaskId]/route.ts"}, "region": {"startLine": 15}}}]}, {"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 /chat/stream/route."}, "properties": {"repobilityId": 91796, "scanner": "repobility-access-control", "fingerprint": "4e4fbe6dc5244907104203e33246f9a12702095167831bfbec796529d0fcc463", "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": "/chat/stream/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|24|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/api/chat/stream/route.ts"}, "region": {"startLine": 24}}}]}, {"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 /chat/cancel/route."}, "properties": {"repobilityId": 91795, "scanner": "repobility-access-control", "fingerprint": "283b16dcc76fda9d8df896f694df14605a4e477dffdd5ddcabc0a8b340b5eaf2", "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": "/chat/cancel/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|14|auc009", "identity_targets": ["authenticated"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/api/chat/cancel/route.ts"}, "region": {"startLine": 14}}}]}, {"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 /runtime-config."}, "properties": {"repobilityId": 91794, "scanner": "repobility-access-control", "fingerprint": "ced25ff3f492f940722d917e53b21a4c6fbf90260a5af4e9dad0f20d98ce3c50", "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": "/runtime-config", "method": "GET", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|30|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/runtime-config/route.ts"}, "region": {"startLine": 30}}}]}, {"ruleId": "AUC002", "level": "warning", "message": {"text": "[AUC002] Low visible authorization coverage in route inventory: Only 40.0% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence."}, "properties": {"repobilityId": 91792, "scanner": "repobility-access-control", "fingerprint": "590150581400d15f2f68c5d5dc2b1a013fcc55de86fe55e7743c6640b3fbf93c", "category": "auth", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"scanner": "repobility-access-control", "endpoint_count": 10, "correlation_key": "fp|590150581400d15f2f68c5d5dc2b1a013fcc55de86fe55e7743c6640b3fbf93c", "auth_visible_percent": 40.0}}}, {"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": 91791, "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": ["Django", "Next.js"], "expected_files": [".repobility/access.yml", ".repobility/access.yaml", ".repobility/access.json", ".repobility/authorization.yml"], "correlation_key": "fp|f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10"}}}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Compose service `knowledge_runtime` image uses the latest tag"}, "properties": {"repobilityId": 91779, "scanner": "repobility-docker", "fingerprint": "f2886301b99738ac7f386885ec652ff90e498bc43b4eabc53fc48b9d69e68d47", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-knowledge-runtime:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|f2886301b99738ac7f386885ec652ff90e498bc43b4eabc53fc48b9d69e68d47"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 267}}}]}, {"ruleId": "DKC016", "level": "warning", "message": {"text": "App service does not wait for database health"}, "properties": {"repobilityId": 91778, "scanner": "repobility-docker", "fingerprint": "0df79b93949e2229f60c6d4c0e01c78cab14d77847b889df61b0ad183084126c", "category": "docker", "severity": "medium", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Dependency database has a healthcheck but the app does not use condition: service_healthy.", "evidence": {"rule_id": "DKC016", "scanner": "repobility-docker", "service": "executor_manager", "dependency": "redis", "references": ["https://docs.docker.com/compose/how-tos/startup-order/"], "correlation_key": "fp|0df79b93949e2229f60c6d4c0e01c78cab14d77847b889df61b0ad183084126c", "dependency_has_healthcheck": true}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 202}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Compose service `executor_manager` image uses the latest tag"}, "properties": {"repobilityId": 91774, "scanner": "repobility-docker", "fingerprint": "6d7e1026442f15956d3dbc8b5afb93281cb8418d0f1674a0eb792ab448ae7f94", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-executor-manager:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|6d7e1026442f15956d3dbc8b5afb93281cb8418d0f1674a0eb792ab448ae7f94"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 202}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Compose service `chat_shell` image uses the latest tag"}, "properties": {"repobilityId": 91771, "scanner": "repobility-docker", "fingerprint": "6f0db513cdbc13d6faecbe991fe2e9f784784cda351b4d8ae077f7e61ef4ce8b", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-chat-shell:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|6f0db513cdbc13d6faecbe991fe2e9f784784cda351b4d8ae077f7e61ef4ce8b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 171}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Compose service `frontend` image uses the latest tag"}, "properties": {"repobilityId": 91768, "scanner": "repobility-docker", "fingerprint": "8a8be288453b44862d0387f139c9c293facda56659c943399ef4e68224762b24", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-web:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|8a8be288453b44862d0387f139c9c293facda56659c943399ef4e68224762b24"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 136}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Compose service `backend` image uses the latest tag"}, "properties": {"repobilityId": 91765, "scanner": "repobility-docker", "fingerprint": "695f37541c40bc02206f4b5bcee865adf0890148581157415649dbc05a931fc5", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-backend:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|695f37541c40bc02206f4b5bcee865adf0890148581157415649dbc05a931fc5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 69}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 91760, "scanner": "repobility-docker", "fingerprint": "4836691537f2af75a3b5b1128ffa85364cc3d28b0f4b7d6587e91c8747a653de", "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": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "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|4836691537f2af75a3b5b1128ffa85364cc3d28b0f4b7d6587e91c8747a653de"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/fixtures/claudecode-executor/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Dockerfile base image uses the latest tag"}, "properties": {"repobilityId": 91758, "scanner": "repobility-docker", "fingerprint": "07041fc4ded2454ee318d533e291466ef78d9e93fbdc21b74a46b29f84f891fa", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|07041fc4ded2454ee318d533e291466ef78d9e93fbdc21b74a46b29f84f891fa"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/fixtures/claudecode-executor/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 91757, "scanner": "repobility-docker", "fingerprint": "b17c8eef90a6c0825a40d7b049999d91ead3a07ad2ce7ec43831f083861ad978", "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": "python-base", "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|b17c8eef90a6c0825a40d7b049999d91ead3a07ad2ce7ec43831f083861ad978"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/standalone/Dockerfile"}, "region": {"startLine": 89}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Dockerfile base image uses the latest tag"}, "properties": {"repobilityId": 91750, "scanner": "repobility-docker", "fingerprint": "79687bd1e6bf25e3d4b89f9e9385a2e41105fc49c3f1ae05a8c0e891c3f6a6af", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|79687bd1e6bf25e3d4b89f9e9385a2e41105fc49c3f1ae05a8c0e891c3f6a6af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/standalone/Dockerfile"}, "region": {"startLine": 42}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 91749, "scanner": "repobility-docker", "fingerprint": "1050969147e202b9548086b729b00fae3c5f13b91acd7a6e5bacc33cfa09dad7", "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": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "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|1050969147e202b9548086b729b00fae3c5f13b91acd7a6e5bacc33cfa09dad7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_runtime/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Dockerfile base image uses the latest tag"}, "properties": {"repobilityId": 91745, "scanner": "repobility-docker", "fingerprint": "bf000151d8782567e0e8f1be9765cf0e6a3d405af7e775528bb9eba6e1ddd8e2", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|bf000151d8782567e0e8f1be9765cf0e6a3d405af7e775528bb9eba6e1ddd8e2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_runtime/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 91744, "scanner": "repobility-docker", "fingerprint": "9d85637f7a173a723bd743a2ec817bb81b7bc13e9f5f7e9e0f14d2cfdf9127af", "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": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "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|9d85637f7a173a723bd743a2ec817bb81b7bc13e9f5f7e9e0f14d2cfdf9127af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_doc_converter/Dockerfile"}, "region": {"startLine": 7}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Dockerfile base image uses the latest tag"}, "properties": {"repobilityId": 91740, "scanner": "repobility-docker", "fingerprint": "75bdc04453ccd5f40b6adbe6a1babf6cb4bdbfc92fe1f2259106fc64f2977990", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|75bdc04453ccd5f40b6adbe6a1babf6cb4bdbfc92fe1f2259106fc64f2977990"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_doc_converter/Dockerfile"}, "region": {"startLine": 7}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 91739, "scanner": "repobility-docker", "fingerprint": "d3b4d0ba7d6442313e7691bb02d8e6c7632b4b30f6d9bbc7f085c190be20a9b8", "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": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "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|d3b4d0ba7d6442313e7691bb02d8e6c7632b4b30f6d9bbc7f085c190be20a9b8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor_manager/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Dockerfile base image uses the latest tag"}, "properties": {"repobilityId": 91737, "scanner": "repobility-docker", "fingerprint": "0df878b9341626152a10349ecb3b0f7e1157f9613767abb6e0d412af9ccf0227", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|0df878b9341626152a10349ecb3b0f7e1157f9613767abb6e0d412af9ccf0227"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor_manager/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 91736, "scanner": "repobility-docker", "fingerprint": "d1e8f028d04c3c3f3c1c08ba2bbce9d6c5e6466bf818f11bf93cf4a5f71a30a5", "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": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "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|d1e8f028d04c3c3f3c1c08ba2bbce9d6c5e6466bf818f11bf93cf4a5f71a30a5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor/Dockerfile"}, "region": {"startLine": 27}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Dockerfile base image uses the latest tag"}, "properties": {"repobilityId": 91734, "scanner": "repobility-docker", "fingerprint": "11707b2fa354279e7387b3e6e1e5cb94d77763614aa26f2b8736d5159c205424", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|11707b2fa354279e7387b3e6e1e5cb94d77763614aa26f2b8736d5159c205424"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor/Dockerfile"}, "region": {"startLine": 27}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Dockerfile base image uses the latest tag"}, "properties": {"repobilityId": 91730, "scanner": "repobility-docker", "fingerprint": "0a5545dcd7dcb9f1073bef6f648104732f1ca442a6d006720a5e08fd7dd1a1ea", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|0a5545dcd7dcb9f1073bef6f648104732f1ca442a6d006720a5e08fd7dd1a1ea"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor/Dockerfile"}, "region": {"startLine": 6}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 91725, "scanner": "repobility-docker", "fingerprint": "56a369513bc748a2d4c508f9e1a4c8707dbef3d073deb40018815dede45b97bb", "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": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "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|56a369513bc748a2d4c508f9e1a4c8707dbef3d073deb40018815dede45b97bb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/chat_shell/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Dockerfile base image uses the latest tag"}, "properties": {"repobilityId": 91722, "scanner": "repobility-docker", "fingerprint": "e82bcbf21763a4d46c2724c50f9718dc54420c7b88221d73e84119d9e2687a9f", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "ghcr.io/wecode-ai/wegent-base-python3.12:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|e82bcbf21763a4d46c2724c50f9718dc54420c7b88221d73e84119d9e2687a9f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/chat_shell/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 91721, "scanner": "repobility-docker", "fingerprint": "63100cc9cd5e0446a484bfcfda2c70ae1b4cab4a8f29e6df4456bdc16b41aff6", "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": "almalinux:9.4", "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|63100cc9cd5e0446a484bfcfda2c70ae1b4cab4a8f29e6df4456bdc16b41aff6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/base/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 91716, "scanner": "repobility-docker", "fingerprint": "5d7cfd44eb3407b2556270ee97aaa6e2c762214771b7630ca3535875ea70b147", "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": "ghcr.io/wecode-ai/wegent-base-python3.12:1.2.1", "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|5d7cfd44eb3407b2556270ee97aaa6e2c762214771b7630ca3535875ea70b147"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/backend/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 91714, "scanner": "repobility-agent-runtime", "fingerprint": "2d22ee678177f219d8b8fd4ae2ecf64e500deebc896d7536f2f172ba97c58dee", "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|2d22ee678177f219d8b8fd4ae2ecf64e500deebc896d7536f2f172ba97c58dee"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/start.sh"}, "region": {"startLine": 267}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 91713, "scanner": "repobility-agent-runtime", "fingerprint": "3b107e3bd0457c252e11188649591be1a9e25331a5bdd81c787b1ef5842a843b", "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|3b107e3bd0457c252e11188649591be1a9e25331a5bdd81c787b1ef5842a843b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/url_metadata.py"}, "region": {"startLine": 41}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 91711, "scanner": "repobility-agent-runtime", "fingerprint": "bb5ab1ee2111ba88430c761e90fdedd26f15f14a19a3ee39e407fed920e75cb3", "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|bb5ab1ee2111ba88430c761e90fdedd26f15f14a19a3ee39e407fed920e75cb3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "README_zh.md"}, "region": {"startLine": 160}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 91710, "scanner": "repobility-agent-runtime", "fingerprint": "d1ef0681677427c694beeb968789f4a3210a379d627d2c042dd9b4cdb0039006", "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|d1ef0681677427c694beeb968789f4a3210a379d627d2c042dd9b4cdb0039006"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "README.md"}, "region": {"startLine": 159}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 91709, "scanner": "repobility-agent-runtime", "fingerprint": "fa38550a4cbe99c2b2dccad115f3c3970e3a5f1537a71bdf7930048af1c2340a", "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|fa38550a4cbe99c2b2dccad115f3c3970e3a5f1537a71bdf7930048af1c2340a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 44}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 91708, "scanner": "repobility-agent-runtime", "fingerprint": "0519849c2ea2d3142ad322e44bdd40c49286ee0038020cc3928a922deb0990a4", "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|0519849c2ea2d3142ad322e44bdd40c49286ee0038020cc3928a922deb0990a4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 402}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 91707, "scanner": "repobility-agent-runtime", "fingerprint": "ee044783f8929046f0c2a6a72ee1ef622e59e9941c841d6ae84c75eabb860fdf", "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|ee044783f8929046f0c2a6a72ee1ef622e59e9941c841d6ae84c75eabb860fdf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/lint.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 91706, "scanner": "repobility-agent-runtime", "fingerprint": "2b0f6c96eaaa222d056ce6261c895644f711648d0b27b0b603fa761ba31ae0ad", "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|2b0f6c96eaaa222d056ce6261c895644f711648d0b27b0b603fa761ba31ae0ad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e-tests.yml"}, "region": {"startLine": 168}}}]}, {"ruleId": "SEC003", "level": "warning", "message": {"text": "[SEC003] Hardcoded Secret: Hardcoded secret key found in source code."}, "properties": {"repobilityId": 91671, "scanner": "repobility-threat-engine", "fingerprint": "dee7eb8e9325489c95f90e9bc0fcb76835ca8caa1ea406040703c925eefe8628", "category": "credential_exposure", "severity": "medium", "confidence": 0.3, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Low entropy value (3.4 bits) \u2014 may be placeholder or common string", "evidence": {"match": "SECRET_KEY=\"test-secret-key-for-e2e-testing\"", "reason": "Low entropy value (3.4 bits) \u2014 may be placeholder or common string", "rule_id": "SEC003", "scanner": "repobility-threat-engine", "confidence": 0.3, "correlation_key": "secret|scripts/run-e2e-local.sh|14|secret_key token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/run-e2e-local.sh"}, "region": {"startLine": 142}}}]}, {"ruleId": "SEC001", "level": "warning", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 91670, "scanner": "repobility-threat-engine", "fingerprint": "45dde66c60480407031ed076dc3e57a66e934ea026381de8c6dafb48b884f9ac", "category": "credential_exposure", "severity": "medium", "confidence": 0.3, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Low entropy value (4.5 bits) \u2014 may be placeholder or common string", "evidence": {"match": "PASSWORD=\"<redacted>}\"", "reason": "Low entropy value (4.5 bits) \u2014 may be placeholder or common string", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.3, "correlation_key": "secret|token|2|password redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/fix-missing-project-id.sh"}, "region": {"startLine": 22}}}]}, {"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": 91663, "scanner": "repobility-threat-engine", "fingerprint": "3a505560f0b45ae0ce64c0f2107b88c2cbeccb47ddc899a698de1a0e5ec6f3de", "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|196|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/utils/pdf/renderers/math.ts"}, "region": {"startLine": 196}}}]}, {"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": 91662, "scanner": "repobility-threat-engine", "fingerprint": "5bfafb118491a23e497eaba7fc8b4db822b8fbbc1710522be560c1d63f1e7585", "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|52|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/utils/pdf/markdown.ts"}, "region": {"startLine": 52}}}]}, {"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": 91661, "scanner": "repobility-threat-engine", "fingerprint": "d665fd74112982109880c1993f1bad58024730dce59795fb4a5d965ff86c3464", "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|220|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/tasks/components/message/thinking/utils/thinkingUtils.ts"}, "region": {"startLine": 220}}}]}, {"ruleId": "SEC041", "level": "warning", "message": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and the parent tab quietly navigates to attacker-controlled content (reverse tabnabbing). OWASP-classic; modern browsers default rel='noopener' for new windows but explicit attribute is still required for compatibility."}, "properties": {"repobilityId": 91658, "scanner": "repobility-threat-engine", "fingerprint": "d75168aa6eb11fd2d04af92a0a22d22ac4bb47c45ac22d9dbb86a564266ba5ca", "category": "security", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "window.open(REPO_URL, '_blank', 'noopener,noreferrer')", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC041", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|security|token|96|sec041"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/layout/GithubStarButton.tsx"}, "region": {"startLine": 96}}}]}, {"ruleId": "SEC041", "level": "warning", "message": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and the parent tab quietly navigates to attacker-controlled content (reverse tabnabbing). OWASP-classic; modern browsers default rel='noopener' for new windows but explicit attribute is still required for compatibility."}, "properties": {"repobilityId": 91657, "scanner": "repobility-threat-engine", "fingerprint": "9f3846b3364ebff2908a4d5110f36b9bafae4c5e27799ee572a64252ce1fd91a", "category": "security", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "window.open(feedbackUrl, '_blank')", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC041", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|security|token|26|sec041"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/layout/FeedbackButton.tsx"}, "region": {"startLine": 26}}}]}, {"ruleId": "SEC041", "level": "warning", "message": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and the parent tab quietly navigates to attacker-controlled content (reverse tabnabbing). OWASP-classic; modern browsers default rel='noopener' for new windows but explicit attribute is still required for compatibility."}, "properties": {"repobilityId": 91656, "scanner": "repobility-threat-engine", "fingerprint": "c1e0084653568ad62d4eabe31586c6c0bdeaca0a1f5e7ea9355989754cee2efb", "category": "security", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "window.open(paths.docs.getHref()", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC041", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|security|token|24|sec041"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/layout/DocsButton.tsx"}, "region": {"startLine": 24}}}]}, {"ruleId": "ERR002", "level": "warning", "message": {"text": "[ERR002] Empty Catch Block: Empty catch blocks hide errors."}, "properties": {"repobilityId": 91655, "scanner": "repobility-threat-engine", "fingerprint": "e371061f045229d96f85b3f9ac2a8e3edac635dab92f3bedbd17ebd9e29f276c", "category": "error_handling", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".catch(() => {})", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR002", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|e371061f045229d96f85b3f9ac2a8e3edac635dab92f3bedbd17ebd9e29f276c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/knowledge/document/components/DingtalkDocs/DingtalkDocsPage.tsx"}, "region": {"startLine": 63}}}]}, {"ruleId": "SEC046", "level": "warning", "message": {"text": "[SEC046] Client-side open redirect \u2014 window.location = server-supplied URL: Assigning window.location from a server-supplied URL trusts the server endpoint to never return a hostile destination. If that endpoint is ever subverted (compromised admin, JSON injection, MITM on a webhook), users get redirected to a phishing site they trust because the original page is yours. CWE-601 (server-side OR client-side). Complement to server-side SEC030."}, "properties": {"repobilityId": 91644, "scanner": "repobility-threat-engine", "fingerprint": "f097c7e7973831bd7817cdc956ccbe1db95649bb552411193096184e95166111", "category": "open_redirect", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "location.href = buildOidcLoginUrl", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC046", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|f097c7e7973831bd7817cdc956ccbe1db95649bb552411193096184e95166111"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wework/src/pages/LoginPage.tsx"}, "region": {"startLine": 54}}}]}, {"ruleId": "SEC046", "level": "warning", "message": {"text": "[SEC046] Client-side open redirect \u2014 window.location = server-supplied URL: Assigning window.location from a server-supplied URL trusts the server endpoint to never return a hostile destination. If that endpoint is ever subverted (compromised admin, JSON injection, MITM on a webhook), users get redirected to a phishing site they trust because the original page is yours. CWE-601 (server-side OR client-side). Complement to server-side SEC030."}, "properties": {"repobilityId": 91643, "scanner": "repobility-threat-engine", "fingerprint": "18cb1f243417448e7668f60a9115f1f58ab4f4a63a41fa19686b63175f1549ee", "category": "open_redirect", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "location.href = oidcUrl", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC046", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|18cb1f243417448e7668f60a9115f1f58ab4f4a63a41fa19686b63175f1549ee"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/login/components/LoginForm.tsx"}, "region": {"startLine": 260}}}]}, {"ruleId": "SEC046", "level": "warning", "message": {"text": "[SEC046] Client-side open redirect \u2014 window.location = server-supplied URL: Assigning window.location from a server-supplied URL trusts the server endpoint to never return a hostile destination. If that endpoint is ever subverted (compromised admin, JSON injection, MITM on a webhook), users get redirected to a phishing site they trust because the original page is yours. CWE-601 (server-side OR client-side). Complement to server-side SEC030."}, "properties": {"repobilityId": 91642, "scanner": "repobility-threat-engine", "fingerprint": "b84f395827cc5cb241a1fc7a77ab4c9441624c209985d10204a998cb771c0fa6", "category": "open_redirect", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "location.href = loginPath", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC046", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b84f395827cc5cb241a1fc7a77ab4c9441624c209985d10204a998cb771c0fa6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/apis/client.ts"}, "region": {"startLine": 80}}}]}, {"ruleId": "SEC119", "level": "warning", "message": {"text": "[SEC119] World-writable / world-readable file permissions: World-writable files let any local user (or container neighbor) tamper with data; world-readable files leak secrets."}, "properties": {"repobilityId": 91637, "scanner": "repobility-threat-engine", "fingerprint": "e5bc052a055407da6953ea57a9f731e72308cf2db798e02aac9503d511e23487", "category": "security", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "os.chmod(path, 0o700)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC119", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|security|token|25|sec119"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/platform_compat/unix/permissions.py"}, "region": {"startLine": 25}}}]}, {"ruleId": "SEC005", "level": "warning", "message": {"text": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input."}, "properties": {"repobilityId": 91631, "scanner": "repobility-threat-engine", "fingerprint": "453b0c1abf194004eba5dea338465a50c225cb3d9408060dd6776e1bd7e45482", "category": "injection", "severity": "medium", "confidence": 0.5, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "shell=True detected \u2014 verify command source is not user-controllable", "evidence": {"match": "subprocess.run(\n            cmd, cwd=repo_path, shell=True", "reason": "shell=True detected \u2014 verify command source is not user-controllable", "rule_id": "SEC005", "scanner": "repobility-threat-engine", "confidence": 0.5, "correlation_key": "code|injection|shared/utils/git_util.py|296|sec005"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/utils/git_util.py"}, "region": {"startLine": 296}}}]}, {"ruleId": "SEC005", "level": "warning", "message": {"text": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input."}, "properties": {"repobilityId": 91630, "scanner": "repobility-threat-engine", "fingerprint": "0e27891b3f1e2fe5ee4ee665817e3f0e75a1ecbc64d198d3f522d18c5861fd57", "category": "injection", "severity": "medium", "confidence": 0.5, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "shell=True detected \u2014 verify command source is not user-controllable", "evidence": {"match": "subprocess.run(\n                cmd,\n                shell=True", "reason": "shell=True detected \u2014 verify command source is not user-controllable", "rule_id": "SEC005", "scanner": "repobility-threat-engine", "confidence": 0.5, "correlation_key": "code|injection|token|135|sec005"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/agents/claude_code/git_operations.py"}, "region": {"startLine": 135}}}]}, {"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": 91611, "scanner": "repobility-threat-engine", "fingerprint": "9586c08728c06dfb0ef22c56a0a0f70474f5828355c7b824eccfee9b80f82763", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "try:\n            raw_data = await client.fetch_all_servers(token)\n            servers = self.map_ser", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC136", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|9586c08728c06dfb0ef22c56a0a0f70474f5828355c7b824eccfee9b80f82763"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/mcp_providers/providers/base.py"}, "region": {"startLine": 92}}}]}, {"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": 91610, "scanner": "repobility-threat-engine", "fingerprint": "9655f31f4d7e4beb29222f2ff60240a97c12ce6956212dfe25a1fba688bbb247", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "try:\n            async with httpx.AsyncClient(timeout=30.0) as client:\n                response = aw", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC136", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|9655f31f4d7e4beb29222f2ff60240a97c12ce6956212dfe25a1fba688bbb247"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/execution/__init__.py"}, "region": {"startLine": 152}}}]}, {"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": 91609, "scanner": "repobility-threat-engine", "fingerprint": "c9d519bead436fba66baa234653721f705c11076fe1fc6c03752ddb691f2abb8", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "try:\n        jwt.decode(token, settings.SECRET_KEY, algorithms=[settings.ALGORITHM])\n        return", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC136", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|c9d519bead436fba66baa234653721f705c11076fe1fc6c03752ddb691f2abb8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/chat/access/auth.py"}, "region": {"startLine": 64}}}]}, {"ruleId": "SEC034", "level": "warning", "message": {"text": "[SEC034] Log Injection / Log Forging \u2014 unsanitized user input in log: User input is logged without sanitizing newlines or control characters. Attackers inject `\\n` to forge fake log entries, hide tracks, or exploit downstream log parsers (SIEM, splunk). Combined with template injection this can escalate to RCE (CVE-2021-44228 log4shell). CWE-117."}, "properties": {"repobilityId": 91579, "scanner": "repobility-threat-engine", "fingerprint": "e189647899a192cdbceb869690fffd509490a355bc1eac87c6522869796d7831", "category": "log_injection", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "logger.info(f\"Updated task {req", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC034", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|e189647899a192cdbceb869690fffd509490a355bc1eac87c6522869796d7831"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/internal/services.py"}, "region": {"startLine": 130}}}]}, {"ruleId": "SEC034", "level": "warning", "message": {"text": "[SEC034] Log Injection / Log Forging \u2014 unsanitized user input in log: User input is logged without sanitizing newlines or control characters. Attackers inject `\\n` to forge fake log entries, hide tracks, or exploit downstream log parsers (SIEM, splunk). Combined with template injection this can escalate to RCE (CVE-2021-44228 log4shell). CWE-117."}, "properties": {"repobilityId": 91578, "scanner": "repobility-threat-engine", "fingerprint": "70238c1eb8b2038b273f6924fdfbba0b51a6eed09eeb493ff8e1ee2d34e69610", "category": "log_injection", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "logger.info(\n        f\"[ConversionCallback] Completed: document_id={req", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC034", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|70238c1eb8b2038b273f6924fdfbba0b51a6eed09eeb493ff8e1ee2d34e69610"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/internal/conversion_callback.py"}, "region": {"startLine": 216}}}]}, {"ruleId": "SEC034", "level": "warning", "message": {"text": "[SEC034] Log Injection / Log Forging \u2014 unsanitized user input in log: User input is logged without sanitizing newlines or control characters. Attackers inject `\\n` to forge fake log entries, hide tracks, or exploit downstream log parsers (SIEM, splunk). Combined with template injection this can escalate to RCE (CVE-2021-44228 log4shell). CWE-117."}, "properties": {"repobilityId": 91577, "scanner": "repobility-threat-engine", "fingerprint": "b5390783e68458346a670d4c9bd6f0e63375aded0e4433963c7cad51d354a593", "category": "log_injection", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "logger.info(\n        f\"[Callback] Received event: event_type={req", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC034", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b5390783e68458346a670d4c9bd6f0e63375aded0e4433963c7cad51d354a593"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/internal/callback.py"}, "region": {"startLine": 134}}}]}, {"ruleId": "SEC015", "level": "warning", "message": {"text": "[SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. Output is predictable."}, "properties": {"repobilityId": 91569, "scanner": "repobility-threat-engine", "fingerprint": "47a729e10f2089067f97f5aefbe29d6b3acaa6abe9a8446f31ecbe7cb6436396", "category": "crypto", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Security-sensitive keyword found nearby \u2014 weak PRNG is risky here", "evidence": {"match": "def create_signing_key", "reason": "Security-sensitive keyword found nearby \u2014 weak PRNG is risky here", "rule_id": "SEC015", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|crypto|token|63|sec015"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/admin/token_issuers.py"}, "region": {"startLine": 63}}}]}, {"ruleId": "SEC015", "level": "warning", "message": {"text": "[SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. Output is predictable."}, "properties": {"repobilityId": 91568, "scanner": "repobility-threat-engine", "fingerprint": "42d546e777cccabf614745f785a88aa0c04a1db969b355e64d48c33073f5b4eb", "category": "crypto", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Security-sensitive keyword found nearby \u2014 weak PRNG is risky here", "evidence": {"match": "def generate_admin_token", "reason": "Security-sensitive keyword found nearby \u2014 weak PRNG is risky here", "rule_id": "SEC015", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|crypto|token|72|sec015"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/admin/tasks.py"}, "region": {"startLine": 72}}}]}, {"ruleId": "SEC015", "level": "warning", "message": {"text": "[SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. Output is predictable."}, "properties": {"repobilityId": 91567, "scanner": "repobility-threat-engine", "fingerprint": "be7ce1382236079be82ad0defb2631fe4f52fea4e4984c58feb28ba40916306f", "category": "crypto", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Security-sensitive keyword found nearby \u2014 weak PRNG is risky here", "evidence": {"match": "def create_service_key", "reason": "Security-sensitive keyword found nearby \u2014 weak PRNG is risky here", "rule_id": "SEC015", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|crypto|token|78|sec015"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/admin/api_keys.py"}, "region": {"startLine": 78}}}]}, {"ruleId": "ERR001", "level": "warning", "message": {"text": "[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level."}, "properties": {"repobilityId": 91547, "scanner": "repobility-threat-engine", "fingerprint": "7b8e8e18440652ec6dab17c92dab706c1e1c69eeecfee94e1362fe71b059f854", "category": "error_handling", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "except Exception:\n                pass", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR001", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|7b8e8e18440652ec6dab17c92dab706c1e1c69eeecfee94e1362fe71b059f854"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/channels/telegram/sender.py"}, "region": {"startLine": 155}}}]}, {"ruleId": "ERR001", "level": "warning", "message": {"text": "[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level."}, "properties": {"repobilityId": 91546, "scanner": "repobility-threat-engine", "fingerprint": "beaab6627d69ecb5899b5cf2d6fcc81f20d6abbbe12784ad16497ab0993e7dc7", "category": "error_handling", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "except:\n                pass", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR001", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|beaab6627d69ecb5899b5cf2d6fcc81f20d6abbbe12784ad16497ab0993e7dc7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/adapter/dify.py"}, "region": {"startLine": 80}}}]}, {"ruleId": "ERR001", "level": "warning", "message": {"text": "[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level."}, "properties": {"repobilityId": 91545, "scanner": "repobility-threat-engine", "fingerprint": "93c5f7906173baaa334d30930a730504144ecfcf7a7a63c1c93399fb29aae3bc", "category": "error_handling", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "except Exception:\n        pass", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR001", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|93c5f7906173baaa334d30930a730504144ecfcf7a7a63c1c93399fb29aae3bc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/dependencies.py"}, "region": {"startLine": 33}}}]}, {"ruleId": "SEC139", "level": "warning", "message": {"text": "[SEC139] AI-generated migration/route without companion test file: Route or migration touching auth, admin, users, payments, or webhooks \u2014 exactly the surfaces that need tests \u2014 with no companion test file. AI agents rewrite handlers fluently but skip the test diff almost every time, leaving high-blast-radius code uncovered. Distinct from generic 'no tests' because we target sensitive surfaces where the absence of tests is itself a risk signal. CWE-1078 (missing test coverage of security-critica"}, "properties": {"repobilityId": 91531, "scanner": "repobility-threat-engine", "fingerprint": "c70dad1f52a94ce41845553acda0b3a35ca5244d60a080625198dda006ecae98", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "@router.post(\n    \"/users/{user_id}/tasks\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC139", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|c70dad1f52a94ce41845553acda0b3a35ca5244d60a080625198dda006ecae98"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/admin/tasks.py"}, "region": {"startLine": 23}}}]}, {"ruleId": "SEC139", "level": "warning", "message": {"text": "[SEC139] AI-generated migration/route without companion test file: Route or migration touching auth, admin, users, payments, or webhooks \u2014 exactly the surfaces that need tests \u2014 with no companion test file. AI agents rewrite handlers fluently but skip the test diff almost every time, leaving high-blast-radius code uncovered. Distinct from generic 'no tests' because we target sensitive surfaces where the absence of tests is itself a risk signal. CWE-1078 (missing test coverage of security-critica"}, "properties": {"repobilityId": 91530, "scanner": "repobility-threat-engine", "fingerprint": "af40983d65de451f7c65e3843fe841e4cd3082f41a0c5bd89ff0a1b6e8b5a0fd", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "@router.post(\"/users/{user_id}/kinds/{kinds}\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC139", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|af40983d65de451f7c65e3843fe841e4cd3082f41a0c5bd89ff0a1b6e8b5a0fd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/admin/kind_management.py"}, "region": {"startLine": 165}}}]}, {"ruleId": "SEC139", "level": "warning", "message": {"text": "[SEC139] AI-generated migration/route without companion test file: Route or migration touching auth, admin, users, payments, or webhooks \u2014 exactly the surfaces that need tests \u2014 with no companion test file. AI agents rewrite handlers fluently but skip the test diff almost every time, leaving high-blast-radius code uncovered. Distinct from generic 'no tests' because we target sensitive surfaces where the absence of tests is itself a risk signal. CWE-1078 (missing test coverage of security-critica"}, "properties": {"repobilityId": 91529, "scanner": "repobility-threat-engine", "fingerprint": "af711505e54d2203d6bb1885905585609b0f4637a289fb74fe0bc40feb50e43b", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "op.execute(\"DROP", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC139", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|af711505e54d2203d6bb1885905585609b0f4637a289fb74fe0bc40feb50e43b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/backup_conflicted_migrations/q7r8s9t0u1v2_add_projects_tables.py"}, "region": {"startLine": 88}}}]}, {"ruleId": "WEB011", "level": "note", "message": {"text": "Public web app has no humans.txt"}, "properties": {"repobilityId": 91840, "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": 91839, "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": 91838, "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": 91837, "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": 91790, "scanner": "repobility-docker", "fingerprint": "5010c03cbff413c41ac37a3fafea999a26af1177bd62c69956946e08e0da0cd1", "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": "otel-collector", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|5010c03cbff413c41ac37a3fafea999a26af1177bd62c69956946e08e0da0cd1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "telemetry/docker-compose.yml"}, "region": {"startLine": 77}}}]}, {"ruleId": "DKC006", "level": "note", "message": {"text": "Compose service does not declare a runtime user"}, "properties": {"repobilityId": 91789, "scanner": "repobility-docker", "fingerprint": "51178474823e231630950c7ed84ee29de6a92a0fdd28f16eeea4f9849b94d479", "category": "docker", "severity": "low", "confidence": 0.56, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Service has no user setting and Repobility could not prove the image runs non-root.", "evidence": {"rule_id": "DKC006", "scanner": "repobility-docker", "service": "otel-collector", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|51178474823e231630950c7ed84ee29de6a92a0fdd28f16eeea4f9849b94d479"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "telemetry/docker-compose.yml"}, "region": {"startLine": 77}}}]}, {"ruleId": "DKC010", "level": "note", "message": {"text": "Compose service lacks no-new-privileges hardening"}, "properties": {"repobilityId": 91788, "scanner": "repobility-docker", "fingerprint": "21f278bdf1cd6e3dc88c4738d349ea8269d04a4b71f6e4fa51997890e3584969", "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": "jaeger", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|21f278bdf1cd6e3dc88c4738d349ea8269d04a4b71f6e4fa51997890e3584969"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "telemetry/docker-compose.yml"}, "region": {"startLine": 64}}}]}, {"ruleId": "DKC006", "level": "note", "message": {"text": "Compose service does not declare a runtime user"}, "properties": {"repobilityId": 91787, "scanner": "repobility-docker", "fingerprint": "d4e3e38ff3a7bb262de889f5be2ef3b23e5096a6a08f06880deb3ccb9c9668b5", "category": "docker", "severity": "low", "confidence": 0.56, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Service has no user setting and Repobility could not prove the image runs non-root.", "evidence": {"rule_id": "DKC006", "scanner": "repobility-docker", "service": "jaeger", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|d4e3e38ff3a7bb262de889f5be2ef3b23e5096a6a08f06880deb3ccb9c9668b5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "telemetry/docker-compose.yml"}, "region": {"startLine": 64}}}]}, {"ruleId": "DKC010", "level": "note", "message": {"text": "Compose service lacks no-new-privileges hardening"}, "properties": {"repobilityId": 91786, "scanner": "repobility-docker", "fingerprint": "796e4c5794ef4bfbcaa53246a966071aa2c31b2b4e9bc6f80a1d85c828e9a9f4", "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": "kibana", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|796e4c5794ef4bfbcaa53246a966071aa2c31b2b4e9bc6f80a1d85c828e9a9f4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "telemetry/docker-compose.yml"}, "region": {"startLine": 49}}}]}, {"ruleId": "DKC006", "level": "note", "message": {"text": "Compose service does not declare a runtime user"}, "properties": {"repobilityId": 91785, "scanner": "repobility-docker", "fingerprint": "5eb4a6cad8037ece42af975001758f7d7c02cfb17b3916cd2a869ad0fcae9ff6", "category": "docker", "severity": "low", "confidence": 0.56, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Service has no user setting and Repobility could not prove the image runs non-root.", "evidence": {"rule_id": "DKC006", "scanner": "repobility-docker", "service": "kibana", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|5eb4a6cad8037ece42af975001758f7d7c02cfb17b3916cd2a869ad0fcae9ff6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "telemetry/docker-compose.yml"}, "region": {"startLine": 49}}}]}, {"ruleId": "DKC010", "level": "note", "message": {"text": "Compose service lacks no-new-privileges hardening"}, "properties": {"repobilityId": 91783, "scanner": "repobility-docker", "fingerprint": "505de8863bac614109ae998baba926fb6f98de871f0f4e367dfb7db1ca7e7f3f", "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": "knowledge_doc_converter", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|505de8863bac614109ae998baba926fb6f98de871f0f4e367dfb7db1ca7e7f3f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 307}}}]}, {"ruleId": "DKC006", "level": "note", "message": {"text": "Compose service does not declare a runtime user"}, "properties": {"repobilityId": 91782, "scanner": "repobility-docker", "fingerprint": "42b7181743891935118ef5c637a97ac3f2c9facfe4207cc830a5ce66b0873823", "category": "docker", "severity": "low", "confidence": 0.56, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Service has no user setting and Repobility could not prove the image runs non-root.", "evidence": {"rule_id": "DKC006", "scanner": "repobility-docker", "service": "knowledge_doc_converter", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|42b7181743891935118ef5c637a97ac3f2c9facfe4207cc830a5ce66b0873823"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 307}}}]}, {"ruleId": "DKC010", "level": "note", "message": {"text": "Compose service lacks no-new-privileges hardening"}, "properties": {"repobilityId": 91781, "scanner": "repobility-docker", "fingerprint": "5d7c6ba66916209b5f8683622c2f01fa63744914afefc6106e2a41818772d2f4", "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": "knowledge_runtime", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|5d7c6ba66916209b5f8683622c2f01fa63744914afefc6106e2a41818772d2f4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 267}}}]}, {"ruleId": "DKC006", "level": "note", "message": {"text": "Compose service does not declare a runtime user"}, "properties": {"repobilityId": 91780, "scanner": "repobility-docker", "fingerprint": "e4e11681ca1be6e963e2e2ad35316f7048796613ccd8b19f39168d4931d5abf6", "category": "docker", "severity": "low", "confidence": 0.56, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Service has no user setting and Repobility could not prove the image runs non-root.", "evidence": {"rule_id": "DKC006", "scanner": "repobility-docker", "service": "knowledge_runtime", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|e4e11681ca1be6e963e2e2ad35316f7048796613ccd8b19f39168d4931d5abf6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 267}}}]}, {"ruleId": "DKC010", "level": "note", "message": {"text": "Compose service lacks no-new-privileges hardening"}, "properties": {"repobilityId": 91777, "scanner": "repobility-docker", "fingerprint": "a5d7f17eb18604a706cbab708440add0bb069594e47a1d4271bb54f5d0f35d9f", "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": "executor_manager", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|a5d7f17eb18604a706cbab708440add0bb069594e47a1d4271bb54f5d0f35d9f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 202}}}]}, {"ruleId": "DKC006", "level": "note", "message": {"text": "Compose service does not declare a runtime user"}, "properties": {"repobilityId": 91775, "scanner": "repobility-docker", "fingerprint": "915b49d34ae7002ca3c6d3a220e81bb0c5fbe4f75c5284dcf6eb72831e0d99ed", "category": "docker", "severity": "low", "confidence": 0.56, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Service has no user setting and Repobility could not prove the image runs non-root.", "evidence": {"rule_id": "DKC006", "scanner": "repobility-docker", "service": "executor_manager", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|915b49d34ae7002ca3c6d3a220e81bb0c5fbe4f75c5284dcf6eb72831e0d99ed"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 202}}}]}, {"ruleId": "DKC010", "level": "note", "message": {"text": "Compose service lacks no-new-privileges hardening"}, "properties": {"repobilityId": 91773, "scanner": "repobility-docker", "fingerprint": "4b74b8892e8cc657d195510d6c4da6110193411e82ade08591d3e7b9e98ace4d", "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": "chat_shell", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|4b74b8892e8cc657d195510d6c4da6110193411e82ade08591d3e7b9e98ace4d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 171}}}]}, {"ruleId": "DKC006", "level": "note", "message": {"text": "Compose service does not declare a runtime user"}, "properties": {"repobilityId": 91772, "scanner": "repobility-docker", "fingerprint": "0d0304e3c05ac2c6589de6003ecef603a3593b33fe6e6ec8746496a2d65d6cb3", "category": "docker", "severity": "low", "confidence": 0.56, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Service has no user setting and Repobility could not prove the image runs non-root.", "evidence": {"rule_id": "DKC006", "scanner": "repobility-docker", "service": "chat_shell", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|0d0304e3c05ac2c6589de6003ecef603a3593b33fe6e6ec8746496a2d65d6cb3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 171}}}]}, {"ruleId": "DKC010", "level": "note", "message": {"text": "Compose service lacks no-new-privileges hardening"}, "properties": {"repobilityId": 91770, "scanner": "repobility-docker", "fingerprint": "702fb20ae06dbbdb73c8bbb5c0a5a360f8aed69fc51a0938b107fba8ee9416ed", "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": "frontend", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|702fb20ae06dbbdb73c8bbb5c0a5a360f8aed69fc51a0938b107fba8ee9416ed"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 136}}}]}, {"ruleId": "DKC006", "level": "note", "message": {"text": "Compose service does not declare a runtime user"}, "properties": {"repobilityId": 91769, "scanner": "repobility-docker", "fingerprint": "b4c007bb25e05a6afff5389258d571938b69b2364247f9bf5a2d2a87367356c9", "category": "docker", "severity": "low", "confidence": 0.56, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Service has no user setting and Repobility could not prove the image runs non-root.", "evidence": {"rule_id": "DKC006", "scanner": "repobility-docker", "service": "frontend", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|b4c007bb25e05a6afff5389258d571938b69b2364247f9bf5a2d2a87367356c9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 136}}}]}, {"ruleId": "DKC010", "level": "note", "message": {"text": "Compose service lacks no-new-privileges hardening"}, "properties": {"repobilityId": 91767, "scanner": "repobility-docker", "fingerprint": "6bd95079cc0914b5a93d81334fff4ca3ccdca164da64f81674e600f1dc669c95", "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": "backend", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|6bd95079cc0914b5a93d81334fff4ca3ccdca164da64f81674e600f1dc669c95"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 69}}}]}, {"ruleId": "DKC006", "level": "note", "message": {"text": "Compose service does not declare a runtime user"}, "properties": {"repobilityId": 91766, "scanner": "repobility-docker", "fingerprint": "e24e2f5db0ea348775b927db857926fe0e0f4227dc46e806eeeed8be11f9902c", "category": "docker", "severity": "low", "confidence": 0.56, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Service has no user setting and Repobility could not prove the image runs non-root.", "evidence": {"rule_id": "DKC006", "scanner": "repobility-docker", "service": "backend", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|e24e2f5db0ea348775b927db857926fe0e0f4227dc46e806eeeed8be11f9902c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 69}}}]}, {"ruleId": "DKC017", "level": "note", "message": {"text": "Database password is wired through an environment variable placeholder"}, "properties": {"repobilityId": 91762, "scanner": "repobility-docker", "fingerprint": "c63b052718b08e7694d1aea1f26d718d2f4069d5bcd2a503d343adf977ebce85", "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": "mysql", "variables": ["MYSQL_ROOT_PASSWORD", "MYSQL_PASSWORD"], "references": ["https://docs.docker.com/compose/how-tos/use-secrets/"], "correlation_key": "fp|c63b052718b08e7694d1aea1f26d718d2f4069d5bcd2a503d343adf977ebce85"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 5}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91759, "scanner": "repobility-docker", "fingerprint": "fe5961f3916b251aafe27b109457494a74f5b8fece756d05d171985b84aa0185", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|fe5961f3916b251aafe27b109457494a74f5b8fece756d05d171985b84aa0185"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/fixtures/claudecode-executor/Dockerfile"}, "region": {"startLine": 8}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91756, "scanner": "repobility-docker", "fingerprint": "e23090d9afae10e828bcdae5e1f2016622966cdd8659b30305938afb80674122", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|e23090d9afae10e828bcdae5e1f2016622966cdd8659b30305938afb80674122"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/standalone/Dockerfile"}, "region": {"startLine": 119}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91755, "scanner": "repobility-docker", "fingerprint": "75e1e8e6061d6ebcfd851f4f06dff7dd15edd93102444d9b4fcf6298296c0a6a", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|75e1e8e6061d6ebcfd851f4f06dff7dd15edd93102444d9b4fcf6298296c0a6a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/standalone/Dockerfile"}, "region": {"startLine": 111}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91754, "scanner": "repobility-docker", "fingerprint": "880531ec3576ec97ef7300c47e07385dbf54e03f117e6894e652d96520880306", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|880531ec3576ec97ef7300c47e07385dbf54e03f117e6894e652d96520880306"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/standalone/Dockerfile"}, "region": {"startLine": 108}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91753, "scanner": "repobility-docker", "fingerprint": "17903ec3b533afb3ecaae5e36b98ae48a53e5e9682115bbd6bfa2494d53643d3", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|17903ec3b533afb3ecaae5e36b98ae48a53e5e9682115bbd6bfa2494d53643d3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/standalone/Dockerfile"}, "region": {"startLine": 105}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91752, "scanner": "repobility-docker", "fingerprint": "058c99d13ee84f2ec855bd99bf8ee27fc353f1c97e9d73d4334351426807e153", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|058c99d13ee84f2ec855bd99bf8ee27fc353f1c97e9d73d4334351426807e153"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/standalone/Dockerfile"}, "region": {"startLine": 102}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91751, "scanner": "repobility-docker", "fingerprint": "da4b3ea66bfcd1e4b6b100bd146d274e6826b194a4ae57760426aea941c9a0bd", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|da4b3ea66bfcd1e4b6b100bd146d274e6826b194a4ae57760426aea941c9a0bd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/standalone/Dockerfile"}, "region": {"startLine": 72}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91748, "scanner": "repobility-docker", "fingerprint": "ae5585819203c606e8fa6012a06e2d5e4953d7a6176f82406d4e452be2078e78", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|ae5585819203c606e8fa6012a06e2d5e4953d7a6176f82406d4e452be2078e78"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_runtime/Dockerfile"}, "region": {"startLine": 21}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91747, "scanner": "repobility-docker", "fingerprint": "a8b4b502ee68bab69e2549c253ea91e19cc7bcaee046ec6c714db4f2402c2e55", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|a8b4b502ee68bab69e2549c253ea91e19cc7bcaee046ec6c714db4f2402c2e55"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_runtime/Dockerfile"}, "region": {"startLine": 16}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91746, "scanner": "repobility-docker", "fingerprint": "23efbd87d0d5870c6a2fe0a562769c13d813b8314b44bc393f3733cca331b077", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|23efbd87d0d5870c6a2fe0a562769c13d813b8314b44bc393f3733cca331b077"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_runtime/Dockerfile"}, "region": {"startLine": 12}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91743, "scanner": "repobility-docker", "fingerprint": "e408d998ee923308e0c0688b03714a7ce618d9dc0d3e64a3127138f51a50455f", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|e408d998ee923308e0c0688b03714a7ce618d9dc0d3e64a3127138f51a50455f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_doc_converter/Dockerfile"}, "region": {"startLine": 22}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91742, "scanner": "repobility-docker", "fingerprint": "065a83b6fb559cb13038a514f726c455e5a1ef04826e081bcd6dffc15953538a", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|065a83b6fb559cb13038a514f726c455e5a1ef04826e081bcd6dffc15953538a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_doc_converter/Dockerfile"}, "region": {"startLine": 17}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91741, "scanner": "repobility-docker", "fingerprint": "12d8abd269052902b45ad59e4e27f1bc45dc94e0fa0941cb9229de768479fc38", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|12d8abd269052902b45ad59e4e27f1bc45dc94e0fa0941cb9229de768479fc38"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_doc_converter/Dockerfile"}, "region": {"startLine": 13}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91738, "scanner": "repobility-docker", "fingerprint": "ffddfc12209fc4613c1365645318124cffbe65a184b13511f3eac2a1eb9c3176", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|ffddfc12209fc4613c1365645318124cffbe65a184b13511f3eac2a1eb9c3176"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor_manager/Dockerfile"}, "region": {"startLine": 13}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91735, "scanner": "repobility-docker", "fingerprint": "323fa0845efea2873a2ecea80c33e21c5f506f2757c969c21a5120e40b9e79f9", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|323fa0845efea2873a2ecea80c33e21c5f506f2757c969c21a5120e40b9e79f9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor/Dockerfile"}, "region": {"startLine": 54}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91733, "scanner": "repobility-docker", "fingerprint": "0e9774f8cd5d80f5d937cc69a3007180aa162d943332656d1a06a825994692b2", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|0e9774f8cd5d80f5d937cc69a3007180aa162d943332656d1a06a825994692b2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor/Dockerfile"}, "region": {"startLine": 17}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91732, "scanner": "repobility-docker", "fingerprint": "c260705e271fb6b8061d79d26059d7d8083a150e8c945de2fc6592be7ec69555", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|c260705e271fb6b8061d79d26059d7d8083a150e8c945de2fc6592be7ec69555"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor/Dockerfile"}, "region": {"startLine": 14}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91731, "scanner": "repobility-docker", "fingerprint": "2fdf0981d2ef1320c897702833905dd7cebe9bb7f77988061f410490b2e73c43", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|2fdf0981d2ef1320c897702833905dd7cebe9bb7f77988061f410490b2e73c43"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor/Dockerfile"}, "region": {"startLine": 13}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91724, "scanner": "repobility-docker", "fingerprint": "9091c1e46dc5507f2511008cac6aa41586cace29e47783a6ea3ca8d272f5e731", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|9091c1e46dc5507f2511008cac6aa41586cace29e47783a6ea3ca8d272f5e731"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/chat_shell/Dockerfile"}, "region": {"startLine": 17}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91723, "scanner": "repobility-docker", "fingerprint": "0a29cfe352feba8459ad35a3326a211e7889f1d8fb977d78ef2170ba918bf8f0", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|0a29cfe352feba8459ad35a3326a211e7889f1d8fb977d78ef2170ba918bf8f0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/chat_shell/Dockerfile"}, "region": {"startLine": 12}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91720, "scanner": "repobility-docker", "fingerprint": "66e54008852ce27cc20b2f6ee0505aa7247521c41c80adea37b314d919be51bb", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|66e54008852ce27cc20b2f6ee0505aa7247521c41c80adea37b314d919be51bb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/base/Dockerfile"}, "region": {"startLine": 31}}}]}, {"ruleId": "DKR008", "level": "note", "message": {"text": ".dockerignore misses sensitive defaults"}, "properties": {"repobilityId": 91717, "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", ".git", "id_rsa", "*.pem", "*.key"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".dockerignore"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 91715, "scanner": "repobility-docker", "fingerprint": "a4d1a8feb3dcf98f3e22f1f4628ef7aa2e48f5029c9001be373e400b0cbc0e9d", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|a4d1a8feb3dcf98f3e22f1f4628ef7aa2e48f5029c9001be373e400b0cbc0e9d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/backend/Dockerfile"}, "region": {"startLine": 21}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91705, "scanner": "repobility-ai-code-hygiene", "fingerprint": "942a8eedaf66fdde07dd567cb1420a7cbf88ddfe81ec8098d11645821509659b", "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": "backend/app/services/group_member_helper.py", "duplicate_line": 51, "correlation_key": "fp|942a8eedaf66fdde07dd567cb1420a7cbf88ddfe81ec8098d11645821509659b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/group_permission.py"}, "region": {"startLine": 12}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91704, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c4936e99eb028d8e8f939fa6235aee2de4f1131517c41c0d21e46b1017ea055b", "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": "backend/app/services/execution/agents/image/image_agent.py", "duplicate_line": 179, "correlation_key": "fp|c4936e99eb028d8e8f939fa6235aee2de4f1131517c41c0d21e46b1017ea055b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/execution/agents/video/video_agent.py"}, "region": {"startLine": 208}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91703, "scanner": "repobility-ai-code-hygiene", "fingerprint": "689c3ffed51dc63c6474fb7856388f2dd7b3db44f52b1ec10e4726d81ac09f6c", "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": "backend/app/services/device/base_provider.py", "duplicate_line": 173, "correlation_key": "fp|689c3ffed51dc63c6474fb7856388f2dd7b3db44f52b1ec10e4726d81ac09f6c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/device_service.py"}, "region": {"startLine": 428}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91702, "scanner": "repobility-ai-code-hygiene", "fingerprint": "8c4bf67358a4e268d7a5ef77826e73b84cfe6417515ce2558972fa61baecbe77", "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": "backend/app/services/device/cloud_provider.py", "duplicate_line": 89, "correlation_key": "fp|8c4bf67358a4e268d7a5ef77826e73b84cfe6417515ce2558972fa61baecbe77"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/device_service.py"}, "region": {"startLine": 375}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91701, "scanner": "repobility-ai-code-hygiene", "fingerprint": "456510807c8c3e22366d76f22c6e5d3e24823462404619ac195852c2adb07660", "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": "backend/app/services/device/local_provider.py", "duplicate_line": 81, "correlation_key": "fp|456510807c8c3e22366d76f22c6e5d3e24823462404619ac195852c2adb07660"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/device_service.py"}, "region": {"startLine": 268}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91700, "scanner": "repobility-ai-code-hygiene", "fingerprint": "f1168bad79604300d36753f0f7c73fd05cbf76919ab14d294794097a7c3d2c73", "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": "backend/app/services/device/cloud_provider.py", "duplicate_line": 30, "correlation_key": "fp|f1168bad79604300d36753f0f7c73fd05cbf76919ab14d294794097a7c3d2c73"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/device/local_provider.py"}, "region": {"startLine": 220}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91699, "scanner": "repobility-ai-code-hygiene", "fingerprint": "245b1bb324a180376be7ab5e3a95f1b06d971f83c9102bc42023682ea335cf5f", "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": "backend/app/services/device/base_provider.py", "duplicate_line": 173, "correlation_key": "fp|245b1bb324a180376be7ab5e3a95f1b06d971f83c9102bc42023682ea335cf5f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/device/local_provider.py"}, "region": {"startLine": 218}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91698, "scanner": "repobility-ai-code-hygiene", "fingerprint": "866cb238bfafa6f5b4b5a3ff7d2c14e9543b4da7e330c0092544ce01452aa7cb", "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": "backend/app/services/device/base_provider.py", "duplicate_line": 173, "correlation_key": "fp|866cb238bfafa6f5b4b5a3ff7d2c14e9543b4da7e330c0092544ce01452aa7cb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/device/cloud_provider.py"}, "region": {"startLine": 28}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91697, "scanner": "repobility-ai-code-hygiene", "fingerprint": "20485ef8708ff40d3c11344af46d4dc4057f96746ea13ca11714b8ab5cd7e671", "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": "backend/app/services/adapters/task_kinds/helpers.py", "duplicate_line": 43, "correlation_key": "fp|20485ef8708ff40d3c11344af46d4dc4057f96746ea13ca11714b8ab5cd7e671"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/chat/storage/task_manager.py"}, "region": {"startLine": 83}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91696, "scanner": "repobility-ai-code-hygiene", "fingerprint": "33ce8ed86870e855e66530c6bc72f28f64a906f3249f9f2e0d9bd0b23541e296", "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": "backend/app/services/adapters/task_kinds/helpers.py", "duplicate_line": 172, "correlation_key": "fp|33ce8ed86870e855e66530c6bc72f28f64a906f3249f9f2e0d9bd0b23541e296"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/chat/storage/db.py"}, "region": {"startLine": 240}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91695, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d5e8d5097a39ff7c5af274522097853b051e352ce32af2bfec606731ae110d47", "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": "backend/app/services/channels/dingtalk/user_resolver.py", "duplicate_line": 66, "correlation_key": "fp|d5e8d5097a39ff7c5af274522097853b051e352ce32af2bfec606731ae110d47"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/channels/telegram/user_resolver.py"}, "region": {"startLine": 58}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91694, "scanner": "repobility-ai-code-hygiene", "fingerprint": "9a05fbb0a3d2ca0914299beb0092e17efbd0d55a4c9e2e9912893ca72a4c1688", "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": "backend/app/services/channels/dingtalk/service.py", "duplicate_line": 28, "correlation_key": "fp|9a05fbb0a3d2ca0914299beb0092e17efbd0d55a4c9e2e9912893ca72a4c1688"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/channels/telegram/service.py"}, "region": {"startLine": 48}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91693, "scanner": "repobility-ai-code-hygiene", "fingerprint": "31a6ee28bc40feec7e00019da65a3a64cc61525378d67ffa75b08e62701a5fd2", "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": "backend/app/services/channels/dingtalk/emitter.py", "duplicate_line": 176, "correlation_key": "fp|31a6ee28bc40feec7e00019da65a3a64cc61525378d67ffa75b08e62701a5fd2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/channels/telegram/emitter.py"}, "region": {"startLine": 180}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91692, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e0c65765cc99e16570db890c5cfe5bb293b937ca0330c18218a9cefa2aa6f6c4", "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": "backend/app/services/channels/dingtalk/callback.py", "duplicate_line": 7, "correlation_key": "fp|e0c65765cc99e16570db890c5cfe5bb293b937ca0330c18218a9cefa2aa6f6c4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/channels/telegram/callback.py"}, "region": {"startLine": 7}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91691, "scanner": "repobility-ai-code-hygiene", "fingerprint": "ceda918e5aac87270e76716977bf27bc01c52d4e1fcfce6763eb0e5aa2b07393", "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": "backend/app/services/channels/dingtalk/emitter.py", "duplicate_line": 176, "correlation_key": "fp|ceda918e5aac87270e76716977bf27bc01c52d4e1fcfce6763eb0e5aa2b07393"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/channels/emitter.py"}, "region": {"startLine": 45}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91690, "scanner": "repobility-ai-code-hygiene", "fingerprint": "4307fccbd5e77cd41949ba3178f366a62f737ffd3c5cad1a3a98c8b1368d6aa3", "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": "backend/app/services/attachment/smart_truncation.py", "duplicate_line": 31, "correlation_key": "fp|4307fccbd5e77cd41949ba3178f366a62f737ffd3c5cad1a3a98c8b1368d6aa3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/attachment/truncation_strategies/__init__.py"}, "region": {"startLine": 18}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91689, "scanner": "repobility-ai-code-hygiene", "fingerprint": "20c4d430cac4fff2f59805605471cc6f2b9afe20b6ca6b2993a1e6f46e7a34d3", "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": "backend/app/core/scheduler/factory.py", "duplicate_line": 71, "correlation_key": "fp|20c4d430cac4fff2f59805605471cc6f2b9afe20b6ca6b2993a1e6f46e7a34d3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/attachment/storage_factory.py"}, "region": {"startLine": 76}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91688, "scanner": "repobility-ai-code-hygiene", "fingerprint": "740aa0389d0908dd34546a720efb0723a578d883e3685fa4b73a31ce765236cb", "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": "backend/app/services/adapters/task_kinds/converters.py", "duplicate_line": 87, "correlation_key": "fp|740aa0389d0908dd34546a720efb0723a578d883e3685fa4b73a31ce765236cb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/adapters/task_kinds/helpers.py"}, "region": {"startLine": 286}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91687, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e63ab3a97890395da8bd8250520310103869b2000a8ad28714db9006dbb4c011", "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": "backend/app/repository/github_provider.py", "duplicate_line": 168, "correlation_key": "fp|e63ab3a97890395da8bd8250520310103869b2000a8ad28714db9006dbb4c011"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitlab_provider.py"}, "region": {"startLine": 239}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91686, "scanner": "repobility-ai-code-hygiene", "fingerprint": "78043eadf9ed54d2735aee768499a10b34a7d6678756cc2ceea99ab1c9b04bcb", "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": "backend/app/repository/gitee_provider.py", "duplicate_line": 40, "correlation_key": "fp|78043eadf9ed54d2735aee768499a10b34a7d6678756cc2ceea99ab1c9b04bcb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitlab_provider.py"}, "region": {"startLine": 38}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91685, "scanner": "repobility-ai-code-hygiene", "fingerprint": "47124a6c82b98605fe048a0ca93e38e2a85d98e2d1fee1dc2a6a98d495cc7b25", "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": "backend/app/repository/gitea_provider.py", "duplicate_line": 39, "correlation_key": "fp|47124a6c82b98605fe048a0ca93e38e2a85d98e2d1fee1dc2a6a98d495cc7b25"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitlab_provider.py"}, "region": {"startLine": 37}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91684, "scanner": "repobility-ai-code-hygiene", "fingerprint": "9c4792dc34996b4580e8f12720a0856c3d19e85b0920ca068ef2e92b4bc85af0", "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": "backend/app/repository/gerrit_provider.py", "duplicate_line": 41, "correlation_key": "fp|9c4792dc34996b4580e8f12720a0856c3d19e85b0920ca068ef2e92b4bc85af0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitlab_provider.py"}, "region": {"startLine": 36}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91683, "scanner": "repobility-ai-code-hygiene", "fingerprint": "fe13ba14ed36d21c551beb4eb038abb173d362132f5a26157b0a376763395b06", "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": "backend/app/repository/gitee_provider.py", "duplicate_line": 40, "correlation_key": "fp|fe13ba14ed36d21c551beb4eb038abb173d362132f5a26157b0a376763395b06"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/github_provider.py"}, "region": {"startLine": 40}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91682, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c69ca922d22cd899c675f98faa376d3c2d56c103f47c330ff7d4c2631796880c", "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": "backend/app/repository/gitea_provider.py", "duplicate_line": 39, "correlation_key": "fp|c69ca922d22cd899c675f98faa376d3c2d56c103f47c330ff7d4c2631796880c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/github_provider.py"}, "region": {"startLine": 39}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91681, "scanner": "repobility-ai-code-hygiene", "fingerprint": "33fc3bd2a98dbdc2c9d58f217d78387441234c8027605ca165c1aaa29871d7f7", "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": "backend/app/repository/gerrit_provider.py", "duplicate_line": 41, "correlation_key": "fp|33fc3bd2a98dbdc2c9d58f217d78387441234c8027605ca165c1aaa29871d7f7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/github_provider.py"}, "region": {"startLine": 38}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91680, "scanner": "repobility-ai-code-hygiene", "fingerprint": "80c0e62a3ca52311a8b937f6153515a5dc2be45ecca74cd0ceba374947ca6acc", "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": "backend/app/repository/gitea_provider.py", "duplicate_line": 39, "correlation_key": "fp|80c0e62a3ca52311a8b937f6153515a5dc2be45ecca74cd0ceba374947ca6acc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitee_provider.py"}, "region": {"startLine": 39}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91679, "scanner": "repobility-ai-code-hygiene", "fingerprint": "eb9603fdb77591f0433c4ea270e62a5b70d0cc5c0b917c309ae74b727b33f3a9", "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": "backend/app/repository/gerrit_provider.py", "duplicate_line": 41, "correlation_key": "fp|eb9603fdb77591f0433c4ea270e62a5b70d0cc5c0b917c309ae74b727b33f3a9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitee_provider.py"}, "region": {"startLine": 38}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91678, "scanner": "repobility-ai-code-hygiene", "fingerprint": "b65800f39de5eab61ae5a49608ed6b3cd7a260a24947b270cd0d65e482b1d6ae", "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": "backend/app/repository/gerrit_provider.py", "duplicate_line": 41, "correlation_key": "fp|b65800f39de5eab61ae5a49608ed6b3cd7a260a24947b270cd0d65e482b1d6ae"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitea_provider.py"}, "region": {"startLine": 38}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91677, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2f10537442fe8917d2e3d7ac06e7062860a0ce2d63cc34dba946326ee621078f", "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": "backend/app/api/endpoints/admin/system_config.py", "duplicate_line": 26, "correlation_key": "fp|2f10537442fe8917d2e3d7ac06e7062860a0ce2d63cc34dba946326ee621078f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/users.py"}, "region": {"startLine": 528}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 91676, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1c50f60b85b1c58b54c00ba0bcb07ded211e681040cd002d857cb6606cf6f0d1", "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": "backend/app/api/endpoints/adapter/subscription_follows.py", "duplicate_line": 464, "correlation_key": "fp|1c50f60b85b1c58b54c00ba0bcb07ded211e681040cd002d857cb6606cf6f0d1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/adapter/subscriptions.py"}, "region": {"startLine": 80}}}]}, {"ruleId": "SEC006", "level": "note", "message": {"text": "[SEC006] XSS Risk: Direct HTML injection without sanitization."}, "properties": {"repobilityId": 91651, "scanner": "repobility-threat-engine", "fingerprint": "f5ff98580ce623a28907ec5ad0ca03ee6b77f1ad967aa963e46df9319e2ae2ad", "category": "injection", "severity": "low", "confidence": 0.4, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "No user-input source (request/query/fetch/URL) found \u2014 may be static content", "evidence": {"match": ".innerHTML = s", "reason": "No user-input source (request/query/fetch/URL) found \u2014 may be static content", "rule_id": "SEC006", "scanner": "repobility-threat-engine", "confidence": 0.4, "correlation_key": "code|injection|token|59|sec006"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/utils/pdf/renderers/mermaid.ts"}, "region": {"startLine": 59}}}]}, {"ruleId": "SEC006", "level": "note", "message": {"text": "[SEC006] XSS Risk: Direct HTML injection without sanitization."}, "properties": {"repobilityId": 91650, "scanner": "repobility-threat-engine", "fingerprint": "a6fa12101bacc5ae59230655bccc6e1e3dde552324397d4f4e439b2d3ebaaa70", "category": "injection", "severity": "low", "confidence": 0.4, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "No user-input source (request/query/fetch/URL) found \u2014 may be static content", "evidence": {"match": ".innerHTML = `", "reason": "No user-input source (request/query/fetch/URL) found \u2014 may be static content", "rule_id": "SEC006", "scanner": "repobility-threat-engine", "confidence": 0.4, "correlation_key": "code|injection|token|159|sec006"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/components/common/LinkCard.tsx"}, "region": {"startLine": 159}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `get_dify_app_info` 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: except=4, if=2, nested_bonus=3, or=1."}, "properties": {"repobilityId": 91539, "scanner": "repobility-threat-engine", "fingerprint": "af38e91823aa0ed8a78a98854edbe6b13549975c942856d5b7167dae8499f978", "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": "get_dify_app_info", "breakdown": {"if": 2, "or": 1, "except": 4, "nested_bonus": 3}, "complexity": 10, "correlation_key": "fp|af38e91823aa0ed8a78a98854edbe6b13549975c942856d5b7167dae8499f978"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/adapter/dify.py"}, "region": {"startLine": 31}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `downgrade` 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: else=1, if=5, nested_bonus=1, ternary=1."}, "properties": {"repobilityId": 91538, "scanner": "repobility-threat-engine", "fingerprint": "c74178cd4ba8f047f67fd6333e311b281b39510a4505cc16fc064262e97fda80", "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": "downgrade", "breakdown": {"if": 5, "else": 1, "ternary": 1, "nested_bonus": 1}, "complexity": 8, "correlation_key": "fp|c74178cd4ba8f047f67fd6333e311b281b39510a4505cc16fc064262e97fda80"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/20260506_d1e2f3a4b5c6_extend_resource_members_for_entity.py"}, "region": {"startLine": 136}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `upgrade` 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: elif=1, else=1, if=6, nested_bonus=1, ternary=1."}, "properties": {"repobilityId": 91537, "scanner": "repobility-threat-engine", "fingerprint": "538ab6fb0edad6a9dd9dffd4ede1123fe3a997989ac189392db6dafbaac80e77", "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": "upgrade", "breakdown": {"if": 6, "elif": 1, "else": 1, "ternary": 1, "nested_bonus": 1}, "complexity": 10, "correlation_key": "fp|538ab6fb0edad6a9dd9dffd4ede1123fe3a997989ac189392db6dafbaac80e77"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/20260506_d1e2f3a4b5c6_extend_resource_members_for_entity.py"}, "region": {"startLine": 36}}}]}, {"ruleId": "DKR002", "level": "none", "message": {"text": "Dockerfile base image is selected through a build variable"}, "properties": {"repobilityId": 91727, "scanner": "repobility-docker", "fingerprint": "e3df77217803790a6ce3f73f228edbbe94f4ee2eefa31f332ffe2cf58f5ca7e7", "category": "docker", "severity": "info", "confidence": 0.48, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Base image contains a variable; manual review is needed to avoid false positives.", "evidence": {"image": "${DEVICE_BASE_IMAGE}", "rule_id": "DKR002", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/"], "correlation_key": "fp|e3df77217803790a6ce3f73f228edbbe94f4ee2eefa31f332ffe2cf58f5ca7e7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/device/Dockerfile"}, "region": {"startLine": 45}}}]}, {"ruleId": "DKR002", "level": "none", "message": {"text": "Dockerfile base image is selected through a build variable"}, "properties": {"repobilityId": 91726, "scanner": "repobility-docker", "fingerprint": "0b7e31134873adb8a12f1699500fca21f7ac9631329f55f60f8885bd821ba3f4", "category": "docker", "severity": "info", "confidence": 0.48, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Base image contains a variable; manual review is needed to avoid false positives.", "evidence": {"image": "${DEVICE_BASE_IMAGE}", "rule_id": "DKR002", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/"], "correlation_key": "fp|0b7e31134873adb8a12f1699500fca21f7ac9631329f55f60f8885bd821ba3f4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/device/Dockerfile"}, "region": {"startLine": 14}}}]}, {"ruleId": "MINED059", "level": "none", "message": {"text": "[MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message."}, "properties": {"repobilityId": 91674, "scanner": "repobility-threat-engine", "fingerprint": "95ad818f99133687fc037a7e2d7f053326b447f16f499d4071a1feabf18be13c", "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": "rust-expect-in-prod", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["rust"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348039+00:00", "triaged_in_corpus": 12, "observations_count": 175379, "ai_coder_pattern_id": 112}, "scanner": "repobility-threat-engine", "correlation_key": "fp|95ad818f99133687fc037a7e2d7f053326b447f16f499d4071a1feabf18be13c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wework/src-tauri/src/lib.rs"}, "region": {"startLine": 15}}}]}, {"ruleId": "MINED074", "level": "none", "message": {"text": "[MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.example.com/v2). Common AI hallucination."}, "properties": {"repobilityId": 91673, "scanner": "repobility-threat-engine", "fingerprint": "9813499bdb1fdc9433e2064295fe6d74f19c6285c5000b25877fe8d17728471c", "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": "ai-tell-fake-citation", "owasp": null, "cwe_ids": [], "languages": ["python", "javascript", "typescript", "markdown"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348074+00:00", "triaged_in_corpus": 10, "observations_count": 12281, "ai_coder_pattern_id": 176}, "scanner": "repobility-threat-engine", "correlation_key": "fp|9813499bdb1fdc9433e2064295fe6d74f19c6285c5000b25877fe8d17728471c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wegent-cli/wegent/commands/login.py"}, "region": {"startLine": 154}}}]}, {"ruleId": "MINED074", "level": "none", "message": {"text": "[MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.example.com/v2). Common AI hallucination."}, "properties": {"repobilityId": 91672, "scanner": "repobility-threat-engine", "fingerprint": "a88eab8ea984d632cbcb29869e3771daf39ad092ca5216246e975d00dcadbaaa", "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": "ai-tell-fake-citation", "owasp": null, "cwe_ids": [], "languages": ["python", "javascript", "typescript", "markdown"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348074+00:00", "triaged_in_corpus": 10, "observations_count": 12281, "ai_coder_pattern_id": 176}, "scanner": "repobility-threat-engine", "correlation_key": "fp|a88eab8ea984d632cbcb29869e3771daf39ad092ca5216246e975d00dcadbaaa"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/utils/mcp_utils.py"}, "region": {"startLine": 240}}}]}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 91669, "scanner": "repobility-threat-engine", "fingerprint": "e454586bd71f1ab2b894c750af973f8c6d6db63e11f943d5aea0cebc3dc69f30", "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|e454586bd71f1ab2b894c750af973f8c6d6db63e11f943d5aea0cebc3dc69f30"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/i18n/setup.ts"}, "region": {"startLine": 66}}}]}, {"ruleId": "SEC085", "level": "none", "message": {"text": "[SEC085] JS: child_process.exec with non-literal (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 91668, "scanner": "repobility-threat-engine", "fingerprint": "4434170c810fa43bf20566276ceaa9e55e65938a7f2140721f4fd2599ad87936", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|4434170c810fa43bf20566276ceaa9e55e65938a7f2140721f4fd2599ad87936"}}}, {"ruleId": "SEC045", "level": "none", "message": {"text": "[SEC045] eval()/exec() on stored or user-supplied data (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 91664, "scanner": "repobility-threat-engine", "fingerprint": "c59edcd8286991ab7caac4493f8f01b268fef2a5d218265ad20f6e2d1172fefb", "category": "injection", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|c59edcd8286991ab7caac4493f8f01b268fef2a5d218265ad20f6e2d1172fefb"}}}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 91660, "scanner": "repobility-threat-engine", "fingerprint": "74f765b074ecbcd347abe2ed7034f371730acb284da3c6360cf1889965e98a50", "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|74f765b074ecbcd347abe2ed7034f371730acb284da3c6360cf1889965e98a50"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/tasks/components/message/thinking/types.ts"}, "region": {"startLine": 74}}}]}, {"ruleId": "SEC041", "level": "none", "message": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\" (and 7 more): Same pattern found in 7 additional files. Review if needed."}, "properties": {"repobilityId": 91659, "scanner": "repobility-threat-engine", "fingerprint": "250e6d95e678d9403cba509f8b843ccb6caa37e18d6cae8b122b8558f8f64ca3", "category": "security", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 7 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 7 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC041", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|250e6d95e678d9403cba509f8b843ccb6caa37e18d6cae8b122b8558f8f64ca3"}}}, {"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": 91654, "scanner": "repobility-threat-engine", "fingerprint": "c9ebaf38f997d1d2b3ce9da97a97198616dd45fb2cec6394815d799dab5d4287", "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|c9ebaf38f997d1d2b3ce9da97a97198616dd45fb2cec6394815d799dab5d4287"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/theme/ThemeScript.tsx"}, "region": {"startLine": 24}}}]}, {"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": 91653, "scanner": "repobility-threat-engine", "fingerprint": "0a50ac5609ae734259c19fed86941718e983db444a07be02693599c7ebcde3ed", "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|0a50ac5609ae734259c19fed86941718e983db444a07be02693599c7ebcde3ed"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/pet/components/PetAvatar.tsx"}, "region": {"startLine": 76}}}]}, {"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": 91652, "scanner": "repobility-threat-engine", "fingerprint": "99c4d82a4d3f0f442be0a6168266e9cdea505a29d12630355db33c8f7b38c823", "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|99c4d82a4d3f0f442be0a6168266e9cdea505a29d12630355db33c8f7b38c823"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/knowledge/DiagramModal.tsx"}, "region": {"startLine": 228}}}]}, {"ruleId": "MINED056", "level": "none", "message": {"text": "[MINED056] React Key As Index (and 16 more): Same pattern found in 16 additional files. Review if needed."}, "properties": {"repobilityId": 91649, "scanner": "repobility-threat-engine", "fingerprint": "75dd086491e9b36224fb12dfd6f6eb12d18c15a32a16e17ebd717dabe9219893", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 16 additional occurrences found. The top occurrences remain visible as actionable findings.", "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", "aggregated": true, "correlation_key": "fp|75dd086491e9b36224fb12dfd6f6eb12d18c15a32a16e17ebd717dabe9219893", "aggregated_count": 16}}}, {"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": 91648, "scanner": "repobility-threat-engine", "fingerprint": "f236b914ac8e9c3292355068ef32aacd6b55c04732024571ac9939bdd3c1dba5", "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|f236b914ac8e9c3292355068ef32aacd6b55c04732024571ac9939bdd3c1dba5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/components/common/FilePreview/preview-renderers/TextPreview.tsx"}, "region": {"startLine": 89}}}]}, {"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": 91647, "scanner": "repobility-threat-engine", "fingerprint": "00c165899f70dbaa9881565c46b80e0e4ec57e5a3f68c8e221374153218713c6", "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|00c165899f70dbaa9881565c46b80e0e4ec57e5a3f68c8e221374153218713c6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/components/common/FilePreview/preview-renderers/ExcelPreview.tsx"}, "region": {"startLine": 35}}}]}, {"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": 91646, "scanner": "repobility-threat-engine", "fingerprint": "09f56fc7032f6c4023f6c2278ff7a3fa041c6a6735780313b013282f6055e5af", "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|09f56fc7032f6c4023f6c2278ff7a3fa041c6a6735780313b013282f6055e5af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/components/InAppBrowserGuard.tsx"}, "region": {"startLine": 81}}}]}, {"ruleId": "SEC118", "level": "none", "message": {"text": "[SEC118] UUIDv1 / UUIDv3 used for security-sensitive identifier: UUIDv1 encodes the MAC address and timestamp, making it predictable. Used as a session token or password-reset key, it's enumerable."}, "properties": {"repobilityId": 91641, "scanner": "repobility-threat-engine", "fingerprint": "ba29dbce0d6159f5e3de625758c95662332e140a3e25bb43789a40fb4eea1d52", "category": "crypto", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe pattern 'randomUUID' detected on same line", "evidence": {"match": "crypto.randomUUID", "reason": "Safe pattern 'randomUUID' detected on same line", "rule_id": "SEC118", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "code|crypto|token|34|sec118"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/prompt-draft/utils/promptDraftStorage.ts"}, "region": {"startLine": 34}}}]}, {"ruleId": "SEC118", "level": "none", "message": {"text": "[SEC118] UUIDv1 / UUIDv3 used for security-sensitive identifier: UUIDv1 encodes the MAC address and timestamp, making it predictable. Used as a session token or password-reset key, it's enumerable."}, "properties": {"repobilityId": 91640, "scanner": "repobility-threat-engine", "fingerprint": "d7c7e7eeefa6e9bf5f5df692dd4d6beaa70fe454597105e8dfff806973fccb85", "category": "crypto", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe pattern 'randomUUID' detected on same line", "evidence": {"match": "crypto.randomUUID", "reason": "Safe pattern 'randomUUID' detected on same line", "rule_id": "SEC118", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "code|crypto|token|111|sec118"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/public/mockServiceWorker.js"}, "region": {"startLine": 111}}}]}, {"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": 91636, "scanner": "repobility-threat-engine", "fingerprint": "d07770d91f7473917135b8e7f5d1d69887c23c50c5a4cb5014ff051653a6140d", "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|d07770d91f7473917135b8e7f5d1d69887c23c50c5a4cb5014ff051653a6140d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/start.sh"}, "region": {"startLine": 172}}}]}, {"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": 91635, "scanner": "repobility-threat-engine", "fingerprint": "b214bf5dd1963a675fcc21bce2e958950df4da4d55c19396cf72dc48cb3c1bbd", "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|b214bf5dd1963a675fcc21bce2e958950df4da4d55c19396cf72dc48cb3c1bbd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/envd/generate.sh"}, "region": {"startLine": 14}}}]}, {"ruleId": "MINED063", "level": "none", "message": {"text": "[MINED063] Toctou Os Path Exists: if os.path.exists(p): open(p) \u2014 file can be replaced/deleted between check and use."}, "properties": {"repobilityId": 91634, "scanner": "repobility-threat-engine", "fingerprint": "1ffc2d287b95fe2daf3d5dd3928496167fa0ea9233e5e63f7fe05257b9b8072e", "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": "toctou-os-path-exists", "owasp": null, "cwe_ids": ["CWE-367"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348048+00:00", "triaged_in_corpus": 12, "observations_count": 90754, "ai_coder_pattern_id": 41}, "scanner": "repobility-threat-engine", "correlation_key": "fp|1ffc2d287b95fe2daf3d5dd3928496167fa0ea9233e5e63f7fe05257b9b8072e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/agents/claude_code/git_operations.py"}, "region": {"startLine": 245}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion (and 24 more): Same pattern found in 24 additional files. Review if needed."}, "properties": {"repobilityId": 91629, "scanner": "repobility-threat-engine", "fingerprint": "58fbcc5871cede51356fdc6cdfef86c7aa594b8ddd38ed51af4b44a59b438305", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 24 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|58fbcc5871cede51356fdc6cdfef86c7aa594b8ddd38ed51af4b44a59b438305", "aggregated_count": 24}}}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 91628, "scanner": "repobility-threat-engine", "fingerprint": "5af60188cd8a166c4edb4fc4523d5d9f831dabd90d9777f88d58ca69715f758e", "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|5af60188cd8a166c4edb4fc4523d5d9f831dabd90d9777f88d58ca69715f758e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/apis/knowledge-permission.ts"}, "region": {"startLine": 130}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 91627, "scanner": "repobility-threat-engine", "fingerprint": "4471bbdda89d90ae2f9f2c0396a3dbc260f5eb33429ce4b18165b1975d774029", "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|4471bbdda89d90ae2f9f2c0396a3dbc260f5eb33429ce4b18165b1975d774029"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/jest.config.ts"}, "region": {"startLine": 53}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 91626, "scanner": "repobility-threat-engine", "fingerprint": "a74083d5baaeb3926d3ed2f49d70b68ed2bcd113358c4488902498c075821641", "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|a74083d5baaeb3926d3ed2f49d70b68ed2bcd113358c4488902498c075821641"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "deps/browser/relay-server/src/cli.ts"}, "region": {"startLine": 89}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod (and 129 more): Same pattern found in 129 additional files. Review if needed."}, "properties": {"repobilityId": 91625, "scanner": "repobility-threat-engine", "fingerprint": "75a8787b979878e29a68531cfcce6cab1bdabfc057950e346d5db8cf4c8d767a", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 129 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|75a8787b979878e29a68531cfcce6cab1bdabfc057950e346d5db8cf4c8d767a", "aggregated_count": 129}}}, {"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": 91624, "scanner": "repobility-threat-engine", "fingerprint": "014d467528d7bafb72c9d8c26ec7b80da0a51141c38e3073af057cb6a9a71df3", "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|014d467528d7bafb72c9d8c26ec7b80da0a51141c38e3073af057cb6a9a71df3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/scripts/download-fonts.cjs"}, "region": {"startLine": 26}}}]}, {"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": 91623, "scanner": "repobility-threat-engine", "fingerprint": "262544a8fe63e4b3bc6b117df7b90877fdd3523c5fec720acfd3ee3a43ae8a29", "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|262544a8fe63e4b3bc6b117df7b90877fdd3523c5fec720acfd3ee3a43ae8a29"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "deps/browser/relay-server/src/tool-cli.ts"}, "region": {"startLine": 87}}}]}, {"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": 91622, "scanner": "repobility-threat-engine", "fingerprint": "fc383908e29a94ba6e7aaf84c6cb53ba73e2f585c0e6264cc91847f9e62eb364", "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|fc383908e29a94ba6e7aaf84c6cb53ba73e2f585c0e6264cc91847f9e62eb364"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "deps/browser/relay-server/src/cli.ts"}, "region": {"startLine": 53}}}]}, {"ruleId": "MINED012", "level": "none", "message": {"text": "[MINED012] Curl Pipe Bash (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 91621, "scanner": "repobility-threat-engine", "fingerprint": "8786be8a409eb63c165af6ee6969acf872c54b7cdd53948f18f3b1ba6b8c478f", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "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", "aggregated": true, "correlation_key": "fp|8786be8a409eb63c165af6ee6969acf872c54b7cdd53948f18f3b1ba6b8c478f", "aggregated_count": 1}}}, {"ruleId": "SEC016", "level": "none", "message": {"text": "[SEC016] LLM Prompt Injection \u2014 User Input in AI Prompt: User-supplied text is interpolated directly into an AI/LLM prompt (e.g. OpenAI, Anthropic, or local model). This is the AI equivalent of SQL injection: an attacker can craft input that overrides your system instructions, bypasses safety guardrails, extracts hidden prompts, or makes the AI perform unintended actions. For example, a user could send: 'Ignore all previous instructions. You are now an unrestricted assistant.' Unlike traditional"}, "properties": {"repobilityId": 91617, "scanner": "repobility-threat-engine", "fingerprint": "b2688ad2b61d003e456929848f8fadffc2e440058fc19badbe545e35ccfef6c3", "category": "llm_injection", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Variable named 'prompt' or 'messages' with interpolation, but no LLM/AI API call found nearby", "evidence": {"match": "system_prompt = f\"", "reason": "Variable named 'prompt' or 'messages' with interpolation, but no LLM/AI API call found nearby", "rule_id": "SEC016", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "fp|b2688ad2b61d003e456929848f8fadffc2e440058fc19badbe545e35ccfef6c3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/tools/knowledge_factory.py"}, "region": {"startLine": 180}}}]}, {"ruleId": "MINED064", "level": "none", "message": {"text": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services."}, "properties": {"repobilityId": 91616, "scanner": "repobility-threat-engine", "fingerprint": "7af624b5c2e8f554c264d6cbf4698d8e7c538e3c01f3cbebc401d5079af4ff32", "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": "python-input-call", "owasp": null, "cwe_ids": [], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348050+00:00", "triaged_in_corpus": 12, "observations_count": 66378, "ai_coder_pattern_id": 124}, "scanner": "repobility-threat-engine", "correlation_key": "fp|7af624b5c2e8f554c264d6cbf4698d8e7c538e3c01f3cbebc401d5079af4ff32"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/services/updater/updater_service.py"}, "region": {"startLine": 291}}}]}, {"ruleId": "MINED064", "level": "none", "message": {"text": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services."}, "properties": {"repobilityId": 91615, "scanner": "repobility-threat-engine", "fingerprint": "4f3fc860a492f49d2175c87f1603c9db989357c32256bc75b615ab218c5ccf79", "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": "python-input-call", "owasp": null, "cwe_ids": [], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348050+00:00", "triaged_in_corpus": 12, "observations_count": 66378, "ai_coder_pattern_id": 124}, "scanner": "repobility-threat-engine", "correlation_key": "fp|4f3fc860a492f49d2175c87f1603c9db989357c32256bc75b615ab218c5ccf79"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/cli/commands/chat.py"}, "region": {"startLine": 229}}}]}, {"ruleId": "SEC136", "level": "none", "message": {"text": "[SEC136] AI-typical over-broad exception handler swallowing all errors (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 91612, "scanner": "repobility-threat-engine", "fingerprint": "8e478e56b730255b619eaaf214c2ac68864bd09b58591d59c20fe11bd4508abd", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC136", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|8e478e56b730255b619eaaf214c2ac68864bd09b58591d59c20fe11bd4508abd"}}}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 91608, "scanner": "repobility-threat-engine", "fingerprint": "2e92bbf58339816909aa3532cdeb5f252e4dfeebf945929eec24e7d0dc77dd9a", "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": "print-pii", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348015+00:00", "triaged_in_corpus": 12, "observations_count": 676566, "ai_coder_pattern_id": 26}, "scanner": "repobility-threat-engine", "correlation_key": "fp|2e92bbf58339816909aa3532cdeb5f252e4dfeebf945929eec24e7d0dc77dd9a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "deps/browser/relay-server/src/cli.ts"}, "region": {"startLine": 296}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 91607, "scanner": "repobility-threat-engine", "fingerprint": "0ec3501029b8a6fe802bb27f697238e5de4622978c4e4eb6d891928425b02593", "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": "print-pii", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348015+00:00", "triaged_in_corpus": 12, "observations_count": 676566, "ai_coder_pattern_id": 26}, "scanner": "repobility-threat-engine", "correlation_key": "fp|0ec3501029b8a6fe802bb27f697238e5de4622978c4e4eb6d891928425b02593"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/cli/commands/query.py"}, "region": {"startLine": 219}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 91606, "scanner": "repobility-threat-engine", "fingerprint": "4a72d9e48489bf2813bfcc586ca75874fff33225a1762a81b135a7529dd8da3b", "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": "print-pii", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348015+00:00", "triaged_in_corpus": 12, "observations_count": 676566, "ai_coder_pattern_id": 26}, "scanner": "repobility-threat-engine", "correlation_key": "fp|4a72d9e48489bf2813bfcc586ca75874fff33225a1762a81b135a7529dd8da3b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/auth/task_token.py"}, "region": {"startLine": 20}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs (and 12 more): Same pattern found in 12 additional files. Review if needed."}, "properties": {"repobilityId": 91605, "scanner": "repobility-threat-engine", "fingerprint": "2d84c1fa3f1809d4801d0089e312602767abb0ae8515fefce419706fac4cac74", "category": "credential_exposure", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 12 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 12 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|2d84c1fa3f1809d4801d0089e312602767abb0ae8515fefce419706fac4cac74"}}}, {"ruleId": "MINED065", "level": "none", "message": {"text": "[MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser origin. Acceptable for public read-only endpoints; dangerous when paired with credentials or write endpoints."}, "properties": {"repobilityId": 91601, "scanner": "repobility-threat-engine", "fingerprint": "ab194c50f65c0ee1e4ffcc295f5fe07d43b0ec0e7ec054b4c6a5468e44622e94", "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": "cors-wildcard", "owasp": "A05:2021", "cwe_ids": ["CWE-942", "CWE-346"], "languages": ["python", "javascript", "typescript", "yaml", "json"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348052+00:00", "triaged_in_corpus": 12, "observations_count": 63910, "ai_coder_pattern_id": 46}, "scanner": "repobility-threat-engine", "correlation_key": "fp|ab194c50f65c0ee1e4ffcc295f5fe07d43b0ec0e7ec054b4c6a5468e44622e94"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/core/socketio.py"}, "region": {"startLine": 22}}}]}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields (and 57 more): Same pattern found in 57 additional files. Review if needed."}, "properties": {"repobilityId": 91600, "scanner": "repobility-threat-engine", "fingerprint": "666c8b4cacccd0d097231de30e243732b38b27524da45685c52618ca5a0d88ab", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 57 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "python-dataclass-no-fields", "owasp": null, "cwe_ids": [], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348046+00:00", "triaged_in_corpus": 10, "observations_count": 92448, "ai_coder_pattern_id": 144}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|666c8b4cacccd0d097231de30e243732b38b27524da45685c52618ca5a0d88ab", "aggregated_count": 57}}}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 91599, "scanner": "repobility-threat-engine", "fingerprint": "e8818b4f4a2d660bf88367eeb91fddbc86990a1c324b091150f865650be40db7", "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": "python-dataclass-no-fields", "owasp": null, "cwe_ids": [], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348046+00:00", "triaged_in_corpus": 10, "observations_count": 92448, "ai_coder_pattern_id": 144}, "scanner": "repobility-threat-engine", "correlation_key": "fp|e8818b4f4a2d660bf88367eeb91fddbc86990a1c324b091150f865650be40db7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/attachment/truncation_strategies/base.py"}, "region": {"startLine": 26}}}]}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 91598, "scanner": "repobility-threat-engine", "fingerprint": "8e360ae61f3c48ef8ccf083a99afbca304797772f80fe4afb2cbf814ee644dad", "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": "python-dataclass-no-fields", "owasp": null, "cwe_ids": [], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348046+00:00", "triaged_in_corpus": 10, "observations_count": 92448, "ai_coder_pattern_id": 144}, "scanner": "repobility-threat-engine", "correlation_key": "fp|8e360ae61f3c48ef8ccf083a99afbca304797772f80fe4afb2cbf814ee644dad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/mcp_server/context.py"}, "region": {"startLine": 23}}}]}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 91597, "scanner": "repobility-threat-engine", "fingerprint": "c34d953a9378906d087c0f9f652eb9a501deee08aa95aed8bc3cf11b3cae8182", "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": "python-dataclass-no-fields", "owasp": null, "cwe_ids": [], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348046+00:00", "triaged_in_corpus": 10, "observations_count": 92448, "ai_coder_pattern_id": 144}, "scanner": "repobility-threat-engine", "correlation_key": "fp|c34d953a9378906d087c0f9f652eb9a501deee08aa95aed8bc3cf11b3cae8182"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/core/scheduler/base.py"}, "region": {"startLine": 26}}}]}, {"ruleId": "MINED020", "level": "none", "message": {"text": "[MINED020] Logging Credential Via Fstring (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "properties": {"repobilityId": 91596, "scanner": "repobility-threat-engine", "fingerprint": "8a89312b17d157a78c1a87325dff0eca5f72bb065fd761be3e7e08277caf84e9", "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": {"mined": true, "mining": {"slug": "logging-credential-via-fstring", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347945+00:00", "triaged_in_corpus": 15, "observations_count": 46100, "ai_coder_pattern_id": 38}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|8a89312b17d157a78c1a87325dff0eca5f72bb065fd761be3e7e08277caf84e9", "aggregated_count": 3}}}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https (and 25 more): Same pattern found in 25 additional files. Review if needed."}, "properties": {"repobilityId": 91592, "scanner": "repobility-threat-engine", "fingerprint": "a510cd48d0e7973f356fe322b64f80e02aadf0f3a1e3536703766bb8042aada0", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 25 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "http-not-https", "owasp": "A02:2021", "cwe_ids": ["CWE-319"], "precision": 0.917, "promoted_at": "2026-05-18T14:01:32.347999+00:00", "triaged_in_corpus": 12, "observations_count": 4113831, "ai_coder_pattern_id": 15}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|a510cd48d0e7973f356fe322b64f80e02aadf0f3a1e3536703766bb8042aada0", "aggregated_count": 25}}}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 91591, "scanner": "repobility-threat-engine", "fingerprint": "bc0e6f4311e7abdaee5a9c84ad6fb748851eed81f73084632ce70cc93b591500", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "http-not-https", "owasp": "A02:2021", "cwe_ids": ["CWE-319"], "precision": 0.917, "promoted_at": "2026-05-18T14:01:32.347999+00:00", "triaged_in_corpus": 12, "observations_count": 4113831, "ai_coder_pattern_id": 15}, "scanner": "repobility-threat-engine", "correlation_key": "fp|bc0e6f4311e7abdaee5a9c84ad6fb748851eed81f73084632ce70cc93b591500"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/core/scheduler/factory.py"}, "region": {"startLine": 239}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 91590, "scanner": "repobility-threat-engine", "fingerprint": "0bfe30e881ac89bda3ae0681f48b07c2046d7aa1f5ab98ca0641dff4518ab657", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "http-not-https", "owasp": "A02:2021", "cwe_ids": ["CWE-319"], "precision": 0.917, "promoted_at": "2026-05-18T14:01:32.347999+00:00", "triaged_in_corpus": 12, "observations_count": 4113831, "ai_coder_pattern_id": 15}, "scanner": "repobility-threat-engine", "correlation_key": "fp|0bfe30e881ac89bda3ae0681f48b07c2046d7aa1f5ab98ca0641dff4518ab657"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/core/scheduler/__init__.py"}, "region": {"startLine": 32}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 91589, "scanner": "repobility-threat-engine", "fingerprint": "1fabdb1e1c2f4e8e4822f0a15d9dbee9d1ef5de7dd6ea7dc62c946812ea070a5", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "http-not-https", "owasp": "A02:2021", "cwe_ids": ["CWE-319"], "precision": 0.917, "promoted_at": "2026-05-18T14:01:32.347999+00:00", "triaged_in_corpus": 12, "observations_count": 4113831, "ai_coder_pattern_id": 15}, "scanner": "repobility-threat-engine", "correlation_key": "fp|1fabdb1e1c2f4e8e4822f0a15d9dbee9d1ef5de7dd6ea7dc62c946812ea070a5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/tables.py"}, "region": {"startLine": 172}}}]}, {"ruleId": "MINED013", "level": "none", "message": {"text": "[MINED013] Password In Url (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "properties": {"repobilityId": 91588, "scanner": "repobility-threat-engine", "fingerprint": "6d60c0bd92b2a11d24c39c091843361f070eab3e90af8c00ffb5953e4032e793", "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": {"mined": true, "mining": {"slug": "password-in-url", "owasp": "A07:2021", "cwe_ids": ["CWE-200"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347928+00:00", "triaged_in_corpus": 20, "observations_count": 121646, "ai_coder_pattern_id": 37}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|6d60c0bd92b2a11d24c39c091843361f070eab3e90af8c00ffb5953e4032e793", "aggregated_count": 3}}}, {"ruleId": "SEC022", "level": "none", "message": {"text": "[SEC022] Database URL With Embedded Credential (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "properties": {"repobilityId": 91584, "scanner": "repobility-threat-engine", "fingerprint": "ec9b3a827cd4f689de9428c0dcc547014bed588aa82416f76a37f2d7d6f0c83f", "category": "credential_exposure", "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": "SEC022", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|ec9b3a827cd4f689de9428c0dcc547014bed588aa82416f76a37f2d7d6f0c83f"}}}, {"ruleId": "SEC034", "level": "none", "message": {"text": "[SEC034] Log Injection / Log Forging \u2014 unsanitized user input in log (and 17 more): Same pattern found in 17 additional files. Review if needed."}, "properties": {"repobilityId": 91580, "scanner": "repobility-threat-engine", "fingerprint": "3313a51c62971294e308dcdf6fa76fdce27dd603bafd16a3ffb3a59ac4109ae9", "category": "log_injection", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 17 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 17 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC034", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|3313a51c62971294e308dcdf6fa76fdce27dd603bafd16a3ffb3a59ac4109ae9"}}}, {"ruleId": "SEC128", "level": "none", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 60 more): Same pattern found in 60 additional files. Review if needed."}, "properties": {"repobilityId": 91574, "scanner": "repobility-threat-engine", "fingerprint": "1037fb9ff9955010eab00c865aa228c56a63dd6ce5e71907d3e08648ac17e9bb", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 60 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 60 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|1037fb9ff9955010eab00c865aa228c56a63dd6ce5e71907d3e08648ac17e9bb"}}}, {"ruleId": "SEC015", "level": "none", "message": {"text": "[SEC015] Insecure Randomness for Security (and 9 more): Same pattern found in 9 additional files. Review if needed."}, "properties": {"repobilityId": 91570, "scanner": "repobility-threat-engine", "fingerprint": "952a859e39814203fe507e04b33b6f8be8af1a17dd026350cc6611ad25affc6f", "category": "crypto", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 9 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 9 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC015", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|952a859e39814203fe507e04b33b6f8be8af1a17dd026350cc6611ad25affc6f"}}}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "properties": {"repobilityId": 91564, "scanner": "repobility-threat-engine", "fingerprint": "8a4a6eee8542066df89bc31a1647336e3047611a9bc074cfbe10edf76227be49", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 4 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "python-requests-no-timeout", "owasp": null, "cwe_ids": ["CWE-400"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348058+00:00", "triaged_in_corpus": 12, "observations_count": 45429, "ai_coder_pattern_id": 122}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|8a4a6eee8542066df89bc31a1647336e3047611a9bc074cfbe10edf76227be49", "aggregated_count": 4}}}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "properties": {"repobilityId": 91563, "scanner": "repobility-threat-engine", "fingerprint": "e3408a97f95f6b8ecc002802f4c35c00fdf3bf430ee449174c146064aa96e5e6", "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": "python-requests-no-timeout", "owasp": null, "cwe_ids": ["CWE-400"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348058+00:00", "triaged_in_corpus": 12, "observations_count": 45429, "ai_coder_pattern_id": 122}, "scanner": "repobility-threat-engine", "correlation_key": "fp|e3408a97f95f6b8ecc002802f4c35c00fdf3bf430ee449174c146064aa96e5e6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/adapters/executor_kinds.py"}, "region": {"startLine": 101}}}]}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "properties": {"repobilityId": 91562, "scanner": "repobility-threat-engine", "fingerprint": "a56283f301b82d6bad73e78d8f60ddfceb72a4e9293c69499ddf3c10912fb683", "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": "python-requests-no-timeout", "owasp": null, "cwe_ids": ["CWE-400"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348058+00:00", "triaged_in_corpus": 12, "observations_count": 45429, "ai_coder_pattern_id": 122}, "scanner": "repobility-threat-engine", "correlation_key": "fp|a56283f301b82d6bad73e78d8f60ddfceb72a4e9293c69499ddf3c10912fb683"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/attachments_open.py"}, "region": {"startLine": 104}}}]}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "properties": {"repobilityId": 91561, "scanner": "repobility-threat-engine", "fingerprint": "0c56679850aebc479bf99085494194ec47c2a72adf56c1c78bc6014705d68622", "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": "python-requests-no-timeout", "owasp": null, "cwe_ids": ["CWE-400"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348058+00:00", "triaged_in_corpus": 12, "observations_count": 45429, "ai_coder_pattern_id": 122}, "scanner": "repobility-threat-engine", "correlation_key": "fp|0c56679850aebc479bf99085494194ec47c2a72adf56c1c78bc6014705d68622"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/adapter/dify.py"}, "region": {"startLine": 64}}}]}, {"ruleId": "SEC078", "level": "none", "message": {"text": "[SEC078] Python: requests without timeout (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "properties": {"repobilityId": 91560, "scanner": "repobility-threat-engine", "fingerprint": "6914b84c8d582a96a353e399742a72e9a6a6f6dca439c350e3996698fc9f8cb0", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 4 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 4 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC078", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|6914b84c8d582a96a353e399742a72e9a6a6f6dca439c350e3996698fc9f8cb0"}}}, {"ruleId": "SEC029", "level": "none", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 101 more): Same pattern found in 101 additional files. Review if needed."}, "properties": {"repobilityId": 91556, "scanner": "repobility-threat-engine", "fingerprint": "c173e5abbc18b289aec75b69f52af1ed29c4fe9bdbbeff1f0d00456c4f2e6a1a", "category": "ssrf", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 101 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 101 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|c173e5abbc18b289aec75b69f52af1ed29c4fe9bdbbeff1f0d00456c4f2e6a1a"}}}, {"ruleId": "SEC135", "level": "none", "message": {"text": "[SEC135] Auth/permission check missing on AI-generated endpoint (and 50 more): Same pattern found in 50 additional files. Review if needed."}, "properties": {"repobilityId": 91552, "scanner": "repobility-threat-engine", "fingerprint": "cc9c63711b477c623ddda0fb1759af47d4499c5b51bbb57b60f00f73374ec516", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 50 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 50 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC135", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|cc9c63711b477c623ddda0fb1759af47d4499c5b51bbb57b60f00f73374ec516"}}}, {"ruleId": "ERR001", "level": "none", "message": {"text": "[ERR001] Silent Exception Swallowing (and 10 more): Same pattern found in 10 additional files. Review if needed."}, "properties": {"repobilityId": 91548, "scanner": "repobility-threat-engine", "fingerprint": "5e52edf7b37020aa239df3ddcd6024b0623fc9d6fa5f53ab26d6712f2091fba9", "category": "error_handling", "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": {"reason": "Deduplicated summary only: 10 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "ERR001", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|5e52edf7b37020aa239df3ddcd6024b0623fc9d6fa5f53ab26d6712f2091fba9"}}}, {"ruleId": "MINED001", "level": "none", "message": {"text": "[MINED001] Bare Except Pass (and 23 more): Same pattern found in 23 additional files. Review if needed."}, "properties": {"repobilityId": 91544, "scanner": "repobility-threat-engine", "fingerprint": "142f7aedb7a9436cd459ad936899043ddc6e468368c1340ea7a18add42976f51", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 23 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "bare-except-pass", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347744+00:00", "triaged_in_corpus": 15, "observations_count": 1550824, "ai_coder_pattern_id": 6}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|142f7aedb7a9436cd459ad936899043ddc6e468368c1340ea7a18add42976f51", "aggregated_count": 23}}}, {"ruleId": "COMP001", "level": "none", "message": {"text": "[COMP001] High cognitive complexity (and 303 more): Same pattern found in 303 additional files. Review if needed."}, "properties": {"repobilityId": 91540, "scanner": "repobility-threat-engine", "fingerprint": "b0231dee412d843963b4af99bace15658b132fbe4c5dad202366bbc599bda75c", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 303 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"scanner": "repobility-threat-engine", "function": "upgrade", "breakdown": {"if": 6, "elif": 1, "else": 1, "ternary": 1, "nested_bonus": 1}, "aggregated": true, "complexity": 10, "correlation_key": "fp|b0231dee412d843963b4af99bace15658b132fbe4c5dad202366bbc599bda75c", "aggregated_count": 303}}}, {"ruleId": "MINED050", "level": "none", "message": {"text": "[MINED050] Stub Only Function (and 89 more): Same pattern found in 89 additional files. Review if needed."}, "properties": {"repobilityId": 91536, "scanner": "repobility-threat-engine", "fingerprint": "aa8489172941eddcf648336472be8eaefce55a0095de33cc211079b269c65e5f", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 89 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "stub-only-function", "owasp": null, "cwe_ids": ["CWE-1188"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348017+00:00", "triaged_in_corpus": 12, "observations_count": 633513, "ai_coder_pattern_id": 2}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|aa8489172941eddcf648336472be8eaefce55a0095de33cc211079b269c65e5f", "aggregated_count": 89}}}, {"ruleId": "MINED050", "level": "none", "message": {"text": "[MINED050] Stub Only Function: Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment."}, "properties": {"repobilityId": 91535, "scanner": "repobility-threat-engine", "fingerprint": "12b4609061268399d8e7f9d1a146f2033134c3bb65da6b9556a46bdd53542acd", "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": "stub-only-function", "owasp": null, "cwe_ids": ["CWE-1188"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348017+00:00", "triaged_in_corpus": 12, "observations_count": 633513, "ai_coder_pattern_id": 2}, "scanner": "repobility-threat-engine", "correlation_key": "fp|12b4609061268399d8e7f9d1a146f2033134c3bb65da6b9556a46bdd53542acd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/20260308_c9900f078622_unified_baseline_for_sqlite_support.py"}, "region": {"startLine": 41}}}]}, {"ruleId": "MINED050", "level": "none", "message": {"text": "[MINED050] Stub Only Function: Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment."}, "properties": {"repobilityId": 91534, "scanner": "repobility-threat-engine", "fingerprint": "fefc7ccdc00fefea947333a80be8cebe4922076d59bd60a629a47ceff20bf76b", "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": "stub-only-function", "owasp": null, "cwe_ids": ["CWE-1188"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348017+00:00", "triaged_in_corpus": 12, "observations_count": 633513, "ai_coder_pattern_id": 2}, "scanner": "repobility-threat-engine", "correlation_key": "fp|fefc7ccdc00fefea947333a80be8cebe4922076d59bd60a629a47ceff20bf76b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/env.py"}, "region": {"startLine": 79}}}]}, {"ruleId": "MINED050", "level": "none", "message": {"text": "[MINED050] Stub Only Function: Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment."}, "properties": {"repobilityId": 91533, "scanner": "repobility-threat-engine", "fingerprint": "5c730f8db45de045c9131aa87333d5ecf3f8443c341306774d5b0d413f17c19c", "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": "stub-only-function", "owasp": null, "cwe_ids": ["CWE-1188"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348017+00:00", "triaged_in_corpus": 12, "observations_count": 633513, "ai_coder_pattern_id": 2}, "scanner": "repobility-threat-engine", "correlation_key": "fp|5c730f8db45de045c9131aa87333d5ecf3f8443c341306774d5b0d413f17c19c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/backup_conflicted_migrations/s9t0u1v2w3x4_merge_projects_and_summary.py"}, "region": {"startLine": 29}}}]}, {"ruleId": "SEC139", "level": "none", "message": {"text": "[SEC139] AI-generated migration/route without companion test file (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 91532, "scanner": "repobility-threat-engine", "fingerprint": "15cf73be3c7eb38f6c5c542c1b3c6ba452cf689e096fb5925c5de091b556d243", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC139", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|15cf73be3c7eb38f6c5c542c1b3c6ba452cf689e096fb5925c5de091b556d243"}}}, {"ruleId": "MINED126", "level": "error", "message": {"text": "[MINED126] Workflow container/services image `redis:7-alpine` unpinned: `container/services image: redis:7-alpine` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines."}, "properties": {"repobilityId": 92028, "scanner": "repobility-supply-chain", "fingerprint": "c3c9e4445aab6cbe5cc9f2d9b98b5abf3d8d6ea89041d01a66fb40fdde4748b3", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-container-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|c3c9e4445aab6cbe5cc9f2d9b98b5abf3d8d6ea89041d01a66fb40fdde4748b3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e-tests.yml"}, "region": {"startLine": 315}}}]}, {"ruleId": "MINED126", "level": "error", "message": {"text": "[MINED126] Workflow container/services image `mysql:8.0` unpinned: `container/services image: mysql:8.0` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines."}, "properties": {"repobilityId": 92027, "scanner": "repobility-supply-chain", "fingerprint": "166a18ebedf866201be856164c0eb5cd91227ff0064ad2257ee3e49978da82da", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-container-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|166a18ebedf866201be856164c0eb5cd91227ff0064ad2257ee3e49978da82da"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e-tests.yml"}, "region": {"startLine": 302}}}]}, {"ruleId": "MINED126", "level": "error", "message": {"text": "[MINED126] Workflow container/services image `redis:7-alpine` unpinned: `container/services image: redis:7-alpine` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines."}, "properties": {"repobilityId": 92026, "scanner": "repobility-supply-chain", "fingerprint": "39f45ea8c5f2a4de683d4c22d3548483e578900379471a45d9f2b6b8be07b54f", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-container-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|39f45ea8c5f2a4de683d4c22d3548483e578900379471a45d9f2b6b8be07b54f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e-tests.yml"}, "region": {"startLine": 45}}}]}, {"ruleId": "MINED126", "level": "error", "message": {"text": "[MINED126] Workflow container/services image `mysql:8.0` unpinned: `container/services image: mysql:8.0` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines."}, "properties": {"repobilityId": 92025, "scanner": "repobility-supply-chain", "fingerprint": "c6b4f7669f036e07eb68dc4d1f03661e9cf46b6bb0fe3b09eb87300133b8767a", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-container-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|c6b4f7669f036e07eb68dc4d1f03661e9cf46b6bb0fe3b09eb87300133b8767a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e-tests.yml"}, "region": {"startLine": 32}}}]}, {"ruleId": "MINED126", "level": "error", "message": {"text": "[MINED126] Workflow container/services image `redis:7-alpine` unpinned: `container/services image: redis:7-alpine` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines."}, "properties": {"repobilityId": 92024, "scanner": "repobility-supply-chain", "fingerprint": "b63bc1487b56c7dd8803881ada58cbe809c5ae58f5bf6bebb3bb499bf417495c", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-container-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|b63bc1487b56c7dd8803881ada58cbe809c5ae58f5bf6bebb3bb499bf417495c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 360}}}]}, {"ruleId": "MINED126", "level": "error", "message": {"text": "[MINED126] Workflow container/services image `mysql:8.0` unpinned: `container/services image: mysql:8.0` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines."}, "properties": {"repobilityId": 92023, "scanner": "repobility-supply-chain", "fingerprint": "5460c845a08a42722422c66f7d46fa820e08789dfcc113a09c4b5bef2da87ae8", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-container-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|5460c845a08a42722422c66f7d46fa820e08789dfcc113a09c4b5bef2da87ae8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 344}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@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": {"repobilityId": 92022, "scanner": "repobility-supply-chain", "fingerprint": "f846a4fa0dc243dee669160fa9d56192677a5d2cc6281ed1e7a1748236eb7263", "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|f846a4fa0dc243dee669160fa9d56192677a5d2cc6281ed1e7a1748236eb7263"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 304}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `codecov/codecov-action` pinned to mutable ref `@v3`: `uses: codecov/codecov-action@v3` 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": {"repobilityId": 92021, "scanner": "repobility-supply-chain", "fingerprint": "8c09b6f7723b2d3d68a47420cc136effc554ae6773977aa687bfba275647053d", "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|8c09b6f7723b2d3d68a47420cc136effc554ae6773977aa687bfba275647053d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 292}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/cache` pinned to mutable ref `@v4`: `uses: actions/cache@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": {"repobilityId": 92020, "scanner": "repobility-supply-chain", "fingerprint": "200cc83ed814bf77454503aeab58db091a7ff8f2950d1dcd7958f82efb8bdedd", "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|200cc83ed814bf77454503aeab58db091a7ff8f2950d1dcd7958f82efb8bdedd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 272}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/setup-node` pinned to mutable ref `@v4`: `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": {"repobilityId": 92019, "scanner": "repobility-supply-chain", "fingerprint": "5f525502789cfb3d7cad761858af8eac6d9321f4cc006c7e275bd1311a2443c9", "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|5f525502789cfb3d7cad761858af8eac6d9321f4cc006c7e275bd1311a2443c9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 265}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@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": {"repobilityId": 92018, "scanner": "repobility-supply-chain", "fingerprint": "3afdc7c4b1a5d4aced117cd18e0d20b690a7e4faef3a0c4fddee2f1a391858cf", "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|3afdc7c4b1a5d4aced117cd18e0d20b690a7e4faef3a0c4fddee2f1a391858cf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 262}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `codecov/codecov-action` pinned to mutable ref `@v3`: `uses: codecov/codecov-action@v3` 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": {"repobilityId": 92017, "scanner": "repobility-supply-chain", "fingerprint": "19d3861ebdeb75d391194307140c2bb9ba0f07b2a44482f7c077475d6bb60b99", "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|19d3861ebdeb75d391194307140c2bb9ba0f07b2a44482f7c077475d6bb60b99"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 250}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/cache` pinned to mutable ref `@v3`: `uses: actions/cache@v3` 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": {"repobilityId": 92016, "scanner": "repobility-supply-chain", "fingerprint": "0ee3506dbaa8e0f49800682d4f7fda15d50062c2d8a46427d35bb2d0cf41679c", "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|0ee3506dbaa8e0f49800682d4f7fda15d50062c2d8a46427d35bb2d0cf41679c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 225}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/setup-python` pinned to mutable ref `@v5`: `uses: actions/setup-python@v5` 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": {"repobilityId": 92015, "scanner": "repobility-supply-chain", "fingerprint": "9b504563b48c4f14cbb445639265fe8147dbb0b0e5da1926cb2e6e73414f2f7d", "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|9b504563b48c4f14cbb445639265fe8147dbb0b0e5da1926cb2e6e73414f2f7d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 220}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@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": {"repobilityId": 92014, "scanner": "repobility-supply-chain", "fingerprint": "bd087a758a60e485ebfca892e75752ec3a6e4a52eff3566f274b01416759bf67", "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|bd087a758a60e485ebfca892e75752ec3a6e4a52eff3566f274b01416759bf67"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 217}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `codecov/codecov-action` pinned to mutable ref `@v3`: `uses: codecov/codecov-action@v3` 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": {"repobilityId": 92013, "scanner": "repobility-supply-chain", "fingerprint": "eecead48e73505152f96378e16ad0b555df2b7886fcd774990c58f482f60676d", "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|eecead48e73505152f96378e16ad0b555df2b7886fcd774990c58f482f60676d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 205}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/cache` pinned to mutable ref `@v3`: `uses: actions/cache@v3` 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": {"repobilityId": 92012, "scanner": "repobility-supply-chain", "fingerprint": "d8f4e1d1c74172e434fa89b4c920dec013e4f8b4f09e02c53cf8f9c63947f25d", "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|d8f4e1d1c74172e434fa89b4c920dec013e4f8b4f09e02c53cf8f9c63947f25d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 167}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/setup-python` pinned to mutable ref `@v5`: `uses: actions/setup-python@v5` 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": {"repobilityId": 92011, "scanner": "repobility-supply-chain", "fingerprint": "2a01b5566e55ed91343561a1404b83d7b48e47a7a1b503d440048eeab5031600", "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|2a01b5566e55ed91343561a1404b83d7b48e47a7a1b503d440048eeab5031600"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 162}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@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": {"repobilityId": 92010, "scanner": "repobility-supply-chain", "fingerprint": "23a90f94949d7936b88454b4f89776e256e66349cb1cd4bcc4d754d0a7e6154f", "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|23a90f94949d7936b88454b4f89776e256e66349cb1cd4bcc4d754d0a7e6154f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 159}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `codecov/codecov-action` pinned to mutable ref `@v3`: `uses: codecov/codecov-action@v3` 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": {"repobilityId": 92009, "scanner": "repobility-supply-chain", "fingerprint": "dbd426fdc47b63f3dcec24ae6d04599134270b875a46da59f4eba8d52aafb4a8", "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|dbd426fdc47b63f3dcec24ae6d04599134270b875a46da59f4eba8d52aafb4a8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 147}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/cache` pinned to mutable ref `@v3`: `uses: actions/cache@v3` 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": {"repobilityId": 92008, "scanner": "repobility-supply-chain", "fingerprint": "06a6224e67606364e3f0f73b1f64227dfefd6de60ad0966ddac001d9b9e7973e", "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|06a6224e67606364e3f0f73b1f64227dfefd6de60ad0966ddac001d9b9e7973e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 121}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/setup-python` pinned to mutable ref `@v5`: `uses: actions/setup-python@v5` 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": {"repobilityId": 92007, "scanner": "repobility-supply-chain", "fingerprint": "b44c96f8cf17338eb5ad758b475f60d5a586a85c1d2b1811271710032bc5578b", "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|b44c96f8cf17338eb5ad758b475f60d5a586a85c1d2b1811271710032bc5578b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 116}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@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": {"repobilityId": 92006, "scanner": "repobility-supply-chain", "fingerprint": "db6ed08fa841b7990114dd4a15400454590b09478c8c5781fdd47841b4e1ad1b", "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|db6ed08fa841b7990114dd4a15400454590b09478c8c5781fdd47841b4e1ad1b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 113}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `codecov/codecov-action` pinned to mutable ref `@v3`: `uses: codecov/codecov-action@v3` 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": {"repobilityId": 92005, "scanner": "repobility-supply-chain", "fingerprint": "0794497023aca71f65ea010f23bdc0078a2fff10c331d71a9a9238d87094be29", "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|0794497023aca71f65ea010f23bdc0078a2fff10c331d71a9a9238d87094be29"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 101}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/cache` pinned to mutable ref `@v3`: `uses: actions/cache@v3` 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": {"repobilityId": 92004, "scanner": "repobility-supply-chain", "fingerprint": "2e671e176f5e4ac06f48fe713bc26fa54621af715d9cb7a9e747e9243df0bd29", "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|2e671e176f5e4ac06f48fe713bc26fa54621af715d9cb7a9e747e9243df0bd29"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 78}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/setup-python` pinned to mutable ref `@v5`: `uses: actions/setup-python@v5` 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": {"repobilityId": 92003, "scanner": "repobility-supply-chain", "fingerprint": "82b1a9578d10e4c6e91b9b2d34739525a5285dcdf8d4faf6650fe54951a88aab", "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|82b1a9578d10e4c6e91b9b2d34739525a5285dcdf8d4faf6650fe54951a88aab"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 73}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@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": {"repobilityId": 92002, "scanner": "repobility-supply-chain", "fingerprint": "c66fcdcd68dd73f5e9835060c96fe208e81585887ac51d19f18aa2f6c6ebfd47", "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|c66fcdcd68dd73f5e9835060c96fe208e81585887ac51d19f18aa2f6c6ebfd47"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 70}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `codecov/codecov-action` pinned to mutable ref `@v3`: `uses: codecov/codecov-action@v3` 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": {"repobilityId": 92001, "scanner": "repobility-supply-chain", "fingerprint": "ea0269c9b24392d8df278a4ab0142be1b771a015bc18e8aec64e743a4a8fd7df", "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|ea0269c9b24392d8df278a4ab0142be1b771a015bc18e8aec64e743a4a8fd7df"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 57}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/cache` pinned to mutable ref `@v3`: `uses: actions/cache@v3` 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": {"repobilityId": 92000, "scanner": "repobility-supply-chain", "fingerprint": "82511ee41f5f5da022e5487da56a56f52ad74b73fbf8a842a2bf5d5b03665aa8", "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|82511ee41f5f5da022e5487da56a56f52ad74b73fbf8a842a2bf5d5b03665aa8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 34}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/setup-python` pinned to mutable ref `@v5`: `uses: actions/setup-python@v5` 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": {"repobilityId": 91999, "scanner": "repobility-supply-chain", "fingerprint": "e8cc49257c8efcd1776f233c4f8257f10d7a90f2c85a057955f9d2a3e44c9297", "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|e8cc49257c8efcd1776f233c4f8257f10d7a90f2c85a057955f9d2a3e44c9297"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@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": {"repobilityId": 91998, "scanner": "repobility-supply-chain", "fingerprint": "ada1b0872404005f4b8cb80506bbc66facfa6276e1a3fb1c1dc3f3b9c91d0952", "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|ada1b0872404005f4b8cb80506bbc66facfa6276e1a3fb1c1dc3f3b9c91d0952"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "MINED130", "level": "error", "message": {"text": "[MINED130] Lockfile pulls package from off-canonical host `registry.npmmirror.com`: `package-lock.json` resolved URL for `node_modules/@types/node` is `https://registry.npmmirror.com/@types/node/-/node-22.19.8.tgz...` \u2014 host `registry.npmmirror.com` is not the canonical registry. Could be a mirror compromise, dependency confusion attack, or a forgotten private registry."}, "properties": {"repobilityId": 91997, "scanner": "repobility-supply-chain", "fingerprint": "d89c8de93eaa5ded9ac5df6cc9ae825fb383b5feea1974821d0b21c6c21f8927", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "npm-lockfile-off-registry", "owasp": null, "cwe_ids": ["CWE-829"], "languages": ["javascript"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|d89c8de93eaa5ded9ac5df6cc9ae825fb383b5feea1974821d0b21c6c21f8927"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "deps/browser/relay-server/package-lock.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `node:22-slim` not pinned by digest: `FROM node:22-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": {"repobilityId": 91996, "scanner": "repobility-supply-chain", "fingerprint": "9cff2f948ea72010423069f157474a4e5517781aa63663a1fc05936c38271b75", "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|9cff2f948ea72010423069f157474a4e5517781aa63663a1fc05936c38271b75"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/frontend/Dockerfile"}, "region": {"startLine": 47}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `node:22-slim` not pinned by digest: `FROM node:22-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": {"repobilityId": 91995, "scanner": "repobility-supply-chain", "fingerprint": "dc04b2717b838a3e4740afecc041af882b00301d7ac8beda199784a44b4a6ac9", "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|dc04b2717b838a3e4740afecc041af882b00301d7ac8beda199784a44b4a6ac9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/frontend/Dockerfile"}, "region": {"startLine": 26}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `node:22-slim` not pinned by digest: `FROM node:22-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": {"repobilityId": 91994, "scanner": "repobility-supply-chain", "fingerprint": "67572942eef01e2b3e62698b7d39551cf35a3649eb3d17a860262538a62cf757", "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|67572942eef01e2b3e62698b7d39551cf35a3649eb3d17a860262538a62cf757"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/frontend/Dockerfile"}, "region": {"startLine": 6}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `ghcr.io/wecode-ai/wegent-base-python3.12:latest` not pinned by digest: `FROM ghcr.io/wecode-ai/wegent-base-python3.12:latest` 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": {"repobilityId": 91993, "scanner": "repobility-supply-chain", "fingerprint": "eb2da7f572e05c244196aa583800647b6643083630e736bc9e1c6cd4d1e6ad6c", "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|eb2da7f572e05c244196aa583800647b6643083630e736bc9e1c6cd4d1e6ad6c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_runtime/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `almalinux:9.4` not pinned by digest: `FROM almalinux:9.4` 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": {"repobilityId": 91992, "scanner": "repobility-supply-chain", "fingerprint": "98bbacb3345c50b895a61c4ecdb54d80125f9dc8324f0a21798cc64d9cab1f97", "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|98bbacb3345c50b895a61c4ecdb54d80125f9dc8324f0a21798cc64d9cab1f97"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/base/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `ghcr.io/wecode-ai/wegent-base-python3.12:latest` not pinned by digest: `FROM ghcr.io/wecode-ai/wegent-base-python3.12:latest` 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": {"repobilityId": 91991, "scanner": "repobility-supply-chain", "fingerprint": "38ad57619e56eac14490047c166cb856ad65819199642435b37b06418ee8da88", "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|38ad57619e56eac14490047c166cb856ad65819199642435b37b06418ee8da88"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/standalone/Dockerfile"}, "region": {"startLine": 42}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `node:22-slim` not pinned by digest: `FROM node:22-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": {"repobilityId": 91990, "scanner": "repobility-supply-chain", "fingerprint": "c53d795c7de99fc14bbfbd0d7e3b4b7bb55ba30aaaea7aeded42d0c55e0df505", "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|c53d795c7de99fc14bbfbd0d7e3b4b7bb55ba30aaaea7aeded42d0c55e0df505"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/standalone/Dockerfile"}, "region": {"startLine": 9}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `ghcr.io/wecode-ai/wegent-base-python3.12:latest` not pinned by digest: `FROM ghcr.io/wecode-ai/wegent-base-python3.12:latest` 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": {"repobilityId": 91989, "scanner": "repobility-supply-chain", "fingerprint": "5b702ef0d4e8bddcea44c58841e34e39e083c0ca2392d3c565e2b54273442386", "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|5b702ef0d4e8bddcea44c58841e34e39e083c0ca2392d3c565e2b54273442386"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/chat_shell/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `ghcr.io/wecode-ai/wegent-base-python3.12:latest` not pinned by digest: `FROM ghcr.io/wecode-ai/wegent-base-python3.12:latest` 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": {"repobilityId": 91988, "scanner": "repobility-supply-chain", "fingerprint": "155290d03b28e6533d22f3ceac0d096642fed39f33887a787b80310ca49ca529", "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|155290d03b28e6533d22f3ceac0d096642fed39f33887a787b80310ca49ca529"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor_manager/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `ghcr.io/wecode-ai/wegent-base-python3.12:latest` not pinned by digest: `FROM ghcr.io/wecode-ai/wegent-base-python3.12:latest` 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": {"repobilityId": 91987, "scanner": "repobility-supply-chain", "fingerprint": "ac53cae35f060ea307d4fd6762ca6a21cd20a5b4392e48e0205a51b68719f899", "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|ac53cae35f060ea307d4fd6762ca6a21cd20a5b4392e48e0205a51b68719f899"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/knowledge_doc_converter/Dockerfile"}, "region": {"startLine": 7}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `ghcr.io/wecode-ai/wegent-base-python3.12:latest` not pinned by digest: `FROM ghcr.io/wecode-ai/wegent-base-python3.12:latest` 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": {"repobilityId": 91986, "scanner": "repobility-supply-chain", "fingerprint": "cf5eee80a9478784ae7d73797d85448117c834c18bd30c094d1d39eab7ac43f2", "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|cf5eee80a9478784ae7d73797d85448117c834c18bd30c094d1d39eab7ac43f2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor/Dockerfile"}, "region": {"startLine": 27}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `ghcr.io/wecode-ai/wegent-base-python3.12:latest` not pinned by digest: `FROM ghcr.io/wecode-ai/wegent-base-python3.12:latest` 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": {"repobilityId": 91985, "scanner": "repobility-supply-chain", "fingerprint": "ce76cd95f3265b754694aaeaae7391a2fff7abdcfee858c200502b470df0daec", "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|ce76cd95f3265b754694aaeaae7391a2fff7abdcfee858c200502b470df0daec"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/executor/Dockerfile"}, "region": {"startLine": 6}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `ghcr.io/wecode-ai/wegent-base-python3.12:1.2.1` not pinned by digest: `FROM ghcr.io/wecode-ai/wegent-base-python3.12:1.2.1` 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": {"repobilityId": 91984, "scanner": "repobility-supply-chain", "fingerprint": "3673729cf8cd3a66ef53322dbb2cf93f04dd2cee8beb5bbb8ee55b38f87fc88f", "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|3673729cf8cd3a66ef53322dbb2cf93f04dd2cee8beb5bbb8ee55b38f87fc88f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/backend/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `ghcr.io/wecode-ai/wegent-base-python3.12:latest` not pinned by digest: `FROM ghcr.io/wecode-ai/wegent-base-python3.12:latest` 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": {"repobilityId": 91983, "scanner": "repobility-supply-chain", "fingerprint": "8fa8e83b1d3e13360b14f7c23998c941f384517d0b8e2218a0ffa5bc50e56dd2", "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|8fa8e83b1d3e13360b14f7c23998c941f384517d0b8e2218a0ffa5bc50e56dd2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/e2e/fixtures/claudecode-executor/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED130", "level": "error", "message": {"text": "[MINED130] Lockfile pulls package from off-canonical host `registry.npmmirror.com`: `package-lock.json` resolved URL for `node_modules/@antfu/install-pkg` is `https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz...` \u2014 host `registry.npmmirror.com` is not the canonical registry. Could be a mirror compromise, dependency confusion attack, or a forgotten private registry."}, "properties": {"repobilityId": 91982, "scanner": "repobility-supply-chain", "fingerprint": "401eb7bd8fdaa69bc670cf8952d1fe24484c54bbec4e0cb71e788302e9373c6e", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "npm-lockfile-off-registry", "owasp": null, "cwe_ids": ["CWE-829"], "languages": ["javascript"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|401eb7bd8fdaa69bc670cf8952d1fe24484c54bbec4e0cb71e788302e9373c6e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/package-lock.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED130", "level": "error", "message": {"text": "[MINED130] Lockfile pulls package from off-canonical host `registry.npmmirror.com`: `package-lock.json` resolved URL for `node_modules/@acemir/cssom` is `https://registry.npmmirror.com/@acemir/cssom/-/cssom-0.9.31.tgz...` \u2014 host `registry.npmmirror.com` is not the canonical registry. Could be a mirror compromise, dependency confusion attack, or a forgotten private registry."}, "properties": {"repobilityId": 91981, "scanner": "repobility-supply-chain", "fingerprint": "64ab3a0c2b75f3685243ae1803e21c22f5f15f2a7ad6f0dafbfc6949f5f52e81", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "npm-lockfile-off-registry", "owasp": null, "cwe_ids": ["CWE-829"], "languages": ["javascript"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|64ab3a0c2b75f3685243ae1803e21c22f5f15f2a7ad6f0dafbfc6949f5f52e81"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wework/package-lock.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /{sandbox_id}/execute has no auth: Handler `execute` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91980, "scanner": "repobility-route-auth", "fingerprint": "107d68776cb7204044ecc974d5a50c2f629e1d56759354e79a871c85a9d01eb5", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|107d68776cb7204044ecc974d5a50c2f629e1d56759354e79a871c85a9d01eb5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/sandbox.py"}, "region": {"startLine": 277}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /{sandbox_id}/keep-alive has no auth: Handler `keep_alive` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91979, "scanner": "repobility-route-auth", "fingerprint": "8e7e501a1e6b0c31f23e48cf56b1c929ca73763226f857345dfbd34ca0be51cc", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|8e7e501a1e6b0c31f23e48cf56b1c929ca73763226f857345dfbd34ca0be51cc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/sandbox.py"}, "region": {"startLine": 230}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI DELETE /{sandbox_id} has no auth: Handler `terminate_sandbox` is registered with router/app.delete(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91978, "scanner": "repobility-route-auth", "fingerprint": "b3e795cade0be93cc1f8f773bc8ba0b9b3e368d8bde3aa2c4499733f6908fcee", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|b3e795cade0be93cc1f8f773bc8ba0b9b3e368d8bde3aa2c4499733f6908fcee"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/sandbox.py"}, "region": {"startLine": 197}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /cleanup-stale has no auth: Handler `cleanup_stale_sandboxes` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91977, "scanner": "repobility-route-auth", "fingerprint": "490bae96366b70118f337a817f05eefed8158beeaf5e3b347a8591b5c5245280", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|490bae96366b70118f337a817f05eefed8158beeaf5e3b347a8591b5c5245280"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/sandbox.py"}, "region": {"startLine": 131}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST (unknown path) has no auth: Handler `create_sandbox` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91976, "scanner": "repobility-route-auth", "fingerprint": "d1e5f4c82249e8149935c5d0dedc10dd138186b8cf5e01687ce4a23e7a4636ba", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|d1e5f4c82249e8149935c5d0dedc10dd138186b8cf5e01687ce4a23e7a4636ba"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/sandbox.py"}, "region": {"startLine": 64}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /executor/restore has no auth: Handler `restore_executor_workspace` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91975, "scanner": "repobility-route-auth", "fingerprint": "cab5e887f1e2a65463959ff6777e3ae991d0c49239ee33d2853a2c68bd7c6db0", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|cab5e887f1e2a65463959ff6777e3ae991d0c49239ee33d2853a2c68bd7c6db0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/routers.py"}, "region": {"startLine": 1514}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /executor/archive has no auth: Handler `archive_executor_workspace` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91974, "scanner": "repobility-route-auth", "fingerprint": "810cea15e5ef85835d2789c5ff9f50e093c8258c4ba0d84149c1b53044612f5f", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|810cea15e5ef85835d2789c5ff9f50e093c8258c4ba0d84149c1b53044612f5f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/routers.py"}, "region": {"startLine": 1440}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /tasks/{task_id}/heartbeat has no auth: Handler `task_heartbeat` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91973, "scanner": "repobility-route-auth", "fingerprint": "012d074aadca9f6328511f6eaf0a397d6ebe8c3854c2660a21886d7bd23b700e", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|012d074aadca9f6328511f6eaf0a397d6ebe8c3854c2660a21886d7bd23b700e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/routers.py"}, "region": {"startLine": 1382}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /v1/responses has no auth: Handler `openai_responses` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91972, "scanner": "repobility-route-auth", "fingerprint": "0c893110b496385ca7a46a9869fd690fe7031dcfc54cff16bef34aa5376540ba", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|0c893110b496385ca7a46a9869fd690fe7031dcfc54cff16bef34aa5376540ba"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/routers.py"}, "region": {"startLine": 1298}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /executors/prepare has no auth: Handler `prepare_executor` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91971, "scanner": "repobility-route-auth", "fingerprint": "cebe3846ca553a1705899791b7b7afe390ebdb3425b24583fd2fedcad6209755", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|cebe3846ca553a1705899791b7b7afe390ebdb3425b24583fd2fedcad6209755"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/routers.py"}, "region": {"startLine": 1221}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /v1/cancel has no auth: Handler `cancel_task_v1` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91970, "scanner": "repobility-route-auth", "fingerprint": "8e0d844dc55f7010667c772c799e27fa59934e37af7d8e56d085f7f3731788e2", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|8e0d844dc55f7010667c772c799e27fa59934e37af7d8e56d085f7f3731788e2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/routers.py"}, "region": {"startLine": 1119}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /tasks/cancel has no auth: Handler `cancel_task` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91969, "scanner": "repobility-route-auth", "fingerprint": "12b3a2e974e891def37099d8c44acc8622b32d22824e7fb0304f5161e6309233", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|12b3a2e974e891def37099d8c44acc8622b32d22824e7fb0304f5161e6309233"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/routers.py"}, "region": {"startLine": 1006}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /images/validate has no auth: Handler `validate_image` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91968, "scanner": "repobility-route-auth", "fingerprint": "c58a63efa2b80a12917ac7dc57c18eed44ccab705af3972cec96de8d06ca7fd1", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|c58a63efa2b80a12917ac7dc57c18eed44ccab705af3972cec96de8d06ca7fd1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/routers.py"}, "region": {"startLine": 878}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /executor/delete has no auth: Handler `delete_executor` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91967, "scanner": "repobility-route-auth", "fingerprint": "002e96b85e1a134c76a0c0f25c79c575311748b1c3e22575c2d68094674541de", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|002e96b85e1a134c76a0c0f25c79c575311748b1c3e22575c2d68094674541de"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/routers.py"}, "region": {"startLine": 344}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /callback has no auth: Handler `callback_handler` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91966, "scanner": "repobility-route-auth", "fingerprint": "702585166f85a73de80a46122fbf4ff8f8be6249e8bed20258f5d45a67b5f04b", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|702585166f85a73de80a46122fbf4ff8f8be6249e8bed20258f5d45a67b5f04b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/routers/routers.py"}, "region": {"startLine": 239}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /responses/cancel has no auth: Handler `cancel_response` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91965, "scanner": "repobility-route-auth", "fingerprint": "953f287398b9ea611f9a36b9bdccd16f64f8a16f56d3042a18f51fe1176d9c19", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|953f287398b9ea611f9a36b9bdccd16f64f8a16f56d3042a18f51fe1176d9c19"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/api/v1/response.py"}, "region": {"startLine": 506}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /responses has no auth: Handler `create_response` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91964, "scanner": "repobility-route-auth", "fingerprint": "0a3d3239fc8717cbe013d0aa2ec7bfc4be2f44b945d0fe3b46c0bc3d1864c5a4", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|0a3d3239fc8717cbe013d0aa2ec7bfc4be2f44b945d0fe3b46c0bc3d1864c5a4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/api/v1/response.py"}, "region": {"startLine": 466}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /shutdown/reset has no auth: Handler `reset_shutdown` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91963, "scanner": "repobility-route-auth", "fingerprint": "8548c5b620e93ef74cd0bdae5ec50a07a8d0a24d3f4276a8dbfa96e5c84cfc1b", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|8548c5b620e93ef74cd0bdae5ec50a07a8d0a24d3f4276a8dbfa96e5c84cfc1b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/api/health.py"}, "region": {"startLine": 215}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /shutdown/wait has no auth: Handler `wait_for_shutdown` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91962, "scanner": "repobility-route-auth", "fingerprint": "1ae4cd6e3cf5c6c5967a1b8e6e6ca0036cf3923a88c7eec5651aef148fc49ec3", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|1ae4cd6e3cf5c6c5967a1b8e6e6ca0036cf3923a88c7eec5651aef148fc49ec3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/api/health.py"}, "region": {"startLine": 153}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /shutdown/initiate has no auth: Handler `initiate_shutdown` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91961, "scanner": "repobility-route-auth", "fingerprint": "fe4fd3b3b469a0ed7ec4d2f79a2c645d054691e5755a3a37921653d64929a75b", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|fe4fd3b3b469a0ed7ec4d2f79a2c645d054691e5755a3a37921653d64929a75b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/api/health.py"}, "region": {"startLine": 97}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI DELETE /api/tasks/sessions/close has no auth: Handler `close_all_agent_sessions` is registered with router/app.delete(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91960, "scanner": "repobility-route-auth", "fingerprint": "2aa74df3a495606a2aa27a276043e884e8008f251b46333565c11d5ee2bf014f", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|2aa74df3a495606a2aa27a276043e884e8008f251b46333565c11d5ee2bf014f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/app.py"}, "region": {"startLine": 718}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI DELETE /api/tasks/claude/sessions has no auth: Handler `close_all_claude_sessions` is registered with router/app.delete(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91959, "scanner": "repobility-route-auth", "fingerprint": "95f4cc5eff22549b0fc9d4abb6303aea8c33e5bd0937b4eda3d571dbc8ac2aae", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|95f4cc5eff22549b0fc9d4abb6303aea8c33e5bd0937b4eda3d571dbc8ac2aae"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/app.py"}, "region": {"startLine": 700}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /api/tasks/cancel has no auth: Handler `cancel_task` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91958, "scanner": "repobility-route-auth", "fingerprint": "451332c6614b4bc467731709dce5abec2346b4d49b99046b227f5281a336b6d2", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|451332c6614b4bc467731709dce5abec2346b4d49b99046b227f5281a336b6d2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/app.py"}, "region": {"startLine": 666}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI DELETE /api/tasks/session has no auth: Handler `delete_session` is registered with router/app.delete(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91957, "scanner": "repobility-route-auth", "fingerprint": "b8d11f0d6bc8a4b2a860d3c33d217eb21c42968bc013c430685208bc31323d75", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|b8d11f0d6bc8a4b2a860d3c33d217eb21c42968bc013c430685208bc31323d75"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/app.py"}, "region": {"startLine": 651}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "[MINED112] FastAPI POST /v1/responses has no auth: Handler `openai_responses` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"repobilityId": 91956, "scanner": "repobility-route-auth", "fingerprint": "f4bce8ee20fec9c91d1bf11d53fb36696a34c79cc02bad1f8886d618d2f1ef58", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|f4bce8ee20fec9c91d1bf11d53fb36696a34c79cc02bad1f8886d618d2f1ef58"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/app.py"}, "region": {"startLine": 569}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `_download_dingtalk_file`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91954, "scanner": "repobility-ast-engine", "fingerprint": "9034443e740f71e59b782bed5f7f939cfc4bb646f86a7a4a24fe2df9690dba2b", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|9034443e740f71e59b782bed5f7f939cfc4bb646f86a7a4a24fe2df9690dba2b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/channels/dingtalk/handler.py"}, "region": {"startLine": 563}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `_download_dingtalk_images`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91953, "scanner": "repobility-ast-engine", "fingerprint": "d3b84a3f63c69da227960211e3f4ab42109b78979eb07e99cdeb76f63d1cba43", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|d3b84a3f63c69da227960211e3f4ab42109b78979eb07e99cdeb76f63d1cba43"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/channels/dingtalk/handler.py"}, "region": {"startLine": 494}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `get_branch_diff`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91948, "scanner": "repobility-ast-engine", "fingerprint": "f6a1a130a247448e2fb96b10d5cf2bdf71b24133f80e3e70ed9a58de6751d6bc", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f6a1a130a247448e2fb96b10d5cf2bdf71b24133f80e3e70ed9a58de6751d6bc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/github_provider.py"}, "region": {"startLine": 776}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `get_branch_diff`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91947, "scanner": "repobility-ast-engine", "fingerprint": "b1d9698d875a34c1bf010c4def4f4e5c11db9aa8fdf3e38ef2f7095cf3b7b627", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|b1d9698d875a34c1bf010c4def4f4e5c11db9aa8fdf3e38ef2f7095cf3b7b627"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/github_provider.py"}, "region": {"startLine": 739}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `search_repositories`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91946, "scanner": "repobility-ast-engine", "fingerprint": "b482265ccac8c05361d4667b9e9690439c9dae06cf09e954fa78d52a7e7fc44e", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|b482265ccac8c05361d4667b9e9690439c9dae06cf09e954fa78d52a7e7fc44e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/github_provider.py"}, "region": {"startLine": 526}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `get_branches`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91945, "scanner": "repobility-ast-engine", "fingerprint": "58aa32b97751719699699ecbedf2f2664b0fdef0e70e79a6d729cc60b4936311", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|58aa32b97751719699699ecbedf2f2664b0fdef0e70e79a6d729cc60b4936311"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/github_provider.py"}, "region": {"startLine": 245}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `get_repositories`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91944, "scanner": "repobility-ast-engine", "fingerprint": "c31daa99d7fe67cfe6b875727523480e9901835ce17920f5ba173d8c05216af7", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c31daa99d7fe67cfe6b875727523480e9901835ce17920f5ba173d8c05216af7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/github_provider.py"}, "region": {"startLine": 162}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.models.complexjson.loads` inside async function `create_change`: `requests.models.complexjson.loads` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91943, "scanner": "repobility-ast-engine", "fingerprint": "c55f662f6a8d78d9fb5473c9bc834c0116c91aa84e3c6c5cbe61582de650f774", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c55f662f6a8d78d9fb5473c9bc834c0116c91aa84e3c6c5cbe61582de650f774"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gerrit_provider.py"}, "region": {"startLine": 989}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.utils.quote` inside async function `get_branch_diff`: `requests.utils.quote` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91942, "scanner": "repobility-ast-engine", "fingerprint": "519891e7732d0e99f8754dff5cddeb1d2f86eb21c87d963f36a11b308dc0d495", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|519891e7732d0e99f8754dff5cddeb1d2f86eb21c87d963f36a11b308dc0d495"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gerrit_provider.py"}, "region": {"startLine": 871}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.models.complexjson.loads` inside async function `_fetch_all_repositories_async`: `requests.models.complexjson.loads` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91941, "scanner": "repobility-ast-engine", "fingerprint": "4ea5124780307cf6e470f4316bba0e9f9b8386129d7046ffee8b30a499b69719", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|4ea5124780307cf6e470f4316bba0e9f9b8386129d7046ffee8b30a499b69719"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gerrit_provider.py"}, "region": {"startLine": 766}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.models.complexjson.loads` inside async function `get_branches`: `requests.models.complexjson.loads` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91940, "scanner": "repobility-ast-engine", "fingerprint": "614fff447fdb9558bdf43e28d745cd1838907b95ff068ada2eae66ad2ad62e13", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|614fff447fdb9558bdf43e28d745cd1838907b95ff068ada2eae66ad2ad62e13"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gerrit_provider.py"}, "region": {"startLine": 412}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.utils.quote` inside async function `get_branches`: `requests.utils.quote` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91939, "scanner": "repobility-ast-engine", "fingerprint": "d3ff07902a3c41cb59c022c014bc50c216e5c281429fb5439972b8322cccb841", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|d3ff07902a3c41cb59c022c014bc50c216e5c281429fb5439972b8322cccb841"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gerrit_provider.py"}, "region": {"startLine": 397}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.models.complexjson.loads` inside async function `get_repositories`: `requests.models.complexjson.loads` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91938, "scanner": "repobility-ast-engine", "fingerprint": "3849a7ec0c5e6ffe39084ae41d0190449e0f9194bed495e8fb0cb4635094aee7", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|3849a7ec0c5e6ffe39084ae41d0190449e0f9194bed495e8fb0cb4635094aee7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gerrit_provider.py"}, "region": {"startLine": 299}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `get_branch_diff`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91937, "scanner": "repobility-ast-engine", "fingerprint": "7597e998e2cd98908ef7209f871f3e21f54b05d8f7e27e859c850aea0fc358de", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|7597e998e2cd98908ef7209f871f3e21f54b05d8f7e27e859c850aea0fc358de"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitee_provider.py"}, "region": {"startLine": 720}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `search_repositories`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91936, "scanner": "repobility-ast-engine", "fingerprint": "5607e2c2e43b87afa6b8f31ef6ded9f8fa09e736e74744fbabf6e7f462c6f420", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5607e2c2e43b87afa6b8f31ef6ded9f8fa09e736e74744fbabf6e7f462c6f420"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitee_provider.py"}, "region": {"startLine": 510}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `get_branches`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91935, "scanner": "repobility-ast-engine", "fingerprint": "d018b1282c2d2ad8539fb202b521381e9c4c68096c10ab8a2b15770932a596f8", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|d018b1282c2d2ad8539fb202b521381e9c4c68096c10ab8a2b15770932a596f8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitee_provider.py"}, "region": {"startLine": 242}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `get_repositories`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91934, "scanner": "repobility-ast-engine", "fingerprint": "f2c4c475bca169b1c9237d0e2274d935a84e2d9448c3b4b1b25f2e6eba3a6f45", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f2c4c475bca169b1c9237d0e2274d935a84e2d9448c3b4b1b25f2e6eba3a6f45"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitee_provider.py"}, "region": {"startLine": 158}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `get_branch_diff`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91933, "scanner": "repobility-ast-engine", "fingerprint": "876c6fe4b8427a03617d402ee8e90da0512c0cd8fca956887ab7548586232064", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|876c6fe4b8427a03617d402ee8e90da0512c0cd8fca956887ab7548586232064"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitea_provider.py"}, "region": {"startLine": 729}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `search_repositories`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91932, "scanner": "repobility-ast-engine", "fingerprint": "93c415ffef3b2638e4288ac31b76d2c4c1ae7e2a362bf55946bc45f9398a30a9", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|93c415ffef3b2638e4288ac31b76d2c4c1ae7e2a362bf55946bc45f9398a30a9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitea_provider.py"}, "region": {"startLine": 524}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `get_branches`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91931, "scanner": "repobility-ast-engine", "fingerprint": "11528b0c2e718c87266367cd7dbceb4dd2fcecd86d60fa2e9be1fc4e0a7f6a28", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|11528b0c2e718c87266367cd7dbceb4dd2fcecd86d60fa2e9be1fc4e0a7f6a28"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitea_provider.py"}, "region": {"startLine": 268}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.get` inside async function `get_repositories`: `requests.get` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91930, "scanner": "repobility-ast-engine", "fingerprint": "af16a5c0e82b6f900a5a65dfb8c880bba8780b249f54dac4d4162ef285c637f0", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|af16a5c0e82b6f900a5a65dfb8c880bba8780b249f54dac4d4162ef285c637f0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitea_provider.py"}, "region": {"startLine": 161}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `requests.utils.quote` inside async function `get_branch_diff`: `requests.utils.quote` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91929, "scanner": "repobility-ast-engine", "fingerprint": "7c90de24e44002f7443236d4113d8eca39f1879aa60c8513e4baf9be141b2e04", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|7c90de24e44002f7443236d4113d8eca39f1879aa60c8513e4baf9be141b2e04"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/repository/gitlab_provider.py"}, "region": {"startLine": 781}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_buffer_size_triggers_immediate_send: Test function `test_buffer_size_triggers_immediate_send` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91921, "scanner": "repobility-ast-engine", "fingerprint": "b0e4dd8402662e5a9b1013cd8528b0e271ebf12c50852f99b15baaa44d48fcbf", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|b0e4dd8402662e5a9b1013cd8528b0e271ebf12c50852f99b15baaa44d48fcbf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_emitter_factory.py"}, "region": {"startLine": 324}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_throttled_events_sent_on_interval: Test function `test_throttled_events_sent_on_interval` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91920, "scanner": "repobility-ast-engine", "fingerprint": "ce497bb6cb756329588a34addb9d5264941e2887a2d72c681a522013f7eb1ff4", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|ce497bb6cb756329588a34addb9d5264941e2887a2d72c681a522013f7eb1ff4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_emitter_factory.py"}, "region": {"startLine": 237}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_bypass_events_sent_immediately: Test function `test_bypass_events_sent_immediately` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91919, "scanner": "repobility-ast-engine", "fingerprint": "80cbd8936b3d7a1232a2c1493b3a745ac685bb64533c493f7c23997fbabe4091", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|80cbd8936b3d7a1232a2c1493b3a745ac685bb64533c493f7c23997fbabe4091"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_emitter_factory.py"}, "region": {"startLine": 225}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_build_without_transport_raises_error: Test function `test_build_without_transport_raises_error` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91918, "scanner": "repobility-ast-engine", "fingerprint": "c7a33b68f1a6bb783f98147fb918e037e904354c0c314fcf3867469972c6c6d0", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c7a33b68f1a6bb783f98147fb918e037e904354c0c314fcf3867469972c6c6d0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_emitter_factory.py"}, "region": {"startLine": 147}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_build_without_task_raises_error: Test function `test_build_without_task_raises_error` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91917, "scanner": "repobility-ast-engine", "fingerprint": "8b99cb8901b256d14a1a58cded0bc3a3522ea83316231001c8930f56a08fbcb5", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|8b99cb8901b256d14a1a58cded0bc3a3522ea83316231001c8930f56a08fbcb5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_emitter_factory.py"}, "region": {"startLine": 141}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_search_hints_reject_overlong_term: Test function `test_search_hints_reject_overlong_term` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91916, "scanner": "repobility-ast-engine", "fingerprint": "713917b5605431bdec52126755324bebb67db2cabf068a3d6c3a1950b3bf733a", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|713917b5605431bdec52126755324bebb67db2cabf068a3d6c3a1950b3bf733a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_search_hints.py"}, "region": {"startLine": 34}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_search_hints_reject_too_many_keywords: Test function `test_search_hints_reject_too_many_keywords` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91915, "scanner": "repobility-ast-engine", "fingerprint": "7425675d2bc24d2178ebc0099f695e24c081c59957b908d00523250e078c5cf9", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|7425675d2bc24d2178ebc0099f695e24c081c59957b908d00523250e078c5cf9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_search_hints.py"}, "region": {"startLine": 27}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_protocol_models_reject_invalid_numeric_ranges: Test function `test_protocol_models_reject_invalid_numeric_ranges` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91914, "scanner": "repobility-ast-engine", "fingerprint": "1272fda035527448e550a5dc5faf43930ba000ea70c7dd6fe2c4f391d7b8ea37", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1272fda035527448e550a5dc5faf43930ba000ea70c7dd6fe2c4f391d7b8ea37"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_knowledge_runtime_protocol.py"}, "region": {"startLine": 362}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_remote_query_request_rejects_overlong_query: Test function `test_remote_query_request_rejects_overlong_query` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91913, "scanner": "repobility-ast-engine", "fingerprint": "851189e8f43ec71f0af773f60477f732836ae8589e693227503ed6de7259c656", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|851189e8f43ec71f0af773f60477f732836ae8589e693227503ed6de7259c656"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_knowledge_runtime_protocol.py"}, "region": {"startLine": 217}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_remote_query_request_rejects_missing_user_id: Test function `test_remote_query_request_rejects_missing_user_id` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91912, "scanner": "repobility-ast-engine", "fingerprint": "407dd769b527298b0a9726f77d933770c929b2ddcb0df7d2df140b10fe75c888", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|407dd769b527298b0a9726f77d933770c929b2ddcb0df7d2df140b10fe75c888"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_knowledge_runtime_protocol.py"}, "region": {"startLine": 205}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_remote_index_request_rejects_missing_user_id: Test function `test_remote_index_request_rejects_missing_user_id` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91911, "scanner": "repobility-ast-engine", "fingerprint": "a3bdf69fa619dd26ffc2b1504db315afdbbe27a99354be3de0ac22a9a41e8e49", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|a3bdf69fa619dd26ffc2b1504db315afdbbe27a99354be3de0ac22a9a41e8e49"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_knowledge_runtime_protocol.py"}, "region": {"startLine": 98}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_remote_index_request_rejects_unknown_content_ref_kind: Test function `test_remote_index_request_rejects_unknown_content_ref_kind` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91910, "scanner": "repobility-ast-engine", "fingerprint": "35f02d08e676602c663d1cbbd3567462bce83246ce9864e196bd176a013dd3af", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|35f02d08e676602c663d1cbbd3567462bce83246ce9864e196bd176a013dd3af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/tests/test_knowledge_runtime_protocol.py"}, "region": {"startLine": 82}}}]}, {"ruleId": "MINED110", "level": "error", "message": {"text": "[MINED110] Blocking call `input` inside async function `_chat_interactive`: `input` is a synchronous (blocking) call. When invoked inside an `async def` it stalls the event loop, preventing every other coroutine in the process from making progress."}, "properties": {"repobilityId": 91899, "scanner": "repobility-ast-engine", "fingerprint": "b23f24260604b4320e71990b81425de313ee6543084f16d30a9b7a68f0f30f26", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "asyncio-blocking-call", "owasp": null, "cwe_ids": ["CWE-833"], "languages": ["python"], "observations_count": 31606}, "scanner": "repobility-ast-engine", "correlation_key": "fp|b23f24260604b4320e71990b81425de313ee6543084f16d30a9b7a68f0f30f26"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/cli/commands/chat.py"}, "region": {"startLine": 231}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_validate_tool_message_sequence_rejects_unknown_tool_result: Test function `test_validate_tool_message_sequence_rejects_unknown_tool_result` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91890, "scanner": "repobility-ast-engine", "fingerprint": "1545b2b11ed5fb4c6ec4ea0324f948f774fd87e3fd212699bc30644dde6a99d8", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1545b2b11ed5fb4c6ec4ea0324f948f774fd87e3fd212699bc30644dde6a99d8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/tests/test_serialize_messages_chain.py"}, "region": {"startLine": 133}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_ai_message_missing_tool_call_id_raises: Test function `test_ai_message_missing_tool_call_id_raises` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91889, "scanner": "repobility-ast-engine", "fingerprint": "d2e9bc7a487ae932f6e5a37eb06987b50a97482e6bf45a04334f05ee21bfc543", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|d2e9bc7a487ae932f6e5a37eb06987b50a97482e6bf45a04334f05ee21bfc543"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/tests/test_serialize_messages_chain.py"}, "region": {"startLine": 123}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_tool_message_empty_tool_call_id_raises: Test function `test_tool_message_empty_tool_call_id_raises` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91888, "scanner": "repobility-ast-engine", "fingerprint": "a5e9a48baf06319d08ed923c0a2a366bd7922e938ea1186dd64788e96c2f339c", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|a5e9a48baf06319d08ed923c0a2a366bd7922e938ea1186dd64788e96c2f339c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/tests/test_serialize_messages_chain.py"}, "region": {"startLine": 117}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_mcp_tool_end_error_emits_failed_status: Test function `test_mcp_tool_end_error_emits_failed_status` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91887, "scanner": "repobility-ast-engine", "fingerprint": "cac85549671853eecee6624b810caff6e3e8f9ad7bfff593990bb7dd79d5ea70", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|cac85549671853eecee6624b810caff6e3e8f9ad7bfff593990bb7dd79d5ea70"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/tests/test_tool_events.py"}, "region": {"startLine": 30}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_force_compression_keeps_essential_tool_call_group_intact: Test function `test_force_compression_keeps_essential_tool_call_group_intact` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91886, "scanner": "repobility-ast-engine", "fingerprint": "4b74604e101193a796ba794e94ee3a63db6ca223772deda6e074452f0e0c0a93", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|4b74604e101193a796ba794e94ee3a63db6ca223772deda6e074452f0e0c0a93"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/tests/test_compression.py"}, "region": {"startLine": 1004}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._build_retrieval_override_map` used but never assigned in __init__: Method `execute` of class `QueryExecutor` reads `self._build_retrieval_override_map`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91882, "scanner": "repobility-ast-engine", "fingerprint": "6f53e120aa158beda2323b726adfeba54a584a21449692ea953121554a667b3c", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|6f53e120aa158beda2323b726adfeba54a584a21449692ea953121554a667b3c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/query_executor.py"}, "region": {"startLine": 57}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._decrypt_optional_value` used but never assigned in __init__: Method `_build_resolved_embedding_model_config` of class `ConfigResolver` reads `self._decrypt_optional_value`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91880, "scanner": "repobility-ast-engine", "fingerprint": "d39392972da1cdf21e44268dc0df12cc326f8c4397186bfdcc5d745059d644b6", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|d39392972da1cdf21e44268dc0df12cc326f8c4397186bfdcc5d745059d644b6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 323}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._get_model_kind` used but never assigned in __init__: Method `_build_resolved_embedding_model_config` of class `ConfigResolver` reads `self._get_model_kind`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91879, "scanner": "repobility-ast-engine", "fingerprint": "b294ce68f3ff377cd133934d67a342093c5742947ad61f09430343853d7de20c", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|b294ce68f3ff377cd133934d67a342093c5742947ad61f09430343853d7de20c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 293}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._decrypt_optional_value` used but never assigned in __init__: Method `_build_resolved_retriever_config` of class `ConfigResolver` reads `self._decrypt_optional_value`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91878, "scanner": "repobility-ast-engine", "fingerprint": "4788575393206f6be6a8ac6e90d33d9ea1b93cb051ee4d399f3425eb3f3ed490", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|4788575393206f6be6a8ac6e90d33d9ea1b93cb051ee4d399f3425eb3f3ed490"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 275}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._decrypt_optional_value` used but never assigned in __init__: Method `_build_resolved_retriever_config` of class `ConfigResolver` reads `self._decrypt_optional_value`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91877, "scanner": "repobility-ast-engine", "fingerprint": "83d43ea13172fdbdce23c046015d932d57ac2b7bf29360f13bf260737bee1e02", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|83d43ea13172fdbdce23c046015d932d57ac2b7bf29360f13bf260737bee1e02"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 272}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._get_retriever_kind` used but never assigned in __init__: Method `_build_resolved_retriever_config` of class `ConfigResolver` reads `self._get_retriever_kind`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91876, "scanner": "repobility-ast-engine", "fingerprint": "69318659661e95e898a6e700a51c998128e900939f81e39ff746b752273e97f7", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|69318659661e95e898a6e700a51c998128e900939f81e39ff746b752273e97f7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 253}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._build_resolved_retriever_config` used but never assigned in __init__: Method `resolve_admin_config` of class `ConfigResolver` reads `self._build_resolved_retriever_config`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91875, "scanner": "repobility-ast-engine", "fingerprint": "2577845104b8d7d7e547d8afab391f25677d92fb3905381ff017db6ad5426d54", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|2577845104b8d7d7e547d8afab391f25677d92fb3905381ff017db6ad5426d54"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 181}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._parse_kb_retrieval_config` used but never assigned in __init__: Method `resolve_admin_config` of class `ConfigResolver` reads `self._parse_kb_retrieval_config`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91874, "scanner": "repobility-ast-engine", "fingerprint": "2f2d90ade17f7a56e169fcdfe1c5f7eb87cfa17960e322d6b59ff737e7eab92f", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|2f2d90ade17f7a56e169fcdfe1c5f7eb87cfa17960e322d6b59ff737e7eab92f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 179}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._get_knowledge_base` used but never assigned in __init__: Method `resolve_admin_config` of class `ConfigResolver` reads `self._get_knowledge_base`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91873, "scanner": "repobility-ast-engine", "fingerprint": "a3f1f6061a870f501f3304be5e78afa0b39f4ddbec27849f9804b65b5d2cb39a", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|a3f1f6061a870f501f3304be5e78afa0b39f4ddbec27849f9804b65b5d2cb39a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 178}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._build_resolved_embedding_model_config` used but never assigned in __init__: Method `resolve_query_config` of class `ConfigResolver` reads `self._build_resolved_embedding_model_config`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91872, "scanner": "repobility-ast-engine", "fingerprint": "bc1e1e5a21cff98d49bfc3b52e8a839ad6aeaa1cb5d7bab07f3e3fc066ee7bcc", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|bc1e1e5a21cff98d49bfc3b52e8a839ad6aeaa1cb5d7bab07f3e3fc066ee7bcc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 135}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._build_resolved_retriever_config` used but never assigned in __init__: Method `resolve_query_config` of class `ConfigResolver` reads `self._build_resolved_retriever_config`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91871, "scanner": "repobility-ast-engine", "fingerprint": "acf49fc31ee4bbc7b815536aee2a496c01993c983460775edd01ee602bc9c02e", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|acf49fc31ee4bbc7b815536aee2a496c01993c983460775edd01ee602bc9c02e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 129}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._parse_kb_retrieval_config` used but never assigned in __init__: Method `resolve_query_config` of class `ConfigResolver` reads `self._parse_kb_retrieval_config`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91870, "scanner": "repobility-ast-engine", "fingerprint": "ffda9b46e65014082231b8fbaf0e9532b1e2bda39df9bb30cda21dc39668be49", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|ffda9b46e65014082231b8fbaf0e9532b1e2bda39df9bb30cda21dc39668be49"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 127}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._get_user_name` used but never assigned in __init__: Method `resolve_query_config` of class `ConfigResolver` reads `self._get_user_name`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91869, "scanner": "repobility-ast-engine", "fingerprint": "1e34accecba3fa55f40648bbca275bd02b2651eb47b8bc49803b44547d9d948b", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1e34accecba3fa55f40648bbca275bd02b2651eb47b8bc49803b44547d9d948b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 125}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._get_knowledge_base` used but never assigned in __init__: Method `resolve_query_config` of class `ConfigResolver` reads `self._get_knowledge_base`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91868, "scanner": "repobility-ast-engine", "fingerprint": "e4cccfc4faac0bacb2d821d4ad9d9d925bdca1f259c53a2aa8e0394c0ae226a6", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|e4cccfc4faac0bacb2d821d4ad9d9d925bdca1f259c53a2aa8e0394c0ae226a6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 123}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._get_splitter_config` used but never assigned in __init__: Method `resolve_index_config` of class `ConfigResolver` reads `self._get_splitter_config`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91867, "scanner": "repobility-ast-engine", "fingerprint": "5d15ba0fefb5aa65e6be7cd37d6764f07d29ea1cfa6a6fb7af59dd1ec2df37eb", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5d15ba0fefb5aa65e6be7cd37d6764f07d29ea1cfa6a6fb7af59dd1ec2df37eb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 105}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._build_resolved_embedding_model_config` used but never assigned in __init__: Method `resolve_index_config` of class `ConfigResolver` reads `self._build_resolved_embedding_model_config`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91866, "scanner": "repobility-ast-engine", "fingerprint": "0b4582af86e990fef1373a555034533f46b6de6d1d6749201eb7bfdb76d0e024", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|0b4582af86e990fef1373a555034533f46b6de6d1d6749201eb7bfdb76d0e024"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 95}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._build_resolved_retriever_config` used but never assigned in __init__: Method `resolve_index_config` of class `ConfigResolver` reads `self._build_resolved_retriever_config`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91865, "scanner": "repobility-ast-engine", "fingerprint": "2a86b4d77b9d86d4893a4ee981c58ae50f0ba8eaf9c3364c747c366d0e9acc33", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|2a86b4d77b9d86d4893a4ee981c58ae50f0ba8eaf9c3364c747c366d0e9acc33"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 89}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._parse_kb_retrieval_config` used but never assigned in __init__: Method `resolve_index_config` of class `ConfigResolver` reads `self._parse_kb_retrieval_config`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91864, "scanner": "repobility-ast-engine", "fingerprint": "f3b90fecb8aea00864c6c042a64a367586b69261c52cff709dcc1843d52f5d1d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f3b90fecb8aea00864c6c042a64a367586b69261c52cff709dcc1843d52f5d1d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 87}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._get_user_name` used but never assigned in __init__: Method `resolve_index_config` of class `ConfigResolver` reads `self._get_user_name`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91863, "scanner": "repobility-ast-engine", "fingerprint": "c9f41ec92fee8656b02f6ffeb330fbe8c9cbf692e1a2881404047f7d0429e67f", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c9f41ec92fee8656b02f6ffeb330fbe8c9cbf692e1a2881404047f7d0429e67f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 85}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._get_knowledge_base` used but never assigned in __init__: Method `resolve_index_config` of class `ConfigResolver` reads `self._get_knowledge_base`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91862, "scanner": "repobility-ast-engine", "fingerprint": "79a249352ef7402a4aa7d564ef94310f69ae743e23703953baf088df965eeeb8", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|79a249352ef7402a4aa7d564ef94310f69ae743e23703953baf088df965eeeb8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/config_resolver.py"}, "region": {"startLine": 83}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._extract_filename_from_url` used but never assigned in __init__: Method `_extract_filename_from_response` of class `ContentFetcher` reads `self._extract_filename_from_url`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91861, "scanner": "repobility-ast-engine", "fingerprint": "afc40bd054fe57fa3e0740407c878a47664e0b9f7e0574a1f9a3d9611b7858ae", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|afc40bd054fe57fa3e0740407c878a47664e0b9f7e0574a1f9a3d9611b7858ae"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/content_fetcher.py"}, "region": {"startLine": 245}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._extract_filename_from_response` used but never assigned in __init__: Method `_fetch_from_backend_stream` of class `ContentFetcher` reads `self._extract_filename_from_response`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91860, "scanner": "repobility-ast-engine", "fingerprint": "4381dc004951ced3afa7fb02a4bde014b218807f2ee399663d1d268ba213f4fa", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|4381dc004951ced3afa7fb02a4bde014b218807f2ee399663d1d268ba213f4fa"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/content_fetcher.py"}, "region": {"startLine": 174}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._extract_filename_from_url` used but never assigned in __init__: Method `_fetch_from_presigned_url` of class `ContentFetcher` reads `self._extract_filename_from_url`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91859, "scanner": "repobility-ast-engine", "fingerprint": "1d03767ac7383f95e6fc890216ac6a63c7bf630fa092e80ae4035dc5c1dd5c3b", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1d03767ac7383f95e6fc890216ac6a63c7bf630fa092e80ae4035dc5c1dd5c3b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/content_fetcher.py"}, "region": {"startLine": 111}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._fetch_from_backend_stream` used but never assigned in __init__: Method `fetch` of class `ContentFetcher` reads `self._fetch_from_backend_stream`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91858, "scanner": "repobility-ast-engine", "fingerprint": "5e9474be7e44d9a2ef9be9bfc37e8e8037fa9be62f0f02e9927f1342beb300d4", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|5e9474be7e44d9a2ef9be9bfc37e8e8037fa9be62f0f02e9927f1342beb300d4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/content_fetcher.py"}, "region": {"startLine": 81}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "[MINED108] `self._fetch_from_presigned_url` used but never assigned in __init__: Method `fetch` of class `ContentFetcher` reads `self._fetch_from_presigned_url`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance."}, "properties": {"repobilityId": 91857, "scanner": "repobility-ast-engine", "fingerprint": "3b9c72da9001f68d0388c2d3e0bdde17f15244b277f9c9982a05922aec0f14cc", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "self-attr-never-set", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["python"], "observations_count": 25998}, "scanner": "repobility-ast-engine", "correlation_key": "fp|3b9c72da9001f68d0388c2d3e0bdde17f15244b277f9c9982a05922aec0f14cc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/knowledge_runtime/services/content_fetcher.py"}, "region": {"startLine": 79}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_execute_rejects_unknown_retrieval_override_kb_id: Test function `test_execute_rejects_unknown_retrieval_override_kb_id` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91855, "scanner": "repobility-ast-engine", "fingerprint": "4f594823a28c3a7432a2f7aa57f90ab2905ed3adae134cb6198000d69a5c8157", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|4f594823a28c3a7432a2f7aa57f90ab2905ed3adae134cb6198000d69a5c8157"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/tests/test_query_executor.py"}, "region": {"startLine": 373}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_execute_rejects_duplicate_retrieval_overrides: Test function `test_execute_rejects_duplicate_retrieval_overrides` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91854, "scanner": "repobility-ast-engine", "fingerprint": "8fb2f0519962d8d8428d874319ef6e324ef26630bc16484112c6fac24d56227f", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|8fb2f0519962d8d8428d874319ef6e324ef26630bc16484112c6fac24d56227f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/tests/test_query_executor.py"}, "region": {"startLine": 350}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_execute_applies_request_retrieval_override: Test function `test_execute_applies_request_retrieval_override` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91853, "scanner": "repobility-ast-engine", "fingerprint": "d0231cd05a3f1c40cd26531ee1b4372d316ee299d29263e419857d3276552587", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|d0231cd05a3f1c40cd26531ee1b4372d316ee299d29263e419857d3276552587"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/tests/test_query_executor.py"}, "region": {"startLine": 286}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_execute_combines_document_ids_into_metadata_condition: Test function `test_execute_combines_document_ids_into_metadata_condition` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91852, "scanner": "repobility-ast-engine", "fingerprint": "def0e7d16a517e36c9b4e3783b1b8b262d4369d4e61de60d086039b21f4cf8c6", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|def0e7d16a517e36c9b4e3783b1b8b262d4369d4e61de60d086039b21f4cf8c6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/tests/test_query_executor.py"}, "region": {"startLine": 164}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_execute_passes_search_hints_to_knowledge_engine: Test function `test_execute_passes_search_hints_to_knowledge_engine` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91851, "scanner": "repobility-ast-engine", "fingerprint": "af0b83ea62afaafd3c759e6d8deae290afee2d412e4de225e17e7499b58f43fc", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|af0b83ea62afaafd3c759e6d8deae290afee2d412e4de225e17e7499b58f43fc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/tests/test_query_executor.py"}, "region": {"startLine": 112}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_execute_uses_planned_backend_query: Test function `test_execute_uses_planned_backend_query` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91850, "scanner": "repobility-ast-engine", "fingerprint": "00291eabf5959fd6a6cb243905d5537c1009ff13206ff42e5353c7a3eeca9790", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|00291eabf5959fd6a6cb243905d5537c1009ff13206ff42e5353c7a3eeca9790"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/tests/test_query_executor.py"}, "region": {"startLine": 66}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_app: Test function `test_app` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91849, "scanner": "repobility-ast-engine", "fingerprint": "f0e9fe5d5b39346e7c4f64bbb273a49d5e2d1cf7ee1cd907e2a413e404f42b8f", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f0e9fe5d5b39346e7c4f64bbb273a49d5e2d1cf7ee1cd907e2a413e404f42b8f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/tests/test_auth.py"}, "region": {"startLine": 26}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "[MINED106] Phantom test coverage: test_execute_storage_error_propagates: Test function `test_execute_storage_error_propagates` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"repobilityId": 91848, "scanner": "repobility-ast-engine", "fingerprint": "e06bca06ce05d9bf700d4276090fa3488f7609f3b09e9ec0378a0165f1d77757", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "phantom-test-coverage", "owasp": null, "cwe_ids": ["CWE-1126"], "languages": ["python"], "observations_count": 982154}, "scanner": "repobility-ast-engine", "correlation_key": "fp|e06bca06ce05d9bf700d4276090fa3488f7609f3b09e9ec0378a0165f1d77757"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/tests/test_index_executor.py"}, "region": {"startLine": 265}}}]}, {"ruleId": "JRN009", "level": "error", "message": {"text": "Secret-like setting is echoed into a password input value"}, "properties": {"repobilityId": 91836, "scanner": "repobility-journey-contract", "fingerprint": "1571fdbe65c5511de4944fd5c7c60fcecd7a2cf293e3d27c46884039313a94d8", "category": "auth", "severity": "high", "confidence": 0.83, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "A password or secret-named input is populated from a secret-like variable instead of a masked placeholder.", "evidence": {"rule_id": "JRN009", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|125|jrn009"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wework/src/pages/LoginPage.tsx"}, "region": {"startLine": 125}}}]}, {"ruleId": "JRN009", "level": "error", "message": {"text": "Secret-like setting is echoed into a password input value"}, "properties": {"repobilityId": 91835, "scanner": "repobility-journey-contract", "fingerprint": "523e6810de579925da6601a0100ead9b82fa0612360e9fad375f142af452e77e", "category": "auth", "severity": "high", "confidence": 0.83, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "A password or secret-named input is populated from a secret-like variable instead of a masked placeholder.", "evidence": {"rule_id": "JRN009", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|289|jrn009"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/settings/components/McpProviderModal.tsx"}, "region": {"startLine": 289}}}]}, {"ruleId": "JRN009", "level": "error", "message": {"text": "Secret-like setting is echoed into a password input value"}, "properties": {"repobilityId": 91834, "scanner": "repobility-journey-contract", "fingerprint": "84d2a92d1b049ee2c278e0d85246e0e557d68ef7aaf888d681cbb0327a62d835", "category": "auth", "severity": "high", "confidence": 0.83, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "A password or secret-named input is populated from a secret-like variable instead of a masked placeholder.", "evidence": {"rule_id": "JRN009", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|166|jrn009"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/login/components/LoginForm.tsx"}, "region": {"startLine": 166}}}]}, {"ruleId": "JRN009", "level": "error", "message": {"text": "Secret-like setting is echoed into a password input value"}, "properties": {"repobilityId": 91833, "scanner": "repobility-journey-contract", "fingerprint": "7daf88d7671c61915d6d061e7042e3e1a316555ac2d7e3841a28e482df65b73d", "category": "auth", "severity": "high", "confidence": 0.83, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "A password or secret-named input is populated from a secret-like variable instead of a masked placeholder.", "evidence": {"rule_id": "JRN009", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|507|jrn009"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/admin/components/UserList.tsx"}, "region": {"startLine": 507}}}]}, {"ruleId": "JRN004", "level": "error", "message": {"text": "Consent is collected in UI without visible backend audit persistence"}, "properties": {"repobilityId": 91832, "scanner": "repobility-journey-contract", "fingerprint": "c9f5db3e4c65c5a70868f77078b6b93169fd3a376a6d910a3385ea3253d0926e", "category": "auth", "severity": "high", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Frontend consent wording was found, but backend consent/audit metadata was not visible.", "evidence": {"rule_id": "JRN004", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "correlation_key": "code|auth|token|56|jrn004", "backend_consent_model": false, "backend_audit_signal_count": 6}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/apis/knowledge-permission.ts"}, "region": {"startLine": 56}}}]}, {"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 /chat/streaming-content/:subtaskId/route."}, "properties": {"repobilityId": 91793, "scanner": "repobility-access-control", "fingerprint": "9c142e581d76314e0142784f56cd051ec034e13338410d9d5391b763dfb95ed4", "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": "/chat/streaming-content/:subtaskId/route", "method": "GET", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token / subtaskid /route.ts|15|auc003", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/api/chat/streaming-content/[subtaskId]/route.ts"}, "region": {"startLine": 15}}}]}, {"ruleId": "DKC011", "level": "error", "message": {"text": "Database service publishes a host port"}, "properties": {"repobilityId": 91784, "scanner": "repobility-docker", "fingerprint": "a028c5565f8c251c7a46f25f628d7cd599935ae7db06ff2c53ea58708d425cf1", "category": "docker", "severity": "high", "confidence": 0.84, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Database-like image publishes host ports without a loopback-only bind.", "evidence": {"ports": [{"raw": "9200:9200", "target": "9200", "host_ip": "", "published": "9200"}], "rule_id": "DKC011", "scanner": "repobility-docker", "service": "elasticsearch", "references": ["https://docs.docker.com/compose/how-tos/environment-variables/best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "exposure_scope": "public", "correlation_key": "fp|a028c5565f8c251c7a46f25f628d7cd599935ae7db06ff2c53ea58708d425cf1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "telemetry/docker-compose.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "DKC011", "level": "error", "message": {"text": "Database service publishes a host port"}, "properties": {"repobilityId": 91764, "scanner": "repobility-docker", "fingerprint": "7ed80ce041ea8a8736a6441fccccbf6890ca00ba6041b5772c0ccec64e012e12", "category": "docker", "severity": "high", "confidence": 0.84, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Database-like image publishes host ports without a loopback-only bind.", "evidence": {"ports": [{"raw": "${ES_PORT:-9200}:9200", "target": "9200", "host_ip": "${ES_PORT", "published": "-9200}"}], "rule_id": "DKC011", "scanner": "repobility-docker", "service": "elasticsearch", "references": ["https://docs.docker.com/compose/how-tos/environment-variables/best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "exposure_scope": "public", "correlation_key": "fp|7ed80ce041ea8a8736a6441fccccbf6890ca00ba6041b5772c0ccec64e012e12"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 46}}}]}, {"ruleId": "DKC011", "level": "error", "message": {"text": "Database service publishes a host port"}, "properties": {"repobilityId": 91763, "scanner": "repobility-docker", "fingerprint": "0d808940778a2c52e77fb4e9fbf22e715d3c70e4ace6f955b44c3fcc2f1b7f9a", "category": "docker", "severity": "high", "confidence": 0.84, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Database-like image publishes host ports without a loopback-only bind.", "evidence": {"ports": [{"raw": "${REDIS_PORT:-6379}:6379", "target": "6379", "host_ip": "${REDIS_PORT", "published": "-6379}"}], "rule_id": "DKC011", "scanner": "repobility-docker", "service": "redis", "references": ["https://docs.docker.com/compose/how-tos/environment-variables/best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "exposure_scope": "public", "correlation_key": "fp|0d808940778a2c52e77fb4e9fbf22e715d3c70e4ace6f955b44c3fcc2f1b7f9a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "DKC011", "level": "error", "message": {"text": "Database service publishes a host port"}, "properties": {"repobilityId": 91761, "scanner": "repobility-docker", "fingerprint": "3d8cbd916d070d49b81d578f336aa37981c943778c2514bbb7d1f23d0eeab1e6", "category": "docker", "severity": "high", "confidence": 0.84, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Database-like image publishes host ports without a loopback-only bind.", "evidence": {"ports": [{"raw": "${MYSQL_PORT:-3306}:3306", "target": "3306", "host_ip": "${MYSQL_PORT", "published": "-3306}"}], "rule_id": "DKC011", "scanner": "repobility-docker", "service": "mysql", "references": ["https://docs.docker.com/compose/how-tos/environment-variables/best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "exposure_scope": "public", "correlation_key": "fp|3d8cbd916d070d49b81d578f336aa37981c943778c2514bbb7d1f23d0eeab1e6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 5}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 91729, "scanner": "repobility-docker", "fingerprint": "d593ec220426f8b6bf2656a2753ed95bf1c15e8c6e180f76a2ec43fa847a050f", "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|d593ec220426f8b6bf2656a2753ed95bf1c15e8c6e180f76a2ec43fa847a050f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/device/Dockerfile"}, "region": {"startLine": 213}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 91728, "scanner": "repobility-docker", "fingerprint": "e940cd3bddf134bb7fe2635714780001138606a396648e3e8bfa24fcfdfdcab0", "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|e940cd3bddf134bb7fe2635714780001138606a396648e3e8bfa24fcfdfdcab0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/device/Dockerfile"}, "region": {"startLine": 52}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 91719, "scanner": "repobility-docker", "fingerprint": "c3c5dd0414c73ac34f7d82c42a85f66aae456ac42a09eb98d5a98c5d169f658c", "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|c3c5dd0414c73ac34f7d82c42a85f66aae456ac42a09eb98d5a98c5d169f658c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/base/Dockerfile"}, "region": {"startLine": 26}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 91718, "scanner": "repobility-docker", "fingerprint": "00079799d6697052926c5b8ff6b4bfbaae40aca5ca2884d0de97f419c2cc0014", "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|00079799d6697052926c5b8ff6b4bfbaae40aca5ca2884d0de97f419c2cc0014"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/base/Dockerfile"}, "region": {"startLine": 7}}}]}, {"ruleId": "AGT002", "level": "error", "message": {"text": "LLM memory extraction can be prompt-injected into storing fake facts"}, "properties": {"repobilityId": 91712, "scanner": "repobility-agent-runtime", "fingerprint": "3036d0ff38c4bd474e7883d1f067c92fc9e2102901294fa9d38004301ad7f4ad", "category": "llm_injection", "severity": "high", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File appears to persist LLM-extracted memory from user/assistant exchanges without visible schema validation or prompt-pattern rejection.", "evidence": {"rule_id": "AGT002", "scanner": "repobility-agent-runtime", "data_flow": "chat_exchange_to_persistent_memory", "references": ["https://owasp.org/www-project-top-10-for-large-language-model-applications/"], "correlation_key": "fp|3036d0ff38c4bd474e7883d1f067c92fc9e2102901294fa9d38004301ad7f4ad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/oidc.py"}, "region": {"startLine": 241}}}]}, {"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": 91675, "scanner": "repobility-threat-engine", "fingerprint": "1f54f7e489c124dceee5141c2875c50f2f7ec145a13a2409737885f66e89c76c", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map(([key, count]) => `${key} ${count}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|1f54f7e489c124dceee5141c2875c50f2f7ec145a13a2409737885f66e89c76c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wework/src/components/plugins/PluginManagementRows.tsx"}, "region": {"startLine": 166}}}]}, {"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": 91667, "scanner": "repobility-threat-engine", "fingerprint": "9104a738e9bd878e66186a4df10b81a1045a79120fd0bc035ce9742d34da04b9", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(text", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|9104a738e9bd878e66186a4df10b81a1045a79120fd0bc035ce9742d34da04b9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/utils/pdf/renderers/math.ts"}, "region": {"startLine": 196}}}]}, {"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": 91666, "scanner": "repobility-threat-engine", "fingerprint": "e8eb0f6e53487edd8408e1ce9a34252655cf4396cf1876d330b63ecadcba4bfb", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(text", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|e8eb0f6e53487edd8408e1ce9a34252655cf4396cf1876d330b63ecadcba4bfb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/utils/pdf/markdown.ts"}, "region": {"startLine": 52}}}]}, {"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": 91665, "scanner": "repobility-threat-engine", "fingerprint": "d73eccccfe5825bb0312a73201df497a022e1c8fd27c12b7a97a0a11f08ab916", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(toolCallContent", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|d73eccccfe5825bb0312a73201df497a022e1c8fd27c12b7a97a0a11f08ab916"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/tasks/components/message/thinking/utils/thinkingUtils.ts"}, "region": {"startLine": 220}}}]}, {"ruleId": "SEC100", "level": "error", "message": {"text": "[SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` origin) allows any website to make authenticated cross-origin requests. Especially dangerous when combined with `Access-Control-Allow-Credentials: true`."}, "properties": {"repobilityId": 91645, "scanner": "repobility-threat-engine", "fingerprint": "7025cb518dc681ee621b182d0eed3161cfe232dffdbfd3520b9c798d46b8732e", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "'Access-Control-Allow-Origin': '*'", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC100", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|7025cb518dc681ee621b182d0eed3161cfe232dffdbfd3520b9c798d46b8732e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/otlp/traces/route.ts"}, "region": {"startLine": 94}}}]}, {"ruleId": "MINED004", "level": "error", "message": {"text": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums)."}, "properties": {"repobilityId": 91639, "scanner": "repobility-threat-engine", "fingerprint": "cb4eca9bccfbedddc9d95c574c0e16c410af92ba69a36350016d66405803a128", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "weak-crypto", "owasp": "A02:2021", "cwe_ids": ["CWE-327"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347906+00:00", "triaged_in_corpus": 15, "observations_count": 303181, "ai_coder_pattern_id": 13}, "scanner": "repobility-threat-engine", "correlation_key": "fp|cb4eca9bccfbedddc9d95c574c0e16c410af92ba69a36350016d66405803a128"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor_manager/utils/executor_name.py"}, "region": {"startLine": 11}}}]}, {"ruleId": "MINED006", "level": "error", "message": {"text": "[MINED006] Overcatch Baseexception: except BaseException: ... \u2014 prevents Ctrl+C and SystemExit from working."}, "properties": {"repobilityId": 91638, "scanner": "repobility-threat-engine", "fingerprint": "9617326e28f1db1585ffa8a6a07f2efe97bc83fae5f4b446ad359c849d1c0991", "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": "overcatch-baseexception", "owasp": null, "cwe_ids": ["CWE-705"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347911+00:00", "triaged_in_corpus": 15, "observations_count": 230624, "ai_coder_pattern_id": 8}, "scanner": "repobility-threat-engine", "correlation_key": "fp|9617326e28f1db1585ffa8a6a07f2efe97bc83fae5f4b446ad359c849d1c0991"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/services/updater/upgrade_handler.py"}, "region": {"startLine": 77}}}]}, {"ruleId": "MINED034", "level": "error", "message": {"text": "[MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection."}, "properties": {"repobilityId": 91633, "scanner": "repobility-threat-engine", "fingerprint": "b93e8a9359f456ece1b3f928d45a797cf5a0e51c9d221f510c5cdeed3d726c6a", "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": "python-subprocess-shell-true", "owasp": null, "cwe_ids": ["CWE-78"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347977+00:00", "triaged_in_corpus": 15, "observations_count": 3478, "ai_coder_pattern_id": 118}, "scanner": "repobility-threat-engine", "correlation_key": "fp|b93e8a9359f456ece1b3f928d45a797cf5a0e51c9d221f510c5cdeed3d726c6a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared/utils/git_util.py"}, "region": {"startLine": 296}}}]}, {"ruleId": "MINED034", "level": "error", "message": {"text": "[MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection."}, "properties": {"repobilityId": 91632, "scanner": "repobility-threat-engine", "fingerprint": "c27838ab548d6f32aa401ab3dc9ed5f3ef131c7b9e87edcc1ef5e08c588b62f5", "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": "python-subprocess-shell-true", "owasp": null, "cwe_ids": ["CWE-78"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347977+00:00", "triaged_in_corpus": 15, "observations_count": 3478, "ai_coder_pattern_id": 118}, "scanner": "repobility-threat-engine", "correlation_key": "fp|c27838ab548d6f32aa401ab3dc9ed5f3ef131c7b9e87edcc1ef5e08c588b62f5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/agents/claude_code/git_operations.py"}, "region": {"startLine": 135}}}]}, {"ruleId": "MINED012", "level": "error", "message": {"text": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code."}, "properties": {"repobilityId": 91620, "scanner": "repobility-threat-engine", "fingerprint": "ba072bb9a22a169c8a4f57f1db2b33cbd23807463657e588671f4100e25d2816", "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|ba072bb9a22a169c8a4f57f1db2b33cbd23807463657e588671f4100e25d2816"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_runtime/start.sh"}, "region": {"startLine": 220}}}]}, {"ruleId": "MINED012", "level": "error", "message": {"text": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code."}, "properties": {"repobilityId": 91619, "scanner": "repobility-threat-engine", "fingerprint": "a59b23c77e32c456c93dac725ab993dd33e474848d2326b0efa6aabd6bcdcf76", "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|a59b23c77e32c456c93dac725ab993dd33e474848d2326b0efa6aabd6bcdcf76"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/start.sh"}, "region": {"startLine": 251}}}]}, {"ruleId": "MINED012", "level": "error", "message": {"text": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code."}, "properties": {"repobilityId": 91618, "scanner": "repobility-threat-engine", "fingerprint": "ae3707d38b28831daa4c32e240ef23e3714243b0eebe6b3faf485d081b140852", "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|ae3707d38b28831daa4c32e240ef23e3714243b0eebe6b3faf485d081b140852"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/start.sh"}, "region": {"startLine": 250}}}]}, {"ruleId": "SEC103", "level": "error", "message": {"text": "[SEC103] LDAP injection \u2014 non-constant search filter: User input concatenated into an LDAP search filter. Attackers inject `*)(uid=*` style payloads to bypass auth or enumerate accounts."}, "properties": {"repobilityId": 91614, "scanner": "repobility-threat-engine", "fingerprint": "5b89452c816dc35334c5a5080f9a4b6e9cc326a1da3d5d22e627dd697ac71f65", "category": "injection", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".search(\n            r\"aitable\\.dingtalk\\.com/base/(dst[a-zA-Z0-9]+)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC103", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|injection|token|84|sec103"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/tables/url_parser.py"}, "region": {"startLine": 84}}}]}, {"ruleId": "SEC103", "level": "error", "message": {"text": "[SEC103] LDAP injection \u2014 non-constant search filter: User input concatenated into an LDAP search filter. Attackers inject `*)(uid=*` style payloads to bypass auth or enumerate accounts."}, "properties": {"repobilityId": 91613, "scanner": "repobility-threat-engine", "fingerprint": "acc07449abc3efbc1831765b0ad11608540727806663d4f03dc6df8722ba9d6f", "category": "injection", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".search(r\"Skill '([^']+)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC103", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|injection|token|67|sec103"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/prompt_draft/transcript.py"}, "region": {"startLine": 67}}}]}, {"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": 91604, "scanner": "repobility-threat-engine", "fingerprint": "79c6ffcbc953fcb4e0ef1a6fe7a7c0d5a733712799794299286c43a3f7844c9a", "category": "credential_exposure", "severity": "high", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Log line prints a slice or partial view of a credential-bearing value.", "evidence": {"match": "logger.debug(f\"Access token received (not validated)", "reason": "Log line prints a slice or partial view of a credential-bearing value.", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.72, "correlation_key": "secret|executor/envd/api/utils.py|2|logger.debug f access token received not validated"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/envd/api/utils.py"}, "region": {"startLine": 22}}}]}, {"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": 91603, "scanner": "repobility-threat-engine", "fingerprint": "e960f90d677d32305c74e88ea99557f026c866245b15bd12494e74df38d48c2b", "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.log(`Auth token written to: ${tokenFile}`)", "reason": "Credential-bearing variable appears to be printed or logged", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.85, "correlation_key": "secret|token|29|console.log auth token written to: tokenfile"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "deps/browser/relay-server/src/cli.ts"}, "region": {"startLine": 296}}}]}, {"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": 91602, "scanner": "repobility-threat-engine", "fingerprint": "fec863d2a2bdf67a63dcf77c6958ff2dbde7f547d009be3587038494aa260e98", "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": "print(f\"User: {token_info.user_name}\")", "reason": "Credential-bearing variable appears to be printed or logged", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.85, "correlation_key": "secret|token|1|print f user: token_info.user_name"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/auth/task_token.py"}, "region": {"startLine": 20}}}]}, {"ruleId": "MINED020", "level": "error", "message": {"text": "[MINED020] Logging Credential Via Fstring: logger.error(f\"failed for {api_key}\") \u2014 secrets end up in log aggregators / sentry."}, "properties": {"repobilityId": 91595, "scanner": "repobility-threat-engine", "fingerprint": "d521256b386a52e211f5cd46de5a0d3d9af6c7b292e71e5fb612a75b29bfdf87", "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": "logging-credential-via-fstring", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347945+00:00", "triaged_in_corpus": 15, "observations_count": 46100, "ai_coder_pattern_id": 38}, "scanner": "repobility-threat-engine", "correlation_key": "fp|d521256b386a52e211f5cd46de5a0d3d9af6c7b292e71e5fb612a75b29bfdf87"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/oidc.py"}, "region": {"startLine": 171}}}]}, {"ruleId": "MINED020", "level": "error", "message": {"text": "[MINED020] Logging Credential Via Fstring: logger.error(f\"failed for {api_key}\") \u2014 secrets end up in log aggregators / sentry."}, "properties": {"repobilityId": 91594, "scanner": "repobility-threat-engine", "fingerprint": "f34f9eeb9ab38f9a21325258b557a13186bda19a813f680d11bc60c1fda8c701", "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": "logging-credential-via-fstring", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347945+00:00", "triaged_in_corpus": 15, "observations_count": 46100, "ai_coder_pattern_id": 38}, "scanner": "repobility-threat-engine", "correlation_key": "fp|f34f9eeb9ab38f9a21325258b557a13186bda19a813f680d11bc60c1fda8c701"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/mcp_server/tools/silent_exit.py"}, "region": {"startLine": 39}}}]}, {"ruleId": "MINED020", "level": "error", "message": {"text": "[MINED020] Logging Credential Via Fstring: logger.error(f\"failed for {api_key}\") \u2014 secrets end up in log aggregators / sentry."}, "properties": {"repobilityId": 91593, "scanner": "repobility-threat-engine", "fingerprint": "b87d35fbe00e778e2e10ea7d17257954a4ec7cf6554e8a2bdca3e2a1793b006c", "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": "logging-credential-via-fstring", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347945+00:00", "triaged_in_corpus": 15, "observations_count": 46100, "ai_coder_pattern_id": 38}, "scanner": "repobility-threat-engine", "correlation_key": "fp|b87d35fbe00e778e2e10ea7d17257954a4ec7cf6554e8a2bdca3e2a1793b006c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/core/auth_utils.py"}, "region": {"startLine": 92}}}]}, {"ruleId": "SEC004", "level": "error", "message": {"text": "[SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection."}, "properties": {"repobilityId": 91576, "scanner": "repobility-threat-engine", "fingerprint": "703ac6461fa2b260beeea1afddf3d4784cdb8fd041022fc28be08f079b821572", "category": "injection", "severity": "high", "confidence": 0.5, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "SQL string interpolation found, but user-controlled taint was not proven from local context.", "evidence": {"match": "message=f\"Delete", "reason": "SQL string interpolation found, but user-controlled taint was not proven from local context.", "rule_id": "SEC004", "scanner": "repobility-threat-engine", "confidence": 0.5, "correlation_key": "code|injection|token|62|sec004"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/kind/batch.py"}, "region": {"startLine": 62}}}]}, {"ruleId": "SEC004", "level": "error", "message": {"text": "[SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection."}, "properties": {"repobilityId": 91575, "scanner": "repobility-threat-engine", "fingerprint": "dcec5e5da31ef10d930f553fda2e70fec1423bfc1227bd352ede1f6582718e22", "category": "injection", "severity": "high", "confidence": 0.5, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "SQL string interpolation found, but user-controlled taint was not proven from local context.", "evidence": {"match": "message=f\"Delete", "reason": "SQL string interpolation found, but user-controlled taint was not proven from local context.", "rule_id": "SEC004", "scanner": "repobility-threat-engine", "confidence": 0.5, "correlation_key": "code|injection|token|345|sec004"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/admin/kind_management.py"}, "region": {"startLine": 345}}}]}, {"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": 91573, "scanner": "repobility-threat-engine", "fingerprint": "94e31ba0d9e29a65fb0ae10af9968caa3fd85f985ab4d2eaefe5f9445c6d94f5", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "db.delete(model)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|94e31ba0d9e29a65fb0ae10af9968caa3fd85f985ab4d2eaefe5f9445c6d94f5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/admin/public_models.py"}, "region": {"startLine": 256}}}]}, {"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": 91572, "scanner": "repobility-threat-engine", "fingerprint": "75fcea1e73afd1ca5f2d16cb984fd14579b214924f98738fc06d8de0abfa49d4", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "db.delete(ghost)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|75fcea1e73afd1ca5f2d16cb984fd14579b214924f98738fc06d8de0abfa49d4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/admin/public_ghosts.py"}, "region": {"startLine": 244}}}]}, {"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": 91571, "scanner": "repobility-threat-engine", "fingerprint": "cd86972de9fdec6a04a5b0c4f953e776212e791e98f8c0c9cd7e8df9ce985861", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "db.delete(service_key)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|cd86972de9fdec6a04a5b0c4f953e776212e791e98f8c0c9cd7e8df9ce985861"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/admin/api_keys.py"}, "region": {"startLine": 205}}}]}, {"ruleId": "SEC078", "level": "error", "message": {"text": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsive server, causing thread exhaustion and ReDoS. Ported from bandit B113 (Apache-2.0). NOTE: this regex is heuristic; a real AST check is preferred for accuracy."}, "properties": {"repobilityId": 91559, "scanner": "repobility-threat-engine", "fingerprint": "56f46885045ba0be557f0c7fd425093a5824a4bae90ac71dd4feece90c0cbadd", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "requests.post(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC078", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|56f46885045ba0be557f0c7fd425093a5824a4bae90ac71dd4feece90c0cbadd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/webhook_notification.py"}, "region": {"startLine": 154}}}]}, {"ruleId": "SEC078", "level": "error", "message": {"text": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsive server, causing thread exhaustion and ReDoS. Ported from bandit B113 (Apache-2.0). NOTE: this regex is heuristic; a real AST check is preferred for accuracy."}, "properties": {"repobilityId": 91558, "scanner": "repobility-threat-engine", "fingerprint": "4c1aa624620260d9c1157cf4c243c1f5484cf8edefd49d8df98d54a311098a4f", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "requests.post(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC078", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|4c1aa624620260d9c1157cf4c243c1f5484cf8edefd49d8df98d54a311098a4f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/adapters/executor_kinds.py"}, "region": {"startLine": 101}}}]}, {"ruleId": "SEC078", "level": "error", "message": {"text": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsive server, causing thread exhaustion and ReDoS. Ported from bandit B113 (Apache-2.0). NOTE: this regex is heuristic; a real AST check is preferred for accuracy."}, "properties": {"repobilityId": 91557, "scanner": "repobility-threat-engine", "fingerprint": "69fcf7095e24ab5160a3a868d8ad797b6f4ccd77722570655c69f8fbdebd17ae", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "requests.post(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC078", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|69fcf7095e24ab5160a3a868d8ad797b6f4ccd77722570655c69f8fbdebd17ae"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/attachments_open.py"}, "region": {"startLine": 104}}}]}, {"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": 91555, "scanner": "repobility-threat-engine", "fingerprint": "fd585f1adab5198ef6f77e1eb23de34fea69b79c8dcbb60e6af1f1d95a4f6860", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "url(\n    d", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|fd585f1adab5198ef6f77e1eb23de34fea69b79c8dcbb60e6af1f1d95a4f6860"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/tables.py"}, "region": {"startLine": 130}}}]}, {"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": 91554, "scanner": "repobility-threat-engine", "fingerprint": "09653be14672f9f466e6e8a7c77f67aa80689d4b00e880ccd7544c4f31d76927", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "url(\n    r", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|09653be14672f9f466e6e8a7c77f67aa80689d4b00e880ccd7544c4f31d76927"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/internal/object_storage.py"}, "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": 91553, "scanner": "repobility-threat-engine", "fingerprint": "9d481c0336139c2502b62ba5c4df647df0cef856e69d1aecbe44b0bb83b380f9", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "requests.get(api_url", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|9d481c0336139c2502b62ba5c4df647df0cef856e69d1aecbe44b0bb83b380f9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/adapter/dify.py"}, "region": {"startLine": 64}}}]}, {"ruleId": "SEC135", "level": "error", "message": {"text": "[SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint generated by an AI agent without an auth decorator or middleware. The number-one production-incident pattern we see in AI-generated SaaS code: the AI builds the route, builds the handler, and forgets to wire the auth check that the rest of the codebase uses. CWE-862 (missing authorization). High-severity because the route is fully functional, just unprotected \u2014 attackers can call it directly."}, "properties": {"repobilityId": 91551, "scanner": "repobility-threat-engine", "fingerprint": "d65c538cfed3a6d5dde8aed2a12db0da26a293227d6b6122503e6c93c333aad8", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "@router.post(\"/app/info\")\ndef get_dify_app_info(\n    request: DifyAppInfoRequest,\n    db: Session =", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC135", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|d65c538cfed3a6d5dde8aed2a12db0da26a293227d6b6122503e6c93c333aad8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/adapter/dify.py"}, "region": {"startLine": 30}}}]}, {"ruleId": "SEC135", "level": "error", "message": {"text": "[SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint generated by an AI agent without an auth decorator or middleware. The number-one production-incident pattern we see in AI-generated SaaS code: the AI builds the route, builds the handler, and forgets to wire the auth check that the rest of the codebase uses. CWE-862 (missing authorization). High-severity because the route is fully functional, just unprotected \u2014 attackers can call it directly."}, "properties": {"repobilityId": 91550, "scanner": "repobility-threat-engine", "fingerprint": "39f392f92926476c5d02e30694dd867fa4f2c49e46b8e0f1b02db37274f92e0d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "@router.post(\"\", response_model=BotInDB, status_code=status.HTTP_201_CREATED)\ndef create_bot(\n    bo", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC135", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|39f392f92926476c5d02e30694dd867fa4f2c49e46b8e0f1b02db37274f92e0d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/adapter/bots.py"}, "region": {"startLine": 51}}}]}, {"ruleId": "SEC135", "level": "error", "message": {"text": "[SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint generated by an AI agent without an auth decorator or middleware. The number-one production-incident pattern we see in AI-generated SaaS code: the AI builds the route, builds the handler, and forgets to wire the auth check that the rest of the codebase uses. CWE-862 (missing authorization). High-severity because the route is fully functional, just unprotected \u2014 attackers can call it directly."}, "properties": {"repobilityId": 91549, "scanner": "repobility-threat-engine", "fingerprint": "821dcf0988356ff0d96fda29d373f25811a415207be148c011e93ce9c4d311f4", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "@router.post(\"\", response_model=AgentInDB, status_code=status.HTTP_201_CREATED)\ndef create_agent(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC135", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|821dcf0988356ff0d96fda29d373f25811a415207be148c011e93ce9c4d311f4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/adapter/agents.py"}, "region": {"startLine": 42}}}]}, {"ruleId": "MINED001", "level": "error", "message": {"text": "[MINED001] Bare Except Pass: except: pass or except Exception: pass \u2014 silently swallows everything including KeyboardInterrupt and bugs."}, "properties": {"repobilityId": 91543, "scanner": "repobility-threat-engine", "fingerprint": "bec1a784bc60f5d4f488d072016107cfad4a0a20b03046b07dca76657fcf81d8", "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": "bare-except-pass", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347744+00:00", "triaged_in_corpus": 15, "observations_count": 1550824, "ai_coder_pattern_id": 6}, "scanner": "repobility-threat-engine", "correlation_key": "fp|bec1a784bc60f5d4f488d072016107cfad4a0a20b03046b07dca76657fcf81d8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/deep_research.py"}, "region": {"startLine": 232}}}]}, {"ruleId": "MINED001", "level": "error", "message": {"text": "[MINED001] Bare Except Pass: except: pass or except Exception: pass \u2014 silently swallows everything including KeyboardInterrupt and bugs."}, "properties": {"repobilityId": 91542, "scanner": "repobility-threat-engine", "fingerprint": "2055b203f900189508961bfda4334a921ce458f6c5e112f7941db6c081331e3c", "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": "bare-except-pass", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347744+00:00", "triaged_in_corpus": 15, "observations_count": 1550824, "ai_coder_pattern_id": 6}, "scanner": "repobility-threat-engine", "correlation_key": "fp|2055b203f900189508961bfda4334a921ce458f6c5e112f7941db6c081331e3c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/adapter/dify.py"}, "region": {"startLine": 80}}}]}, {"ruleId": "MINED001", "level": "error", "message": {"text": "[MINED001] Bare Except Pass: except: pass or except Exception: pass \u2014 silently swallows everything including KeyboardInterrupt and bugs."}, "properties": {"repobilityId": 91541, "scanner": "repobility-threat-engine", "fingerprint": "d83848674d78e2db9bb4907cda542db2c946c580aee3f4b741cd2676be33edab", "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": "bare-except-pass", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347744+00:00", "triaged_in_corpus": 15, "observations_count": 1550824, "ai_coder_pattern_id": 6}, "scanner": "repobility-threat-engine", "correlation_key": "fp|d83848674d78e2db9bb4907cda542db2c946c580aee3f4b741cd2676be33edab"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/dependencies.py"}, "region": {"startLine": 33}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `html` used but not imported: The file uses `html.something(...)` but never imports `html`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91955, "scanner": "repobility-ast-engine", "fingerprint": "ed8bda4cf125d02bcecdc72f58179554e8f02fa2b25549bce8e04ede82c6f2d2", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|ed8bda4cf125d02bcecdc72f58179554e8f02fa2b25549bce8e04ede82c6f2d2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/init_data/skills/skill-creator/eval-viewer/generate_review.py"}, "region": {"startLine": 394}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `email` used but not imported: The file uses `email.something(...)` but never imports `email`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91952, "scanner": "repobility-ast-engine", "fingerprint": "6ce5bfe1c4b62c2718ae5ce208aabc2294717642b54bdcbf081d5d49f76e42a2", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|6ce5bfe1c4b62c2718ae5ce208aabc2294717642b54bdcbf081d5d49f76e42a2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/tables/providers/dingtalk/user_mapping.py"}, "region": {"startLine": 115}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91951, "scanner": "repobility-ast-engine", "fingerprint": "c39900f1eaaf97646dde9f72dd5b939921511101ae587e91e407fbb22409e4fb", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c39900f1eaaf97646dde9f72dd5b939921511101ae587e91e407fbb22409e4fb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/knowledge/folder_policy.py"}, "region": {"startLine": 193}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `stat` used but not imported: The file uses `stat.something(...)` but never imports `stat`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91950, "scanner": "repobility-ast-engine", "fingerprint": "c5779635321d1e6550a1f13a7c6779c1c174287e7bb353979c240b4b6eea038e", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c5779635321d1e6550a1f13a7c6779c1c174287e7bb353979c240b4b6eea038e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/workspace_archive/archive_service.py"}, "region": {"startLine": 397}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `email` used but not imported: The file uses `email.something(...)` but never imports `email`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91949, "scanner": "repobility-ast-engine", "fingerprint": "0c28189c70e8cd7c609817e11353d26e2b66c6aba8ce16cadafd7ab45559a1b3", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|0c28189c70e8cd7c609817e11353d26e2b66c6aba8ce16cadafd7ab45559a1b3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/oidc.py"}, "region": {"startLine": 189}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91928, "scanner": "repobility-ast-engine", "fingerprint": "bff35c7768a672d3728907e9c9f6c590a8a532c6e73bc6c4bb43a7ba0261d14c", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|bff35c7768a672d3728907e9c9f6c590a8a532c6e73bc6c4bb43a7ba0261d14c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/message_forwarding_service.py"}, "region": {"startLine": 244}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91927, "scanner": "repobility-ast-engine", "fingerprint": "da57e921a0f5256a01775797c1e8b15d936ff3116981c9d0a34d60c714e1b790", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|da57e921a0f5256a01775797c1e8b15d936ff3116981c9d0a34d60c714e1b790"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/template_instantiation.py"}, "region": {"startLine": 188}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91926, "scanner": "repobility-ast-engine", "fingerprint": "b4071d7374f288dce61437b5b6a83d1d89ff0e8c24d590aa83bef13d9672a6f6", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|b4071d7374f288dce61437b5b6a83d1d89ff0e8c24d590aa83bef13d9672a6f6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/work_queue_service.py"}, "region": {"startLine": 596}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91925, "scanner": "repobility-ast-engine", "fingerprint": "d3d0e174ab058e0b9daaf8d6092dfbfc7a84e8b9ba2a03e7bbb512e6d47a8fbb", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|d3d0e174ab058e0b9daaf8d6092dfbfc7a84e8b9ba2a03e7bbb512e6d47a8fbb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/tests/services/chat/test_guidance_queue.py"}, "region": {"startLine": 51}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `stat` used but not imported: The file uses `stat.something(...)` but never imports `stat`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91924, "scanner": "repobility-ast-engine", "fingerprint": "1f182a87e684243a0e45da3ec3a15a6e78f8626e3d594c53b7ccc09f55bed984", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|1f182a87e684243a0e45da3ec3a15a6e78f8626e3d594c53b7ccc09f55bed984"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/services/updater/updater_service.py"}, "region": {"startLine": 306}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `json` used but not imported: The file uses `json.something(...)` but never imports `json`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91923, "scanner": "repobility-ast-engine", "fingerprint": "2bf81ed2c781b417b418b03128891795f525c3022cba4fb2eebdd3159bd325e8", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|2bf81ed2c781b417b418b03128891795f525c3022cba4fb2eebdd3159bd325e8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/agents/agno/mcp_manager.py"}, "region": {"startLine": 324}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91922, "scanner": "repobility-ast-engine", "fingerprint": "c8dcaf6fb7e06227eb44dd3fbe663d172b744ddaca8bf1d11f7f8d1466e906c4", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c8dcaf6fb7e06227eb44dd3fbe663d172b744ddaca8bf1d11f7f8d1466e906c4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "executor/code_server/messaging.py"}, "region": {"startLine": 144}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `stat` used but not imported: The file uses `stat.something(...)` but never imports `stat`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91901, "scanner": "repobility-ast-engine", "fingerprint": "429cd96a4527767d8884da61f6cb94217ccab606d4ad06d5456e8130862a25e0", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|429cd96a4527767d8884da61f6cb94217ccab606d4ad06d5456e8130862a25e0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/chat_shell/tools/builtin/file_reader.py"}, "region": {"startLine": 171}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "[MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes."}, "properties": {"repobilityId": 91891, "scanner": "repobility-ast-engine", "fingerprint": "c07e1d240f560a45a965ccf1148acc0b537f99f2d70888a20b8fc58734668966", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "missing-import-python", "owasp": "A06:2021", "cwe_ids": ["CWE-1075"], "languages": ["python"], "observations_count": 2192}, "scanner": "repobility-ast-engine", "correlation_key": "fp|c07e1d240f560a45a965ccf1148acc0b537f99f2d70888a20b8fc58734668966"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chat_shell/tests/services/test_guidance.py"}, "region": {"startLine": 78}}}]}, {"ruleId": "JRN001", "level": "error", "message": {"text": "Token handoff appears to use a callback URL or fragment"}, "properties": {"repobilityId": 91804, "scanner": "repobility-journey-contract", "fingerprint": "80025e82f9ae9ca2b9b9011e0015efa37931a290a87e9be134bb06e0495296dc", "category": "auth", "severity": "critical", "confidence": 0.88, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Callback/redirect wording, token-in-URL syntax, and navigation code appear near each other.", "evidence": {"rule_id": "JRN001", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html", "https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|8|jrn001"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/features/login/components/OidcTokenHandler.tsx"}, "region": {"startLine": 8}}}]}, {"ruleId": "JRN001", "level": "error", "message": {"text": "Token handoff appears to use a callback URL or fragment"}, "properties": {"repobilityId": 91803, "scanner": "repobility-journey-contract", "fingerprint": "06dc1400731056b22ae4a6a241dd9b9f9674cef7e6ab402f500e190b101e43a8", "category": "auth", "severity": "critical", "confidence": 0.88, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Callback/redirect wording, token-in-URL syntax, and navigation code appear near each other.", "evidence": {"rule_id": "JRN001", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html", "https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|frontend/src/app/ tasks /knowledge/share/ id /page.tsx|8|jrn001"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app/(tasks)/knowledge/share/[id]/page.tsx"}, "region": {"startLine": 8}}}]}, {"ruleId": "DKC008", "level": "error", "message": {"text": "Compose service mounts the Docker socket"}, "properties": {"repobilityId": 91776, "scanner": "repobility-docker", "fingerprint": "d011958cc8d8238b5d0b095336e034496d9293ec23f14a4dd7cc3f0715dfb7f8", "category": "docker", "severity": "critical", "confidence": 0.98, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Volume mount references /var/run/docker.sock.", "evidence": {"rule_id": "DKC008", "scanner": "repobility-docker", "service": "executor_manager", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|d011958cc8d8238b5d0b095336e034496d9293ec23f14a4dd7cc3f0715dfb7f8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker-compose.yml"}, "region": {"startLine": 202}}}]}, {"ruleId": "MINED013", "level": "error", "message": {"text": "[MINED013] Password In Url: https://user:password@host \u2014 leaks creds via logs, referrer, error messages."}, "properties": {"repobilityId": 91587, "scanner": "repobility-threat-engine", "fingerprint": "26bd224bca941c5cf3652545efeac5d961c2940d7359d9281d3fda7adc5c289e", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "password-in-url", "owasp": "A07:2021", "cwe_ids": ["CWE-200"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347928+00:00", "triaged_in_corpus": 20, "observations_count": 121646, "ai_coder_pattern_id": 37}, "scanner": "repobility-threat-engine", "correlation_key": "fp|26bd224bca941c5cf3652545efeac5d961c2940d7359d9281d3fda7adc5c289e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_doc_converter/knowledge_doc_converter/config.py"}, "region": {"startLine": 16}}}]}, {"ruleId": "MINED013", "level": "error", "message": {"text": "[MINED013] Password In Url: https://user:password@host \u2014 leaks creds via logs, referrer, error messages."}, "properties": {"repobilityId": 91586, "scanner": "repobility-threat-engine", "fingerprint": "54698723420c5651e7f598fc37949930cdba6d17afb962cd0e1cc2c025b569c3", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "password-in-url", "owasp": "A07:2021", "cwe_ids": ["CWE-200"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347928+00:00", "triaged_in_corpus": 20, "observations_count": 121646, "ai_coder_pattern_id": 37}, "scanner": "repobility-threat-engine", "correlation_key": "fp|54698723420c5651e7f598fc37949930cdba6d17afb962cd0e1cc2c025b569c3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/schemas/service.py"}, "region": {"startLine": 23}}}]}, {"ruleId": "MINED013", "level": "error", "message": {"text": "[MINED013] Password In Url: https://user:password@host \u2014 leaks creds via logs, referrer, error messages."}, "properties": {"repobilityId": 91585, "scanner": "repobility-threat-engine", "fingerprint": "635791f20a39aaf39ce3c36cba5c5a75ad381b1f39164a1620965d7c9ac595ac", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "password-in-url", "owasp": "A07:2021", "cwe_ids": ["CWE-200"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347928+00:00", "triaged_in_corpus": 20, "observations_count": 121646, "ai_coder_pattern_id": 37}, "scanner": "repobility-threat-engine", "correlation_key": "fp|635791f20a39aaf39ce3c36cba5c5a75ad381b1f39164a1620965d7c9ac595ac"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/internal/services.py"}, "region": {"startLine": 47}}}]}, {"ruleId": "SEC022", "level": "error", "message": {"text": "[SEC022] Database URL With Embedded Credential: A database connection URL contains an embedded username and password. These URLs are often copied into defaults, docs, and scripts, then leak working credentials."}, "properties": {"repobilityId": 91583, "scanner": "repobility-threat-engine", "fingerprint": "296f247188118c86f15fbe0b005657554424732c18901eed5f881907e9002463", "category": "credential_exposure", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "redis://[:password@", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC022", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "secret|token|1|redis:// :password"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "knowledge_doc_converter/knowledge_doc_converter/config.py"}, "region": {"startLine": 16}}}]}, {"ruleId": "SEC022", "level": "error", "message": {"text": "[SEC022] Database URL With Embedded Credential: A database connection URL contains an embedded username and password. These URLs are often copied into defaults, docs, and scripts, then leak working credentials."}, "properties": {"repobilityId": 91582, "scanner": "repobility-threat-engine", "fingerprint": "164176b189b712a7688e815d1366c37cc103a8c8538dfbe562817c35ac962a5b", "category": "credential_exposure", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "mysql://user:pass@", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC022", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "secret|token|2|mysql://user:pass"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/schemas/service.py"}, "region": {"startLine": 23}}}]}, {"ruleId": "SEC022", "level": "error", "message": {"text": "[SEC022] Database URL With Embedded Credential: A database connection URL contains an embedded username and password. These URLs are often copied into defaults, docs, and scripts, then leak working credentials."}, "properties": {"repobilityId": 91581, "scanner": "repobility-threat-engine", "fingerprint": "81c54249248eb588a148f9ef1150200c7bb18858e3b6c8f954c6f53e29a3ab29", "category": "credential_exposure", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "mysql://user:pass@", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC022", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "secret|token|4|mysql://user:pass"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/internal/services.py"}, "region": {"startLine": 47}}}]}, {"ruleId": "MINED019", "level": "error", "message": {"text": "[MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) \u2014 full RCE via templates."}, "properties": {"repobilityId": 91566, "scanner": "repobility-threat-engine", "fingerprint": "bc24dbfbb1532e45aed50af8940b6581873208136fa055ac0c81acbc4cee9274", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ssti-jinja-from-string", "owasp": "A03:2021", "cwe_ids": ["CWE-94"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347943+00:00", "triaged_in_corpus": 20, "observations_count": 47984, "ai_coder_pattern_id": 34}, "scanner": "repobility-threat-engine", "correlation_key": "fp|bc24dbfbb1532e45aed50af8940b6581873208136fa055ac0c81acbc4cee9274"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/template_service.py"}, "region": {"startLine": 166}}}]}, {"ruleId": "MINED019", "level": "error", "message": {"text": "[MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) \u2014 full RCE via templates."}, "properties": {"repobilityId": 91565, "scanner": "repobility-threat-engine", "fingerprint": "bdc56cbec2a030948ecc93cc7cd2df4ff3f0da0c7018dd3418f6c77a19a76d28", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ssti-jinja-from-string", "owasp": "A03:2021", "cwe_ids": ["CWE-94"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347943+00:00", "triaged_in_corpus": 20, "observations_count": 47984, "ai_coder_pattern_id": 34}, "scanner": "repobility-threat-engine", "correlation_key": "fp|bdc56cbec2a030948ecc93cc7cd2df4ff3f0da0c7018dd3418f6c77a19a76d28"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/endpoints/adapter/templates.py"}, "region": {"startLine": 52}}}]}]}]}