{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "WEB003", "name": "Public web service has no security.txt", "shortDescription": {"text": "Public web service has no security.txt"}, "fullDescription": {"text": "security.txt gives researchers and customers a safe disclosure channel. Public web apps and APIs should publish it under /.well-known/security.txt."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "medium", "confidence": 0.78, "cwe": "", "owasp": ""}}, {"id": "AUC012", "name": "[AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /docs, /redoc, and /openapi.json", "shortDescription": {"text": "[AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /docs, /redoc, and /openapi.json by default. Public production APIs should explicitly disable those defaults, protect them behind admin authentication, "}, "fullDescription": {"text": "FastAPI exposes /docs, /redoc, and /openapi.json by default. Public production APIs should explicitly disable those defaults, protect them behind admin authentication, or publish a reviewed OpenAPI spec with declared security requirements."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.72, "cwe": "CWE-285", "owasp": "WSTG-AUTHZ"}}, {"id": "AUC002", "name": "[AUC002] Low visible authorization coverage in route inventory: Only 33.3% of discovered routes show nearby authenticati", "shortDescription": {"text": "[AUC002] Low visible authorization coverage in route inventory: Only 33.3% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence."}, "fullDescription": {"text": "Only 33.3% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.74, "cwe": "CWE-285", "owasp": "WSTG-AUTHZ"}}, {"id": "AUC001", "name": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobilit", "shortDescription": {"text": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "fullDescription": {"text": "The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.92, "cwe": "CWE-285", "owasp": "WSTG-AUTHZ"}}, {"id": "GHSA-65pc-fj4g-8rjx", "name": "idna: GHSA-65pc-fj4g-8rjx", "shortDescription": {"text": "idna: GHSA-65pc-fj4g-8rjx"}, "fullDescription": {"text": "Internationalized Domain Names in Applications (IDNA): Specially crafted inputs to idna.encode() can bypass CVE-2024-3651 fix"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-jg22-mg44-37j8", "name": "aiohttp: GHSA-jg22-mg44-37j8", "shortDescription": {"text": "aiohttp: GHSA-jg22-mg44-37j8"}, "fullDescription": {"text": "AIOHTTP is Vulnerable to Deserialization of Untrusted Data"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-hg6j-4rv6-33pg", "name": "aiohttp: GHSA-hg6j-4rv6-33pg", "shortDescription": {"text": "aiohttp: GHSA-hg6j-4rv6-33pg"}, "fullDescription": {"text": "AIOHTTP is vulnerable to cross-origin redirect with per-request cookies"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-gc5v-m9x4-r6x2", "name": "requests: GHSA-gc5v-m9x4-r6x2", "shortDescription": {"text": "requests: GHSA-gc5v-m9x4-r6x2"}, "fullDescription": {"text": "Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-mj87-hwqh-73pj", "name": "python-multipart: GHSA-mj87-hwqh-73pj", "shortDescription": {"text": "python-multipart: GHSA-mj87-hwqh-73pj"}, "fullDescription": {"text": "python-multipart affected by Denial of Service via large multipart preamble or epilogue data"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-6w46-j5rx-g56g", "name": "pytest: GHSA-6w46-j5rx-g56g", "shortDescription": {"text": "pytest: GHSA-6w46-j5rx-g56g"}, "fullDescription": {"text": "pytest has vulnerable tmpdir handling"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-r73j-pqj5-w3x7", "name": "pillow: GHSA-r73j-pqj5-w3x7", "shortDescription": {"text": "pillow: GHSA-r73j-pqj5-w3x7"}, "fullDescription": {"text": "Pillow has a PDF Parsing Trailer Infinite Loop (DoS)"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-5xmw-vc9v-4wf2", "name": "pillow: GHSA-5xmw-vc9v-4wf2", "shortDescription": {"text": "pillow: GHSA-5xmw-vc9v-4wf2"}, "fullDescription": {"text": "Pillow has a heap buffer overflow with nested list coordinates"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "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": "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": "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": "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": "COMP001", "name": "[COMP001] High cognitive complexity: Function `make` has cognitive complexity 19 (SonarSource scale). Cognitive complexi", "shortDescription": {"text": "[COMP001] High cognitive complexity: Function `make` has cognitive complexity 19 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weig"}, "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 19."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 0.95, "cwe": "", "owasp": ""}}, {"id": "AGT012", "name": "Agent control bridge may listen on a network interface without visible auth", "shortDescription": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "fullDescription": {"text": "Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "MINED111", "name": "Bare except continues silently", "shortDescription": {"text": "Bare except continues silently"}, "fullDescription": {"text": "Bare `except:` (or `except Exception:`) that runs code without re-raising or logging the exception. Hides real failures and makes bugs hard to diagnose."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "GHSA-5239-wwwm-4pmq", "name": "pygments: GHSA-5239-wwwm-4pmq", "shortDescription": {"text": "pygments: GHSA-5239-wwwm-4pmq"}, "fullDescription": {"text": "Pygments has Regular Expression Denial of Service (ReDoS) due to Inefficient Regex for GUID Matching"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "low", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "AIC003", "name": "Duplicated implementation block across source files", "shortDescription": {"text": "Duplicated implementation block across source files"}, "fullDescription": {"text": "Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.86, "cwe": "", "owasp": ""}}, {"id": "CORE_NO_LICENSE", "name": "No LICENSE file", "shortDescription": {"text": "No LICENSE file"}, "fullDescription": {"text": "Add a LICENSE file to your repository. Use choosealicense.com to pick the right license (MIT for permissive, Apache 2.0 for patent protection, GPL for copyleft)."}, "properties": {"scanner": "repobility-core", "category": "documentation", "severity": "low", "confidence": null, "cwe": "", "owasp": ""}}, {"id": "MINED057", "name": "[MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness \u2014 left for later but never resolve", "shortDescription": {"text": "[MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness \u2014 left for later but never resolved."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED062", "name": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model.", "shortDescription": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC020", "name": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequen", "shortDescription": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "fullDescription": {"text": "Log only redacted, hashed, or last-four-style metadata. Rotate any secret that may have reached logs."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "info", "confidence": 0.1, "cwe": "", "owasp": ""}}, {"id": "MINED043", "name": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data.", "shortDescription": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-319 / A02:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED050", "name": "[MINED050] Stub Only Function (and 13 more): Same pattern found in 13 additional files. Review if needed.", "shortDescription": {"text": "[MINED050] Stub Only Function (and 13 more): Same pattern found in 13 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": "MINED001", "name": "[MINED001] Bare Except Pass (and 5 more): Same pattern found in 5 additional files. Review if needed.", "shortDescription": {"text": "[MINED001] Bare Except Pass (and 5 more): Same pattern found in 5 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": "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": "SEC029", "name": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 7 more): Same pattern found in 7 additi", "shortDescription": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 7 more): Same pattern found in 7 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": "PYSEC-2026-142", "name": "urllib3: PYSEC-2026-142", "shortDescription": {"text": "urllib3: PYSEC-2026-142"}, "fullDescription": {"text": "urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed using the official Brotli library or (2) when HTTPResponse.drain_conn() was called after the response had been read and decompressed partially (compression algorithm did not matter here). These issues could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This could result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data) on the client side. This vulnerability is fixed in 2.7.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-141", "name": "urllib3: PYSEC-2026-141", "shortDescription": {"text": "urllib3: PYSEC-2026-141"}, "fullDescription": {"text": "urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive headers. This vulnerability is fixed in 2.7.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-161", "name": "starlette: PYSEC-2026-161", "shortDescription": {"text": "starlette: PYSEC-2026-161"}, "fullDescription": {"text": "BadHost: Missing Host header validation poisons request.url.path, bypassing path-based security checks"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-pp6c-gr5w-3c5g", "name": "python-multipart: GHSA-pp6c-gr5w-3c5g", "shortDescription": {"text": "python-multipart: GHSA-pp6c-gr5w-3c5g"}, "fullDescription": {"text": "python-multipart has Denial of Service via unbounded multipart part headers"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-179", "name": "pyjwt: PYSEC-2026-179", "shortDescription": {"text": "pyjwt: PYSEC-2026-179"}, "fullDescription": {"text": "PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, when the verifier is decoding JSON Web Tokens, while supporting both asymmetric and HMAC algorithms, the library does not validate use of JSON Web Keys in HMAC algorithm, allowing attacker to use the issuer public key as the secret key for HMAC algorithm. This vulnerability is fixed in 2.13.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-178", "name": "pyjwt: PYSEC-2026-178", "shortDescription": {"text": "pyjwt: PYSEC-2026-178"}, "fullDescription": {"text": "PyJWT is a JSON Web Token implementation in Python. From 2.8.0 to 2.12.1, when verifying detached JWS tokens using the unencoded-payload option (\"b64\": false, RFC 7797), PyJWT performs Base64URL decoding of the compact-serialization payload segment before enforcing the detached-payload rules. For b64=false, PyJWT later discards that decoded payload and replaces it with the caller-provided detached_payload. In practice, this turns the middle segment into an attacker-controlled \u201cwork amplifier\u201d: a remote client can supply an arbitrarily large Base64URL payload segment that forces CPU work + memory allocations even if the signature is invalid. This creates an unauthenticated DoS vector against any endpoint that verifies detached JWS using PyJWT. This vulnerability is fixed in 2.13.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-177", "name": "pyjwt: PYSEC-2026-177", "shortDescription": {"text": "pyjwt: PYSEC-2026-177"}, "fullDescription": {"text": "PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient.get_signing_key() forces a fresh HTTP request to the JWKS endpoint for every JWT with an unknown kid value, with no rate limiting. Since kid comes from the unverified token header, an attacker can trigger unlimited outbound requests. The vulnerability surfaces only when a JWKS fetch fails; an attacker can attempt to provoke that with sustained unknown-kid traffic, but the outcome depends on upstream JWKS-endpoint behavior (rate limiting, transient errors) which is beyond the attacker's control. This vulnerability is fixed in 2.13.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-175", "name": "pyjwt: PYSEC-2026-175", "shortDescription": {"text": "pyjwt: PYSEC-2026-175"}, "fullDescription": {"text": "PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient passes its uri argument directly to urllib.request.urlopen() which uses Python stdlib's default OpenerDirector registering HTTPHandler, HTTPSHandler, FTPHandler, FileHandler, and DataHandler. There is currently no documented option to restrict which schemes PyJWKClient will fetch. If an application's jku URL ingestion path accepts attacker-influenced URLs (e.g., from JWT header, configuration file, OAuth flow parameter), the attacker can cause PyJWKClient to read arbitrary local files via file:// (SSRF on local filesystem), cause PyJWKClient to attempt FTP / data-URI fetches (broader SSRF surface), or forge tokens that PyJWT verifies as valid. The library does not directly return non-HTTP(S) URI contents to the attacker; the chained \"plant a JWKS to forge tokens\" scenario described in the original report requires additional application-layer flaws (attacker write access to a filesystem path, untrusted jku "}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-xqmj-j6mv-4862", "name": "litellm: GHSA-xqmj-j6mv-4862", "shortDescription": {"text": "litellm: GHSA-xqmj-j6mv-4862"}, "fullDescription": {"text": "LiteLLM: Server-Side Template Injection in /prompts/test endpoint"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-wxxx-gvqv-xp7p", "name": "litellm: GHSA-wxxx-gvqv-xp7p", "shortDescription": {"text": "litellm: GHSA-wxxx-gvqv-xp7p"}, "fullDescription": {"text": "LiteLLM has a sandbox escape in custom-code guardrail"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-v4p8-mg3p-g94g", "name": "litellm: GHSA-v4p8-mg3p-g94g", "shortDescription": {"text": "litellm: GHSA-v4p8-mg3p-g94g"}, "fullDescription": {"text": "LiteLLM: Authenticated command execution via MCP stdio test endpoints"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-176", "name": "pyjwt: PYSEC-2026-176", "shortDescription": {"text": "pyjwt: PYSEC-2026-176"}, "fullDescription": {"text": "PyJWT is a JSON Web Token implementation in Python. From 2.9.0 to 2.12.1, there is a verifier-side algorithm allow-list bypass when jwt.decode() or jwt.decode_complete() are called with a PyJWK key. The token header alg is checked against the caller-supplied algorithms allow-list, but signature verification is performed with the algorithm bound to the PyJWK object instead of the header algorithm. An attacker who controls a registered JWK/JWKS private key can sign with a disallowed algorithm, advertise an allowed algorithm in the JWT header, and still be accepted. The issue affects the documented PyJWKClient.get_signing_key_from_jwt(...) flow. This vulnerability is fixed in 2.13.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-87", "name": "lxml: PYSEC-2026-87", "shortDescription": {"text": "lxml: PYSEC-2026-87"}, "fullDescription": {"text": "lxml is a library for processing XML and HTML in the Python language. Prior to 6.1.0, using either of the two parsers in the default configuration (with resolve_entities=True) allows untrusted XML input to read local files. Setting the resolve_entities option explicitly to resolve_entities='internal' or resolve_entities=False disables the local file access. This vulnerability is fixed in 6.1.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-36", "name": "cryptography: PYSEC-2026-36", "shortDescription": {"text": "cryptography: PYSEC-2026-36"}, "fullDescription": {"text": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 45.0.0 to before 46.0.7, if a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g. Hash.update()), this could lead to buffer overflows. This vulnerability is fixed in 46.0.7."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-35", "name": "cryptography: PYSEC-2026-35", "shortDescription": {"text": "cryptography: PYSEC-2026-35"}, "fullDescription": {"text": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to version 46.0.6, DNS name constraints were only validated against SANs within child certificates, and not the \"peer name\" presented during each validation. Consequently, cryptography would allow a peer named bar.example.com to validate against a wildcard leaf certificate for *.example.com, even if the leaf's parent certificate (or upwards) contained an excluded subtree constraint for bar.example.com. This issue has been patched in version 46.0.6."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-whj4-6x5x-4v2j", "name": "pillow: GHSA-whj4-6x5x-4v2j", "shortDescription": {"text": "pillow: GHSA-whj4-6x5x-4v2j"}, "fullDescription": {"text": "FITS GZIP decompression bomb in Pillow"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-pwv6-vv43-88gr", "name": "pillow: GHSA-pwv6-vv43-88gr", "shortDescription": {"text": "pillow: GHSA-pwv6-vv43-88gr"}, "fullDescription": {"text": "Pillow has an OOB Write with Invalid PSD Tile Extents (Integer Overflow)"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-165", "name": "pillow: PYSEC-2026-165", "shortDescription": {"text": "pillow: PYSEC-2026-165"}, "fullDescription": {"text": "Pillow is a Python imaging library. Prior to version 12.2.0, if a font advances for each glyph by an exceeding large amount, when Pillow keeps track of the current position, it may lead to an integer overflow. This issue has been patched in version 12.2.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "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": "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": "SEC128", "name": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns", "shortDescription": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns an unhandled Promise. The outer function resolves before the inner work completes \u2014 DB writes lost, emails not sent, ra"}, "fullDescription": {"text": "Add `await` before each async call, or chain with `.then`. If you intentionally want fire-and-forget, prefix with `void` (TS) or assign to `_` (Python with `asyncio.create_task`) to make the intent explicit and survive lint."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED131", "name": "pre-commit hook `https://github.com/astral-sh/ruff-pre-commit` pinned to mutable rev `v0.14.14`", "shortDescription": {"text": "pre-commit hook `https://github.com/astral-sh/ruff-pre-commit` pinned to mutable rev `v0.14.14`"}, "fullDescription": {"text": "`.pre-commit-config.yaml` references `https://github.com/astral-sh/ruff-pre-commit` at `rev: v0.14.14`. If `{rev}` is a branch or version tag, the repo owner can push new code there and `pre-commit install --install-hooks` will fetch it on every developer's machine."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED112", "name": "FastAPI POST / has no auth", "shortDescription": {"text": "FastAPI POST / has no auth"}, "fullDescription": {"text": "Handler `_dispatch` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"scanner": "repobility-route-auth", "category": "quality", "severity": "high", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "MINED108", "name": "`self.metadata` used but never assigned in __init__", "shortDescription": {"text": "`self.metadata` used but never assigned in __init__"}, "fullDescription": {"text": "Method `make` of class `_StampTaskConfig` reads `self.metadata`, 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": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED106", "name": "Phantom test coverage: test_async_toolbox_duplicate_action_name_raises_on_construction", "shortDescription": {"text": "Phantom test coverage: test_async_toolbox_duplicate_action_name_raises_on_construction"}, "fullDescription": {"text": "Test function `test_async_toolbox_duplicate_action_name_raises_on_construction` runs code but contains no assert / expect / should call \u2014 it passes regardless of behaviour. Adds line coverage without verifying anything."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "GHSA-r75f-5x8p-qvmc", "name": "litellm: GHSA-r75f-5x8p-qvmc", "shortDescription": {"text": "litellm: GHSA-r75f-5x8p-qvmc"}, "fullDescription": {"text": "LiteLLM has SQL Injection in Proxy API key verification"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "critical", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "MINED107", "name": "Missing import: `stat` used but not imported", "shortDescription": {"text": "Missing import: `stat` used but not imported"}, "fullDescription": {"text": "The file uses `stat.something(...)` but never imports `stat`. This raises NameError at runtime the first time the line executes."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}]}}, "automationDetails": {"id": "repobility/1175"}, "properties": {"repository": "The-AI-Alliance/cube-standard", "repoUrl": "https://github.com/The-AI-Alliance/cube-standard", "branch": "main"}, "results": [{"ruleId": "WEB003", "level": "warning", "message": {"text": "Public web service has no security.txt"}, "properties": {"repobilityId": 117889, "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": "AUC012", "level": "warning", "message": {"text": "[AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /docs, /redoc, and /openapi.json by default. Public production APIs should explicitly disable those defaults, protect them behind admin authentication, or publish a reviewed OpenAPI spec with declared security requirements."}, "properties": {"repobilityId": 117888, "scanner": "repobility-access-control", "fingerprint": "27f8c50db94c1d5138790446654bd4d0b5823ce185d040059e5a7502358b5899", "category": "auth", "severity": "medium", "confidence": 0.72, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"apps": [{"line": 315, "file_path": "src/cube/server.py", "docs_url_disabled": false, "redoc_url_disabled": false, "openapi_url_disabled": false}, {"line": 406, "file_path": "src/cube/server.py", "docs_url_disabled": false, "redoc_url_disabled": false, "openapi_url_disabled": false}, {"line": 213, "file_path": "src/cube/integrations/nemogym.py", "docs_url_disabled": false, "redoc_url_disabled": false, "openapi_url_disabled": false}], "scanner": "repobility-access-control", "correlation_key": "fp|27f8c50db94c1d5138790446654bd4d0b5823ce185d040059e5a7502358b5899"}}}, {"ruleId": "AUC002", "level": "warning", "message": {"text": "[AUC002] Low visible authorization coverage in route inventory: Only 33.3% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence."}, "properties": {"repobilityId": 117887, "scanner": "repobility-access-control", "fingerprint": "428bba7e78ca5dadacd769b0ae359888a4bbbdef443ba24eb50394e8f889518f", "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": 3, "correlation_key": "fp|428bba7e78ca5dadacd769b0ae359888a4bbbdef443ba24eb50394e8f889518f", "auth_visible_percent": 33.3}}}, {"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": 117886, "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": ["FastAPI"], "expected_files": [".repobility/access.yml", ".repobility/access.yaml", ".repobility/access.json", ".repobility/authorization.yml"], "correlation_key": "fp|f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10"}}}, {"ruleId": "GHSA-65pc-fj4g-8rjx", "level": "warning", "message": {"text": "idna: GHSA-65pc-fj4g-8rjx"}, "properties": {"repobilityId": 117877, "scanner": "osv-scanner", "fingerprint": "3cb0e6e51097792f0802522bd5a1c534f3c96b9d90576d70a538075f8c4d5bb0", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-45409"], "package": "idna", "rule_id": "GHSA-65pc-fj4g-8rjx", "scanner": "osv-scanner", "correlation_key": "vuln|idna|CVE-2024-3651|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-jg22-mg44-37j8", "level": "warning", "message": {"text": "aiohttp: GHSA-jg22-mg44-37j8"}, "properties": {"repobilityId": 117876, "scanner": "osv-scanner", "fingerprint": "f360dcc0eba31763fb048fbf952ff9aaacd93fae36b950018274d5457fa1322d", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-34993"], "package": "aiohttp", "rule_id": "GHSA-jg22-mg44-37j8", "scanner": "osv-scanner", "correlation_key": "vuln|aiohttp|CVE-2026-34993|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-hg6j-4rv6-33pg", "level": "warning", "message": {"text": "aiohttp: GHSA-hg6j-4rv6-33pg"}, "properties": {"repobilityId": 117875, "scanner": "osv-scanner", "fingerprint": "2da1f8cf81a5e62587e98e266536e6b0ec96ebc178f00a59702cebb0a7957e28", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-47265"], "package": "aiohttp", "rule_id": "GHSA-hg6j-4rv6-33pg", "scanner": "osv-scanner", "correlation_key": "vuln|aiohttp|CVE-2026-47265|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-jg22-mg44-37j8", "level": "warning", "message": {"text": "aiohttp: GHSA-jg22-mg44-37j8"}, "properties": {"repobilityId": 117870, "scanner": "osv-scanner", "fingerprint": "a867691c577a13237ff841ac7deac23d1d5875bdee93b68b67589bf91550ba6e", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-34993"], "package": "aiohttp", "rule_id": "GHSA-jg22-mg44-37j8", "scanner": "osv-scanner", "correlation_key": "vuln|aiohttp|CVE-2026-34993|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-web-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-hg6j-4rv6-33pg", "level": "warning", "message": {"text": "aiohttp: GHSA-hg6j-4rv6-33pg"}, "properties": {"repobilityId": 117869, "scanner": "osv-scanner", "fingerprint": "9c130f13a45ba8f03d5dbe133e08568aca35bce7138113d260ac0a18f72cd1bf", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-47265"], "package": "aiohttp", "rule_id": "GHSA-hg6j-4rv6-33pg", "scanner": "osv-scanner", "correlation_key": "vuln|aiohttp|CVE-2026-47265|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-web-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-gc5v-m9x4-r6x2", "level": "warning", "message": {"text": "requests: GHSA-gc5v-m9x4-r6x2"}, "properties": {"repobilityId": 117868, "scanner": "osv-scanner", "fingerprint": "3c3eb4c4974319b6e3b44edc519119581db152037ac362f780e01f6beef98080", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-25645"], "package": "requests", "rule_id": "GHSA-gc5v-m9x4-r6x2", "scanner": "osv-scanner", "correlation_key": "vuln|requests|CVE-2026-25645|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-browser-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-mj87-hwqh-73pj", "level": "warning", "message": {"text": "python-multipart: GHSA-mj87-hwqh-73pj"}, "properties": {"repobilityId": 117866, "scanner": "osv-scanner", "fingerprint": "7f924dc545d0c381736194694b116b386694d973d20fe3bcab25ce058d2bacd0", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-40347"], "package": "python-multipart", "rule_id": "GHSA-mj87-hwqh-73pj", "scanner": "osv-scanner", "correlation_key": "vuln|python-multipart|CVE-2026-40347|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-browser-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-6w46-j5rx-g56g", "level": "warning", "message": {"text": "pytest: GHSA-6w46-j5rx-g56g"}, "properties": {"repobilityId": 117854, "scanner": "osv-scanner", "fingerprint": "4dafb30216f58aa798fe13f866f6a78b9a7b4487f97aaad072954c8f52f4adfb", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2025-71176"], "package": "pytest", "rule_id": "GHSA-6w46-j5rx-g56g", "scanner": "osv-scanner", "correlation_key": "vuln|pytest|CVE-2025-71176|token", "duplicate_count": 2, "duplicate_rule_ids": ["GHSA-6w46-j5rx-g56g"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["3841ef59b7742d940f625612688ef7fa7ed86a339406ce5d80af94ce78a4eb46", "4dafb30216f58aa798fe13f866f6a78b9a7b4487f97aaad072954c8f52f4adfb", "8b9a4564167363c347f6f3e1f7e1dec03b8f5fb8821882dcd32c227d74e6ff94"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-chat/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-r73j-pqj5-w3x7", "level": "warning", "message": {"text": "pillow: GHSA-r73j-pqj5-w3x7"}, "properties": {"repobilityId": 117851, "scanner": "osv-scanner", "fingerprint": "8d2afd883ec9add146060b7d3d64e7100ba2466e10ded72abf53acf57fc699c8", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["BIT-pillow-2026-42310", "CVE-2026-42310"], "package": "pillow", "rule_id": "GHSA-r73j-pqj5-w3x7", "scanner": "osv-scanner", "correlation_key": "vuln|pillow|CVE-2026-42310|token", "duplicate_count": 2, "duplicate_rule_ids": ["GHSA-r73j-pqj5-w3x7"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["3a995057e19583177d14c74f99a3f24fcdb8ce1ca0ccb1e07d0e5ecfb426b21b", "8d2afd883ec9add146060b7d3d64e7100ba2466e10ded72abf53acf57fc699c8", "bc2d10f22d8fa1930c4f3882e4c520c5c3241e48e0d8878232a70a69db7c11ea"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-chat/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-5xmw-vc9v-4wf2", "level": "warning", "message": {"text": "pillow: GHSA-5xmw-vc9v-4wf2"}, "properties": {"repobilityId": 117849, "scanner": "osv-scanner", "fingerprint": "aa93be6009bff72ee75a33d0d085fe7a2942721da634734dc1e1be81f0151b04", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["BIT-pillow-2026-42309", "CVE-2026-42309"], "package": "pillow", "rule_id": "GHSA-5xmw-vc9v-4wf2", "scanner": "osv-scanner", "correlation_key": "vuln|pillow|CVE-2026-42309|token", "duplicate_count": 2, "duplicate_rule_ids": ["GHSA-5xmw-vc9v-4wf2"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["3fe8d26de969c3dfcd4e68e79deaeb1d5a06c7738963ffc8956dbb0b313c35a5", "aa93be6009bff72ee75a33d0d085fe7a2942721da634734dc1e1be81f0151b04", "fbbe35e46b5c32ec1fa33fc3416af1235e037172116af0e52a8823c2de2e50d3"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-chat/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-65pc-fj4g-8rjx", "level": "warning", "message": {"text": "idna: GHSA-65pc-fj4g-8rjx"}, "properties": {"repobilityId": 117847, "scanner": "osv-scanner", "fingerprint": "69ea7f1f985157cd352adafa496027e91b21765259302076a06f7ff456bce01c", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 7 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-45409"], "package": "idna", "rule_id": "GHSA-65pc-fj4g-8rjx", "scanner": "osv-scanner", "correlation_key": "vuln|idna|CVE-2024-3651|token", "duplicate_count": 7, "duplicate_rule_ids": ["GHSA-65pc-fj4g-8rjx"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["435911ed7d57733bc71cf1f95746f5e8a9d123f71b1004061e520c5893efe66a", "69ea7f1f985157cd352adafa496027e91b21765259302076a06f7ff456bce01c", "8ad20226dc9a68e47a86ade859348e90324b1523b8949809b93fa4666db0e61c", "980a08f0c54ca393c3d8d29db62387b9b11c02821d981f7750f882b26c93cb57", "a02e30696241655030ed618ae4b77562f6aff9c7b957a196515339d9d117b0f3", "b180f7cbadded33b41880efcf8916743992943e165c51b2e9bdc4e1450ff4013", "befea836aebde982d08def03c1847d652993270d728e9e806cca1833abf1d2a0", "c717ffdc7ff79b80b06f3d5ab2f5793aa57283b63a880c63bc72e237f56f060a"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-chat/uv.lock"}, "region": {"startLine": 1}}}]}, {"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": 117844, "scanner": "repobility-threat-engine", "fingerprint": "efffa3491080af3b52fcb84a9e8bca5f566f2deba2634212e867c59167a12b7a", "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            return json.loads(p.read_text())\n        except Exception:\n            return None", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC136", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|efffa3491080af3b52fcb84a9e8bca5f566f2deba2634212e867c59167a12b7a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/provision_store.py"}, "region": {"startLine": 72}}}]}, {"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": 117843, "scanner": "repobility-threat-engine", "fingerprint": "e9d7b6417df52629956759beeb9770f9556ab0bc2071668dc23d40fa13128266", "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        eps = importlib.metadata.entry_points(group=\"cube.benchmarks\")\n        matched = [ep fo", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC136", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|e9d7b6417df52629956759beeb9770f9556ab0bc2071668dc23d40fa13128266"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/introspect.py"}, "region": {"startLine": 15}}}]}, {"ruleId": "SEC005", "level": "warning", "message": {"text": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input."}, "properties": {"repobilityId": 117837, "scanner": "repobility-threat-engine", "fingerprint": "986102b7193e852a8a9dfa9cfe0137089ba280993aef3847748c9965ebbfece5", "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            command,\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|92|sec005"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-toolkit/src/cube_infra_toolkit/_exec_relay_server.py"}, "region": {"startLine": 92}}}]}, {"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": 117835, "scanner": "repobility-threat-engine", "fingerprint": "c8daa49bca8aa6725c1a5c62803a49f472090a27d15255d14c65dc32f437d7ba", "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|c8daa49bca8aa6725c1a5c62803a49f472090a27d15255d14c65dc32f437d7ba"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/backends/toolkit.py"}, "region": {"startLine": 141}}}]}, {"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": 117834, "scanner": "repobility-threat-engine", "fingerprint": "c1fa95baa2a06e9c946fa2e4db79b3fd46bcae2e1b5e641edaa442fa7aefda38", "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|c1fa95baa2a06e9c946fa2e4db79b3fd46bcae2e1b5e641edaa442fa7aefda38"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/backends/local.py"}, "region": {"startLine": 164}}}]}, {"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": 117833, "scanner": "repobility-threat-engine", "fingerprint": "173d309434e7d987c292975c82073a4e4eebec14524b1e103ee5fff200cdbd98", "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|173d309434e7d987c292975c82073a4e4eebec14524b1e103ee5fff200cdbd98"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/container.py"}, "region": {"startLine": 168}}}]}, {"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": 117816, "scanner": "repobility-threat-engine", "fingerprint": "3b028dc86259dd17cd6ae6b517a6694e78a50fe9de99ae5adf05918f68ce37d5", "category": "injection", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|injection|src/cube/backends/local.py|85|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/backends/local.py"}, "region": {"startLine": 85}}}]}, {"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": 117815, "scanner": "repobility-threat-engine", "fingerprint": "52170be6cfc2e5118f905d317563c1d4840ebb6d2bfd049cc6a43eba8a065428", "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|5|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/daytona.py"}, "region": {"startLine": 5}}}]}, {"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": 117814, "scanner": "repobility-threat-engine", "fingerprint": "f8d84e3ebabb12c75b81153870567bef192c0ec4a6d853ec63268b7f089cff7e", "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|108|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/container.py"}, "region": {"startLine": 108}}}]}, {"ruleId": "COMP001", "level": "warning", "message": {"text": "[COMP001] High cognitive complexity: Function `make` has cognitive complexity 19 (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, except=4, if=7, nested_bonus=5, ternary=2."}, "properties": {"repobilityId": 117811, "scanner": "repobility-threat-engine", "fingerprint": "13b11d9984fd68800c8f94bafdc8076ed6a2c5d8e43e6ad0e5b31825caec23d7", "category": "quality", "severity": "medium", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 19 (severity threshold for medium: 15+).", "evidence": {"scanner": "repobility-threat-engine", "function": "make", "breakdown": {"if": 7, "else": 1, "except": 4, "ternary": 2, "nested_bonus": 5}, "complexity": 19, "correlation_key": "fp|13b11d9984fd68800c8f94bafdc8076ed6a2c5d8e43e6ad0e5b31825caec23d7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-browser-playwright/src/cube_browser_playwright/playwright_session.py"}, "region": {"startLine": 74}}}]}, {"ruleId": "COMP001", "level": "warning", "message": {"text": "[COMP001] High cognitive complexity: Function `make` has cognitive complexity 19 (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, except=4, if=7, nested_bonus=5, ternary=2."}, "properties": {"repobilityId": 117810, "scanner": "repobility-threat-engine", "fingerprint": "0ad412929cebf8a6a75bc6150e7875bdd9d4881b6ea063a8db3c2215ca37908e", "category": "quality", "severity": "medium", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 19 (severity threshold for medium: 15+).", "evidence": {"scanner": "repobility-threat-engine", "function": "make", "breakdown": {"if": 7, "else": 1, "except": 4, "ternary": 2, "nested_bonus": 5}, "complexity": 19, "correlation_key": "fp|0ad412929cebf8a6a75bc6150e7875bdd9d4881b6ea063a8db3c2215ca37908e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-browser-playwright/src/cube_browser_playwright/async_playwright_session.py"}, "region": {"startLine": 71}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 117805, "scanner": "repobility-agent-runtime", "fingerprint": "e4d4f1b1d8f4a8e40a9ac9bcb6b05abf9c6c008e9b749b71ded303c2301e2816", "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|e4d4f1b1d8f4a8e40a9ac9bcb6b05abf9c6c008e9b749b71ded303c2301e2816"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/server.py"}, "region": {"startLine": 4}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 117804, "scanner": "repobility-agent-runtime", "fingerprint": "40357850032cb4ab15c6c392b893eb32fb0dbf990aa12adb53675f608e4262c2", "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|40357850032cb4ab15c6c392b893eb32fb0dbf990aa12adb53675f608e4262c2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/integrations/nemogym.py"}, "region": {"startLine": 4}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 117803, "scanner": "repobility-agent-runtime", "fingerprint": "36b11f294c987fb621b315ff28013afd35076e737271f0e4154fca565e22c106", "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|36b11f294c987fb621b315ff28013afd35076e737271f0e4154fca565e22c106"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-azure/src/cube_infra_azure/azure.py"}, "region": {"startLine": 75}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 117802, "scanner": "repobility-agent-runtime", "fingerprint": "0c6d87bce6a2cf544aca16ddb96be50187b3ad4079eb81df043002a70a2423a8", "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|0c6d87bce6a2cf544aca16ddb96be50187b3ad4079eb81df043002a70a2423a8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-aws/src/cube_infra_aws/aws.py"}, "region": {"startLine": 56}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117797, "scanner": "repobility-ast-engine", "fingerprint": "884f14692f1cd4ac41ab8e8e8007f34cb730014bbc33a325c9c30698c4435e75", "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|884f14692f1cd4ac41ab8e8e8007f34cb730014bbc33a325c9c30698c4435e75"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/testing.py"}, "region": {"startLine": 317}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117796, "scanner": "repobility-ast-engine", "fingerprint": "bb7fad10db8dcf85678626126b85e6ed97771811e7402433a96bd7f8eb3592dd", "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|bb7fad10db8dcf85678626126b85e6ed97771811e7402433a96bd7f8eb3592dd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/testing.py"}, "region": {"startLine": 313}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117795, "scanner": "repobility-ast-engine", "fingerprint": "dcda5af5a651140ca2ac71cb2fdf5b05c364e4f722f34d64f49eb84cf7bdd50b", "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|dcda5af5a651140ca2ac71cb2fdf5b05c364e4f722f34d64f49eb84cf7bdd50b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/testing.py"}, "region": {"startLine": 181}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117794, "scanner": "repobility-ast-engine", "fingerprint": "c02516f7cb4336b4045668bf3502dd2d78e19de23e17aa2434c57a4543b441ad", "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|c02516f7cb4336b4045668bf3502dd2d78e19de23e17aa2434c57a4543b441ad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/scripts/collect_metrics.py"}, "region": {"startLine": 622}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117793, "scanner": "repobility-ast-engine", "fingerprint": "1727a5798b2f3a917d0b0d5978dac856fbd0775dd15d7d694cf2fdddc4540099", "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|1727a5798b2f3a917d0b0d5978dac856fbd0775dd15d7d694cf2fdddc4540099"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/scripts/collect_metrics.py"}, "region": {"startLine": 369}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117792, "scanner": "repobility-ast-engine", "fingerprint": "b5b1e91a65b28f2549f85f36452ca5bf919e20fe41d770f63f011229a15b5cb7", "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|b5b1e91a65b28f2549f85f36452ca5bf919e20fe41d770f63f011229a15b5cb7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/scripts/collect_metrics.py"}, "region": {"startLine": 343}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117791, "scanner": "repobility-ast-engine", "fingerprint": "4b85b5cfc3cd302ea6345947ed91fd0cc9d3c813dbf380e02424cc41239754a5", "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|4b85b5cfc3cd302ea6345947ed91fd0cc9d3c813dbf380e02424cc41239754a5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/scripts/collect_metrics.py"}, "region": {"startLine": 316}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117790, "scanner": "repobility-ast-engine", "fingerprint": "e35c3444cc7d0260d09ad960d25a7185a4277d43a9d5862fe43605206840ac5e", "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|e35c3444cc7d0260d09ad960d25a7185a4277d43a9d5862fe43605206840ac5e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/scripts/collect_metrics.py"}, "region": {"startLine": 271}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117788, "scanner": "repobility-ast-engine", "fingerprint": "9c16d3893f09717459a63e3c280235219dfbad0ff58f37bc657e008928bc77f9", "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|9c16d3893f09717459a63e3c280235219dfbad0ff58f37bc657e008928bc77f9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/container.py"}, "region": {"startLine": 187}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117787, "scanner": "repobility-ast-engine", "fingerprint": "738b9bfbd6d44325e19a2fb53504b3bc8c023605542f4159096148e814320a6f", "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|738b9bfbd6d44325e19a2fb53504b3bc8c023605542f4159096148e814320a6f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-toolkit/src/cube_infra_toolkit/container.py"}, "region": {"startLine": 625}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117786, "scanner": "repobility-ast-engine", "fingerprint": "c91c81a310f1bc689c99742209f91edf1f0b90938bad7607e795454ed67606da", "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|c91c81a310f1bc689c99742209f91edf1f0b90938bad7607e795454ed67606da"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-toolkit/src/cube_infra_toolkit/container.py"}, "region": {"startLine": 423}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117785, "scanner": "repobility-ast-engine", "fingerprint": "82d3bbe3e4cc20efaff29fd0b2b492f133cdc03c30abd1b22823ff709ef813c9", "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|82d3bbe3e4cc20efaff29fd0b2b492f133cdc03c30abd1b22823ff709ef813c9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-toolkit/src/cube_infra_toolkit/container.py"}, "region": {"startLine": 686}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117784, "scanner": "repobility-ast-engine", "fingerprint": "e8fbb5b720bd69d946436e873c29c62d9960814ce2391557f1dfa22321da9f00", "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|e8fbb5b720bd69d946436e873c29c62d9960814ce2391557f1dfa22321da9f00"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-toolkit/src/cube_infra_toolkit/container.py"}, "region": {"startLine": 415}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117783, "scanner": "repobility-ast-engine", "fingerprint": "07e1c02024f70085eb3566aeff4fbd8d1ffa2ce09f40717d172ee3564cc5747a", "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|07e1c02024f70085eb3566aeff4fbd8d1ffa2ce09f40717d172ee3564cc5747a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-azure/src/cube_infra_azure/azure.py"}, "region": {"startLine": 1751}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117782, "scanner": "repobility-ast-engine", "fingerprint": "8c2cb8a4dd7e2fd8a9ae1e4593680587ccd19bb87462d82ccd25aee1151c7fe5", "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|8c2cb8a4dd7e2fd8a9ae1e4593680587ccd19bb87462d82ccd25aee1151c7fe5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-azure/src/cube_infra_azure/azure.py"}, "region": {"startLine": 1736}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117781, "scanner": "repobility-ast-engine", "fingerprint": "25c3605b37341f5cb1b5a3689f5e7794fedd9342967c568fd494072fda999596", "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|25c3605b37341f5cb1b5a3689f5e7794fedd9342967c568fd494072fda999596"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-web-tool/src/cube_web_tool/fetch_tool.py"}, "region": {"startLine": 48}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117780, "scanner": "repobility-ast-engine", "fingerprint": "d3d8ff1adcce52f1ab09d689cb1ca7ab768de71afc98c0502541f2a5210dcd7d", "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|d3d8ff1adcce52f1ab09d689cb1ca7ab768de71afc98c0502541f2a5210dcd7d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/counter-cube-remote/client_sdk.py"}, "region": {"startLine": 80}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117779, "scanner": "repobility-ast-engine", "fingerprint": "49e8bca324ade6ab9f9b55b0db652e5be33b1d58668a11a21de49d2f3435d2e4", "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|49e8bca324ade6ab9f9b55b0db652e5be33b1d58668a11a21de49d2f3435d2e4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/counter-cube-remote/client_raw.py"}, "region": {"startLine": 112}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117778, "scanner": "repobility-ast-engine", "fingerprint": "ad0df6dc7340c87845f77a315b7d0eb1de39ef13f8cc4e5669b0f85107d60863", "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|ad0df6dc7340c87845f77a315b7d0eb1de39ef13f8cc4e5669b0f85107d60863"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/backends/test_modal.py"}, "region": {"startLine": 26}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117777, "scanner": "repobility-ast-engine", "fingerprint": "059429f1135a84ab87006f9ce8147d67a24dbf65f95d2eca70698b7fde8ee67c", "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|059429f1135a84ab87006f9ce8147d67a24dbf65f95d2eca70698b7fde8ee67c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/backends/test_local.py"}, "region": {"startLine": 25}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117776, "scanner": "repobility-ast-engine", "fingerprint": "8cc907c9938959d80af1137dcf0d6deac0a5af9f6d7b7da03d638e57ec30c121", "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|8cc907c9938959d80af1137dcf0d6deac0a5af9f6d7b7da03d638e57ec30c121"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/backends/test_toolkit.py"}, "region": {"startLine": 37}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117765, "scanner": "repobility-ast-engine", "fingerprint": "5a38146d0f68843c4dcd9ce7982ce92dc01fae672bb0fe346e69542a6a492189", "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|5a38146d0f68843c4dcd9ce7982ce92dc01fae672bb0fe346e69542a6a492189"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_registry_integration_sandbox.py"}, "region": {"startLine": 186}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117764, "scanner": "repobility-ast-engine", "fingerprint": "ee5c9068c549aada3f5d82a7544af7667e19485d401b2e574de0514dac4d19a4", "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|ee5c9068c549aada3f5d82a7544af7667e19485d401b2e574de0514dac4d19a4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_registry_integration_sandbox.py"}, "region": {"startLine": 144}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117763, "scanner": "repobility-ast-engine", "fingerprint": "dcb03d25bd1bc6a210db151197c43da43f930b1ed3ec374cb310bacf82f6429a", "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|dcb03d25bd1bc6a210db151197c43da43f930b1ed3ec374cb310bacf82f6429a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_registry_integration_sandbox.py"}, "region": {"startLine": 114}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 117724, "scanner": "repobility-ast-engine", "fingerprint": "02e7c7a04db7e2981c17cf5e169591e031b7c1bcea472f1751fbcf37c350ec80", "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|02e7c7a04db7e2981c17cf5e169591e031b7c1bcea472f1751fbcf37c350ec80"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_registry_integration.py"}, "region": {"startLine": 117}}}]}, {"ruleId": "GHSA-5239-wwwm-4pmq", "level": "note", "message": {"text": "pygments: GHSA-5239-wwwm-4pmq"}, "properties": {"repobilityId": 117853, "scanner": "osv-scanner", "fingerprint": "a81298ab050bba8c617c6105561518a03ddf59086363a236fb555d193984b87f", "category": "dependency", "severity": "low", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-4539"], "package": "pygments", "rule_id": "GHSA-5239-wwwm-4pmq", "scanner": "osv-scanner", "correlation_key": "vuln|pygments|CVE-2026-4539|token", "duplicate_count": 2, "duplicate_rule_ids": ["GHSA-5239-wwwm-4pmq"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["4dfcccbde2fba51657a6b163ea52b4138a9f0e2f2dd6c9450dd67480f9995f09", "a81298ab050bba8c617c6105561518a03ddf59086363a236fb555d193984b87f", "fda769463625e6cfb5777fc94f2c5afb1170a4b91d4da67402db1ff221c7377a"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-chat/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `_parse_session_output` 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: and=1, elif=1, else=1, if=1, nested_bonus=4, while=2."}, "properties": {"repobilityId": 117812, "scanner": "repobility-threat-engine", "fingerprint": "02b6fede73e7976604e4bd715005005732719a3d939b8f241482c821116e8b1c", "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": "_parse_session_output", "breakdown": {"if": 1, "and": 1, "elif": 1, "else": 1, "while": 2, "nested_bonus": 4}, "complexity": 10, "correlation_key": "fp|02b6fede73e7976604e4bd715005005732719a3d939b8f241482c821116e8b1c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/container.py"}, "region": {"startLine": 58}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 117721, "scanner": "repobility-ai-code-hygiene", "fingerprint": "77421f2b13f2dcc3e11178ec39ed82802561536563587c064c222355f0dd320e", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "src/cube/task.py", "duplicate_line": 176, "correlation_key": "fp|77421f2b13f2dcc3e11178ec39ed82802561536563587c064c222355f0dd320e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/tool.py"}, "region": {"startLine": 74}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 117720, "scanner": "repobility-ai-code-hygiene", "fingerprint": "0dbb1f19299d178e18c86224bec1b6014d9f52c7f8dda71a8bfccfb01cab70e4", "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": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/container.py", "duplicate_line": 36, "correlation_key": "fp|0dbb1f19299d178e18c86224bec1b6014d9f52c7f8dda71a8bfccfb01cab70e4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/backends/modal.py"}, "region": {"startLine": 28}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 117719, "scanner": "repobility-ai-code-hygiene", "fingerprint": "55c08f6c791b7abbb3c6018518811a909207631d5bbc6d95ac88e795ef533040", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "src/cube/backends/local.py", "duplicate_line": 12, "correlation_key": "fp|55c08f6c791b7abbb3c6018518811a909207631d5bbc6d95ac88e795ef533040"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/backends/modal.py"}, "region": {"startLine": 10}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 117718, "scanner": "repobility-ai-code-hygiene", "fingerprint": "b1745014bf9303702864df3a3598051b42352bca4e2751cb6b226ce95c2bdf50", "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": "cube-tools/cube-browser-tool/src/cube_browser_tool/action_spaces.py", "duplicate_line": 226, "correlation_key": "fp|b1745014bf9303702864df3a3598051b42352bca4e2751cb6b226ce95c2bdf50"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-browser-tool/src/cube_browser_tool/playwright_tool.py"}, "region": {"startLine": 441}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 117717, "scanner": "repobility-ai-code-hygiene", "fingerprint": "47f6c05305264d4f0165c66322e7df2631478a30025d5fcca3f2e13196210b22", "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": "cube-resources/cube-vm-backend/src/cube_vm_backend/docker.py", "duplicate_line": 23, "correlation_key": "fp|47f6c05305264d4f0165c66322e7df2631478a30025d5fcca3f2e13196210b22"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-vm-backend/src/cube_vm_backend/local.py"}, "region": {"startLine": 24}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 117716, "scanner": "repobility-ai-code-hygiene", "fingerprint": "f2fbf60bc601954c50700c13090f03b29120f8b4ee474823cc30003f9cd47f50", "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": "cube-resources/cube-browser-playwright/src/cube_browser_playwright/async_playwright_session.py", "duplicate_line": 43, "correlation_key": "fp|f2fbf60bc601954c50700c13090f03b29120f8b4ee474823cc30003f9cd47f50"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-browser-playwright/src/cube_browser_playwright/playwright_session.py"}, "region": {"startLine": 44}}}]}, {"ruleId": "CORE_NO_LICENSE", "level": "note", "message": {"text": "No LICENSE file"}, "properties": {"repobilityId": 117715, "scanner": "repobility-core", "fingerprint": "9314e9238cd99885865b92490d1aaa96ca62b1390c9377878d5f3d99227e1c3c", "category": "documentation", "severity": "low", "confidence": null, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"rule_id": "CORE_NO_LICENSE", "scanner": "repobility-core", "correlation_key": "repo|documentation|core_no_license"}}}, {"ruleId": "MINED057", "level": "none", "message": {"text": "[MINED057] Todo Bomb: Code path with a TODO/FIXME/HACK comment that gates correctness \u2014 left for later but never resolved."}, "properties": {"repobilityId": 117845, "scanner": "repobility-threat-engine", "fingerprint": "e6cd31c02fdf06d1a4a284ea51ef9ffb56a550981b68b2b2004abecb9234a3b4", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "todo-bomb", "owasp": null, "cwe_ids": [], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348035+00:00", "triaged_in_corpus": 10, "observations_count": 255662, "ai_coder_pattern_id": 4}, "scanner": "repobility-threat-engine", "correlation_key": "fp|e6cd31c02fdf06d1a4a284ea51ef9ffb56a550981b68b2b2004abecb9234a3b4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/resources/browser_session.py"}, "region": {"startLine": 7}}}]}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 117842, "scanner": "repobility-threat-engine", "fingerprint": "8647ca1283d50d47a5795fe1d42cfe02718b422c2545c4a436f63c3ad194ca0c", "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|8647ca1283d50d47a5795fe1d42cfe02718b422c2545c4a436f63c3ad194ca0c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/container.py"}, "region": {"startLine": 30}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 117841, "scanner": "repobility-threat-engine", "fingerprint": "9a3f5b5fd4a1b2db4adb35082af8ddf29487cb705287f359d28dc32d4ef92ec3", "category": "credential_exposure", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe context pattern detected", "evidence": {"match": "print(f\"benchmark_metadata.name   = {config.benchmark_metadata.name}\")", "reason": "Safe context pattern detected", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "secret|token|14|print f benchmark_metadata.name token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/toy_bench_auto_load_from_json/counter.py"}, "region": {"startLine": 147}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 117840, "scanner": "repobility-threat-engine", "fingerprint": "5661a8b4772556d9fc436ee8501a647d2b7fcf6e649ab09278ae8086a81db973", "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|5661a8b4772556d9fc436ee8501a647d2b7fcf6e649ab09278ae8086a81db973"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/vm.py"}, "region": {"startLine": 58}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 117839, "scanner": "repobility-threat-engine", "fingerprint": "6541c185dd9cc18fcccdc2896ff5ffdbd7a3ef0e02d9cf00d6a489d17534478b", "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|6541c185dd9cc18fcccdc2896ff5ffdbd7a3ef0e02d9cf00d6a489d17534478b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/counter-cube-remote/server.py"}, "region": {"startLine": 31}}}]}, {"ruleId": "ERR001", "level": "none", "message": {"text": "[ERR001] Silent Exception Swallowing (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "properties": {"repobilityId": 117836, "scanner": "repobility-threat-engine", "fingerprint": "4ffea2800599adb663df46ab31003467b0a25ff84f83dd40a996e94f4d40f164", "category": "error_handling", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "ERR001", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|4ffea2800599adb663df46ab31003467b0a25ff84f83dd40a996e94f4d40f164"}}}, {"ruleId": "MINED050", "level": "none", "message": {"text": "[MINED050] Stub Only Function (and 13 more): Same pattern found in 13 additional files. Review if needed."}, "properties": {"repobilityId": 117832, "scanner": "repobility-threat-engine", "fingerprint": "7279be3bf1fcb1aa10ba0c2ac1be9be53dc68b6d651aeb9501d6be025f645add", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 13 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"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|7279be3bf1fcb1aa10ba0c2ac1be9be53dc68b6d651aeb9501d6be025f645add", "aggregated_count": 13}}}, {"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": 117831, "scanner": "repobility-threat-engine", "fingerprint": "5052012a45d83b9a81c56cf078cca7126d0a4d74bede88f0a4bd0dc076813cf7", "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|5052012a45d83b9a81c56cf078cca7126d0a4d74bede88f0a4bd0dc076813cf7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-vm-backend/src/cube_vm_backend/local.py"}, "region": {"startLine": 141}}}]}, {"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": 117830, "scanner": "repobility-threat-engine", "fingerprint": "74a81b48069159e7f23db48fd80e556f96bbce3bb0ecf5fa8ea22c1dd3ee4bb3", "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|74a81b48069159e7f23db48fd80e556f96bbce3bb0ecf5fa8ea22c1dd3ee4bb3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-vm-backend/src/cube_vm_backend/docker.py"}, "region": {"startLine": 140}}}]}, {"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": 117829, "scanner": "repobility-threat-engine", "fingerprint": "698f64c0a69f51a83d859a7433396b09b293a85747cfd25970f676cab98d57ba", "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|698f64c0a69f51a83d859a7433396b09b293a85747cfd25970f676cab98d57ba"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/container.py"}, "region": {"startLine": 169}}}]}, {"ruleId": "MINED001", "level": "none", "message": {"text": "[MINED001] Bare Except Pass (and 5 more): Same pattern found in 5 additional files. Review if needed."}, "properties": {"repobilityId": 117828, "scanner": "repobility-threat-engine", "fingerprint": "7fa035b085c0bd9a31a5276c49da091420eed1825fee6f01486426827fccfced", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 5 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"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|7fa035b085c0bd9a31a5276c49da091420eed1825fee6f01486426827fccfced", "aggregated_count": 5}}}, {"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": 117821, "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 2 more): Same pattern found in 2 additional files. Review if needed."}, "properties": {"repobilityId": 117817, "scanner": "repobility-threat-engine", "fingerprint": "b031acad30223651838c72762fbf67002aa9bccea5e8d28f9a1dee5134b8d8a4", "category": "injection", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|b031acad30223651838c72762fbf67002aa9bccea5e8d28f9a1dee5134b8d8a4"}}}, {"ruleId": "COMP001", "level": "none", "message": {"text": "[COMP001] High cognitive complexity (and 15 more): Same pattern found in 15 additional files. Review if needed."}, "properties": {"repobilityId": 117813, "scanner": "repobility-threat-engine", "fingerprint": "49c7adc690aaef0cba0539e188460f8671984ef7c4ebdb1c821d1535a2aa7f56", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 15 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"scanner": "repobility-threat-engine", "function": "make", "breakdown": {"if": 7, "else": 1, "except": 4, "ternary": 2, "nested_bonus": 5}, "aggregated": true, "complexity": 19, "correlation_key": "fp|49c7adc690aaef0cba0539e188460f8671984ef7c4ebdb1c821d1535a2aa7f56", "aggregated_count": 15}}}, {"ruleId": "SEC029", "level": "none", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 7 more): Same pattern found in 7 additional files. Review if needed."}, "properties": {"repobilityId": 117809, "scanner": "repobility-threat-engine", "fingerprint": "ca5810ac6a2691831acbb4a51605672ba83c57f5592204a59181f6375036bfee", "category": "ssrf", "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": "SEC029", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|ca5810ac6a2691831acbb4a51605672ba83c57f5592204a59181f6375036bfee"}}}, {"ruleId": "PYSEC-2026-142", "level": "error", "message": {"text": "urllib3: PYSEC-2026-142"}, "properties": {"repobilityId": 117885, "scanner": "osv-scanner", "fingerprint": "66e1b1aa9022c519776ddad0df70ff61566d315478a0e1d4db634530c7bec89d", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-44432", "GHSA-mf9v-mfxr-j63j"], "package": "urllib3", "rule_id": "PYSEC-2026-142", "scanner": "osv-scanner", "correlation_key": "vuln|urllib3|CVE-2026-44432|uv.lock", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-mf9v-mfxr-j63j", "PYSEC-2026-142"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["66e1b1aa9022c519776ddad0df70ff61566d315478a0e1d4db634530c7bec89d", "a381e5d6707c9f75030a22ee814aac9c80fbfaca862e6fa548c90d2b0d78e00f"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-141", "level": "error", "message": {"text": "urllib3: PYSEC-2026-141"}, "properties": {"repobilityId": 117884, "scanner": "osv-scanner", "fingerprint": "202e502152aa0eef57a4c3f3a01e648d30977c8aa06b2acc05a839706b0597b4", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-44431", "GHSA-qccp-gfcp-xxvc"], "package": "urllib3", "rule_id": "PYSEC-2026-141", "scanner": "osv-scanner", "correlation_key": "vuln|urllib3|CVE-2026-44431|uv.lock", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-qccp-gfcp-xxvc", "PYSEC-2026-141"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["202e502152aa0eef57a4c3f3a01e648d30977c8aa06b2acc05a839706b0597b4", "b78af741547635e5ed59316b870c20991733a249d6cd722bd682d0d24fc35efa"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-161", "level": "error", "message": {"text": "starlette: PYSEC-2026-161"}, "properties": {"repobilityId": 117883, "scanner": "osv-scanner", "fingerprint": "993c965e051ac08384f28c004ed2828303fa08d6e623c80da1211dbce5cea7ce", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-48710", "GHSA-86qp-5c8j-p5mr", "X41-2026-002"], "package": "starlette", "rule_id": "PYSEC-2026-161", "scanner": "osv-scanner", "correlation_key": "vuln|starlette|CVE-2026-48710|uv.lock", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-86qp-5c8j-p5mr", "PYSEC-2026-161"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["20d0e73bab623b5772bb5ee81b54e26f25bfd7b3f632ca3aec483536eb176c89", "993c965e051ac08384f28c004ed2828303fa08d6e623c80da1211dbce5cea7ce"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-pp6c-gr5w-3c5g", "level": "error", "message": {"text": "python-multipart: GHSA-pp6c-gr5w-3c5g"}, "properties": {"repobilityId": 117882, "scanner": "osv-scanner", "fingerprint": "813234e13bf5f6c49b4449533cb686042249a04d5138b2bb710becb99802b5e4", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-42561"], "package": "python-multipart", "rule_id": "GHSA-pp6c-gr5w-3c5g", "scanner": "osv-scanner", "correlation_key": "vuln|python-multipart|CVE-2026-42561|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-179", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-179"}, "properties": {"repobilityId": 117881, "scanner": "osv-scanner", "fingerprint": "3a8c92a4bc42452ab63c8b780593c12b550761e77665f811c437dd35791069ae", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-48526", "GHSA-xgmm-8j9v-c9wx"], "package": "pyjwt", "rule_id": "PYSEC-2026-179", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2026-48526|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-178", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-178"}, "properties": {"repobilityId": 117880, "scanner": "osv-scanner", "fingerprint": "529afc49608a001ef35ca72e2e5bf2ab615fb9fdf39e2d3fc621ae3c7274698b", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-48525", "GHSA-w7vc-732c-9m39"], "package": "pyjwt", "rule_id": "PYSEC-2026-178", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2026-48525|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-177", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-177"}, "properties": {"repobilityId": 117879, "scanner": "osv-scanner", "fingerprint": "e4a57bf8d7416024fd079256b08e268bcee4f11f05b7eaee044fc1d8b95a1189", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-48524", "GHSA-fhv5-28vv-h8m8"], "package": "pyjwt", "rule_id": "PYSEC-2026-177", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2026-48524|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-175", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-175"}, "properties": {"repobilityId": 117878, "scanner": "osv-scanner", "fingerprint": "5008712fe3bda523fafb9d2d087e037a86c42cd2bee1401e12b9c2d636db62f1", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-48522", "GHSA-993g-76c3-p5m4"], "package": "pyjwt", "rule_id": "PYSEC-2026-175", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2026-48522|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-xqmj-j6mv-4862", "level": "error", "message": {"text": "litellm: GHSA-xqmj-j6mv-4862"}, "properties": {"repobilityId": 117874, "scanner": "osv-scanner", "fingerprint": "0d6e2b929925a9a98ba050ec5a3e392e30119f3e88e51614628ef53938b30039", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-42203"], "package": "litellm", "rule_id": "GHSA-xqmj-j6mv-4862", "scanner": "osv-scanner", "correlation_key": "vuln|litellm|CVE-2026-42203|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-web-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-wxxx-gvqv-xp7p", "level": "error", "message": {"text": "litellm: GHSA-wxxx-gvqv-xp7p"}, "properties": {"repobilityId": 117873, "scanner": "osv-scanner", "fingerprint": "91a1c7af9b302d3c454a2c7892c8d77fe0111db0bb1afb76653cf560eb5fdd71", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-40217"], "package": "litellm", "rule_id": "GHSA-wxxx-gvqv-xp7p", "scanner": "osv-scanner", "correlation_key": "vuln|litellm|CVE-2026-40217|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-web-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-v4p8-mg3p-g94g", "level": "error", "message": {"text": "litellm: GHSA-v4p8-mg3p-g94g"}, "properties": {"repobilityId": 117872, "scanner": "osv-scanner", "fingerprint": "e1eba168b9d69bb35262e7d7a7c56e39eadee05a3d2b4ce01d05149b179380d8", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-42271"], "package": "litellm", "rule_id": "GHSA-v4p8-mg3p-g94g", "scanner": "osv-scanner", "correlation_key": "vuln|litellm|CVE-2026-42271|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-web-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-pp6c-gr5w-3c5g", "level": "error", "message": {"text": "python-multipart: GHSA-pp6c-gr5w-3c5g"}, "properties": {"repobilityId": 117867, "scanner": "osv-scanner", "fingerprint": "e8717160fa69479bd0c867762e7898a95e899cbe7adbee11463e7863b8bf1b3d", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-42561"], "package": "python-multipart", "rule_id": "GHSA-pp6c-gr5w-3c5g", "scanner": "osv-scanner", "correlation_key": "vuln|python-multipart|CVE-2026-42561|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-browser-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-176", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-176"}, "properties": {"repobilityId": 117865, "scanner": "osv-scanner", "fingerprint": "68ce8bdd189d6977ea13566b2cd9570f38197842fd66584a5aba1246aafad67d", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-48523", "GHSA-jq35-7prp-9v3f"], "package": "pyjwt", "rule_id": "PYSEC-2026-176", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2026-48523|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-browser-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-87", "level": "error", "message": {"text": "lxml: PYSEC-2026-87"}, "properties": {"repobilityId": 117864, "scanner": "osv-scanner", "fingerprint": "f747f83a3b5412049c7517457b623cb86d45644e5c06b6def0f0d13352a2ebf3", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-41066", "GHSA-vfmq-68hx-4jfw"], "package": "lxml", "rule_id": "PYSEC-2026-87", "scanner": "osv-scanner", "correlation_key": "vuln|lxml|CVE-2026-41066|token", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-vfmq-68hx-4jfw", "PYSEC-2026-87"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["13f85eae86a2c0535f1234aa16df80ba289242155e9c8721764a9f8bc0e78c3c", "f747f83a3b5412049c7517457b623cb86d45644e5c06b6def0f0d13352a2ebf3"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-browser-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-36", "level": "error", "message": {"text": "cryptography: PYSEC-2026-36"}, "properties": {"repobilityId": 117863, "scanner": "osv-scanner", "fingerprint": "e89a484d50b90013a6ea2a6231187105f0e303d88a2433165746b77aab4ce8f2", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-39892", "GHSA-p423-j2cm-9vmq"], "package": "cryptography", "rule_id": "PYSEC-2026-36", "scanner": "osv-scanner", "correlation_key": "vuln|cryptography|CVE-2026-39892|token", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-p423-j2cm-9vmq", "PYSEC-2026-36"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["0c245959fd59083d8a36604209b88915f16c170438c316a53e37eba6ff4d72c4", "e89a484d50b90013a6ea2a6231187105f0e303d88a2433165746b77aab4ce8f2"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-browser-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-35", "level": "error", "message": {"text": "cryptography: PYSEC-2026-35"}, "properties": {"repobilityId": 117862, "scanner": "osv-scanner", "fingerprint": "6b2831e7bf9c472a26327f8c8f258702796f8837a2ea55ef6f6dd591aaeeb0c3", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-34073", "GHSA-m959-cc7f-wv43"], "package": "cryptography", "rule_id": "PYSEC-2026-35", "scanner": "osv-scanner", "correlation_key": "vuln|cryptography|CVE-2026-34073|token", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-m959-cc7f-wv43", "PYSEC-2026-35"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["6b2831e7bf9c472a26327f8c8f258702796f8837a2ea55ef6f6dd591aaeeb0c3", "b3ab6f9cc0aebd00b131476845434d97af0384ca3eb2a30760702f25f9375211"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-browser-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-179", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-179"}, "properties": {"repobilityId": 117861, "scanner": "osv-scanner", "fingerprint": "957a7c781a8f1cf42c5a1f3a85c0da0caa24beb034dd7f2c6670c0208b87970c", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-48526", "GHSA-xgmm-8j9v-c9wx"], "package": "pyjwt", "rule_id": "PYSEC-2026-179", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2026-48526|token", "duplicate_count": 1, "duplicate_rule_ids": ["PYSEC-2026-179"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["6e10519feb2278aca536c647e53550f051af24f7059e89c1c511deadf2469c21", "957a7c781a8f1cf42c5a1f3a85c0da0caa24beb034dd7f2c6670c0208b87970c"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-azure/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-178", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-178"}, "properties": {"repobilityId": 117860, "scanner": "osv-scanner", "fingerprint": "130562bb6dc3cb7e9ef3ac4e8d0fd3997ac1be5d049b4dc3750d9f70f7a0b2cf", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-48525", "GHSA-w7vc-732c-9m39"], "package": "pyjwt", "rule_id": "PYSEC-2026-178", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2026-48525|token", "duplicate_count": 1, "duplicate_rule_ids": ["PYSEC-2026-178"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["130562bb6dc3cb7e9ef3ac4e8d0fd3997ac1be5d049b4dc3750d9f70f7a0b2cf", "67bb3cf7ed15b95e7704cb896658dc0e6e389619cf922c502a29d839e9504baf"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-azure/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-177", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-177"}, "properties": {"repobilityId": 117859, "scanner": "osv-scanner", "fingerprint": "c04ceed9bababaf9878bc9d0c7b73bee9614f1a8cf39e760520bfded8c07cd3e", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-48524", "GHSA-fhv5-28vv-h8m8"], "package": "pyjwt", "rule_id": "PYSEC-2026-177", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2026-48524|token", "duplicate_count": 1, "duplicate_rule_ids": ["PYSEC-2026-177"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["58e89f7f45b5242e43c54049933dc412401d8e9d2d6183ab4f06a2a23886d38a", "c04ceed9bababaf9878bc9d0c7b73bee9614f1a8cf39e760520bfded8c07cd3e"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-azure/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-175", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-175"}, "properties": {"repobilityId": 117858, "scanner": "osv-scanner", "fingerprint": "ec78200e422d2011a2f8ae7c74ddd7c53fdb09b10f8b6ca51b904a7d9823c8a5", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-48522", "GHSA-993g-76c3-p5m4"], "package": "pyjwt", "rule_id": "PYSEC-2026-175", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2026-48522|token", "duplicate_count": 1, "duplicate_rule_ids": ["PYSEC-2026-175"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["1647131789f409fd48ffda42a479b0885d24e1eb6e90d61bef93b3f51c74eff8", "ec78200e422d2011a2f8ae7c74ddd7c53fdb09b10f8b6ca51b904a7d9823c8a5"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-azure/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-142", "level": "error", "message": {"text": "urllib3: PYSEC-2026-142"}, "properties": {"repobilityId": 117857, "scanner": "osv-scanner", "fingerprint": "1647408ccad84db9c13f56b585ef151228e8a3dff49cbcf91d170d5489162953", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 11 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-44432", "GHSA-mf9v-mfxr-j63j"], "package": "urllib3", "rule_id": "PYSEC-2026-142", "scanner": "osv-scanner", "correlation_key": "vuln|urllib3|CVE-2026-44432|token", "duplicate_count": 11, "duplicate_rule_ids": ["GHSA-mf9v-mfxr-j63j", "PYSEC-2026-142"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["016f74741e4f0caa18f288ac190c82dea36e095f77ed92cebaaf66df2dde1a25", "157a92d3ceba2817fb24b14828001fb66c8039bb10386985e894b33ff87415ba", "1647408ccad84db9c13f56b585ef151228e8a3dff49cbcf91d170d5489162953", "1ad58708ef2dc8ec661ecf9d04ade1e825fed5595b917eafd496ea9e2835cd9d", "34407818088ea4063d271f23aa42e64fb1b2de0f082980e165f19677af191eae", "6f50dd4abff7207bd7993712c719e564587648a9274c3016e03fc0bebe18e82a", "79cffd2c0effa2033892f09a3a7151e573fa7fbd1a370098b8b77fb70a99ffdd", "95c9eac1371c853b0b12a6dfe87f10662d494c78074d3b384a3b782b99d12ac5", "b9519a7e3096ac2522dfa56f2e3eb3bddc01d01119f2b67465fd4c8b13589ca5", "d079649e2b40f97f6ed879e7ff78918fb918b82a3a24df2ad3a4c480c93bbc52", "dea5276384ee8d61aed080d0b11e13da47c0984a0223b9a38586135426df22dd", "fadd381d2d39df580a7d024e92c5d8d52ff0d74be31836426df3eb814ab0ed00"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-aws/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-141", "level": "error", "message": {"text": "urllib3: PYSEC-2026-141"}, "properties": {"repobilityId": 117856, "scanner": "osv-scanner", "fingerprint": "bbb79a8cbedd26b474bf4dfb0b7f596fa0f082434b2886ba1a560e858e51fc62", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 11 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-44431", "GHSA-qccp-gfcp-xxvc"], "package": "urllib3", "rule_id": "PYSEC-2026-141", "scanner": "osv-scanner", "correlation_key": "vuln|urllib3|CVE-2026-44431|token", "duplicate_count": 11, "duplicate_rule_ids": ["GHSA-qccp-gfcp-xxvc", "PYSEC-2026-141"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["1d349315149c9733bf1a366bcd12bb68eca99569df260211c69967be763a1edb", "31a0c457332465d3e12c63fc8ebaadeedd2ec8da505034315f03b1199b6a14a9", "46b91ebb21b8ec48484f1745520a191e7afc10a0b8dc7ec2512d5986a3057273", "728a52b23f60d54b8f4f14f48404dbde06a06bf9602f1be4bc769025e65b46b1", "83ef48034a735baa3fc8e13ac0a74d8c655996932c2bb5c9eb528f822d9ffb67", "94e108477665bc10c60484a8ab2a57c85714ca600c41321ec3e958ab3d32455d", "9fb31d4ff3864463b9f0078c6ae9dc8753f9d029aa96faca51ff297cec6b424d", "bbb79a8cbedd26b474bf4dfb0b7f596fa0f082434b2886ba1a560e858e51fc62", "c23ddda755c0cea4b51f5c7f5fd8b4bc5a90b78a59a335da9c93e672476def66", "e48a15052e0a0a30cb38ae32beec211fb04ee54db024a8ea8bb34484b48f2069", "f92eec1d5038c6bec596ea807b02fdbd2a8f4e5fa8d6aebdbfdc43bb0d883892", "fae7b3c8488acf925977b94735a743782ed650a6100835d0323885ba9be501a4"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-aws/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-161", "level": "error", "message": {"text": "starlette: PYSEC-2026-161"}, "properties": {"repobilityId": 117855, "scanner": "osv-scanner", "fingerprint": "85335a374cac34f9ae3ba976c354f39b0aba327ce73d191918e32b49060a3d29", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 15 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["CVE-2026-48710", "GHSA-86qp-5c8j-p5mr", "X41-2026-002"], "package": "starlette", "rule_id": "PYSEC-2026-161", "scanner": "osv-scanner", "correlation_key": "vuln|starlette|CVE-2026-48710|token", "duplicate_count": 15, "duplicate_rule_ids": ["GHSA-86qp-5c8j-p5mr", "PYSEC-2026-161"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["43d645766cd47f173eff4ffe68018a46a63ffdab8dc604749568a8af3cdf489d", "49581a49f14541219e04a58421a9add1650c902e6ede8016520a485c400a35c8", "4cfe14fa66e375e821475c614460f7436c3b695fd81d0dfcfe89dc4d05b1df57", "6fca24a2f7485519756386551ff31b4b0d209735f13449848390859627b15016", "7d70389505a58567a91c6901106165756730536908f3be0a062248600e998d12", "85335a374cac34f9ae3ba976c354f39b0aba327ce73d191918e32b49060a3d29", "8f38b53f6f76e85a335a6f2d0a54bc7101666e6f51ac7d279b4c17a4b4973dec", "90179e9cd386bf73d76424943b9a3e76187da16339ee0d0be116d98fc11fabc4", "9a775ef4548b53b92e87609828a5c7affda126fbd4bea04ddf2722c6a2614964", "b242b304aeab9e06b774548a9a4dce8a2c7be0bb8b3d41204b3f55a8b11cbbbc", "c14dc001795ad0400775da2f6a90981404b187b6a9b73d5e18a512612d17885a", "c83be2a03e6f61a850537d0cf670505fcb6a77a25f3535a7561c24531430b9b9"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-chat/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-whj4-6x5x-4v2j", "level": "error", "message": {"text": "pillow: GHSA-whj4-6x5x-4v2j"}, "properties": {"repobilityId": 117852, "scanner": "osv-scanner", "fingerprint": "247df3ccbde5664f876f61269f7f0bf2fcca7c8c6fdd33b9bb3db8e3386c6ab9", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["BIT-pillow-2026-40192", "CVE-2026-40192"], "package": "pillow", "rule_id": "GHSA-whj4-6x5x-4v2j", "scanner": "osv-scanner", "correlation_key": "vuln|pillow|CVE-2026-40192|token", "duplicate_count": 2, "duplicate_rule_ids": ["GHSA-whj4-6x5x-4v2j"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["08b44c3d880599a37760ddec8a61775708a2e3bc7506cd0c8846961fd31503bf", "247df3ccbde5664f876f61269f7f0bf2fcca7c8c6fdd33b9bb3db8e3386c6ab9", "a5d9234bb3561adc4ae955c8ba8bb4c3a354efae229069a03ae72087181689c7"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-chat/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-pwv6-vv43-88gr", "level": "error", "message": {"text": "pillow: GHSA-pwv6-vv43-88gr"}, "properties": {"repobilityId": 117850, "scanner": "osv-scanner", "fingerprint": "8f144eba06a53d1f1c16bc9d7d82ab9e8a685d4d527a5ebafc6c89ddd3139023", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 2 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["BIT-pillow-2026-42311", "CVE-2026-42311"], "package": "pillow", "rule_id": "GHSA-pwv6-vv43-88gr", "scanner": "osv-scanner", "correlation_key": "vuln|pillow|CVE-2026-42311|token", "duplicate_count": 2, "duplicate_rule_ids": ["GHSA-pwv6-vv43-88gr"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["2c19a6280a35280bd69324a1b7c84526323251ae01f17822400a6990b843d048", "8f144eba06a53d1f1c16bc9d7d82ab9e8a685d4d527a5ebafc6c89ddd3139023", "94194bc71c5365c37eaf34ddcb42b26e2b104bf21f02473765a1e3332650e983"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-chat/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-165", "level": "error", "message": {"text": "pillow: PYSEC-2026-165"}, "properties": {"repobilityId": 117848, "scanner": "osv-scanner", "fingerprint": "2646731f7690fa86c8ee8b04c3ceb30ab1320a4cee2ac007ea43b12bd4b421cc", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "Collapsed 5 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "", "aliases": ["BIT-pillow-2026-42308", "CVE-2026-42308", "GHSA-wjx4-4jcj-g98j"], "package": "pillow", "rule_id": "PYSEC-2026-165", "scanner": "osv-scanner", "correlation_key": "vuln|pillow|CVE-2026-42308|token", "duplicate_count": 5, "duplicate_rule_ids": ["GHSA-wjx4-4jcj-g98j", "PYSEC-2026-165"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["2646731f7690fa86c8ee8b04c3ceb30ab1320a4cee2ac007ea43b12bd4b421cc", "815075672be72b385b30bf10662790e39de7785036c0337ff8bd793750c28d2f", "983b0a7c09ccb14a1085d1f2bdfac58d8dd2d25b83df8e888958f2608b7260fe", "d1d9bacbc348a97c3e07c37d2d4b153f6a82ee20c2ef3af4777a61131eef92a5", "d607e7654918d19bffe543cef2b648f23765deac83b458076bc2024a688b8d5a", "e4c0e6a87831ba0c5a7883f08b63834923d2bceb1e075cd95561695aacf8f51a"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-chat/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED004", "level": "error", "message": {"text": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums)."}, "properties": {"repobilityId": 117846, "scanner": "repobility-threat-engine", "fingerprint": "165f86f781ad55639476b5e8b237adb5d0b258a1f83977b054386537db797a1d", "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|165f86f781ad55639476b5e8b237adb5d0b258a1f83977b054386537db797a1d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/seed.py"}, "region": {"startLine": 36}}}]}, {"ruleId": "MINED034", "level": "error", "message": {"text": "[MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection."}, "properties": {"repobilityId": 117838, "scanner": "repobility-threat-engine", "fingerprint": "d6361a37aaac009385cc8367a3ddd0b798c53a4afd464938337aedb02b48f138", "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|d6361a37aaac009385cc8367a3ddd0b798c53a4afd464938337aedb02b48f138"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-toolkit/src/cube_infra_toolkit/_exec_relay_server.py"}, "region": {"startLine": 92}}}]}, {"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": 117827, "scanner": "repobility-threat-engine", "fingerprint": "1c85c323f65d93ece4f6f0427a2287963e33550f5304cba10fb52d4508ef5edd", "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|1c85c323f65d93ece4f6f0427a2287963e33550f5304cba10fb52d4508ef5edd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-computer-tool/src/cube_computer_tool/pyautogui_utils.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": 117826, "scanner": "repobility-threat-engine", "fingerprint": "0e1e987c3d767e3167cd9ecfec14475b9fcd5fb352b6384243f5e62ac4495d12", "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|0e1e987c3d767e3167cd9ecfec14475b9fcd5fb352b6384243f5e62ac4495d12"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-computer-tool/src/cube_computer_tool/axtree.py"}, "region": {"startLine": 236}}}]}, {"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": 117825, "scanner": "repobility-threat-engine", "fingerprint": "4b4eb27e5a2659ff38e2ab02c6be9d4ae3b258ef96d316c9636bf5c7767510bc", "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|4b4eb27e5a2659ff38e2ab02c6be9d4ae3b258ef96d316c9636bf5c7767510bc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/container.py"}, "region": {"startLine": 168}}}]}, {"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": 117824, "scanner": "repobility-threat-engine", "fingerprint": "db84ee65032ffa3c3e82f15c12246a7c21fb97fd4ec5e5a717db8e9f3da64c58", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "image.save(out, format=\"PNG\")", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|db84ee65032ffa3c3e82f15c12246a7c21fb97fd4ec5e5a717db8e9f3da64c58"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-computer-tool/src/cube_computer_tool/axtree.py"}, "region": {"startLine": 240}}}]}, {"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": 117823, "scanner": "repobility-threat-engine", "fingerprint": "9965776a680e034fe3e9b42f93fbb81d2ec662f7635c46062e0c111f03eac8b2", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "client.delete(sandbox)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|9965776a680e034fe3e9b42f93fbb81d2ec662f7635c46062e0c111f03eac8b2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/daytona.py"}, "region": {"startLine": 167}}}]}, {"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": 117822, "scanner": "repobility-threat-engine", "fingerprint": "1e82e166d90274b2364bd0991e3e492e1ca6bd3cb06f376b0d98e207b13ced73", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "self._client.delete(self._sandbox)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|1e82e166d90274b2364bd0991e3e492e1ca6bd3cb06f376b0d98e207b13ced73"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/container.py"}, "region": {"startLine": 171}}}]}, {"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": 117820, "scanner": "repobility-threat-engine", "fingerprint": "d67dbee752d0bedc88e1cce1cd6b0710eb0b58f1fc2a726aa3fea5beb6dde302", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(\n        self", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|d67dbee752d0bedc88e1cce1cd6b0710eb0b58f1fc2a726aa3fea5beb6dde302"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/backends/modal.py"}, "region": {"startLine": 63}}}]}, {"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": 117819, "scanner": "repobility-threat-engine", "fingerprint": "bfd4113fe17c1ae044c9dbf42dd3a3bcdf1da43f3e5b1c87e81d74152d80644d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(\n        self", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|bfd4113fe17c1ae044c9dbf42dd3a3bcdf1da43f3e5b1c87e81d74152d80644d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/backends/local.py"}, "region": {"startLine": 85}}}]}, {"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": 117818, "scanner": "repobility-threat-engine", "fingerprint": "e07254e91e45767f25d55a21857dcdaf35f508ea5c35eabbffc7cf866cc35130", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(\n        self", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|e07254e91e45767f25d55a21857dcdaf35f508ea5c35eabbffc7cf866cc35130"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/container.py"}, "region": {"startLine": 108}}}]}, {"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": 117808, "scanner": "repobility-threat-engine", "fingerprint": "194442c85780ed43cf6bd3b224e10d7d5377e00cc6a3d2f233b193b07274f963", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "url(s", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|194442c85780ed43cf6bd3b224e10d7d5377e00cc6a3d2f233b193b07274f963"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-infra-daytona/src/cube_infra_daytona/container.py"}, "region": {"startLine": 149}}}]}, {"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": 117807, "scanner": "repobility-threat-engine", "fingerprint": "b1ac5b68ea98bedac3e6211809ca255e627b06829aa0f17e3bd377232421e4bd", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "url(u", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b1ac5b68ea98bedac3e6211809ca255e627b06829aa0f17e3bd377232421e4bd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-browser-playwright/src/cube_browser_playwright/playwright_session.py"}, "region": {"startLine": 31}}}]}, {"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": 117806, "scanner": "repobility-threat-engine", "fingerprint": "1452d707643627e6c3a2c74bc60536e4bc1c0b641981834cdc08a01247b68bbd", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "url(u", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|1452d707643627e6c3a2c74bc60536e4bc1c0b641981834cdc08a01247b68bbd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-resources/cube-browser-playwright/src/cube_browser_playwright/async_playwright_session.py"}, "region": {"startLine": 28}}}]}, {"ruleId": "MINED131", "level": "error", "message": {"text": "pre-commit hook `https://github.com/astral-sh/ruff-pre-commit` pinned to mutable rev `v0.14.14`"}, "properties": {"repobilityId": 117801, "scanner": "repobility-supply-chain", "fingerprint": "d146db5348975ecc657c7d2d135a7c6a0b3fdf418910432b3584ea7487b26369", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "precommit-untrusted-repo", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|d146db5348975ecc657c7d2d135a7c6a0b3fdf418910432b3584ea7487b26369"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".pre-commit-config.yaml"}, "region": {"startLine": 18}}}]}, {"ruleId": "MINED131", "level": "error", "message": {"text": "pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mutable rev `v4.6.0`"}, "properties": {"repobilityId": 117800, "scanner": "repobility-supply-chain", "fingerprint": "1b2a17dae31c57d91ab3cbdae9725097581b4df08ff21cb2f531695128cc4063", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "precommit-untrusted-repo", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|1b2a17dae31c57d91ab3cbdae9725097581b4df08ff21cb2f531695128cc4063"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".pre-commit-config.yaml"}, "region": {"startLine": 8}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST / has no auth"}, "properties": {"repobilityId": 117799, "scanner": "repobility-route-auth", "fingerprint": "6688be14906d1b901735dfad38d599d10822d245eb0e3e21a4540d5dbd669670", "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|6688be14906d1b901735dfad38d599d10822d245eb0e3e21a4540d5dbd669670"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/server.py"}, "region": {"startLine": 409}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST / has no auth"}, "properties": {"repobilityId": 117798, "scanner": "repobility-route-auth", "fingerprint": "df148b04df3aba84de93d4115bcdf2d05af64dc329bf8814e89e547c755e0f2b", "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|df148b04df3aba84de93d4115bcdf2d05af64dc329bf8814e89e547c755e0f2b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cube/server.py"}, "region": {"startLine": 318}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.metadata` used but never assigned in __init__"}, "properties": {"repobilityId": 117775, "scanner": "repobility-ast-engine", "fingerprint": "c73b10f8125a7000dc2cc0d8930aefa211e5fc4ecfa6f8b12e40cfc72c0c2e28", "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|c73b10f8125a7000dc2cc0d8930aefa211e5fc4ecfa6f8b12e40cfc72c0c2e28"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark.py"}, "region": {"startLine": 179}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.tool_config` used but never assigned in __init__"}, "properties": {"repobilityId": 117774, "scanner": "repobility-ast-engine", "fingerprint": "bf44d40e76af6d44c6577e01f75ce0562250c876e4fbb4c85fab332a9edf8ff9", "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|bf44d40e76af6d44c6577e01f75ce0562250c876e4fbb4c85fab332a9edf8ff9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark.py"}, "region": {"startLine": 43}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.metadata` used but never assigned in __init__"}, "properties": {"repobilityId": 117773, "scanner": "repobility-ast-engine", "fingerprint": "b976d8f01850d830ef8e316c83afad857fff87f75cfe2942866c8fe55bbd0b44", "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|b976d8f01850d830ef8e316c83afad857fff87f75cfe2942866c8fe55bbd0b44"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark.py"}, "region": {"startLine": 42}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.tool_config` used but never assigned in __init__"}, "properties": {"repobilityId": 117772, "scanner": "repobility-ast-engine", "fingerprint": "5406c277a60eefc54896a375036fa699d556273cbf1a715852ef99c3e1ff455b", "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|5406c277a60eefc54896a375036fa699d556273cbf1a715852ef99c3e1ff455b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_server.py"}, "region": {"startLine": 73}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.metadata` used but never assigned in __init__"}, "properties": {"repobilityId": 117771, "scanner": "repobility-ast-engine", "fingerprint": "5868853a0ecd97011eb756edb27a845c3c1878d268365531f81827548660f5b4", "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|5868853a0ecd97011eb756edb27a845c3c1878d268365531f81827548660f5b4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_server.py"}, "region": {"startLine": 72}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.tool` used but never assigned in __init__"}, "properties": {"repobilityId": 117770, "scanner": "repobility-ast-engine", "fingerprint": "3b2c1a5425eeab28c24cffc0aefcbc642190e015d75c61b8b1086ec4f0a6ddcc", "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|3b2c1a5425eeab28c24cffc0aefcbc642190e015d75c61b8b1086ec4f0a6ddcc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_server.py"}, "region": {"startLine": 62}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.tool` used but never assigned in __init__"}, "properties": {"repobilityId": 117769, "scanner": "repobility-ast-engine", "fingerprint": "30a30ce952edec4f343208fa244a20f3bd215effdceaf643d555269ce62ca19f", "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|30a30ce952edec4f343208fa244a20f3bd215effdceaf643d555269ce62ca19f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_server.py"}, "region": {"startLine": 61}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.tool` used but never assigned in __init__"}, "properties": {"repobilityId": 117768, "scanner": "repobility-ast-engine", "fingerprint": "a16a525963f23912c95a63d565cdbce0552444c11890cee5701b0a9999b263dd", "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|a16a525963f23912c95a63d565cdbce0552444c11890cee5701b0a9999b263dd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_server.py"}, "region": {"startLine": 57}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.tool` used but never assigned in __init__"}, "properties": {"repobilityId": 117767, "scanner": "repobility-ast-engine", "fingerprint": "574e5a2d4756239bd159acb9fa633efaf860af41850a1ee1f78514efd6581213", "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|574e5a2d4756239bd159acb9fa633efaf860af41850a1ee1f78514efd6581213"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_server.py"}, "region": {"startLine": 56}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.tool` used but never assigned in __init__"}, "properties": {"repobilityId": 117766, "scanner": "repobility-ast-engine", "fingerprint": "d2dbb18d8c4941842efcc79b24a2403f0eeac7fc791328660295a46bdb76283f", "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|d2dbb18d8c4941842efcc79b24a2403f0eeac7fc791328660295a46bdb76283f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_server.py"}, "region": {"startLine": 52}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_async_toolbox_duplicate_action_name_raises_on_construction"}, "properties": {"repobilityId": 117762, "scanner": "repobility-ast-engine", "fingerprint": "43d164275547dc5abbf4e3a5a47fd8f31fcfa2e7f9d163e91fdb3f5393e321df", "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|43d164275547dc5abbf4e3a5a47fd8f31fcfa2e7f9d163e91fdb3f5393e321df"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 362}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_async_toolbox_execute_action_unknown_raises"}, "properties": {"repobilityId": 117761, "scanner": "repobility-ast-engine", "fingerprint": "6c0b75b02842e9319dfa5e708ba1b7f0e52a1a69bc93ff832a711931dfdbf58e", "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|6c0b75b02842e9319dfa5e708ba1b7f0e52a1a69bc93ff832a711931dfdbf58e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 356}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_toolbox_duplicate_action_name_raises_on_construction"}, "properties": {"repobilityId": 117760, "scanner": "repobility-ast-engine", "fingerprint": "06abdab3cfac695766238e579a2b8e332a5f4de967fec5a2a63ac53f154a2aae", "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|06abdab3cfac695766238e579a2b8e332a5f4de967fec5a2a63ac53f154a2aae"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 297}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_toolbox_execute_action_unknown_raises"}, "properties": {"repobilityId": 117759, "scanner": "repobility-ast-engine", "fingerprint": "8737b5d123b1ff2781ed773c106c20827b6d8a7f38228d4bf6dae9e24420e06e", "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|8737b5d123b1ff2781ed773c106c20827b6d8a7f38228d4bf6dae9e24420e06e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 291}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_assert_tool_docstrings_valid_catches_missing_function_description"}, "properties": {"repobilityId": 117758, "scanner": "repobility-ast-engine", "fingerprint": "613aec95c88731f5bdfa6972362f373814cd1f3292cb864bf0aac8bb6342f8e2", "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|613aec95c88731f5bdfa6972362f373814cd1f3292cb864bf0aac8bb6342f8e2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 253}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_assert_tool_docstrings_valid_catches_missing_param_description"}, "properties": {"repobilityId": 117757, "scanner": "repobility-ast-engine", "fingerprint": "e8399587cac577aba627a1186976cf7f48cfbf544a8d60f1231f8b9487bbe7b6", "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|e8399587cac577aba627a1186976cf7f48cfbf544a8d60f1231f8b9487bbe7b6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 248}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_assert_tool_docstrings_valid_passes"}, "properties": {"repobilityId": 117756, "scanner": "repobility-ast-engine", "fingerprint": "14806e2acb2ef812b9b01c5f2c172f8792efcf848a1e27758468ca430f71d759", "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|14806e2acb2ef812b9b01c5f2c172f8792efcf848a1e27758468ca430f71d759"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 244}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_async_tool_rejects_sync_action_at_class_definition"}, "properties": {"repobilityId": 117755, "scanner": "repobility-ast-engine", "fingerprint": "0cec2f68a2bc81270a44750ac99eaa0c3ca4fdc533b1c6a8da80b71516d07709", "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|0cec2f68a2bc81270a44750ac99eaa0c3ca4fdc533b1c6a8da80b71516d07709"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 193}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_async_tool_execute_action_non_action_method_raises"}, "properties": {"repobilityId": 117754, "scanner": "repobility-ast-engine", "fingerprint": "50bfe31e1eaaa97431ea61f6fedd2b38f82585ba91a4f3abadcbbdf2af31b585", "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|50bfe31e1eaaa97431ea61f6fedd2b38f82585ba91a4f3abadcbbdf2af31b585"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 180}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_async_tool_execute_action_unknown_method_raises"}, "properties": {"repobilityId": 117753, "scanner": "repobility-ast-engine", "fingerprint": "2404056082b8b03dd33787dd1edbe12486ab3c1491d433fc8f119ac9dc7a333b", "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|2404056082b8b03dd33787dd1edbe12486ab3c1491d433fc8f119ac9dc7a333b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 174}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_tool_execute_action_non_action_method_raises"}, "properties": {"repobilityId": 117752, "scanner": "repobility-ast-engine", "fingerprint": "269dda5c3da5d610ad3a365bc0f373718c3f6d67806a8548645cd881aabf6706", "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|269dda5c3da5d610ad3a365bc0f373718c3f6d67806a8548645cd881aabf6706"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 121}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_tool_execute_action_unknown_method_raises"}, "properties": {"repobilityId": 117751, "scanner": "repobility-ast-engine", "fingerprint": "b5d639e9fd94ce0dfa98d9b677e43e9c2276186c5756f6b8fc3f4480185b0b02", "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|b5d639e9fd94ce0dfa98d9b677e43e9c2276186c5756f6b8fc3f4480185b0b02"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_tool.py"}, "region": {"startLine": 116}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.metadata` used but never assigned in __init__"}, "properties": {"repobilityId": 117750, "scanner": "repobility-ast-engine", "fingerprint": "6788d9c2ebe11e82cbac424b994403ab15bcb57447ba5a1e8410770bf4865ba1", "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|6788d9c2ebe11e82cbac424b994403ab15bcb57447ba5a1e8410770bf4865ba1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_testing.py"}, "region": {"startLine": 242}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.task_id` used but never assigned in __init__"}, "properties": {"repobilityId": 117749, "scanner": "repobility-ast-engine", "fingerprint": "253e2e1c605e1ce5f79ea3180de78df9bb7d7d79f9ccb9a25db505b1fd546719", "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|253e2e1c605e1ce5f79ea3180de78df9bb7d7d79f9ccb9a25db505b1fd546719"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_testing.py"}, "region": {"startLine": 240}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.metadata` used but never assigned in __init__"}, "properties": {"repobilityId": 117748, "scanner": "repobility-ast-engine", "fingerprint": "3098ce1e5641d817469c3db8881dc7404bff2ccbf766e9580326e36772c29237", "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|3098ce1e5641d817469c3db8881dc7404bff2ccbf766e9580326e36772c29237"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_testing.py"}, "region": {"startLine": 80}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.metadata` used but never assigned in __init__"}, "properties": {"repobilityId": 117747, "scanner": "repobility-ast-engine", "fingerprint": "137583ca8fb18f4bca9c6e77d6ff6f3ab0821f626d8aed37cabc671f44fe3c0c", "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|137583ca8fb18f4bca9c6e77d6ff6f3ab0821f626d8aed37cabc671f44fe3c0c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_testing.py"}, "region": {"startLine": 75}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_assert_raises_when_not_done"}, "properties": {"repobilityId": 117746, "scanner": "repobility-ast-engine", "fingerprint": "c7bd4eb719c7b823879adedf1a8799b2b5efbd443322195ef0ce1b3ddbbc2e67", "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|c7bd4eb719c7b823879adedf1a8799b2b5efbd443322195ef0ce1b3ddbbc2e67"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_testing.py"}, "region": {"startLine": 360}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_assert_raises_when_reward_less_than_one"}, "properties": {"repobilityId": 117745, "scanner": "repobility-ast-engine", "fingerprint": "e6258a91afebaefed394b408a9272ea5f1af9873f7fe55365e56f3a5337218c0", "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|e6258a91afebaefed394b408a9272ea5f1af9873f7fe55365e56f3a5337218c0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_testing.py"}, "region": {"startLine": 344}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_assert_raises_when_error_present"}, "properties": {"repobilityId": 117744, "scanner": "repobility-ast-engine", "fingerprint": "772f0836ce071cb825e7ba36a614bb755846f11393da6ffafaa15bc246d84670", "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|772f0836ce071cb825e7ba36a614bb755846f11393da6ffafaa15bc246d84670"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_testing.py"}, "region": {"startLine": 338}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_assert_passes_when_all_tasks_succeed"}, "properties": {"repobilityId": 117743, "scanner": "repobility-ast-engine", "fingerprint": "0efa70c9133ac540f410e638992e2214747eb6dbc0d2996cd734d82ddccdf5e3", "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|0efa70c9133ac540f410e638992e2214747eb6dbc0d2996cd734d82ddccdf5e3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_testing.py"}, "region": {"startLine": 333}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_suite_workers_must_be_non_negative"}, "properties": {"repobilityId": 117742, "scanner": "repobility-ast-engine", "fingerprint": "73d1fc7af4ddbeac91eda4918e9213ccc582677e7a9f8b860cf6536de2819073", "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|73d1fc7af4ddbeac91eda4918e9213ccc582677e7a9f8b860cf6536de2819073"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_testing.py"}, "region": {"startLine": 229}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._runtime_context` used but never assigned in __init__"}, "properties": {"repobilityId": 117741, "scanner": "repobility-ast-engine", "fingerprint": "ac99babd3bae6b5e9a92626eba26d9129efdd7684137bb435c6f2f40100dd6bf", "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|ac99babd3bae6b5e9a92626eba26d9129efdd7684137bb435c6f2f40100dd6bf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark_composite.py"}, "region": {"startLine": 75}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._runtime_context` used but never assigned in __init__"}, "properties": {"repobilityId": 117740, "scanner": "repobility-ast-engine", "fingerprint": "7f1870848c7f826fdbc3acd393b75191f5038288a61c03fdcf80ebc0e73f6747", "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|7f1870848c7f826fdbc3acd393b75191f5038288a61c03fdcf80ebc0e73f6747"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark_composite.py"}, "region": {"startLine": 67}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.tool_config` used but never assigned in __init__"}, "properties": {"repobilityId": 117739, "scanner": "repobility-ast-engine", "fingerprint": "4067f7a023e1d6c72b106042ab8dcd5e99ae419b28d3167f135d992786d84ae9", "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|4067f7a023e1d6c72b106042ab8dcd5e99ae419b28d3167f135d992786d84ae9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark_composite.py"}, "region": {"startLine": 53}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.metadata` used but never assigned in __init__"}, "properties": {"repobilityId": 117738, "scanner": "repobility-ast-engine", "fingerprint": "985ee23cfc77480907c85a2c3da838a93e4335039d3045aa8e678cbd3a5e9295", "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|985ee23cfc77480907c85a2c3da838a93e4335039d3045aa8e678cbd3a5e9295"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark_composite.py"}, "region": {"startLine": 52}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.metadata` used but never assigned in __init__"}, "properties": {"repobilityId": 117737, "scanner": "repobility-ast-engine", "fingerprint": "3002504876c6a141d9c7a63bf206aff2ed1ea406356106a6eb7e836b3d7675fe", "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|3002504876c6a141d9c7a63bf206aff2ed1ea406356106a6eb7e836b3d7675fe"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark_composite.py"}, "region": {"startLine": 41}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_spawn_rejects_unknown_sub_benchmark"}, "properties": {"repobilityId": 117736, "scanner": "repobility-ast-engine", "fingerprint": "71c05e27cdd5c72c5c5aaf6a08cab8c34ad2e86e181cf384403717ba9de78a1d", "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|71c05e27cdd5c72c5c5aaf6a08cab8c34ad2e86e181cf384403717ba9de78a1d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark_composite.py"}, "region": {"startLine": 209}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_spawn_rejects_config_without_sub_benchmark_tag"}, "properties": {"repobilityId": 117735, "scanner": "repobility-ast-engine", "fingerprint": "9c61d3a6c50da4965fcdff95cbff71ba9bf8e0856dd39a3eb304c06c3f79827a", "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|9c61d3a6c50da4965fcdff95cbff71ba9bf8e0856dd39a3eb304c06c3f79827a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark_composite.py"}, "region": {"startLine": 201}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_duplicate_sub_benchmark_names_raise"}, "properties": {"repobilityId": 117734, "scanner": "repobility-ast-engine", "fingerprint": "011db23cc0ed4db8876e2a99b34ad28b3099e0b6b331b922989b023868f09daa", "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|011db23cc0ed4db8876e2a99b34ad28b3099e0b6b331b922989b023868f09daa"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_benchmark_composite.py"}, "region": {"startLine": 104}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_handle` used but never assigned in __init__"}, "properties": {"repobilityId": 117733, "scanner": "repobility-ast-engine", "fingerprint": "1c06fade0654530b3ef6fedc1cbf8d26ae94c699946a7187fc7234e39cc6130a", "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|1c06fade0654530b3ef6fedc1cbf8d26ae94c699946a7187fc7234e39cc6130a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_infra_local.py"}, "region": {"startLine": 283}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_handle` used but never assigned in __init__"}, "properties": {"repobilityId": 117732, "scanner": "repobility-ast-engine", "fingerprint": "58e8cd277d8da5d042ead9a63eecda75cafa76d8f31065388ffc50f1033430ee", "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|58e8cd277d8da5d042ead9a63eecda75cafa76d8f31065388ffc50f1033430ee"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_infra_local.py"}, "region": {"startLine": 277}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_handle` used but never assigned in __init__"}, "properties": {"repobilityId": 117731, "scanner": "repobility-ast-engine", "fingerprint": "05e083ffdae5fc34d0512840d00dad2c22dff8b73c174a97df6030cc87f4a4ed", "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|05e083ffdae5fc34d0512840d00dad2c22dff8b73c174a97df6030cc87f4a4ed"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_infra_local.py"}, "region": {"startLine": 265}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_close_tolerates_no_such_container"}, "properties": {"repobilityId": 117730, "scanner": "repobility-ast-engine", "fingerprint": "4d5ffa571c177cb920453c44dcc92b545f4299eacd9ffa105191f237330517d8", "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|4d5ffa571c177cb920453c44dcc92b545f4299eacd9ffa105191f237330517d8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_infra_local.py"}, "region": {"startLine": 276}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_vm_entry_without_containers_issues_no_docker_calls"}, "properties": {"repobilityId": 117729, "scanner": "repobility-ast-engine", "fingerprint": "c7c8cec4c0457d09e28d41474e308b69f4dfc0718fee74db7b879182d6ade0d1", "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|c7c8cec4c0457d09e28d41474e308b69f4dfc0718fee74db7b879182d6ade0d1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_infra_local.py"}, "region": {"startLine": 128}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_empty_container_ids_issues_no_docker_calls"}, "properties": {"repobilityId": 117728, "scanner": "repobility-ast-engine", "fingerprint": "439cb1d6f1c9511fb423c12dee84bf698e2cf26f2040b4f9c1bae69a73ce0a56", "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|439cb1d6f1c9511fb423c12dee84bf698e2cf26f2040b4f9c1bae69a73ce0a56"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_infra_local.py"}, "region": {"startLine": 122}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_docker_service_entry_tolerates_no_such_container"}, "properties": {"repobilityId": 117727, "scanner": "repobility-ast-engine", "fingerprint": "ab3ce2d197a734e5434a9f40ad4721db2cfa3fe5efc82ad22a2eda004a03c9cb", "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|ab3ce2d197a734e5434a9f40ad4721db2cfa3fe5efc82ad22a2eda004a03c9cb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_infra_local.py"}, "region": {"startLine": 116}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.metadata` used but never assigned in __init__"}, "properties": {"repobilityId": 117726, "scanner": "repobility-ast-engine", "fingerprint": "dafd2515f56022528211d54aa9ee1d243325eab7e9f12f13fc6c5f499a7fbb86", "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|dafd2515f56022528211d54aa9ee1d243325eab7e9f12f13fc6c5f499a7fbb86"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_task.py"}, "region": {"startLine": 140}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_load_task_execution_info_raises_when_missing"}, "properties": {"repobilityId": 117725, "scanner": "repobility-ast-engine", "fingerprint": "76e4b5546b45694f4e7591edf08ad131145543c957e95ede64b1c83ec066f223", "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|76e4b5546b45694f4e7591edf08ad131145543c957e95ede64b1c83ec066f223"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_task.py"}, "region": {"startLine": 163}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_handle` used but never assigned in __init__"}, "properties": {"repobilityId": 117723, "scanner": "repobility-ast-engine", "fingerprint": "7cf28db37d366c1d1a28d6c8c032953ed23d36d269f579d05ad96cb0aeb13041", "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|7cf28db37d366c1d1a28d6c8c032953ed23d36d269f579d05ad96cb0aeb13041"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_resource_lifecycle.py"}, "region": {"startLine": 260}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_handle` used but never assigned in __init__"}, "properties": {"repobilityId": 117722, "scanner": "repobility-ast-engine", "fingerprint": "c0cf0eb5a6666c9b84514a4503ae79e8cb28a6c0c43541c6f9a5df69264788ef", "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|c0cf0eb5a6666c9b84514a4503ae79e8cb28a6c0c43541c6f9a5df69264788ef"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_resource_lifecycle.py"}, "region": {"startLine": 254}}}]}, {"ruleId": "GHSA-r75f-5x8p-qvmc", "level": "error", "message": {"text": "litellm: GHSA-r75f-5x8p-qvmc"}, "properties": {"repobilityId": 117871, "scanner": "osv-scanner", "fingerprint": "dbbc9ef3fb8be29f911bc174a20636733c152ea1d814846997887668375f08b1", "category": "dependency", "severity": "critical", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-42208"], "package": "litellm", "rule_id": "GHSA-r75f-5x8p-qvmc", "scanner": "osv-scanner", "correlation_key": "vuln|litellm|CVE-2026-42208|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cube-tools/cube-web-tool/uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `stat` used but not imported"}, "properties": {"repobilityId": 117789, "scanner": "repobility-ast-engine", "fingerprint": "661c2650193e3d1cafd2d4b45a244037553b6a8a03120b3afe26c1c7cdce7763", "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|661c2650193e3d1cafd2d4b45a244037553b6a8a03120b3afe26c1c7cdce7763"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/scripts/collect_metrics.py"}, "region": {"startLine": 199}}}]}]}]}