{"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": "AUC002", "name": "[AUC002] Low visible authorization coverage in route inventory: Only 12.5% of discovered routes show nearby authenticati", "shortDescription": {"text": "[AUC002] Low visible authorization coverage in route inventory: Only 12.5% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence."}, "fullDescription": {"text": "Only 12.5% 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-pq67-6m6q-mj2v", "name": "urllib3: GHSA-pq67-6m6q-mj2v", "shortDescription": {"text": "urllib3: GHSA-pq67-6m6q-mj2v"}, "fullDescription": {"text": "urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation"}, "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-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-mrfv-m5wm-5w6w", "name": "pynacl: GHSA-mrfv-m5wm-5w6w", "shortDescription": {"text": "pynacl: GHSA-mrfv-m5wm-5w6w"}, "fullDescription": {"text": "libsodium has Incomplete List of Disallowed Inputs"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-428g-f7cq-pgp5", "name": "marshmallow: GHSA-428g-f7cq-pgp5", "shortDescription": {"text": "marshmallow: GHSA-428g-f7cq-pgp5"}, "fullDescription": {"text": "Marshmallow has DoS in Schema.load(many)"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"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-w8v5-vhqr-4h9v", "name": "diskcache: GHSA-w8v5-vhqr-4h9v", "shortDescription": {"text": "diskcache: GHSA-w8v5-vhqr-4h9v"}, "fullDescription": {"text": "DiskCache has unsafe pickle deserialization"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-hfmc-7525-mj55", "name": "asyncssh: GHSA-hfmc-7525-mj55", "shortDescription": {"text": "asyncssh: GHSA-hfmc-7525-mj55"}, "fullDescription": {"text": "AsyncSSH vulnerable to Prefix Truncation Attack (a.k.a. Terrapin Attack) against ChaCha20-Poly1305 and Encrypt-then-MAC"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "DKR001", "name": "Docker final stage has no non-root USER", "shortDescription": {"text": "Docker final stage has no non-root USER"}, "fullDescription": {"text": "Docker images run as root unless the image or Dockerfile switches to a non-root user."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.82, "cwe": "", "owasp": ""}}, {"id": "DKR007", "name": "Docker build context has no .dockerignore", "shortDescription": {"text": "Docker build context has no .dockerignore"}, "fullDescription": {"text": "Without .dockerignore, build context can include source history, local env files, dependencies, and generated artifacts."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.9, "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": "SEC127", "name": "[SEC127] AI agent stub \u2014 TODO: implement / pass placeholder body: Function body left as TODO/pass/raise NotImplementedEr", "shortDescription": {"text": "[SEC127] AI agent stub \u2014 TODO: implement / pass placeholder body: Function body left as TODO/pass/raise NotImplementedError after an AI scaffolding pass. The route appears to exist (and may even pass shallow CI), but invoking it crashes or "}, "fullDescription": {"text": "Either implement the body, or fail closed at module-load time so the deploy can't ship a half-built route. A CI gate that fails build on `raise NotImplementedError` in non-abstract code catches this cleanly."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "COMP001", "name": "[COMP001] High cognitive complexity: Function `group_tuple` has cognitive complexity 18 (SonarSource scale). Cognitive c", "shortDescription": {"text": "[COMP001] High cognitive complexity: Function `group_tuple` has cognitive complexity 18 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion a"}, "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 18."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 0.95, "cwe": "", "owasp": ""}}, {"id": "DEPCUR-GHA", "name": "GitHub Action `astral-sh/setup-uv@v3` is 5 major version(s) behind (latest v8.2.0)", "shortDescription": {"text": "GitHub Action `astral-sh/setup-uv@v3` is 5 major version(s) behind (latest v8.2.0)"}, "fullDescription": {"text": "`uses: astral-sh/setup-uv@v3` is 5 major version(s) behind the latest published release v8.2.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises \u2014 and which Repobility had no coverage for."}, "properties": {"scanner": "repobility-dependency-currency", "category": "dependency", "severity": "medium", "confidence": 0.9, "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": "MINED109", "name": "Mutable default argument in `transform_types_in_variable_map` (dict)", "shortDescription": {"text": "Mutable default argument in `transform_types_in_variable_map` (dict)"}, "fullDescription": {"text": "`def transform_types_in_variable_map(... = []/{}/set())` \u2014 Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "AUC005", "name": "[AUC005] No authorization-focused tests detected: No test files with common authorization, ownership, 403, admin, or sup", "shortDescription": {"text": "[AUC005] No authorization-focused tests detected: No test files with common authorization, ownership, 403, admin, or super_admin assertions were found."}, "fullDescription": {"text": "No test files with common authorization, ownership, 403, admin, or super_admin assertions were found."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "low", "confidence": 0.76, "cwe": "CWE-285", "owasp": "WSTG-AUTHZ"}}, {"id": "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": "GHSA-r374-rxx8-8654", "name": "paramiko: GHSA-r374-rxx8-8654", "shortDescription": {"text": "paramiko: GHSA-r374-rxx8-8654"}, "fullDescription": {"text": "Paramiko rsakey.py allows the SHA-1 algorithm"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "low", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "DKR012", "name": "Dockerfile keeps pip download cache", "shortDescription": {"text": "Dockerfile keeps pip download cache"}, "fullDescription": {"text": "Pip's package cache increases image size and can preserve unnecessary artifacts."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "DKR011", "name": "Dockerfile installs recommended OS packages", "shortDescription": {"text": "Dockerfile installs recommended OS packages"}, "fullDescription": {"text": "Installing recommended packages often pulls in unnecessary runtime surface area."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "DKR010", "name": "Dockerfile leaves apt package indexes in the image layer", "shortDescription": {"text": "Dockerfile leaves apt package indexes in the image layer"}, "fullDescription": {"text": "Package indexes increase image size and can expose stale metadata in the final image layer."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.74, "cwe": "", "owasp": ""}}, {"id": "AIC005", "name": "Duplicate top-level symbol appears in a patch-style file", "shortDescription": {"text": "Duplicate top-level symbol appears in a patch-style file"}, "fullDescription": {"text": "A generated replacement file defining the same public function or class name as another module can mean the new logic is not actually wired into the running code."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.64, "cwe": "", "owasp": ""}}, {"id": "AIC003", "name": "Duplicated implementation block across source files", "shortDescription": {"text": "Duplicated implementation block across source files"}, "fullDescription": {"text": "Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.86, "cwe": "", "owasp": ""}}, {"id": "AIC002", "name": "Source file name looks like an AI patch artifact", "shortDescription": {"text": "Source file name looks like an AI patch artifact"}, "fullDescription": {"text": "Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.62, "cwe": "", "owasp": ""}}, {"id": "MINED064", "name": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services.", "shortDescription": {"text": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED072", "name": "[MINED072] Python Pass Only Class: class Foo: pass \u2014 stub waiting to be filled in.", "shortDescription": {"text": "[MINED072] Python Pass Only Class: class Foo: pass \u2014 stub waiting to be filled in."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-1188 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED077", "name": "[MINED077] Python Open No Context: fp = open(path) outside with-block leaks file handles.", "shortDescription": {"text": "[MINED077] Python Open No Context: fp = open(path) outside with-block leaks file handles."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-772 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "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": "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": "MINED067", "name": "[MINED067] Python Requests No Timeout (and 1 more): Same pattern found in 1 additional files. Review if needed.", "shortDescription": {"text": "[MINED067] Python Requests No Timeout (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-400 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED050", "name": "[MINED050] Stub Only Function (and 18 more): Same pattern found in 18 additional files. Review if needed.", "shortDescription": {"text": "[MINED050] Stub Only Function (and 18 more): Same pattern found in 18 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": "SEC078", "name": "[SEC078] Python: requests without timeout (and 1 more): Same pattern found in 1 additional files. Review if needed.", "shortDescription": {"text": "[SEC078] Python: requests without timeout (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "fullDescription": {"text": "Add `timeout=10` (or appropriate value) to every requests call."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC029", "name": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 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": "MINED062", "name": "[MINED062] Python Dataclass No Fields (and 13 more): Same pattern found in 13 additional files. Review if needed.", "shortDescription": {"text": "[MINED062] Python Dataclass No Fields (and 13 more): Same pattern found in 13 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "GHSA-8rrh-rw8j-w5fx", "name": "wheel: GHSA-8rrh-rw8j-w5fx", "shortDescription": {"text": "wheel: GHSA-8rrh-rw8j-w5fx"}, "fullDescription": {"text": "Wheel Affected by Arbitrary File Permission Modification via Path Traversal in wheel unpack"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-gm62-xv2j-4w53", "name": "urllib3: GHSA-gm62-xv2j-4w53", "shortDescription": {"text": "urllib3: GHSA-gm62-xv2j-4w53"}, "fullDescription": {"text": "urllib3 allows an unbounded number of links in the decompression chain"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-38jv-5279-wg99", "name": "urllib3: GHSA-38jv-5279-wg99", "shortDescription": {"text": "urllib3: GHSA-38jv-5279-wg99"}, "fullDescription": {"text": "Decompression-bomb safeguards bypassed when following HTTP redirects (streaming API)"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-2xpw-w6gg-jr37", "name": "urllib3: GHSA-2xpw-w6gg-jr37", "shortDescription": {"text": "urllib3: GHSA-2xpw-w6gg-jr37"}, "fullDescription": {"text": "urllib3 streaming API improperly handles highly compressed data"}, "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-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-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-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": "PYSEC-2026-120", "name": "pyjwt: PYSEC-2026-120", "shortDescription": {"text": "pyjwt: PYSEC-2026-120"}, "fullDescription": {"text": "PyJWT is a JSON Web Token implementation in Python. Prior to 2.12.0, PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC. This vulnerability is fixed in 2.12.0."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2025-183", "name": "pyjwt: PYSEC-2025-183", "shortDescription": {"text": "pyjwt: PYSEC-2025-183"}, "fullDescription": {"text": "pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library (admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement)."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-jr27-m4p2-rc6r", "name": "pyasn1: GHSA-jr27-m4p2-rc6r", "shortDescription": {"text": "pyasn1: GHSA-jr27-m4p2-rc6r"}, "fullDescription": {"text": "Denial of Service in pyasn1 via Unbounded Recursion"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-63vm-454h-vhhq", "name": "pyasn1: GHSA-63vm-454h-vhhq", "shortDescription": {"text": "pyasn1: GHSA-63vm-454h-vhhq"}, "fullDescription": {"text": "pyasn1 has a DoS vulnerability in decoder"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2022-42969", "name": "py: PYSEC-2022-42969", "shortDescription": {"text": "py: PYSEC-2022-42969"}, "fullDescription": {"text": "The py library through 1.11.0 for Python allows remote attackers to conduct a ReDoS (Regular expression Denial of Service) attack via a Subversion repository with crafted info data, because the InfoSvnCommand argument is mishandled."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-8qvm-5x2c-j2w7", "name": "protobuf: GHSA-8qvm-5x2c-j2w7", "shortDescription": {"text": "protobuf: GHSA-8qvm-5x2c-j2w7"}, "fullDescription": {"text": "protobuf-python has a potential Denial of Service issue"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-7gcm-g887-7qv7", "name": "protobuf: GHSA-7gcm-g887-7qv7", "shortDescription": {"text": "protobuf: GHSA-7gcm-g887-7qv7"}, "fullDescription": {"text": "protobuf affected by a JSON recursion depth bypass"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2026-107", "name": "orjson: PYSEC-2026-107", "shortDescription": {"text": "orjson: PYSEC-2026-107"}, "fullDescription": {"text": "The orjson.dumps function in orjson thru 3.11.4 does not limit recursion for deeply nested JSON documents."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-58pv-8j8x-9vj2", "name": "jaraco-context: GHSA-58pv-8j8x-9vj2", "shortDescription": {"text": "jaraco-context: GHSA-58pv-8j8x-9vj2"}, "fullDescription": {"text": "jaraco.context Has a Path Traversal Vulnerability"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-x2qx-6953-8485", "name": "gitpython: GHSA-x2qx-6953-8485", "shortDescription": {"text": "gitpython: GHSA-x2qx-6953-8485"}, "fullDescription": {"text": "GitPython: Unsafe option check validates multi_options before shlex.split transformation"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-v87r-6q3f-2j67", "name": "gitpython: GHSA-v87r-6q3f-2j67", "shortDescription": {"text": "gitpython: GHSA-v87r-6q3f-2j67"}, "fullDescription": {"text": "GitPython: Newline injection in config_writer().set_value() enables RCE via core.hooksPath"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-mv93-w799-cj2w", "name": "gitpython: GHSA-mv93-w799-cj2w", "shortDescription": {"text": "gitpython: GHSA-mv93-w799-cj2w"}, "fullDescription": {"text": "GitPython: Newline injection in config_writer() section parameter bypasses CVE-2026-42215 patch, enabling RCE via core.hooksPath"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-7545-fcxq-7j24", "name": "gitpython: GHSA-7545-fcxq-7j24", "shortDescription": {"text": "gitpython: GHSA-7545-fcxq-7j24"}, "fullDescription": {"text": "GitPython reference APIs has a path traversal vulnerability that allows arbitrary file write and delete outside the repository"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-2mqj-m65w-jghx", "name": "gitpython: GHSA-2mqj-m65w-jghx", "shortDescription": {"text": "gitpython: GHSA-2mqj-m65w-jghx"}, "fullDescription": {"text": "Untrusted search path under some conditions on Windows allows arbitrary code execution"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2024-4", "name": "gitpython: PYSEC-2024-4", "shortDescription": {"text": "gitpython: PYSEC-2024-4"}, "fullDescription": {"text": "GitPython is a python library used to interact with Git repositories. There is an incomplete fix for CVE-2023-40590. On Windows, GitPython uses an untrusted search path if it uses a shell to run `git`, as well as when it runs `bash.exe` to interpret hooks. If either of those features are used on Windows, a malicious `git.exe` or `bash.exe` may be run from an untrusted repository. This issue has been patched in version 3.1.41."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "GHSA-r6ph-v2qm-q3c2", "name": "cryptography: GHSA-r6ph-v2qm-q3c2", "shortDescription": {"text": "cryptography: GHSA-r6ph-v2qm-q3c2"}, "fullDescription": {"text": "cryptography Vulnerable to a Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"}, "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": "PYSEC-2023-239", "name": "asyncssh: PYSEC-2023-239", "shortDescription": {"text": "asyncssh: PYSEC-2023-239"}, "fullDescription": {"text": "An issue in AsyncSSH v2.14.0 and earlier allows attackers to control the remote end of an SSH client session via packet injection/removal and shell emulation."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "PYSEC-2023-237", "name": "asyncssh: PYSEC-2023-237", "shortDescription": {"text": "asyncssh: PYSEC-2023-237"}, "fullDescription": {"text": "An issue in AsyncSSH v2.14.0 and earlier allows attackers to control the extension info message (RFC 8308) via a man-in-the-middle attack."}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "DKR014", "name": "Dockerfile copies the entire context without .dockerignore", "shortDescription": {"text": "Dockerfile copies the entire context without .dockerignore"}, "fullDescription": {"text": "COPY . or ADD . sends the full build context to Docker. Without .dockerignore this can include secrets, git history, and local artifacts."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "high", "confidence": 0.92, "cwe": "", "owasp": ""}}, {"id": "DKR006", "name": "Dockerfile pipes a remote script into a shell", "shortDescription": {"text": "Dockerfile pipes a remote script into a shell"}, "fullDescription": {"text": "Piping downloaded code directly into a shell bypasses checksum verification and makes builds dependent on mutable remote content."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "high", "confidence": 0.92, "cwe": "", "owasp": ""}}, {"id": "SEC013", "name": "[SEC013] Path Traversal \u2014 User Input in File Path: User-controlled input used in file path without sanitization. Allows ", "shortDescription": {"text": "[SEC013] Path Traversal \u2014 User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files."}, "fullDescription": {"text": "Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads."}, "properties": {"scanner": "repobility-threat-engine", "category": "path_traversal", "severity": "high", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "SEC085", "name": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. ", "shortDescription": {"text": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0)."}, "fullDescription": {"text": "Use execFile / spawn with separate args array; never pass shell strings."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC113", "name": "[SEC113] SSH host-key verification disabled (MITM): Accepting any SSH host key on first connect lets an active MITM impe", "shortDescription": {"text": "[SEC113] SSH host-key verification disabled (MITM): Accepting any SSH host key on first connect lets an active MITM impersonate the server. Common in `paramiko.AutoAddPolicy()`."}, "fullDescription": {"text": "Python: load `~/.ssh/known_hosts` and use `paramiko.RejectPolicy()`. Go: implement a `ssh.HostKeyCallback` that compares against a known fingerprint. Java JSch: load known_hosts via `jsch.setKnownHosts(...)`."}, "properties": {"scanner": "repobility-threat-engine", "category": "crypto", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED006", "name": "[MINED006] Overcatch Baseexception: except BaseException: ... \u2014 prevents Ctrl+C and SystemExit from working.", "shortDescription": {"text": "[MINED006] Overcatch Baseexception: except BaseException: ... \u2014 prevents Ctrl+C and SystemExit from working."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-705 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC032", "name": "[SEC032] Unrestricted File Upload \u2014 no extension/MIME validation: File upload accepts the user's filename without valida", "shortDescription": {"text": "[SEC032] Unrestricted File Upload \u2014 no extension/MIME validation: File upload accepts the user's filename without validating extension, content-type, or magic bytes. Attackers upload `.php`, `.jsp`, or executable files to a web-served direc"}, "fullDescription": {"text": "Validate THREE things server-side:\n  1. Extension allowlist:\n       ALLOWED = {'.png', '.jpg', '.pdf'}\n       ext = Path(file.filename).suffix.lower()\n       if ext not in ALLOWED: abort(400)\n  2. Magic-byte check (don't trust the extension):\n       import magic\n       mime = magic.from_buffer(file.read(2048), mime=True)\n  3. Save with a random/UUID filename to a non-executable directory.\nSanitize with `werkzeug.secure_filename`. Never reuse the user's name."}, "properties": {"scanner": "repobility-threat-engine", "category": "file_upload", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED021", "name": "[MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain \"../\" \u2014 directory escape.", "shortDescription": {"text": "[MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain \"../\" \u2014 directory escape."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-22 / A01:2021 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": "MINED118", "name": "Dockerfile FROM `812206152185.dkr.ecr.us-west-2.amazonaws.com/latch-base:fe0b-main` not pinned by digest", "shortDescription": {"text": "Dockerfile FROM `812206152185.dkr.ecr.us-west-2.amazonaws.com/latch-base:fe0b-main` not pinned by digest"}, "fullDescription": {"text": "`FROM 812206152185.dkr.ecr.us-west-2.amazonaws.com/latch-base:fe0b-main` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED115", "name": "Action `astral-sh/setup-uv` pinned to mutable ref `@v3`", "shortDescription": {"text": "Action `astral-sh/setup-uv` pinned to mutable ref `@v3`"}, "fullDescription": {"text": "`uses: astral-sh/setup-uv@v3` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED108", "name": "`self.load` used but never assigned in __init__", "shortDescription": {"text": "`self.load` used but never assigned in __init__"}, "fullDescription": {"text": "Method `update` of class `Table` reads `self.load`, 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_data_ls", "shortDescription": {"text": "Phantom test coverage: test_data_ls"}, "fullDescription": {"text": "Test function `test_data_ls` 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": "MINED107", "name": "Missing import: `queue` used but not imported", "shortDescription": {"text": "Missing import: `queue` used but not imported"}, "fullDescription": {"text": "The file uses `queue.something(...)` but never imports `queue`. 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/1234"}, "properties": {"repository": "latchbio/latch", "repoUrl": "https://github.com/latchbio/latch", "branch": "main"}, "results": [{"ruleId": "AUC002", "level": "warning", "message": {"text": "[AUC002] Low visible authorization coverage in route inventory: Only 12.5% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence."}, "properties": {"repobilityId": 124020, "scanner": "repobility-access-control", "fingerprint": "2a985b6877a3da8e577e6ffacf1c3de78248b76e7513fb7307717469e61b54e1", "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": 8, "correlation_key": "fp|2a985b6877a3da8e577e6ffacf1c3de78248b76e7513fb7307717469e61b54e1", "auth_visible_percent": 12.5}}}, {"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": 124019, "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": ["GraphQL"], "expected_files": [".repobility/access.yml", ".repobility/access.yaml", ".repobility/access.json", ".repobility/authorization.yml"], "correlation_key": "fp|f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10"}}}, {"ruleId": "GHSA-pq67-6m6q-mj2v", "level": "warning", "message": {"text": "urllib3: GHSA-pq67-6m6q-mj2v"}, "properties": {"repobilityId": 124017, "scanner": "osv-scanner", "fingerprint": "05f36209b81330ef1da074c89a6716f96abc131a5f3f659eb7de7221cef4a5bf", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-50181"], "package": "urllib3", "rule_id": "GHSA-pq67-6m6q-mj2v", "scanner": "osv-scanner", "correlation_key": "vuln|urllib3|CVE-2025-50181|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-gc5v-m9x4-r6x2", "level": "warning", "message": {"text": "requests: GHSA-gc5v-m9x4-r6x2"}, "properties": {"repobilityId": 124012, "scanner": "osv-scanner", "fingerprint": "e884985e28f71ca0fc1c2b7bb4ab3804118148f9826bc4963d61cc8124554f58", "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|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-6w46-j5rx-g56g", "level": "warning", "message": {"text": "pytest: GHSA-6w46-j5rx-g56g"}, "properties": {"repobilityId": 124011, "scanner": "osv-scanner", "fingerprint": "33dc2cc48895af7411c54c511d78df7905a11a77117f845a8d70612b5d14e52f", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-71176"], "package": "pytest", "rule_id": "GHSA-6w46-j5rx-g56g", "scanner": "osv-scanner", "correlation_key": "vuln|pytest|CVE-2025-71176|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-mrfv-m5wm-5w6w", "level": "warning", "message": {"text": "pynacl: GHSA-mrfv-m5wm-5w6w"}, "properties": {"repobilityId": 124010, "scanner": "osv-scanner", "fingerprint": "a1873642f0ec13599e580a0596e8b28fb333f9ee24c584189886c8286c41b2c2", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-69277"], "package": "pynacl", "rule_id": "GHSA-mrfv-m5wm-5w6w", "scanner": "osv-scanner", "correlation_key": "vuln|pynacl|CVE-2025-69277|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-428g-f7cq-pgp5", "level": "warning", "message": {"text": "marshmallow: GHSA-428g-f7cq-pgp5"}, "properties": {"repobilityId": 123994, "scanner": "osv-scanner", "fingerprint": "f635be3594579a6c51430644c4e267ffb2ab1a0b1041200f250902f1714812c0", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-68480"], "package": "marshmallow", "rule_id": "GHSA-428g-f7cq-pgp5", "scanner": "osv-scanner", "correlation_key": "vuln|marshmallow|CVE-2025-68480|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-65pc-fj4g-8rjx", "level": "warning", "message": {"text": "idna: GHSA-65pc-fj4g-8rjx"}, "properties": {"repobilityId": 123992, "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-w8v5-vhqr-4h9v", "level": "warning", "message": {"text": "diskcache: GHSA-w8v5-vhqr-4h9v"}, "properties": {"repobilityId": 123985, "scanner": "osv-scanner", "fingerprint": "5719bb3a58657569addd4895d98c1605ed30af26858308cc4a24d863033ae224", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-69872"], "package": "diskcache", "rule_id": "GHSA-w8v5-vhqr-4h9v", "scanner": "osv-scanner", "correlation_key": "vuln|diskcache|CVE-2025-69872|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-hfmc-7525-mj55", "level": "warning", "message": {"text": "asyncssh: GHSA-hfmc-7525-mj55"}, "properties": {"repobilityId": 123981, "scanner": "osv-scanner", "fingerprint": "2c73d8db9a66d68e757a24d0fd167cf32032f994e38f32354dbe2a990d4626d7", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "package": "asyncssh", "rule_id": "GHSA-hfmc-7525-mj55", "scanner": "osv-scanner", "correlation_key": "vuln|asyncssh|GHSA-HFMC-7525-MJ55|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 123978, "scanner": "repobility-docker", "fingerprint": "623a5e8c9aa33a9d53e5ef9ca26ac21397d7d37468383805d645be676444bd86", "category": "docker", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "No USER directive was found in the final runtime stage.", "evidence": {"rule_id": "DKR001", "scanner": "repobility-docker", "final_base": "812206152185.dkr.ecr.us-west-2.amazonaws.com/latch-base:fe0b-main", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|623a5e8c9aa33a9d53e5ef9ca26ac21397d7d37468383805d645be676444bd86"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_snakemake/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 123975, "scanner": "repobility-docker", "fingerprint": "5fee6fff8aaf774436de946dcdbcd717e8774ff6cb16570947a1e48a1b0af428", "category": "docker", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "No USER directive was found in the final runtime stage.", "evidence": {"rule_id": "DKR001", "scanner": "repobility-docker", "final_base": "812206152185.dkr.ecr.us-west-2.amazonaws.com/latch-base:fe0b-main", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|5fee6fff8aaf774436de946dcdbcd717e8774ff6cb16570947a1e48a1b0af428"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_nfcore/Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "DKR007", "level": "warning", "message": {"text": "Docker build context has no .dockerignore"}, "properties": {"repobilityId": 123969, "scanner": "repobility-docker", "fingerprint": "c98378cf8c37e4866e89d6ca06a24b7e8c44654aa34e6e4bf1367c4a4c0c5b44", "category": "docker", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Dockerfile exists but repository root has no .dockerignore.", "evidence": {"rule_id": "DKR007", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|c98378cf8c37e4866e89d6ca06a24b7e8c44654aa34e6e4bf1367c4a4c0c5b44"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".dockerignore"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 123968, "scanner": "repobility-docker", "fingerprint": "9b018b68db394be25580f667efe8a4a9d7b94ea94c12160b598e59f611e17620", "category": "docker", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "No USER directive was found in the final runtime stage.", "evidence": {"rule_id": "DKR001", "scanner": "repobility-docker", "final_base": "alpine:3.12", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|9b018b68db394be25580f667efe8a4a9d7b94ea94c12160b598e59f611e17620"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile.docs"}, "region": {"startLine": 1}}}]}, {"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": 123964, "scanner": "repobility-threat-engine", "fingerprint": "965180555827ff7f030351a08b7d2bbf71bb49a2fa49ad14a4cb3a8767047850", "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|965180555827ff7f030351a08b7d2bbf71bb49a2fa49ad14a4cb3a8767047850"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/login.py"}, "region": {"startLine": 109}}}]}, {"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": 123960, "scanner": "repobility-threat-engine", "fingerprint": "30711a0beda2612303becedc031b4f36756e1eacd9996d32f718a15e25ac0c55", "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|49|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/launch/launch.py"}, "region": {"startLine": 49}}}]}, {"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": 123959, "scanner": "repobility-threat-engine", "fingerprint": "4f2b32d6c2ef137bff6c75c2e7e930103078ba1da15d2fec6a4d3b3e2272a8ff", "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|57|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/k8s/execute.py"}, "region": {"startLine": 57}}}]}, {"ruleId": "SEC127", "level": "warning", "message": {"text": "[SEC127] AI agent stub \u2014 TODO: implement / pass placeholder body: Function body left as TODO/pass/raise NotImplementedError after an AI scaffolding pass. The route appears to exist (and may even pass shallow CI), but invoking it crashes or silently no-ops. AI agents consistently emit these when their context window runs out mid-implementation. Production callers hitting these stubs is a classic AI-generated-incident."}, "properties": {"repobilityId": 123957, "scanner": "repobility-threat-engine", "fingerprint": "f77a2a52d41df3ddc45622771750c8b33117778d105765ba1e456976437f37b8", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "def task(input_file: LatchFile, output_directory: LatchOutputDir) -> LatchFile:\n    raise NotImpleme", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC127", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|f77a2a52d41df3ddc45622771750c8b33117778d105765ba1e456976437f37b8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/template/task.py"}, "region": {"startLine": 7}}}]}, {"ruleId": "COMP001", "level": "warning", "message": {"text": "[COMP001] High cognitive complexity: Function `group_tuple` has cognitive complexity 18 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: continue=1, else=1, for=2, if=4, nested_bonus=9, ternary=1."}, "properties": {"repobilityId": 123943, "scanner": "repobility-threat-engine", "fingerprint": "f1d81f49388e2056b9887b4ad4971a773e0f32682ec4f849957aa973ff5edfbf", "category": "quality", "severity": "medium", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 18 (severity threshold for medium: 15+).", "evidence": {"scanner": "repobility-threat-engine", "function": "group_tuple", "breakdown": {"if": 4, "for": 2, "else": 1, "ternary": 1, "continue": 1, "nested_bonus": 9}, "complexity": 18, "correlation_key": "fp|f1d81f49388e2056b9887b4ad4971a773e0f32682ec4f849957aa973ff5edfbf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/functions/operators.py"}, "region": {"startLine": 79}}}]}, {"ruleId": "DEPCUR-GHA", "level": "warning", "message": {"text": "GitHub Action `astral-sh/setup-uv@v3` is 5 major version(s) behind (latest v8.2.0)"}, "properties": {"repobilityId": 123921, "scanner": "repobility-dependency-currency", "fingerprint": "37a7b95e0138c72d2582bb236f6c725d63742f77847877cc391cef609bf87c0d", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "5 major version(s) behind", "signal": "currency", "cwe_ids": ["CWE-1104"], "package": "astral-sh/setup-uv", "scanner": "repobility-dependency-currency", "ecosystem": "github-actions", "languages": ["yaml"], "latest_version": "v8.2.0", "correlation_key": "fp|37a7b95e0138c72d2582bb236f6c725d63742f77847877cc391cef609bf87c0d", "current_version": "v3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yaml"}, "region": {"startLine": 16}}}]}, {"ruleId": "DEPCUR-GHA", "level": "warning", "message": {"text": "GitHub Action `actions/checkout@v2` is 4 major version(s) behind (latest v6.0.3)"}, "properties": {"repobilityId": 123920, "scanner": "repobility-dependency-currency", "fingerprint": "c0ca392655f68fd290359220a30927295275c4dd6aeb792be7c4af98afd4c748", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "4 major version(s) behind", "signal": "currency", "cwe_ids": ["CWE-1104"], "package": "actions/checkout", "scanner": "repobility-dependency-currency", "ecosystem": "github-actions", "languages": ["yaml"], "latest_version": "v6.0.3", "correlation_key": "fp|c0ca392655f68fd290359220a30927295275c4dd6aeb792be7c4af98afd4c748", "current_version": "v2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yaml"}, "region": {"startLine": 14}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 123914, "scanner": "repobility-ast-engine", "fingerprint": "05d3786cee08a95abb9d5f5f7d6b22216afc8f4be53135c5a6c4f3eef62aefd5", "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|05d3786cee08a95abb9d5f5f7d6b22216afc8f4be53135c5a6c4f3eef62aefd5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/launch/type_converter.py"}, "region": {"startLine": 340}}}]}, {"ruleId": "MINED109", "level": "warning", "message": {"text": "Mutable default argument in `transform_types_in_variable_map` (dict)"}, "properties": {"repobilityId": 123912, "scanner": "repobility-ast-engine", "fingerprint": "9363a81e654a1d06f1eafe73f54e9f987b42497d5da614fb651b00b41fcaa5f5", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "mutable-default-arg", "owasp": null, "cwe_ids": ["CWE-1023"], "languages": ["python"], "observations_count": 64867}, "scanner": "repobility-ast-engine", "correlation_key": "fp|9363a81e654a1d06f1eafe73f54e9f987b42497d5da614fb651b00b41fcaa5f5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/snakemake/workflow.py"}, "region": {"startLine": 269}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 123911, "scanner": "repobility-ast-engine", "fingerprint": "03da3b3071b2da6d877b0ffc95c667b10574ff838702cb95a585b98f29b49a61", "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|03da3b3071b2da6d877b0ffc95c667b10574ff838702cb95a585b98f29b49a61"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/utils/__init__.py"}, "region": {"startLine": 259}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 123910, "scanner": "repobility-ast-engine", "fingerprint": "7d120ad8a813e4804b16b112805c8ad2d775227043b8f842c47e805c146ba1ee", "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|7d120ad8a813e4804b16b112805c8ad2d775227043b8f842c47e805c146ba1ee"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/centromere/ctx.py"}, "region": {"startLine": 167}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 123908, "scanner": "repobility-ast-engine", "fingerprint": "13c3255eaec77d3657eb1919114dda967db4f0d28fa3aacdc2f033cdc5ac4763", "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|13c3255eaec77d3657eb1919114dda967db4f0d28fa3aacdc2f033cdc5ac4763"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/local_dev_old.py"}, "region": {"startLine": 423}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 123907, "scanner": "repobility-ast-engine", "fingerprint": "b5efd877553f41ef9bcfe0d6e72f5c120c07d631c021a012b3833c49b60b57a0", "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|b5efd877553f41ef9bcfe0d6e72f5c120c07d631c021a012b3833c49b60b57a0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/nextflow/config.py"}, "region": {"startLine": 38}}}]}, {"ruleId": "MINED109", "level": "warning", "message": {"text": "Mutable default argument in `deseq2_wf` (list)"}, "properties": {"repobilityId": 123905, "scanner": "repobility-ast-engine", "fingerprint": "66009e56c15fa509db45061d799de739e2449acba80f2614569045e6774fd0ff", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "mutable-default-arg", "owasp": null, "cwe_ids": ["CWE-1023"], "languages": ["python"], "observations_count": 64867}, "scanner": "repobility-ast-engine", "correlation_key": "fp|66009e56c15fa509db45061d799de739e2449acba80f2614569045e6774fd0ff"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/verified/deseq2.py"}, "region": {"startLine": 16}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 123885, "scanner": "repobility-ast-engine", "fingerprint": "393c93fdc25e7214520fa3523719fac4f7c8988992ec4281265b530cfcb9d57c", "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|393c93fdc25e7214520fa3523719fac4f7c8988992ec4281265b530cfcb9d57c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/main.py"}, "region": {"startLine": 1678}}}]}, {"ruleId": "MINED109", "level": "warning", "message": {"text": "Mutable default argument in `post` (dict)"}, "properties": {"repobilityId": 123880, "scanner": "repobility-ast-engine", "fingerprint": "db4bb7501be2e9b223207ccbce6e33bc6a18fa0e0cc54d22e9f6cc2cfa8a8fe3", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "mutable-default-arg", "owasp": null, "cwe_ids": ["CWE-1023"], "languages": ["python"], "observations_count": 64867}, "scanner": "repobility-ast-engine", "correlation_key": "fp|db4bb7501be2e9b223207ccbce6e33bc6a18fa0e0cc54d22e9f6cc2cfa8a8fe3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 198}}}]}, {"ruleId": "MINED109", "level": "warning", "message": {"text": "Mutable default argument in `put` (dict)"}, "properties": {"repobilityId": 123879, "scanner": "repobility-ast-engine", "fingerprint": "f73f88719975a5ed78b0da4e5b68e445c8fc93a797dd87702e28fca75581e4b8", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "mutable-default-arg", "owasp": null, "cwe_ids": ["CWE-1023"], "languages": ["python"], "observations_count": 64867}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f73f88719975a5ed78b0da4e5b68e445c8fc93a797dd87702e28fca75581e4b8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 176}}}]}, {"ruleId": "MINED109", "level": "warning", "message": {"text": "Mutable default argument in `get` (dict)"}, "properties": {"repobilityId": 123878, "scanner": "repobility-ast-engine", "fingerprint": "6177d207e868d2f3437cc2c81d64228bb0f85d8eac243aab622cbb5b4696912d", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "mutable-default-arg", "owasp": null, "cwe_ids": ["CWE-1023"], "languages": ["python"], "observations_count": 64867}, "scanner": "repobility-ast-engine", "correlation_key": "fp|6177d207e868d2f3437cc2c81d64228bb0f85d8eac243aab622cbb5b4696912d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 154}}}]}, {"ruleId": "MINED109", "level": "warning", "message": {"text": "Mutable default argument in `request` (dict)"}, "properties": {"repobilityId": 123877, "scanner": "repobility-ast-engine", "fingerprint": "f033992dcb198f6344d669855673d00ec7a1832bbb782977c6b446db21739c1f", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "mutable-default-arg", "owasp": null, "cwe_ids": ["CWE-1023"], "languages": ["python"], "observations_count": 64867}, "scanner": "repobility-ast-engine", "correlation_key": "fp|f033992dcb198f6344d669855673d00ec7a1832bbb782977c6b446db21739c1f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 117}}}]}, {"ruleId": "MINED109", "level": "warning", "message": {"text": "Mutable default argument in `_req` (dict)"}, "properties": {"repobilityId": 123876, "scanner": "repobility-ast-engine", "fingerprint": "8dfac1a6eadf88ac98e6740215d39ce9999b14a5bc59087c90fc47bf68171abe", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "mutable-default-arg", "owasp": null, "cwe_ids": ["CWE-1023"], "languages": ["python"], "observations_count": 64867}, "scanner": "repobility-ast-engine", "correlation_key": "fp|8dfac1a6eadf88ac98e6740215d39ce9999b14a5bc59087c90fc47bf68171abe"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 70}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 123869, "scanner": "repobility-ast-engine", "fingerprint": "0bb2d20e3629f27a488b5636f6265f6d5f04cd5105ef6b45ffdcfed6d4f03fe3", "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|0bb2d20e3629f27a488b5636f6265f6d5f04cd5105ef6b45ffdcfed6d4f03fe3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_sdk_gql/execute.py"}, "region": {"startLine": 55}}}]}, {"ruleId": "AUC005", "level": "note", "message": {"text": "[AUC005] No authorization-focused tests detected: No test files with common authorization, ownership, 403, admin, or super_admin assertions were found."}, "properties": {"repobilityId": 124021, "scanner": "repobility-access-control", "fingerprint": "c58bb88e6682225dc480b3036f30153044953a3d94f500396678a77324e8d30e", "category": "auth", "severity": "low", "confidence": 0.76, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"scanner": "repobility-access-control", "frameworks": ["GraphQL"], "correlation_key": "fp|c58bb88e6682225dc480b3036f30153044953a3d94f500396678a77324e8d30e"}}}, {"ruleId": "GHSA-5239-wwwm-4pmq", "level": "note", "message": {"text": "pygments: GHSA-5239-wwwm-4pmq"}, "properties": {"repobilityId": 124002, "scanner": "osv-scanner", "fingerprint": "db0fef0ab784fa7e288e01a475a731d75b5105247b655bdfac2babc124377da9", "category": "dependency", "severity": "low", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-4539"], "package": "pygments", "rule_id": "GHSA-5239-wwwm-4pmq", "scanner": "osv-scanner", "correlation_key": "vuln|pygments|CVE-2026-4539|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-r374-rxx8-8654", "level": "note", "message": {"text": "paramiko: GHSA-r374-rxx8-8654"}, "properties": {"repobilityId": 123996, "scanner": "osv-scanner", "fingerprint": "e1428ac01c833c9c73883f7f00122258bd1bc6f98c82532960508ddc15e7d8cb", "category": "dependency", "severity": "low", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-44405"], "package": "paramiko", "rule_id": "GHSA-r374-rxx8-8654", "scanner": "osv-scanner", "correlation_key": "vuln|paramiko|CVE-2026-44405|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 123976, "scanner": "repobility-docker", "fingerprint": "bb63bb52c778dfdb052a6ebde46ca39d441873fc968d7dea7c8599522b1d7454", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|bb63bb52c778dfdb052a6ebde46ca39d441873fc968d7dea7c8599522b1d7454"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_snakemake/Dockerfile"}, "region": {"startLine": 16}}}]}, {"ruleId": "DKR011", "level": "note", "message": {"text": "Dockerfile installs recommended OS packages"}, "properties": {"repobilityId": 123972, "scanner": "repobility-docker", "fingerprint": "fc1d483ccb66e4cdd79d3c7407f609bedf6e4c5d146a9d857d83ba107140b522", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "apt install appears without --no-install-recommends.", "evidence": {"rule_id": "DKR011", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|fc1d483ccb66e4cdd79d3c7407f609bedf6e4c5d146a9d857d83ba107140b522"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_nfcore/Dockerfile"}, "region": {"startLine": 7}}}]}, {"ruleId": "DKR010", "level": "note", "message": {"text": "Dockerfile leaves apt package indexes in the image layer"}, "properties": {"repobilityId": 123971, "scanner": "repobility-docker", "fingerprint": "5df13b5f1a83fa705a88a68217f90b55795b8f26d61a49ea5a7af626fe257af8", "category": "docker", "severity": "low", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "apt update/install layer does not remove /var/lib/apt/lists.", "evidence": {"rule_id": "DKR010", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|5df13b5f1a83fa705a88a68217f90b55795b8f26d61a49ea5a7af626fe257af8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_nfcore/Dockerfile"}, "region": {"startLine": 7}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 123970, "scanner": "repobility-docker", "fingerprint": "b2139479ba5a39d679c57ff46a1127950fa1f6b8cf049641cf6a67a62e2e4dd8", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|b2139479ba5a39d679c57ff46a1127950fa1f6b8cf049641cf6a67a62e2e4dd8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_nfcore/Dockerfile"}, "region": {"startLine": 3}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `to_idl` has cognitive complexity 9 (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: recursion=9."}, "properties": {"repobilityId": 123944, "scanner": "repobility-threat-engine", "fingerprint": "ad2006af137f93f420957f456ac113081aec26184a6ef4785c57ee291e41cfde", "category": "quality", "severity": "low", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 9 (severity threshold for low: 8+).", "evidence": {"scanner": "repobility-threat-engine", "function": "to_idl", "breakdown": {"recursion": 9}, "complexity": 9, "correlation_key": "fp|ad2006af137f93f420957f456ac113081aec26184a6ef4785c57ee291e41cfde"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/idl/admin/launch_plan.py"}, "region": {"startLine": 107}}}]}, {"ruleId": "AIC005", "level": "note", "message": {"text": "Duplicate top-level symbol appears in a patch-style file"}, "properties": {"repobilityId": 123866, "scanner": "repobility-ai-code-hygiene", "fingerprint": "8c5a22ec4b207a2d736d90dc8b536d61e6fd9cfaea67fa13a7df7a67cb8c7c40", "category": "quality", "severity": "low", "confidence": 0.64, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Patch-style file defines a top-level symbol also defined in another source file.", "evidence": {"symbol": "get_image", "rule_id": "AIC005", "scanner": "repobility-ai-code-hygiene", "references": ["https://github.com/jendrikseipp/vulture", "https://knip.dev/"], "duplicate_file": "src/latch_cli/services/k8s/develop.py", "correlation_key": "fp|8c5a22ec4b207a2d736d90dc8b536d61e6fd9cfaea67fa13a7df7a67cb8c7c40"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/local_dev_old.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 123865, "scanner": "repobility-ai-code-hygiene", "fingerprint": "a0b7ce9c3f56d7a0dc72a46b3c8c7a0325d9c1e50c4712be1e3b1c70e6ea5d78", "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/latch_cli/menus.py", "duplicate_line": 156, "correlation_key": "fp|a0b7ce9c3f56d7a0dc72a46b3c8c7a0325d9c1e50c4712be1e3b1c70e6ea5d78"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/preview.py"}, "region": {"startLine": 86}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 123864, "scanner": "repobility-ai-code-hygiene", "fingerprint": "55e5da14f95fe836efe587c4e9b5ae618d14f470f4bb5199714226b60bbf9a1b", "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/latch_cli/services/k8s/attach.py", "duplicate_line": 23, "correlation_key": "fp|55e5da14f95fe836efe587c4e9b5ae618d14f470f4bb5199714226b60bbf9a1b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/k8s/execute.py"}, "region": {"startLine": 32}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 123863, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d6b55d66858f9f981a2ae9884146d4013050a2ae99e61a1f09ab07a191a0a805", "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/latch_cli/services/init/example_conda/__init__.py", "duplicate_line": 7, "correlation_key": "fp|d6b55d66858f9f981a2ae9884146d4013050a2ae99e61a1f09ab07a191a0a805"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_r/__init__.py"}, "region": {"startLine": 7}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 123862, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5cdc3e1d768539623f63e777b004bc48a5a9a82274af7e60e6a51dbb22339c9a", "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/latch/registry/project.py", "duplicate_line": 79, "correlation_key": "fp|5cdc3e1d768539623f63e777b004bc48a5a9a82274af7e60e6a51dbb22339c9a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/registry/table.py"}, "region": {"startLine": 158}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 123861, "scanner": "repobility-ai-code-hygiene", "fingerprint": "efed193c68b8d01d492872ccdca949e42b2523c7f386b3e56db1a0f50c867f4f", "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/latch/account.py", "duplicate_line": 217, "correlation_key": "fp|efed193c68b8d01d492872ccdca949e42b2523c7f386b3e56db1a0f50c867f4f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/registry/project.py"}, "region": {"startLine": 194}}}]}, {"ruleId": "AIC002", "level": "note", "message": {"text": "Source file name looks like an AI patch artifact"}, "properties": {"repobilityId": 123860, "scanner": "repobility-ai-code-hygiene", "fingerprint": "d1e1c434801d95bda6f943288f5da6a784b6b4ce3e68a57d8a13bbb821e53c4b", "category": "quality", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Source filename contains a temporary or patch-style suffix.", "evidence": {"suffix": "old", "rule_id": "AIC002", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195"], "correlation_key": "fp|d1e1c434801d95bda6f943288f5da6a784b6b4ce3e68a57d8a13bbb821e53c4b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/local_dev_old.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC002", "level": "note", "message": {"text": "Source file name looks like an AI patch artifact"}, "properties": {"repobilityId": 123859, "scanner": "repobility-ai-code-hygiene", "fingerprint": "7132e4f86918e513fe7e6f3308285ea234852b4fb78f169b8a9974fe659040a9", "category": "quality", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Source filename contains a temporary or patch-style suffix.", "evidence": {"suffix": "copy", "rule_id": "AIC002", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195"], "correlation_key": "fp|7132e4f86918e513fe7e6f3308285ea234852b4fb78f169b8a9974fe659040a9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/ldata/_transfer/remote_copy.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED064", "level": "none", "message": {"text": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services."}, "properties": {"repobilityId": 123967, "scanner": "repobility-threat-engine", "fingerprint": "e0bee44b59fda5595e75940bd6bbd4fa93c1a1eac7c5dee255e98f0513ff817a", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "python-input-call", "owasp": null, "cwe_ids": [], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348050+00:00", "triaged_in_corpus": 12, "observations_count": 66378, "ai_coder_pattern_id": 124}, "scanner": "repobility-threat-engine", "correlation_key": "fp|e0bee44b59fda5595e75940bd6bbd4fa93c1a1eac7c5dee255e98f0513ff817a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/snakemake/single_task_snakemake.py"}, "region": {"startLine": 108}}}]}, {"ruleId": "MINED072", "level": "none", "message": {"text": "[MINED072] Python Pass Only Class: class Foo: pass \u2014 stub waiting to be filled in."}, "properties": {"repobilityId": 123966, "scanner": "repobility-threat-engine", "fingerprint": "0a99bacffcf2b537b9f41553ea8d0c84ba62c32ac5e3b69e5a80bf52ec31da6b", "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-pass-only-class", "owasp": null, "cwe_ids": ["CWE-1188"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348069+00:00", "triaged_in_corpus": 10, "observations_count": 14245, "ai_coder_pattern_id": 143}, "scanner": "repobility-threat-engine", "correlation_key": "fp|0a99bacffcf2b537b9f41553ea8d0c84ba62c32ac5e3b69e5a80bf52ec31da6b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/snakemake/serialize_utils.py"}, "region": {"startLine": 139}}}]}, {"ruleId": "MINED077", "level": "none", "message": {"text": "[MINED077] Python Open No Context: fp = open(path) outside with-block leaks file handles."}, "properties": {"repobilityId": 123965, "scanner": "repobility-threat-engine", "fingerprint": "c52e9614ce1a619cc6b0649760c2dbe020998ab5e104e7a0857d1af1532dd59a", "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-open-no-context", "owasp": null, "cwe_ids": ["CWE-772"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348081+00:00", "triaged_in_corpus": 12, "observations_count": 7864, "ai_coder_pattern_id": 123}, "scanner": "repobility-threat-engine", "correlation_key": "fp|c52e9614ce1a619cc6b0649760c2dbe020998ab5e104e7a0857d1af1532dd59a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/register/utils.py"}, "region": {"startLine": 201}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 123952, "scanner": "repobility-threat-engine", "fingerprint": "1e40df339c9faf9c8052fabe8cb3a602b7acc68f813692d17a83dbb866a44b77", "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|1e40df339c9faf9c8052fabe8cb3a602b7acc68f813692d17a83dbb866a44b77"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/ldata/_transfer/utils.py"}, "region": {"startLine": 22}}}]}, {"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": 123949, "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": "COMP001", "level": "none", "message": {"text": "[COMP001] High cognitive complexity (and 54 more): Same pattern found in 54 additional files. Review if needed."}, "properties": {"repobilityId": 123945, "scanner": "repobility-threat-engine", "fingerprint": "5a387555f08997816de0cf1bf3eba11b9e08d7cfadc96dd9f77a7c939d7efa1e", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 54 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"scanner": "repobility-threat-engine", "function": "combine", "breakdown": {"if": 7, "for": 4, "nested_bonus": 17}, "aggregated": true, "complexity": 28, "correlation_key": "fp|5a387555f08997816de0cf1bf3eba11b9e08d7cfadc96dd9f77a7c939d7efa1e", "aggregated_count": 54}}}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 123941, "scanner": "repobility-threat-engine", "fingerprint": "a98932549a04eeb718529895d1869454506e19fc7a04810044649777392b1070", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "python-requests-no-timeout", "owasp": null, "cwe_ids": ["CWE-400"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348058+00:00", "triaged_in_corpus": 12, "observations_count": 45429, "ai_coder_pattern_id": 122}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|a98932549a04eeb718529895d1869454506e19fc7a04810044649777392b1070", "aggregated_count": 1}}}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "properties": {"repobilityId": 123940, "scanner": "repobility-threat-engine", "fingerprint": "970738abb24332a7537a3bae8fbf655eaf371956330c26d0d8435290544d76e7", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "python-requests-no-timeout", "owasp": null, "cwe_ids": ["CWE-400"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348058+00:00", "triaged_in_corpus": 12, "observations_count": 45429, "ai_coder_pattern_id": 122}, "scanner": "repobility-threat-engine", "correlation_key": "fp|970738abb24332a7537a3bae8fbf655eaf371956330c26d0d8435290544d76e7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/get.py"}, "region": {"startLine": 51}}}]}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "properties": {"repobilityId": 123939, "scanner": "repobility-threat-engine", "fingerprint": "80cd20c52f4f242a87497695882d1958a2d80cde09eee74d688bfcb6f372f8e5", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "python-requests-no-timeout", "owasp": null, "cwe_ids": ["CWE-400"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348058+00:00", "triaged_in_corpus": 12, "observations_count": 45429, "ai_coder_pattern_id": 122}, "scanner": "repobility-threat-engine", "correlation_key": "fp|80cd20c52f4f242a87497695882d1958a2d80cde09eee74d688bfcb6f372f8e5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/nextflow/forch_register.py"}, "region": {"startLine": 162}}}]}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "properties": {"repobilityId": 123938, "scanner": "repobility-threat-engine", "fingerprint": "6de15c396f7bc0b831ba0e667daab13f012da13a8bd33052e6107c40b0754791", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "python-requests-no-timeout", "owasp": null, "cwe_ids": ["CWE-400"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348058+00:00", "triaged_in_corpus": 12, "observations_count": 45429, "ai_coder_pattern_id": 122}, "scanner": "repobility-threat-engine", "correlation_key": "fp|6de15c396f7bc0b831ba0e667daab13f012da13a8bd33052e6107c40b0754791"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/functions/messages.py"}, "region": {"startLine": 56}}}]}, {"ruleId": "MINED050", "level": "none", "message": {"text": "[MINED050] Stub Only Function (and 18 more): Same pattern found in 18 additional files. Review if needed."}, "properties": {"repobilityId": 123937, "scanner": "repobility-threat-engine", "fingerprint": "9f490f319b1c4d599df8462bea952b94d5deb8e267e5973f634ba121af49752a", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 18 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "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|9f490f319b1c4d599df8462bea952b94d5deb8e267e5973f634ba121af49752a", "aggregated_count": 18}}}, {"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": 123936, "scanner": "repobility-threat-engine", "fingerprint": "d57f18e58fbaaf2ae012aaa8d4f295e670bdc2274b69a96ce89d456a58e1d24a", "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|d57f18e58fbaaf2ae012aaa8d4f295e670bdc2274b69a96ce89d456a58e1d24a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/resources/launch_plan.py"}, "region": {"startLine": 63}}}]}, {"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": 123935, "scanner": "repobility-threat-engine", "fingerprint": "040813273a410abd972baacb6e07716eab0124d5b6ed830e6749cf53781dfa94", "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|040813273a410abd972baacb6e07716eab0124d5b6ed830e6749cf53781dfa94"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/ldata/_transfer/download.py"}, "region": {"startLine": 83}}}]}, {"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": 123934, "scanner": "repobility-threat-engine", "fingerprint": "f3646699b3f4aecee1a8c12415da756e068549f9123958a884d9c3c980b994b0", "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|f3646699b3f4aecee1a8c12415da756e068549f9123958a884d9c3c980b994b0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/functions/messages.py"}, "region": {"startLine": 32}}}]}, {"ruleId": "SEC078", "level": "none", "message": {"text": "[SEC078] Python: requests without timeout (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 123933, "scanner": "repobility-threat-engine", "fingerprint": "5728b7b83f3bb28a360be3eb40b6cca9adbedafd7cf3ebff8bde153047c91ba9", "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": "SEC078", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|5728b7b83f3bb28a360be3eb40b6cca9adbedafd7cf3ebff8bde153047c91ba9"}}}, {"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": 123929, "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": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields (and 13 more): Same pattern found in 13 additional files. Review if needed."}, "properties": {"repobilityId": 123925, "scanner": "repobility-threat-engine", "fingerprint": "61e4eff9e7d6d1a0f9fd981981d047c8545d73ed29b816e411cfb8d58ca6ebfa", "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": "python-dataclass-no-fields", "owasp": null, "cwe_ids": [], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348046+00:00", "triaged_in_corpus": 10, "observations_count": 92448, "ai_coder_pattern_id": 144}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|61e4eff9e7d6d1a0f9fd981981d047c8545d73ed29b816e411cfb8d58ca6ebfa", "aggregated_count": 13}}}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 123924, "scanner": "repobility-threat-engine", "fingerprint": "48961fb20952eb40a081486b1f69c815747d92db94dddc47ad0db407e0e3e06e", "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|48961fb20952eb40a081486b1f69c815747d92db94dddc47ad0db407e0e3e06e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/idl/admin/launch_plan.py"}, "region": {"startLine": 18}}}]}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 123923, "scanner": "repobility-threat-engine", "fingerprint": "18bc8dc841026f1d361df49564fb2b984e1556231079e7ad8c7f64daa73b6aea", "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|18bc8dc841026f1d361df49564fb2b984e1556231079e7ad8c7f64daa73b6aea"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/idl/admin/common.py"}, "region": {"startLine": 11}}}]}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 123922, "scanner": "repobility-threat-engine", "fingerprint": "b6ee10963de95c1fe1f386b337a568333f5058d5fc36507977d6f1595ec40e70", "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|b6ee10963de95c1fe1f386b337a568333f5058d5fc36507977d6f1595ec40e70"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/account.py"}, "region": {"startLine": 54}}}]}, {"ruleId": "GHSA-8rrh-rw8j-w5fx", "level": "error", "message": {"text": "wheel: GHSA-8rrh-rw8j-w5fx"}, "properties": {"repobilityId": 124018, "scanner": "osv-scanner", "fingerprint": "828ff741870b3ab7c171161697920ba0aacd6c8a2459ba5eb4f8753615a9f544", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-24049"], "package": "wheel", "rule_id": "GHSA-8rrh-rw8j-w5fx", "scanner": "osv-scanner", "correlation_key": "vuln|wheel|CVE-2026-24049|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-gm62-xv2j-4w53", "level": "error", "message": {"text": "urllib3: GHSA-gm62-xv2j-4w53"}, "properties": {"repobilityId": 124016, "scanner": "osv-scanner", "fingerprint": "90d2dab6c7696851417f64b6b694544f6475f3b87570ebe7d7d274b6833a39fb", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-66418"], "package": "urllib3", "rule_id": "GHSA-gm62-xv2j-4w53", "scanner": "osv-scanner", "correlation_key": "vuln|urllib3|CVE-2025-66418|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-38jv-5279-wg99", "level": "error", "message": {"text": "urllib3: GHSA-38jv-5279-wg99"}, "properties": {"repobilityId": 124015, "scanner": "osv-scanner", "fingerprint": "9849195c9b28418fdaea055af72e73abc5720794d7ced4292b75a84c952a823d", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-21441"], "package": "urllib3", "rule_id": "GHSA-38jv-5279-wg99", "scanner": "osv-scanner", "correlation_key": "vuln|urllib3|CVE-2026-21441|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-2xpw-w6gg-jr37", "level": "error", "message": {"text": "urllib3: GHSA-2xpw-w6gg-jr37"}, "properties": {"repobilityId": 124014, "scanner": "osv-scanner", "fingerprint": "af2758d7ff7965761ee75797c370b108b1da9526b5d6d412e519026ea7b3287c", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-66471"], "package": "urllib3", "rule_id": "GHSA-2xpw-w6gg-jr37", "scanner": "osv-scanner", "correlation_key": "vuln|urllib3|CVE-2025-66471|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-141", "level": "error", "message": {"text": "urllib3: PYSEC-2026-141"}, "properties": {"repobilityId": 124013, "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-179", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-179"}, "properties": {"repobilityId": 124009, "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": 124008, "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": 124007, "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-176", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-176"}, "properties": {"repobilityId": 124006, "scanner": "osv-scanner", "fingerprint": "5eb9f4f10fe839d0ad0a3fb8daefa7a7e3a6bbba63914240c43c676f67443b58", "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|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": 124005, "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": "PYSEC-2026-120", "level": "error", "message": {"text": "pyjwt: PYSEC-2026-120"}, "properties": {"repobilityId": 124004, "scanner": "osv-scanner", "fingerprint": "b81b67e8ab2cf04164f57838dc7c92ed537f13d09c8d538c92b1e563ff5e9dbf", "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-32597", "GHSA-752w-5fwx-jx9f"], "package": "pyjwt", "rule_id": "PYSEC-2026-120", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2026-32597|uv.lock", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-752w-5fwx-jx9f", "PYSEC-2026-120"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["097ffc8c319dbda74296c2d822fb7e784a728bbe5818ffd4fdf2ff87b23dc8a6", "b81b67e8ab2cf04164f57838dc7c92ed537f13d09c8d538c92b1e563ff5e9dbf"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2025-183", "level": "error", "message": {"text": "pyjwt: PYSEC-2025-183"}, "properties": {"repobilityId": 124003, "scanner": "osv-scanner", "fingerprint": "a9f6a44b1288869f7fa1f9209194c8028f8fb2a8b3551efb3643480e2a16019d", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-45768"], "package": "pyjwt", "rule_id": "PYSEC-2025-183", "scanner": "osv-scanner", "correlation_key": "vuln|pyjwt|CVE-2025-45768|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-jr27-m4p2-rc6r", "level": "error", "message": {"text": "pyasn1: GHSA-jr27-m4p2-rc6r"}, "properties": {"repobilityId": 124001, "scanner": "osv-scanner", "fingerprint": "e45f3507cf940bdb1a3943f8d6a4bd14cda28ac838c7e73100d31793e87184d6", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-30922"], "package": "pyasn1", "rule_id": "GHSA-jr27-m4p2-rc6r", "scanner": "osv-scanner", "correlation_key": "vuln|pyasn1|CVE-2026-30922|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-63vm-454h-vhhq", "level": "error", "message": {"text": "pyasn1: GHSA-63vm-454h-vhhq"}, "properties": {"repobilityId": 124000, "scanner": "osv-scanner", "fingerprint": "2ff90536024fb7010f08fc76000ad082f05d02d7be4fb44c1c406ad23d836b98", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-23490"], "package": "pyasn1", "rule_id": "GHSA-63vm-454h-vhhq", "scanner": "osv-scanner", "correlation_key": "vuln|pyasn1|CVE-2026-23490|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2022-42969", "level": "error", "message": {"text": "py: PYSEC-2022-42969"}, "properties": {"repobilityId": 123999, "scanner": "osv-scanner", "fingerprint": "8fc6084f952943d040b1395c4affba525198270598362a17a80520e9e377e42a", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2022-42969", "GHSA-w596-4wvx-j9j6", "PYSEC-2022-43183"], "package": "py", "rule_id": "PYSEC-2022-42969", "scanner": "osv-scanner", "correlation_key": "vuln|py|CVE-2022-42969|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-8qvm-5x2c-j2w7", "level": "error", "message": {"text": "protobuf: GHSA-8qvm-5x2c-j2w7"}, "properties": {"repobilityId": 123998, "scanner": "osv-scanner", "fingerprint": "0674c91775a7691ad35c8e400e9ac3453a5417daabd8daaed321631b43a479d4", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2025-4565"], "package": "protobuf", "rule_id": "GHSA-8qvm-5x2c-j2w7", "scanner": "osv-scanner", "correlation_key": "vuln|protobuf|CVE-2025-4565|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-7gcm-g887-7qv7", "level": "error", "message": {"text": "protobuf: GHSA-7gcm-g887-7qv7"}, "properties": {"repobilityId": 123997, "scanner": "osv-scanner", "fingerprint": "ddbbc0f7d498a39bbdef85fa83640eb41cd35a02b95dcb6c0a936bcf12caeb33", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-0994"], "package": "protobuf", "rule_id": "GHSA-7gcm-g887-7qv7", "scanner": "osv-scanner", "correlation_key": "vuln|protobuf|CVE-2026-0994|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-107", "level": "error", "message": {"text": "orjson: PYSEC-2026-107"}, "properties": {"repobilityId": 123995, "scanner": "osv-scanner", "fingerprint": "54a7b44c2e581c0a1198fb6ce38a7ac62df4f183a603ff7d99b5b2be6a94e331", "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-2025-67221", "GHSA-hx9q-6w63-j58v"], "package": "orjson", "rule_id": "PYSEC-2026-107", "scanner": "osv-scanner", "correlation_key": "vuln|orjson|CVE-2025-67221|uv.lock", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-hx9q-6w63-j58v", "PYSEC-2026-107"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["54a7b44c2e581c0a1198fb6ce38a7ac62df4f183a603ff7d99b5b2be6a94e331", "f11b026fd270c377cc0a95649112720fb7ff3d4aa4fda95b3f2ff20c6584307e"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-58pv-8j8x-9vj2", "level": "error", "message": {"text": "jaraco-context: GHSA-58pv-8j8x-9vj2"}, "properties": {"repobilityId": 123993, "scanner": "osv-scanner", "fingerprint": "50e25c88b59de5b18982ecdd94bb3aa501499c10af24f6126759d781ed34701b", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-23949"], "package": "jaraco-context", "rule_id": "GHSA-58pv-8j8x-9vj2", "scanner": "osv-scanner", "correlation_key": "vuln|jaraco-context|CVE-2026-23949|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-x2qx-6953-8485", "level": "error", "message": {"text": "gitpython: GHSA-x2qx-6953-8485"}, "properties": {"repobilityId": 123991, "scanner": "osv-scanner", "fingerprint": "b4bd7146b9cd48f0df7a3e9a0c8b319f3b74978c448cec7939346de3875c0cb3", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-42284"], "package": "gitpython", "rule_id": "GHSA-x2qx-6953-8485", "scanner": "osv-scanner", "correlation_key": "vuln|gitpython|CVE-2026-42284|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-v87r-6q3f-2j67", "level": "error", "message": {"text": "gitpython: GHSA-v87r-6q3f-2j67"}, "properties": {"repobilityId": 123990, "scanner": "osv-scanner", "fingerprint": "f133a586d94cbc0cee73b11f0627d7d5a7bdc45ef4bc39f64ead607f352ca1cd", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-44244"], "package": "gitpython", "rule_id": "GHSA-v87r-6q3f-2j67", "scanner": "osv-scanner", "correlation_key": "vuln|gitpython|CVE-2026-44244|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-mv93-w799-cj2w", "level": "error", "message": {"text": "gitpython: GHSA-mv93-w799-cj2w"}, "properties": {"repobilityId": 123989, "scanner": "osv-scanner", "fingerprint": "60ee46b494fe9d11a63137a40038bb19696299ba1d58452cb1126c88f06a7c40", "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": "", "package": "gitpython", "rule_id": "GHSA-mv93-w799-cj2w", "scanner": "osv-scanner", "correlation_key": "vuln|gitpython|CVE-2026-42215|uv.lock", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-mv93-w799-cj2w", "GHSA-rpm5-65cw-6hj4"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["60ee46b494fe9d11a63137a40038bb19696299ba1d58452cb1126c88f06a7c40", "a7511c43277060a8005123adac9229e5a89311266303bc16cf40035fa00a44ed"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-7545-fcxq-7j24", "level": "error", "message": {"text": "gitpython: GHSA-7545-fcxq-7j24"}, "properties": {"repobilityId": 123988, "scanner": "osv-scanner", "fingerprint": "41acea45a39782c986462375d71ef3e1dd5f55f799fc01907ec8dc21fb291cd3", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-44243"], "package": "gitpython", "rule_id": "GHSA-7545-fcxq-7j24", "scanner": "osv-scanner", "correlation_key": "vuln|gitpython|CVE-2026-44243|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-2mqj-m65w-jghx", "level": "error", "message": {"text": "gitpython: GHSA-2mqj-m65w-jghx"}, "properties": {"repobilityId": 123987, "scanner": "osv-scanner", "fingerprint": "1d5ab9f171f569a0f18079cfc67ee880b9315b011713edf9ecf323d345808cb5", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2024-22190", "PYSEC-2024-4"], "package": "gitpython", "rule_id": "GHSA-2mqj-m65w-jghx", "scanner": "osv-scanner", "correlation_key": "vuln|gitpython|CVE-2024-22190|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2024-4", "level": "error", "message": {"text": "gitpython: PYSEC-2024-4"}, "properties": {"repobilityId": 123986, "scanner": "osv-scanner", "fingerprint": "87743052c1a549f7b6844220726e374803e6dbec795f760d9cafc1917abc826b", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2024-22190", "GHSA-2mqj-m65w-jghx"], "package": "gitpython", "rule_id": "PYSEC-2024-4", "scanner": "osv-scanner", "correlation_key": "vuln|gitpython|CVE-2023-40590|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "GHSA-r6ph-v2qm-q3c2", "level": "error", "message": {"text": "cryptography: GHSA-r6ph-v2qm-q3c2"}, "properties": {"repobilityId": 123984, "scanner": "osv-scanner", "fingerprint": "722e27eed0144115cd0298bc726f8236cafe94d3d15748aaaaaf81108f8fd367", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2026-26007"], "package": "cryptography", "rule_id": "GHSA-r6ph-v2qm-q3c2", "scanner": "osv-scanner", "correlation_key": "vuln|cryptography|CVE-2026-26007|uv.lock"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-36", "level": "error", "message": {"text": "cryptography: PYSEC-2026-36"}, "properties": {"repobilityId": 123983, "scanner": "osv-scanner", "fingerprint": "d58d1c2131ffa6e68da8f6dbe3e40645adcbd9a5a5956e7fa031a501676b466f", "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|uv.lock", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-p423-j2cm-9vmq", "PYSEC-2026-36"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["7e34b073e9e24b5b23a6261ec180e49d3e8b48e77ea15a448c50deeca3015183", "d58d1c2131ffa6e68da8f6dbe3e40645adcbd9a5a5956e7fa031a501676b466f"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2026-35", "level": "error", "message": {"text": "cryptography: PYSEC-2026-35"}, "properties": {"repobilityId": 123982, "scanner": "osv-scanner", "fingerprint": "3fd8d9848bacdad5903a884d7310d0805d4bce36b57f995ee47ab10e8dfdd579", "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|uv.lock", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-m959-cc7f-wv43", "PYSEC-2026-35"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["3fd8d9848bacdad5903a884d7310d0805d4bce36b57f995ee47ab10e8dfdd579", "ade6b32d35c983f0ffbc31a6ab03f799856be16faa591ee1be7218c20fc627bf"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2023-239", "level": "error", "message": {"text": "asyncssh: PYSEC-2023-239"}, "properties": {"repobilityId": 123980, "scanner": "osv-scanner", "fingerprint": "98d33a37cfe0d39e9bb6f319f429433dc600709f97238ef2bbd88593dd9d3ea7", "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-2023-46446", "GHSA-c35q-ffpf-5qpm"], "package": "asyncssh", "rule_id": "PYSEC-2023-239", "scanner": "osv-scanner", "correlation_key": "vuln|asyncssh|CVE-2023-46446|uv.lock", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-c35q-ffpf-5qpm", "PYSEC-2023-239"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["98d33a37cfe0d39e9bb6f319f429433dc600709f97238ef2bbd88593dd9d3ea7", "f27d2df052e61eefd562c88a4b74f3958e1588f65303456c0f7f092fb9cc7582"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "PYSEC-2023-237", "level": "error", "message": {"text": "asyncssh: PYSEC-2023-237"}, "properties": {"repobilityId": 123979, "scanner": "osv-scanner", "fingerprint": "626f58e01f6b6670a57e1c4db4c88f4501cbbc42973c6c935b6e1e0f1256e86b", "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-2023-46445", "GHSA-cfc2-wr2v-gxm5"], "package": "asyncssh", "rule_id": "PYSEC-2023-237", "scanner": "osv-scanner", "correlation_key": "vuln|asyncssh|CVE-2023-46445|uv.lock", "duplicate_count": 1, "duplicate_rule_ids": ["GHSA-cfc2-wr2v-gxm5", "PYSEC-2023-237"], "duplicate_scanners": ["osv-scanner"], "duplicate_fingerprints": ["4888605a5adaf0b7977acdd622f9f93dd6c69aaf7590565e9e7ca3c61f6f6e30", "626f58e01f6b6670a57e1c4db4c88f4501cbbc42973c6c935b6e1e0f1256e86b"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "uv.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR014", "level": "error", "message": {"text": "Dockerfile copies the entire context without .dockerignore"}, "properties": {"repobilityId": 123977, "scanner": "repobility-docker", "fingerprint": "767899861a5670cae708096be4989620a1182f1be22cbad9118c20df41b766d6", "category": "docker", "severity": "high", "confidence": 0.92, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Broad context copy and missing .dockerignore were found together.", "evidence": {"rule_id": "DKR014", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|767899861a5670cae708096be4989620a1182f1be22cbad9118c20df41b766d6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_snakemake/Dockerfile"}, "region": {"startLine": 19}}}]}, {"ruleId": "DKR014", "level": "error", "message": {"text": "Dockerfile copies the entire context without .dockerignore"}, "properties": {"repobilityId": 123974, "scanner": "repobility-docker", "fingerprint": "44bce9d3a853c4154bf07208cfa5ae8748bf65c7f7545d873ee4e9f1cc370c18", "category": "docker", "severity": "high", "confidence": 0.92, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Broad context copy and missing .dockerignore were found together.", "evidence": {"rule_id": "DKR014", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|44bce9d3a853c4154bf07208cfa5ae8748bf65c7f7545d873ee4e9f1cc370c18"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_nfcore/Dockerfile"}, "region": {"startLine": 14}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 123973, "scanner": "repobility-docker", "fingerprint": "87513d18a2001a3e1a08133f57822d72af463804aeeff98c25cf0ea2bd65c6a2", "category": "docker", "severity": "high", "confidence": 0.92, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "RUN instruction contains curl/wget piped into a shell.", "evidence": {"rule_id": "DKR006", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html"], "correlation_key": "fp|87513d18a2001a3e1a08133f57822d72af463804aeeff98c25cf0ea2bd65c6a2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_nfcore/Dockerfile"}, "region": {"startLine": 10}}}]}, {"ruleId": "SEC013", "level": "error", "message": {"text": "[SEC013] Path Traversal \u2014 User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files."}, "properties": {"repobilityId": 123963, "scanner": "repobility-threat-engine", "fingerprint": "603c375eb80a6b4e0f85ee825432d6af221e6ef1fc7c454f069c32676e5a7a8e", "category": "path_traversal", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "User-controlled input detected in file path construction", "evidence": {"match": "open(params", "reason": "User-controlled input detected in file path construction", "rule_id": "SEC013", "scanner": "repobility-threat-engine", "confidence": 0.8, "correlation_key": "code|path_traversal|token|45|sec013"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/launch/launch.py"}, "region": {"startLine": 45}}}]}, {"ruleId": "SEC085", "level": "error", "message": {"text": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0)."}, "properties": {"repobilityId": 123962, "scanner": "repobility-threat-engine", "fingerprint": "452015ff50502ab3d50ff60f2007f9f5c76273302fa7ee802ca61bd949c2d182", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(param_code", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|452015ff50502ab3d50ff60f2007f9f5c76273302fa7ee802ca61bd949c2d182"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/launch/launch.py"}, "region": {"startLine": 49}}}]}, {"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": 123961, "scanner": "repobility-threat-engine", "fingerprint": "c87582ed8a42231507d9f29872a627a5688e611a59b89a29bbde24e0b65ff3fc", "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    execution_id", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|c87582ed8a42231507d9f29872a627a5688e611a59b89a29bbde24e0b65ff3fc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/k8s/execute.py"}, "region": {"startLine": 57}}}]}, {"ruleId": "SEC113", "level": "error", "message": {"text": "[SEC113] SSH host-key verification disabled (MITM): Accepting any SSH host key on first connect lets an active MITM impersonate the server. Common in `paramiko.AutoAddPolicy()`."}, "properties": {"repobilityId": 123958, "scanner": "repobility-threat-engine", "fingerprint": "2a7d67e40eda0b58cc6d250fadec01f13146389da11c447e995302fbb9fb2344", "category": "crypto", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "StrictHostKeyChecking=no", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC113", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|crypto|token|154|sec113"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/k8s/develop.py"}, "region": {"startLine": 154}}}]}, {"ruleId": "MINED006", "level": "error", "message": {"text": "[MINED006] Overcatch Baseexception: except BaseException: ... \u2014 prevents Ctrl+C and SystemExit from working."}, "properties": {"repobilityId": 123956, "scanner": "repobility-threat-engine", "fingerprint": "6bdab2d96aa14ade037771a332372415ea89b3523ec3fe21c9ccddda38b608d4", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "overcatch-baseexception", "owasp": null, "cwe_ids": ["CWE-705"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347911+00:00", "triaged_in_corpus": 15, "observations_count": 230624, "ai_coder_pattern_id": 8}, "scanner": "repobility-threat-engine", "correlation_key": "fp|6bdab2d96aa14ade037771a332372415ea89b3523ec3fe21c9ccddda38b608d4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/preview.py"}, "region": {"startLine": 206}}}]}, {"ruleId": "MINED006", "level": "error", "message": {"text": "[MINED006] Overcatch Baseexception: except BaseException: ... \u2014 prevents Ctrl+C and SystemExit from working."}, "properties": {"repobilityId": 123955, "scanner": "repobility-threat-engine", "fingerprint": "21e80a3f0e2bfe9d8fe8ecfc35952e9c5f73e785abbb95c8dacb175d4574c4d9", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "overcatch-baseexception", "owasp": null, "cwe_ids": ["CWE-705"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347911+00:00", "triaged_in_corpus": 15, "observations_count": 230624, "ai_coder_pattern_id": 8}, "scanner": "repobility-threat-engine", "correlation_key": "fp|21e80a3f0e2bfe9d8fe8ecfc35952e9c5f73e785abbb95c8dacb175d4574c4d9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/menus.py"}, "region": {"startLine": 317}}}]}, {"ruleId": "SEC032", "level": "error", "message": {"text": "[SEC032] Unrestricted File Upload \u2014 no extension/MIME validation: File upload accepts the user's filename without validating extension, content-type, or magic bytes. Attackers upload `.php`, `.jsp`, or executable files to a web-served directory, then visit the URL to trigger RCE. CWE-434. Examples: Apache Struts (CVE-2017-9805), countless WordPress plugin RCEs."}, "properties": {"repobilityId": 123954, "scanner": "repobility-threat-engine", "fingerprint": "466345d480c1a5bf678dcba2163124a13d33c83b066434022f81bd1de97dab63", "category": "file_upload", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "open(self.filename,", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC032", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|466345d480c1a5bf678dcba2163124a13d33c83b066434022f81bd1de97dab63"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/exceptions/traceback.py"}, "region": {"startLine": 24}}}]}, {"ruleId": "MINED021", "level": "error", "message": {"text": "[MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain \"../\" \u2014 directory escape."}, "properties": {"repobilityId": 123953, "scanner": "repobility-threat-engine", "fingerprint": "bec59b22edaa7721ed5f435d06f99a113869d17dac8aa917f38b0c0d3479a279", "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": "path-traversal-os-join", "owasp": "A01:2021", "cwe_ids": ["CWE-22"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347947+00:00", "triaged_in_corpus": 15, "observations_count": 45678, "ai_coder_pattern_id": 31}, "scanner": "repobility-threat-engine", "correlation_key": "fp|bec59b22edaa7721ed5f435d06f99a113869d17dac8aa917f38b0c0d3479a279"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/centromere/utils.py"}, "region": {"startLine": 139}}}]}, {"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": 123951, "scanner": "repobility-threat-engine", "fingerprint": "eeef5b1877df4a30b5dd671e273d1bc0615b1e0a2cf0ca26bd53b6fa8cdebdb9", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "pbar.update(1)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|eeef5b1877df4a30b5dd671e273d1bc0615b1e0a2cf0ca26bd53b6fa8cdebdb9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/nextflow/forch_register.py"}, "region": {"startLine": 106}}}]}, {"ruleId": "SEC128", "level": "error", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns an unhandled Promise. The outer function resolves before the inner work completes \u2014 DB writes lost, emails not sent, race conditions. This is one of the top-3 errors AI coders make: they understand async-shape but drop the await keyword when chaining multiple ops. Surfaces as flaky tests or silently dropped data in production."}, "properties": {"repobilityId": 123950, "scanner": "repobility-threat-engine", "fingerprint": "df3448c1f685648f23e3882841ccb4f2d4a8b964c453689bc7c2849dc615adea", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "self.total_bar.update(amount)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|df3448c1f685648f23e3882841ccb4f2d4a8b964c453689bc7c2849dc615adea"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/ldata/_transfer/progress.py"}, "region": {"startLine": 103}}}]}, {"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": 123948, "scanner": "repobility-threat-engine", "fingerprint": "a5b93d9bf75a6c8d07499c97bf8dc897f8aeaa4f42d55a97197871602dd86c37", "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|a5b93d9bf75a6c8d07499c97bf8dc897f8aeaa4f42d55a97197871602dd86c37"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/k8s/develop.py"}, "region": {"startLine": 217}}}]}, {"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": 123947, "scanner": "repobility-threat-engine", "fingerprint": "37c14cdf0bec7201db9e1c2d856b2db81544a607c1356329a738c50b7f6d3259", "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|37c14cdf0bec7201db9e1c2d856b2db81544a607c1356329a738c50b7f6d3259"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/resources/launch_plan.py"}, "region": {"startLine": 62}}}]}, {"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": 123946, "scanner": "repobility-threat-engine", "fingerprint": "1d9d34641cedb0ef0accd85fc028b88f72b809146b3abed89bc6eb18d937d270", "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|1d9d34641cedb0ef0accd85fc028b88f72b809146b3abed89bc6eb18d937d270"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/ldata/_transfer/download.py"}, "region": {"startLine": 82}}}]}, {"ruleId": "COMP001", "level": "error", "message": {"text": "[COMP001] High cognitive complexity: Function `combine` has cognitive complexity 28 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: for=4, if=7, nested_bonus=17."}, "properties": {"repobilityId": 123942, "scanner": "repobility-threat-engine", "fingerprint": "1ae308e2edfa93a4b52d4fa431c9e9dae819e834474e2b159056a946b5c91cae", "category": "quality", "severity": "high", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 28 (severity threshold for high: 25+).", "evidence": {"scanner": "repobility-threat-engine", "function": "combine", "breakdown": {"if": 7, "for": 4, "nested_bonus": 17}, "complexity": 28, "correlation_key": "fp|1ae308e2edfa93a4b52d4fa431c9e9dae819e834474e2b159056a946b5c91cae"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/functions/operators.py"}, "region": {"startLine": 142}}}]}, {"ruleId": "SEC078", "level": "error", "message": {"text": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsive server, causing thread exhaustion and ReDoS. Ported from bandit B113 (Apache-2.0). NOTE: this regex is heuristic; a real AST check is preferred for accuracy."}, "properties": {"repobilityId": 123932, "scanner": "repobility-threat-engine", "fingerprint": "cea60153e239103230a582c8406864577f1543b5c303404b473ceda0fe73fb3a", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "requests.post(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC078", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|cea60153e239103230a582c8406864577f1543b5c303404b473ceda0fe73fb3a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/get.py"}, "region": {"startLine": 51}}}]}, {"ruleId": "SEC078", "level": "error", "message": {"text": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsive server, causing thread exhaustion and ReDoS. Ported from bandit B113 (Apache-2.0). NOTE: this regex is heuristic; a real AST check is preferred for accuracy."}, "properties": {"repobilityId": 123931, "scanner": "repobility-threat-engine", "fingerprint": "cb4464d177b0832c746606c52a8ab56e5ab73d13496d4cc3ffe6f316f234640c", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "requests.put(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC078", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|cb4464d177b0832c746606c52a8ab56e5ab73d13496d4cc3ffe6f316f234640c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/nextflow/forch_register.py"}, "region": {"startLine": 162}}}]}, {"ruleId": "SEC078", "level": "error", "message": {"text": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsive server, causing thread exhaustion and ReDoS. Ported from bandit B113 (Apache-2.0). NOTE: this regex is heuristic; a real AST check is preferred for accuracy."}, "properties": {"repobilityId": 123930, "scanner": "repobility-threat-engine", "fingerprint": "f2899543b32d85a272bb6eb080d2432daf813e0389742df4b453a40d9ba2cae3", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "requests.post(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC078", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|f2899543b32d85a272bb6eb080d2432daf813e0389742df4b453a40d9ba2cae3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/functions/messages.py"}, "region": {"startLine": 56}}}]}, {"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": 123928, "scanner": "repobility-threat-engine", "fingerprint": "a1007b23fc31c66e372e20266f7d7fea481bad695c5d6aa08361bff4e4692105", "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|a1007b23fc31c66e372e20266f7d7fea481bad695c5d6aa08361bff4e4692105"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/ldata/_transfer/download.py"}, "region": {"startLine": 101}}}]}, {"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": 123927, "scanner": "repobility-threat-engine", "fingerprint": "b77844dc8d2c4ee23ca68cf3e72e293488d4d160ffa76892f9f779bd547a7573", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "requests.post(\n        url=ADD_MESSAGE_ENDPOINT", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b77844dc8d2c4ee23ca68cf3e72e293488d4d160ffa76892f9f779bd547a7573"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/functions/messages.py"}, "region": {"startLine": 56}}}]}, {"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": 123926, "scanner": "repobility-threat-engine", "fingerprint": "958cc5fcf0a362e943976c62f24d22b31966c982c07307b73128c6f0f7d68930", "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|958cc5fcf0a362e943976c62f24d22b31966c982c07307b73128c6f0f7d68930"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/executions.py"}, "region": {"startLine": 174}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `812206152185.dkr.ecr.us-west-2.amazonaws.com/latch-base:fe0b-main` not pinned by digest"}, "properties": {"repobilityId": 123919, "scanner": "repobility-supply-chain", "fingerprint": "c0019fe1de1e4645cadf2cd0d35c48bfea07eb568f9160a3e1821847a4710dc0", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "docker-from-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["dockerfile"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|c0019fe1de1e4645cadf2cd0d35c48bfea07eb568f9160a3e1821847a4710dc0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_snakemake/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `812206152185.dkr.ecr.us-west-2.amazonaws.com/latch-base:fe0b-main` not pinned by digest"}, "properties": {"repobilityId": 123918, "scanner": "repobility-supply-chain", "fingerprint": "ea5b733cd926b5e0276403ede177dc5d0302c08bd7a00e69baa3b98b655fc92d", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "docker-from-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["dockerfile"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|ea5b733cd926b5e0276403ede177dc5d0302c08bd7a00e69baa3b98b655fc92d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/init/example_nfcore/Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `astral-sh/setup-uv` pinned to mutable ref `@v3`"}, "properties": {"repobilityId": 123917, "scanner": "repobility-supply-chain", "fingerprint": "87527ba13d9b0e896589d1f924b14db5bcedcac4e2d3e2aeb745537a507689c5", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|87527ba13d9b0e896589d1f924b14db5bcedcac4e2d3e2aeb745537a507689c5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yaml"}, "region": {"startLine": 16}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v2`"}, "properties": {"repobilityId": 123916, "scanner": "repobility-supply-chain", "fingerprint": "05728a9d3ba83332234dd166af6c14bf4aa631742d3f563db1ab0f3e36309bb8", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-mutable-ref", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|05728a9d3ba83332234dd166af6c14bf4aa631742d3f563db1ab0f3e36309bb8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test.yaml"}, "region": {"startLine": 14}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `alpine:3.12` not pinned by digest"}, "properties": {"repobilityId": 123915, "scanner": "repobility-supply-chain", "fingerprint": "bb33fd2edc5297b8a349e4cea1e2db6434cefb8a7d504a97f253fef4d1de7355", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "docker-from-unpinned", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["dockerfile"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|bb33fd2edc5297b8a349e4cea1e2db6434cefb8a7d504a97f253fef4d1de7355"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile.docs"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.load` used but never assigned in __init__"}, "properties": {"repobilityId": 123904, "scanner": "repobility-ast-engine", "fingerprint": "4f19a176a9f7e13fbe1d2953f880201d4b7c74d8b1186967eda4a8df4aedae90", "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|4f19a176a9f7e13fbe1d2953f880201d4b7c74d8b1186967eda4a8df4aedae90"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/registry/table.py"}, "region": {"startLine": 401}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.get_columns` used but never assigned in __init__"}, "properties": {"repobilityId": 123903, "scanner": "repobility-ast-engine", "fingerprint": "462241deec785e46faea34f8808ab9a7c69f9d271c3677378b441dc69eec9f7f", "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|462241deec785e46faea34f8808ab9a7c69f9d271c3677378b441dc69eec9f7f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/registry/table.py"}, "region": {"startLine": 369}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.list_records` used but never assigned in __init__"}, "properties": {"repobilityId": 123902, "scanner": "repobility-ast-engine", "fingerprint": "7352b0cf313a3433b6c0d6654412a54e31fb0b2fd25ad0b59c0ba81f00a40af7", "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|7352b0cf313a3433b6c0d6654412a54e31fb0b2fd25ad0b59c0ba81f00a40af7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/registry/table.py"}, "region": {"startLine": 361}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.get_columns` used but never assigned in __init__"}, "properties": {"repobilityId": 123901, "scanner": "repobility-ast-engine", "fingerprint": "217c8895668e2a3be5be58b76bc38fc00757aad0c5afc1a51ce4bdc57bacc8a1", "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|217c8895668e2a3be5be58b76bc38fc00757aad0c5afc1a51ce4bdc57bacc8a1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/registry/table.py"}, "region": {"startLine": 257}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.load` used but never assigned in __init__"}, "properties": {"repobilityId": 123900, "scanner": "repobility-ast-engine", "fingerprint": "5adba894d7d336ed14c505cffbd3989f2e7b30ecf2e5314993e58e526b5c970d", "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|5adba894d7d336ed14c505cffbd3989f2e7b30ecf2e5314993e58e526b5c970d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/registry/table.py"}, "region": {"startLine": 240}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.load` used but never assigned in __init__"}, "properties": {"repobilityId": 123899, "scanner": "repobility-ast-engine", "fingerprint": "ca08904176516be3cd2c1c415da0ea893144831afd0d384c3b41f1f89707c571", "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|ca08904176516be3cd2c1c415da0ea893144831afd0d384c3b41f1f89707c571"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/registry/table.py"}, "region": {"startLine": 212}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.load` used but never assigned in __init__"}, "properties": {"repobilityId": 123898, "scanner": "repobility-ast-engine", "fingerprint": "b01c1366ce809883472a4207314986671555721b92bdf366259a44742685dbc6", "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|b01c1366ce809883472a4207314986671555721b92bdf366259a44742685dbc6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/registry/table.py"}, "region": {"startLine": 183}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.workspace_path` used but never assigned in __init__"}, "properties": {"repobilityId": 123897, "scanner": "repobility-ast-engine", "fingerprint": "2df86c4fbf30d0e0eb0e81e717eeea8443ee5a622cd6ad967d5ca1df5a09122e", "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|2df86c4fbf30d0e0eb0e81e717eeea8443ee5a622cd6ad967d5ca1df5a09122e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_sdk_config/user.py"}, "region": {"startLine": 95}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.token_path` used but never assigned in __init__"}, "properties": {"repobilityId": 123896, "scanner": "repobility-ast-engine", "fingerprint": "a62098e19805ff205bab2a128e65661d742169a8b8111ba7fe96d3998d0c1334", "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|a62098e19805ff205bab2a128e65661d742169a8b8111ba7fe96d3998d0c1334"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_sdk_config/user.py"}, "region": {"startLine": 91}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.workspace_path` used but never assigned in __init__"}, "properties": {"repobilityId": 123895, "scanner": "repobility-ast-engine", "fingerprint": "351cfa99e1d365bae37b5a7affa645bd657a16094fc556914cbfa9ea9d79ace4", "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|351cfa99e1d365bae37b5a7affa645bd657a16094fc556914cbfa9ea9d79ace4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_sdk_config/user.py"}, "region": {"startLine": 80}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.workspace_path` used but never assigned in __init__"}, "properties": {"repobilityId": 123894, "scanner": "repobility-ast-engine", "fingerprint": "fffd35814f52c6a4ae9e186b796050b4aceb684907091092dffacfda63e7bdd6", "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|fffd35814f52c6a4ae9e186b796050b4aceb684907091092dffacfda63e7bdd6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_sdk_config/user.py"}, "region": {"startLine": 59}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.token_path` used but never assigned in __init__"}, "properties": {"repobilityId": 123893, "scanner": "repobility-ast-engine", "fingerprint": "c0c6a4fdc5a14692a0b8229b1082976ac8a7fe092e0d96b4ae9e7d0b8d92e1fd", "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|c0c6a4fdc5a14692a0b8229b1082976ac8a7fe092e0d96b4ae9e7d0b8d92e1fd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_sdk_config/user.py"}, "region": {"startLine": 51}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.root` used but never assigned in __init__"}, "properties": {"repobilityId": 123892, "scanner": "repobility-ast-engine", "fingerprint": "4e1f0c31a31725aa48bdf25fe7b3929b1d256c1d08cf30dc65ae69ed7c7796f8", "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|4e1f0c31a31725aa48bdf25fe7b3929b1d256c1d08cf30dc65ae69ed7c7796f8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_sdk_config/user.py"}, "region": {"startLine": 38}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.root` used but never assigned in __init__"}, "properties": {"repobilityId": 123891, "scanner": "repobility-ast-engine", "fingerprint": "6d8e6697c24bb8b6f7005cdb38e25720063b2d11fdebf60596fed4c2d0146c37", "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|6d8e6697c24bb8b6f7005cdb38e25720063b2d11fdebf60596fed4c2d0146c37"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_sdk_config/user.py"}, "region": {"startLine": 29}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._add_registry_projects_delete_selection` used but never assigned in __init__"}, "properties": {"repobilityId": 123890, "scanner": "repobility-ast-engine", "fingerprint": "30a373739cedb1426a49bf5fbdc7a585bfe5a37e31ff4f600908432cff11f55d", "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|30a373739cedb1426a49bf5fbdc7a585bfe5a37e31ff4f600908432cff11f55d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/account.py"}, "region": {"startLine": 336}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._add_registry_projects_upsert_selection` used but never assigned in __init__"}, "properties": {"repobilityId": 123889, "scanner": "repobility-ast-engine", "fingerprint": "4da90a53a82ccf4ad0bf276641bd1f43cd7cad801745736d150db9cddbbfdac0", "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|4da90a53a82ccf4ad0bf276641bd1f43cd7cad801745736d150db9cddbbfdac0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/account.py"}, "region": {"startLine": 334}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.clear` used but never assigned in __init__"}, "properties": {"repobilityId": 123888, "scanner": "repobility-ast-engine", "fingerprint": "7b4b87dbb4c252e323d2b9dcfbd5fdd1691feb03298809a498894739601fcefb", "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|7b4b87dbb4c252e323d2b9dcfbd5fdd1691feb03298809a498894739601fcefb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/account.py"}, "region": {"startLine": 366}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.load` used but never assigned in __init__"}, "properties": {"repobilityId": 123887, "scanner": "repobility-ast-engine", "fingerprint": "8dfda6f94c3379b639e6afcfc08a896e6860f3428363975c78a31065d5f9019a", "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|8dfda6f94c3379b639e6afcfc08a896e6860f3428363975c78a31065d5f9019a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/account.py"}, "region": {"startLine": 201}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.load` used but never assigned in __init__"}, "properties": {"repobilityId": 123886, "scanner": "repobility-ast-engine", "fingerprint": "905082682325bf2c5ce3d5de34a7e0142ac2ff397142bd7265ad0a017fdd2cac", "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|905082682325bf2c5ce3d5de34a7e0142ac2ff397142bd7265ad0a017fdd2cac"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch/account.py"}, "region": {"startLine": 173}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_data_ls"}, "properties": {"repobilityId": 123884, "scanner": "repobility-ast-engine", "fingerprint": "de503437b3e7c8604ee1253b28170385aa62b935b8783c3456d53de839618e6d", "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|de503437b3e7c8604ee1253b28170385aa62b935b8783c3456d53de839618e6d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/main.py"}, "region": {"startLine": 1749}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_data_remove"}, "properties": {"repobilityId": 123883, "scanner": "repobility-ast-engine", "fingerprint": "87225582611e42609363b0740f70073f4e4d9be5301dddb4c44b8c94f23d3e04", "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|87225582611e42609363b0740f70073f4e4d9be5301dddb4c44b8c94f23d3e04"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/main.py"}, "region": {"startLine": 1735}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_data_upload"}, "properties": {"repobilityId": 123882, "scanner": "repobility-ast-engine", "fingerprint": "492220882e663f16850129b50252057ce62d3367d8b3aee7a987e9ec937da5e4", "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|492220882e663f16850129b50252057ce62d3367d8b3aee7a987e9ec937da5e4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/main.py"}, "region": {"startLine": 1720}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_data"}, "properties": {"repobilityId": 123881, "scanner": "repobility-ast-engine", "fingerprint": "4f036b1999d6d4335dfcd98e131876b3be3ceec310b95029bce718112e194807", "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|4f036b1999d6d4335dfcd98e131876b3be3ceec310b95029bce718112e194807"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/main.py"}, "region": {"startLine": 1703}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.url` used but never assigned in __init__"}, "properties": {"repobilityId": 123875, "scanner": "repobility-ast-engine", "fingerprint": "04ca8d5b9097dcbed61971c0c95ee0b4780409727eb7d26ca2452d00bfaf1031", "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|04ca8d5b9097dcbed61971c0c95ee0b4780409727eb7d26ca2452d00bfaf1031"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 59}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.status_code` used but never assigned in __init__"}, "properties": {"repobilityId": 123874, "scanner": "repobility-ast-engine", "fingerprint": "9ee781af8031c2df2e0b2d0e9bd9b1dde9616c75b41ab447fea7766e5a354cbd", "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|9ee781af8031c2df2e0b2d0e9bd9b1dde9616c75b41ab447fea7766e5a354cbd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 59}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.status_code` used but never assigned in __init__"}, "properties": {"repobilityId": 123873, "scanner": "repobility-ast-engine", "fingerprint": "7b4163a387580ef5b49ce2034122df758e24da1957267f82c864af2c3e897536", "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|7b4163a387580ef5b49ce2034122df758e24da1957267f82c864af2c3e897536"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 55}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.status_code` used but never assigned in __init__"}, "properties": {"repobilityId": 123872, "scanner": "repobility-ast-engine", "fingerprint": "19494589a5f24febfc10139b9441a127a246609d7a0d15a94720b783d160ee01", "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|19494589a5f24febfc10139b9441a127a246609d7a0d15a94720b783d160ee01"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 57}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.status_code` used but never assigned in __init__"}, "properties": {"repobilityId": 123871, "scanner": "repobility-ast-engine", "fingerprint": "5131826081894d2c9742dcd16a0bdd4f3eb79cf6979ce51243868abe72b26394", "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|5131826081894d2c9742dcd16a0bdd4f3eb79cf6979ce51243868abe72b26394"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 54}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.content` used but never assigned in __init__"}, "properties": {"repobilityId": 123870, "scanner": "repobility-ast-engine", "fingerprint": "98b4286bf7429e2324875d68c5a1c6beecee6cfbdc441d9ced6d6989ab35c56b", "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|98b4286bf7429e2324875d68c5a1c6beecee6cfbdc441d9ced6d6989ab35c56b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/tinyrequests.py"}, "region": {"startLine": 28}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_account_jwt"}, "properties": {"repobilityId": 123868, "scanner": "repobility-ast-engine", "fingerprint": "a83f8662955f5d28ff1ecb51576c09f03463ffe4a38d986210c78296dc4b606e", "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|a83f8662955f5d28ff1ecb51576c09f03463ffe4a38d986210c78296dc4b606e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/fixtures.py"}, "region": {"startLine": 10}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_ls"}, "properties": {"repobilityId": 123867, "scanner": "repobility-ast-engine", "fingerprint": "152b4ed7a028131dfa00b0ab36531533718def350186bfc18b18a432363ccce1", "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|152b4ed7a028131dfa00b0ab36531533718def350186bfc18b18a432363ccce1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_ls.py"}, "region": {"startLine": 6}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `queue` used but not imported"}, "properties": {"repobilityId": 123913, "scanner": "repobility-ast-engine", "fingerprint": "af1005ae1ad90dcc10b93796923a41f6b643db04939fe03e5e7440e13d8ce427", "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|af1005ae1ad90dcc10b93796923a41f6b643db04939fe03e5e7440e13d8ce427"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/services/k8s/develop.py"}, "region": {"startLine": 199}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `queue` used but not imported"}, "properties": {"repobilityId": 123909, "scanner": "repobility-ast-engine", "fingerprint": "f6aacc12ee1c118dc9eba09cac0a8455700bf3892bdda8c96c7d16d6c1e68a3d", "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|f6aacc12ee1c118dc9eba09cac0a8455700bf3892bdda8c96c7d16d6c1e68a3d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/centromere/ast_parsing.py"}, "region": {"startLine": 92}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `array` used but not imported"}, "properties": {"repobilityId": 123906, "scanner": "repobility-ast-engine", "fingerprint": "b147fc632c265f6d45a50e95d845732e2c7b5170c780ded2f417bc18d7811802", "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|b147fc632c265f6d45a50e95d845732e2c7b5170c780ded2f417bc18d7811802"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/latch_cli/nextflow/parse_schema.py"}, "region": {"startLine": 439}}}]}]}]}