{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "WEB003", "name": "Public web service has no security.txt", "shortDescription": {"text": "Public web service has no security.txt"}, "fullDescription": {"text": "security.txt gives researchers and customers a safe disclosure channel. Public web apps and APIs should publish it under /.well-known/security.txt."}, "properties": {"scanner": "repobility-web-presence", "category": "quality", "severity": "medium", "confidence": 0.78, "cwe": "", "owasp": ""}}, {"id": "JRN003", "name": "Frontend API reference is not matched by discovered backend routes", "shortDescription": {"text": "Frontend API reference is not matched by discovered backend routes"}, "fullDescription": {"text": "A frontend string references a same-origin API path that Repobility could not match to backend route inventory. This often causes live 404s in user journeys."}, "properties": {"scanner": "repobility-journey-contract", "category": "quality", "severity": "medium", "confidence": 0.74, "cwe": "", "owasp": ""}}, {"id": "AUC012", "name": "[AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /docs, /redoc, and /openapi.json", "shortDescription": {"text": "[AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /docs, /redoc, and /openapi.json by default. Public production APIs should explicitly disable those defaults, protect them behind admin authentication, "}, "fullDescription": {"text": "FastAPI exposes /docs, /redoc, and /openapi.json by default. Public production APIs should explicitly disable those defaults, protect them behind admin authentication, or publish a reviewed OpenAPI spec with declared security requirements."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.72, "cwe": "CWE-285", "owasp": "WSTG-AUTHZ"}}, {"id": "AUC009", "name": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function", "shortDescription": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /a"}, "fullDescription": {"text": "A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/vms/{vm_id}/stop."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.68, "cwe": "CWE-285", "owasp": "API5:2023 Broken Function Level Authorization"}}, {"id": "AUC004", "name": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence ", "shortDescription": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /api/command."}, "fullDescription": {"text": "An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /api/command."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.66, "cwe": "CWE-285", "owasp": "API5:2023 Broken Function Level Authorization"}}, {"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": "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": "ERR002", "name": "[ERR002] Empty Catch Block: Empty catch blocks hide errors.", "shortDescription": {"text": "[ERR002] Empty Catch Block: Empty catch blocks hide errors."}, "fullDescription": {"text": "Log the error or rethrow it. Use console.error() at minimum."}, "properties": {"scanner": "repobility-threat-engine", "category": "error_handling", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC015", "name": "[SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. Output is predictable.", "shortDescription": {"text": "[SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. Output is predictable."}, "fullDescription": {"text": "Use secrets module (Python) or crypto.getRandomValues() (JS) for security-sensitive randomness."}, "properties": {"scanner": "repobility-threat-engine", "category": "crypto", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC012", "name": "[SEC012] ZipSlip \u2014 Archive Path Traversal: Archive extraction without path validation allows writing files outside the t", "shortDescription": {"text": "[SEC012] ZipSlip \u2014 Archive Path Traversal: Archive extraction without path validation allows writing files outside the target directory."}, "fullDescription": {"text": "Validate extracted paths with os.path.realpath() and ensure they stay within the target directory."}, "properties": {"scanner": "repobility-threat-engine", "category": "path_traversal", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "ERR001", "name": "[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG ", "shortDescription": {"text": "[ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level."}, "fullDescription": {"text": "Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types."}, "properties": {"scanner": "repobility-threat-engine", "category": "error_handling", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC001", "name": "[SEC001] Hardcoded Password: Hardcoded password found in source code.", "shortDescription": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "fullDescription": {"text": "Use environment variables or a secrets manager."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "medium", "confidence": 0.3, "cwe": "", "owasp": ""}}, {"id": "AGT015", "name": "Remote install command pipes network code directly to a shell", "shortDescription": {"text": "Remote install command pipes network code directly to a shell"}, "fullDescription": {"text": "Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified."}, "properties": {"scanner": "repobility-agent-runtime", "category": "dependency", "severity": "medium", "confidence": 0.7, "cwe": "", "owasp": ""}}, {"id": "AGT012", "name": "Agent control bridge may listen on a network interface without visible auth", "shortDescription": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "fullDescription": {"text": "Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "DEPCUR-NPM", "name": "npm package `@vitejs/plugin-react` is 2 major version(s) behind (4.7.0 -> 6.0.2)", "shortDescription": {"text": "npm package `@vitejs/plugin-react` is 2 major version(s) behind (4.7.0 -> 6.0.2)"}, "fullDescription": {"text": "`@vitejs/plugin-react` is pinned/resolved at 4.7.0 but the latest stable release on the npm registry is 6.0.2 (2 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise."}, "properties": {"scanner": "repobility-dependency-currency", "category": "dependency", "severity": "medium", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "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": "COMP001", "name": "[COMP001] High cognitive complexity: Function `run` has cognitive complexity 14 (SonarSource scale). Cognitive complexit", "shortDescription": {"text": "[COMP001] High cognitive complexity: Function `run` has cognitive complexity 14 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh"}, "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 14."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "low", "confidence": 0.95, "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": "MINED044", "name": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed.", "shortDescription": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-532 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED067", "name": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever.", "shortDescription": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-400 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC078", "name": "[SEC078] Python: requests without timeout: requests.get/post without a timeout will hang indefinitely on a non-responsiv", "shortDescription": {"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 re"}, "fullDescription": {"text": "Add `timeout=10` (or appropriate value) to every requests call."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.1, "cwe": "", "owasp": ""}}, {"id": "MINED068", "name": "[MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled inside.", "shortDescription": {"text": "[MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled inside."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-119 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED059", "name": "[MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message.", "shortDescription": {"text": "[MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-755 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED050", "name": "[MINED050] Stub Only Function (and 3 more): Same pattern found in 3 additional files. Review if needed.", "shortDescription": {"text": "[MINED050] Stub Only Function (and 3 more): Same pattern found in 3 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": "MINED064", "name": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services.", "shortDescription": {"text": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED049", "name": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout.", "shortDescription": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-532 / A09:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC020", "name": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequen", "shortDescription": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "fullDescription": {"text": "Log only redacted, hashed, or last-four-style metadata. Rotate any secret that may have reached logs."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "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": "SEC128", "name": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 3 more): Same pattern found in 3 addit", "shortDescription": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "fullDescription": {"text": "Add `await` before each async call, or chain with `.then`. If you intentionally want fire-and-forget, prefix with `void` (TS) or assign to `_` (Python with `asyncio.create_task`) to make the intent explicit and survive lint."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED062", "name": "[MINED062] Python Dataclass No Fields (and 7 more): Same pattern found in 7 additional files. Review if needed.", "shortDescription": {"text": "[MINED062] Python Dataclass No Fields (and 7 more): Same pattern found in 7 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": "MINED055", "name": "[MINED055] Npm Install No Lockfile (and 4 more): Same pattern found in 4 additional files. Review if needed.", "shortDescription": {"text": "[MINED055] Npm Install No Lockfile (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-1357 / A06:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "AUC003", "name": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby a", "shortDescription": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /api/vms/{vm_id}/stop."}, "fullDescription": {"text": "A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /api/vms/{vm_id}/stop."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "high", "confidence": 0.7, "cwe": "CWE-639", "owasp": "API1:2023 Broken Object Level Authorization"}}, {"id": "RUSTSEC-2024-0436", "name": "paste: RUSTSEC-2024-0436", "shortDescription": {"text": "paste: RUSTSEC-2024-0436"}, "fullDescription": {"text": "paste - no longer maintained"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "high", "confidence": 0.88, "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": "SEC080", "name": "[SEC080] Python: tarfile.extractall without filter: tarfile.extract*() without filter='data' allows path-traversal (CVE-", "shortDescription": {"text": "[SEC080] Python: tarfile.extractall without filter: tarfile.extract*() without filter='data' allows path-traversal (CVE-2007-4559, fixed via PEP 706 in 3.12). Ported from bandit B202 (Apache-2.0)."}, "fullDescription": {"text": "Add `filter='data'` (Python \u2265 3.12) or manually validate member paths against `os.path.abspath`."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC029", "name": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input: Outbound HTTP request to a user-controlled ", "shortDescription": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input: Outbound HTTP request to a user-controlled URL without allowlist validation. Attackers can probe internal services (169.254.169.254 metadata, internal Kubernetes e"}, "fullDescription": {"text": "Validate the URL against an allowlist BEFORE fetching:\n  ALLOWED = {'images.example.com', 'cdn.example.com'}\n  host = urlparse(url).hostname\n  if host not in ALLOWED: abort(400)\nOr use a server-side proxy (Imgproxy / serve-files-only-from-S3) that isolates outbound network access from the request handler.\nBlock private CIDRs explicitly: 10/8, 172.16/12, 192.168/16, 169.254/16."}, "properties": {"scanner": "repobility-threat-engine", "category": "ssrf", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "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": "SEC005", "name": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.", "shortDescription": {"text": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input."}, "fullDescription": {"text": "Use subprocess with shell=False and a list of args. Never eval user input."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "high", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "MINED012", "name": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code.", "shortDescription": {"text": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-494 / A08:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED001", "name": "[MINED001] Bare Except Pass: except: pass or except Exception: pass \u2014 silently swallows everything including KeyboardInt", "shortDescription": {"text": "[MINED001] Bare Except Pass: except: pass or except Exception: pass \u2014 silently swallows everything including KeyboardInterrupt and bugs."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-755 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC004", "name": "[SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection.", "shortDescription": {"text": "[SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection."}, "fullDescription": {"text": "Use parameterized queries: conn.execute('SELECT * FROM t WHERE id = ?', [id]). For dynamic table or column names, choose identifiers from a hard-coded allowlist and keep values in parameters."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "high", "confidence": 0.5, "cwe": "", "owasp": ""}}, {"id": "MINED115", "name": "Action `actions/cache` pinned to mutable ref `@v4`", "shortDescription": {"text": "Action `actions/cache` pinned to mutable ref `@v4`"}, "fullDescription": {"text": "`uses: actions/cache@v4` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED118", "name": "Dockerfile FROM `alpine:3.20` not pinned by digest", "shortDescription": {"text": "Dockerfile FROM `alpine:3.20` not pinned by digest"}, "fullDescription": {"text": "`FROM alpine:3.20` 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": "MINED131", "name": "pre-commit hook `https://github.com/pre-commit/mirrors-mypy` pinned to mutable rev `v1.8.0`", "shortDescription": {"text": "pre-commit hook `https://github.com/pre-commit/mirrors-mypy` pinned to mutable rev `v1.8.0`"}, "fullDescription": {"text": "`.pre-commit-config.yaml` references `https://github.com/pre-commit/mirrors-mypy` at `rev: v1.8.0`. If `{rev}` is a branch or version tag, the repo owner can push new code there and `pre-commit install --install-hooks` will fetch it on every developer's machine."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED112", "name": "FastAPI POST /api/command has no auth", "shortDescription": {"text": "FastAPI POST /api/command has no auth"}, "fullDescription": {"text": "Handler `execute_command` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body."}, "properties": {"scanner": "repobility-route-auth", "category": "quality", "severity": "high", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "MINED108", "name": "`self._make_preset` used but never assigned in __init__", "shortDescription": {"text": "`self._make_preset` used but never assigned in __init__"}, "fullDescription": {"text": "Method `test_required_missing_config_raises` of class `TestApplyPreset` reads `self._make_preset`, 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_run_whitespace_command_raises", "shortDescription": {"text": "Phantom test coverage: test_run_whitespace_command_raises"}, "fullDescription": {"text": "Test function `test_run_whitespace_command_raises` 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": "SEC022", "name": "[SEC022] Database URL With Embedded Credential: A database connection URL contains an embedded username and password. Th", "shortDescription": {"text": "[SEC022] Database URL With Embedded Credential: A database connection URL contains an embedded username and password. These URLs are often copied into defaults, docs, and scripts, then leak working credentials."}, "fullDescription": {"text": "Remove the embedded password, require the URL from a secret store or environment variable, and rotate the database credential."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED007", "name": "[MINED007] Sql String Concat: cursor.execute(f\"... {user_input} ...\") \u2014 SQL injection.", "shortDescription": {"text": "[MINED007] Sql String Concat: cursor.execute(f\"... {user_input} ...\") \u2014 SQL injection."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-89 / A03:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED107", "name": "Missing import: `stat` used but not imported", "shortDescription": {"text": "Missing import: `stat` used but not imported"}, "fullDescription": {"text": "The file uses `stat.something(...)` but never imports `stat`. This raises NameError at runtime the first time the line executes."}, "properties": {"scanner": "repobility-ast-engine", "category": "quality", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}]}}, "automationDetails": {"id": "repobility/1060"}, "properties": {"repository": "CelestoAI/SmolVM", "repoUrl": "https://github.com/CelestoAI/SmolVM", "branch": "main"}, "results": [{"ruleId": "WEB003", "level": "warning", "message": {"text": "Public web service has no security.txt"}, "properties": {"repobilityId": 104129, "scanner": "repobility-web-presence", "fingerprint": "5cd26606c5a53c9f403ff7a92a6917c19cf440a23ce03e2b90e8c493312ef8cd", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Repository looks like a public web app/API but no security.txt file or route was discovered.", "evidence": {"rule_id": "WEB003", "scanner": "repobility-web-presence", "references": ["https://www.rfc-editor.org/rfc/rfc9116", "https://github.com/Lissy93/web-check"], "correlation_key": "fp|5cd26606c5a53c9f403ff7a92a6917c19cf440a23ce03e2b90e8c493312ef8cd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".well-known/security.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 104128, "scanner": "repobility-journey-contract", "fingerprint": "26465d681778d5bc7fee627ddf9fb25d2d150659bd9dd82122516e50dceffb46", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/stream", "correlation_key": "fp|26465d681778d5bc7fee627ddf9fb25d2d150659bd9dd82122516e50dceffb46", "backend_endpoint_count": 8}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/hooks/useSwarmData.js"}, "region": {"startLine": 28}}}]}, {"ruleId": "AUC012", "level": "warning", "message": {"text": "[AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /docs, /redoc, and /openapi.json by default. Public production APIs should explicitly disable those defaults, protect them behind admin authentication, or publish a reviewed OpenAPI spec with declared security requirements."}, "properties": {"repobilityId": 104127, "scanner": "repobility-access-control", "fingerprint": "27f8c50db94c1d5138790446654bd4d0b5823ce185d040059e5a7502358b5899", "category": "auth", "severity": "medium", "confidence": 0.72, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"apps": [{"line": 385, "file_path": "src/smolvm/dashboard/server.py", "docs_url_disabled": false, "redoc_url_disabled": false, "openapi_url_disabled": false}], "scanner": "repobility-access-control", "correlation_key": "fp|27f8c50db94c1d5138790446654bd4d0b5823ce185d040059e5a7502358b5899"}}}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/vms/{vm_id}/stop."}, "properties": {"repobilityId": 104126, "scanner": "repobility-access-control", "fingerprint": "c0bf45e157f5b58e7367620709af2ba1fb03a8c2df055f366d07e39e20556e7e", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/vms/{vm_id}/stop", "method": "POST", "scanner": "repobility-access-control", "framework": "FastAPI", "correlation_key": "code|auth|token|611|cwe-285", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 611}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: DELETE /api/vms/{vm_id}."}, "properties": {"repobilityId": 104125, "scanner": "repobility-access-control", "fingerprint": "3afd79c9b236acdb82a4eaf84d6445e8b2fd1fef9497d1637346e3abb80a032d", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/vms/{vm_id}", "method": "DELETE", "scanner": "repobility-access-control", "framework": "FastAPI", "correlation_key": "code|auth|token|599|cwe-285", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 599}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /api/command."}, "properties": {"repobilityId": 104124, "scanner": "repobility-access-control", "fingerprint": "09dde9ff17e2ceaa53e68323d4796e39dc210061bafb1ffdb804bdeb6b24812d", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/command", "method": "POST", "scanner": "repobility-access-control", "framework": "FastAPI", "correlation_key": "code|auth|token|623|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 623}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/vms/{vm_id}."}, "properties": {"repobilityId": 104123, "scanner": "repobility-access-control", "fingerprint": "b5cb490efdb2592b707458c3f2fbccc41f50c28af2eb03cb905cc650afd362e7", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/vms/{vm_id}", "method": "GET", "scanner": "repobility-access-control", "framework": "FastAPI", "correlation_key": "code|auth|token|507|cwe-285", "identity_targets": ["unknown", "owner", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 507}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /api/vms/particles."}, "properties": {"repobilityId": 104122, "scanner": "repobility-access-control", "fingerprint": "6191948989cdc6c2edd59959c5f0b13662827f9bd60ab0c1b7f0ed3d770f0381", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/vms/particles", "method": "GET", "scanner": "repobility-access-control", "framework": "FastAPI", "correlation_key": "code|auth|token|496|cwe-285", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 496}}}]}, {"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": 104117, "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": 104116, "scanner": "repobility-access-control", "fingerprint": "f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10", "category": "auth", "severity": "medium", "confidence": 0.92, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"scanner": "repobility-access-control", "frameworks": ["Django", "FastAPI"], "expected_files": [".repobility/access.yml", ".repobility/access.yaml", ".repobility/access.json", ".repobility/authorization.yml"], "correlation_key": "fp|f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10"}}}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 104114, "scanner": "repobility-docker", "fingerprint": "1d32735c66272e1c4aac719a9ee0ab339f36c300ea31870611f390b353715d1a", "category": "docker", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "No USER directive was found in the final runtime stage.", "evidence": {"rule_id": "DKR001", "scanner": "repobility-docker", "final_base": "ubuntu:24.04", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|1d32735c66272e1c4aac719a9ee0ab339f36c300ea31870611f390b353715d1a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/ci/Dockerfile.base-rootfs"}, "region": {"startLine": 16}}}]}, {"ruleId": "DKR007", "level": "warning", "message": {"text": "Docker build context has no .dockerignore"}, "properties": {"repobilityId": 104111, "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": 104110, "scanner": "repobility-docker", "fingerprint": "428dca023bb587f69ce23654cb30146682ac5758c67b24c15784f1979aa9956b", "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.20", "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|428dca023bb587f69ce23654cb30146682ac5758c67b24c15784f1979aa9956b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/ci/Dockerfile.base-alpine-rootfs"}, "region": {"startLine": 15}}}]}, {"ruleId": "ERR002", "level": "warning", "message": {"text": "[ERR002] Empty Catch Block: Empty catch blocks hide errors."}, "properties": {"repobilityId": 104108, "scanner": "repobility-threat-engine", "fingerprint": "8a00c8e46167607dd5af21a8d956dd4233e1d6ffbd9094e06b8899e4f5df1c8f", "category": "error_handling", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".catch(() => {})", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR002", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|8a00c8e46167607dd5af21a8d956dd4233e1d6ffbd9094e06b8899e4f5df1c8f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/hooks/useSwarmData.js"}, "region": {"startLine": 113}}}]}, {"ruleId": "SEC015", "level": "warning", "message": {"text": "[SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. Output is predictable."}, "properties": {"repobilityId": 104105, "scanner": "repobility-threat-engine", "fingerprint": "fa94bd25011bff48101e131992e6499853a75f398ee9ccd34151f73b9feae679", "category": "crypto", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Security-sensitive keyword found nearby \u2014 weak PRNG is risky here", "evidence": {"match": "def create_browser_session", "reason": "Security-sensitive keyword found nearby \u2014 weak PRNG is risky here", "rule_id": "SEC015", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|crypto|token|156|sec015"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/storage/_protocol.py"}, "region": {"startLine": 156}}}]}, {"ruleId": "SEC012", "level": "warning", "message": {"text": "[SEC012] ZipSlip \u2014 Archive Path Traversal: Archive extraction without path validation allows writing files outside the target directory."}, "properties": {"repobilityId": 104100, "scanner": "repobility-threat-engine", "fingerprint": "2aeaebac618f6130ff30e87d2641db351c643848ac885f4f4fc2e8c2896230b2", "category": "path_traversal", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": ".extractall(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC012", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|path_traversal|src/smolvm/host/manager.py|298|sec012"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/host/manager.py"}, "region": {"startLine": 298}}}]}, {"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": 104090, "scanner": "repobility-threat-engine", "fingerprint": "84948c7b18cbe2728a805352eaaffc31b9e745f15814fbb74fa55a87111e0ecb", "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|84948c7b18cbe2728a805352eaaffc31b9e745f15814fbb74fa55a87111e0ecb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bench_backends.py"}, "region": {"startLine": 68}}}]}, {"ruleId": "SEC001", "level": "warning", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 104076, "scanner": "repobility-threat-engine", "fingerprint": "70d3294e6a10a8daed48a00b0964dc4f3dfba00f734c74904dc02c044a5eabc1", "category": "credential_exposure", "severity": "medium", "confidence": 0.3, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Low entropy value (2.3 bits) \u2014 may be placeholder or common string", "evidence": {"match": "password=\"<redacted>\"", "reason": "Low entropy value (2.3 bits) \u2014 may be placeholder or common string", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.3, "correlation_key": "secret|scripts/exp_userspace.py|9|password redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/exp_userspace.py"}, "region": {"startLine": 97}}}]}, {"ruleId": "SEC001", "level": "warning", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 104075, "scanner": "repobility-threat-engine", "fingerprint": "3e90df5a19e6d5aabdc605547b40bb679da374969c2796bb772502914af27a22", "category": "credential_exposure", "severity": "medium", "confidence": 0.3, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Low entropy value (3.2 bits) \u2014 may be placeholder or common string | [R34 auto-suppress: documentation/example path]", "evidence": {"match": "PASSWORD = \"<redacted>\"", "reason": "Low entropy value (3.2 bits) \u2014 may be placeholder or common string | [R34 auto-suppress: documentation/example path]", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.3, "correlation_key": "secret|token|3|password redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/cua/legacy_report_fetcher/portal/server.py"}, "region": {"startLine": 33}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 104054, "scanner": "repobility-agent-runtime", "fingerprint": "fd83aef2f3eb878751fca109eb99c2dc1577047dd2c51cc024353eec2b828a78", "category": "dependency", "severity": "medium", "confidence": 0.7, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File contains a remote download piped directly to a shell without visible checksum or signature verification.", "evidence": {"rule_id": "AGT015", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|fd83aef2f3eb878751fca109eb99c2dc1577047dd2c51cc024353eec2b828a78"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/presets/_scripts.py"}, "region": {"startLine": 52}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 104053, "scanner": "repobility-agent-runtime", "fingerprint": "99a324f125e47e9b68c76b06006a05b98596c846792994334b2c2f9bc6299499", "category": "quality", "severity": "medium", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File combines agent-control wording with an HTTP/SSE/WebSocket listener on an all-interface host and no visible auth guard.", "evidence": {"rule_id": "AGT012", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|99a324f125e47e9b68c76b06006a05b98596c846792994334b2c2f9bc6299499"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/images/builder.py"}, "region": {"startLine": 11}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 104052, "scanner": "repobility-agent-runtime", "fingerprint": "1f6756be6d328df5c74b1e9d751324511364045815def8b521117f6371788f1f", "category": "dependency", "severity": "medium", "confidence": 0.7, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File contains a remote download piped directly to a shell without visible checksum or signature verification.", "evidence": {"rule_id": "AGT015", "scanner": "repobility-agent-runtime", "references": [], "correlation_key": "fp|1f6756be6d328df5c74b1e9d751324511364045815def8b521117f6371788f1f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "README.md"}, "region": {"startLine": 91}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@vitejs/plugin-react` is 2 major version(s) behind (4.7.0 -> 6.0.2)"}, "properties": {"repobilityId": 104049, "scanner": "repobility-dependency-currency", "fingerprint": "2a6e56d35f0f4e9ad5f6af4f42b6ed8f64bc41ceebdde5bea9ce9c4323775ff2", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "2 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@vitejs/plugin-react", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "6.0.2", "correlation_key": "fp|2a6e56d35f0f4e9ad5f6af4f42b6ed8f64bc41ceebdde5bea9ce9c4323775ff2", "current_version": "4.7.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@types/react-dom` is 1 major version(s) behind (18.3.7 -> 19.2.3)"}, "properties": {"repobilityId": 104048, "scanner": "repobility-dependency-currency", "fingerprint": "bcc2bbb064b8fca97b8739b595a22362e470a63ea11fb42f1ea80a45b1bae18d", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "1 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@types/react-dom", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "19.2.3", "correlation_key": "fp|bcc2bbb064b8fca97b8739b595a22362e470a63ea11fb42f1ea80a45b1bae18d", "current_version": "18.3.7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `zustand` is 2 major version(s) behind (3.7.2 -> 5.0.14)"}, "properties": {"repobilityId": 104047, "scanner": "repobility-dependency-currency", "fingerprint": "b361b0551a906e55dcea54eddfc8ce1709dba889880ebc30c84f1b52525d17b4", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "2 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "zustand", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "5.0.14", "correlation_key": "fp|b361b0551a906e55dcea54eddfc8ce1709dba889880ebc30c84f1b52525d17b4", "current_version": "3.7.2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@react-three/postprocessing` is 1 major version(s) behind (2.19.1 -> 3.0.4)"}, "properties": {"repobilityId": 104045, "scanner": "repobility-dependency-currency", "fingerprint": "7846e6385434bfdb73b1367c47ab010e2baaa9059f664b78fc0337970d7916af", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "1 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@react-three/postprocessing", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "3.0.4", "correlation_key": "fp|7846e6385434bfdb73b1367c47ab010e2baaa9059f664b78fc0337970d7916af", "current_version": "2.19.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "warning", "message": {"text": "npm package `@react-three/fiber` is 1 major version(s) behind (8.18.0 -> 9.6.1)"}, "properties": {"repobilityId": 104044, "scanner": "repobility-dependency-currency", "fingerprint": "050218aeee06809662251fb3d6ad9bb613d50182d0a8296b0e732104c6614e4c", "category": "dependency", "severity": "medium", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "1 major version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@react-three/fiber", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "9.6.1", "correlation_key": "fp|050218aeee06809662251fb3d6ad9bb613d50182d0a8296b0e732104c6614e4c", "current_version": "8.18.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 104008, "scanner": "repobility-ast-engine", "fingerprint": "e206fd52e525ee4be5bea87e391cef85048a4f2b4c89747c1fe26559208ef4ab", "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|e206fd52e525ee4be5bea87e391cef85048a4f2b4c89747c1fe26559208ef4ab"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/main.py"}, "region": {"startLine": 2094}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 104007, "scanner": "repobility-ast-engine", "fingerprint": "b574e7453dbcf9bb7c8442128971f3b8fd0e3ae423669ae574820692cc890f55", "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|b574e7453dbcf9bb7c8442128971f3b8fd0e3ae423669ae574820692cc890f55"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/main.py"}, "region": {"startLine": 1656}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 104006, "scanner": "repobility-ast-engine", "fingerprint": "1fedccbc2f911954bbaf318c462a3fd8bc5e93155d446279882df9539fd94218", "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|1fedccbc2f911954bbaf318c462a3fd8bc5e93155d446279882df9539fd94218"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/main.py"}, "region": {"startLine": 1547}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 104004, "scanner": "repobility-ast-engine", "fingerprint": "8a0dc79c5acf96c97b87551fdc671e2641d32e166883e15609c2310e42092ed7", "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|8a0dc79c5acf96c97b87551fdc671e2641d32e166883e15609c2310e42092ed7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/cleanup.py"}, "region": {"startLine": 231}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 104003, "scanner": "repobility-ast-engine", "fingerprint": "727d1c10f8c20063e420d3ca14845e11f6c6b0379ce64b7ddc355fa682897d04", "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|727d1c10f8c20063e420d3ca14845e11f6c6b0379ce64b7ddc355fa682897d04"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/cleanup.py"}, "region": {"startLine": 223}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 104002, "scanner": "repobility-ast-engine", "fingerprint": "b1a1e062a058ca0d7df9f1da18187b3056504d1ba18276f13699218cc3fea203", "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|b1a1e062a058ca0d7df9f1da18187b3056504d1ba18276f13699218cc3fea203"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/cleanup.py"}, "region": {"startLine": 398}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 104001, "scanner": "repobility-ast-engine", "fingerprint": "6227ee1aa117d49b720b25b3cd82b8e02ea7084ef52994315b12eb5abdf321e8", "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|6227ee1aa117d49b720b25b3cd82b8e02ea7084ef52994315b12eb5abdf321e8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/cleanup.py"}, "region": {"startLine": 286}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 104000, "scanner": "repobility-ast-engine", "fingerprint": "004de25e4ca60dde368f86f942945f8fd716f39671a9954907765791e6e46da4", "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|004de25e4ca60dde368f86f942945f8fd716f39671a9954907765791e6e46da4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/images/builder.py"}, "region": {"startLine": 1582}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103999, "scanner": "repobility-ast-engine", "fingerprint": "70ee4aac47a77cfbf4035ddcded0d01eeffedc833bd5646bdf437f2e19402245", "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|70ee4aac47a77cfbf4035ddcded0d01eeffedc833bd5646bdf437f2e19402245"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/api.py"}, "region": {"startLine": 120}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103998, "scanner": "repobility-ast-engine", "fingerprint": "a63a2381638e0821277707be9e4525c19f71ad9a8b2c9d6e201b073a952ca2c4", "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|a63a2381638e0821277707be9e4525c19f71ad9a8b2c9d6e201b073a952ca2c4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/facade.py"}, "region": {"startLine": 2230}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103997, "scanner": "repobility-ast-engine", "fingerprint": "42f2315f78ac797209da9898ef2f7dfafe5a37a225a006c9396198ea8e52d06f", "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|42f2315f78ac797209da9898ef2f7dfafe5a37a225a006c9396198ea8e52d06f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/facade.py"}, "region": {"startLine": 1887}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103996, "scanner": "repobility-ast-engine", "fingerprint": "bc752adf66629f91c3b582630cb97326476f99101713ee2244f4ca186eebf667", "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|bc752adf66629f91c3b582630cb97326476f99101713ee2244f4ca186eebf667"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/facade.py"}, "region": {"startLine": 2239}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103995, "scanner": "repobility-ast-engine", "fingerprint": "eea781941847b4e2ce5b6e9b227f2f1b70948c2eff1d4774a708723770b3d4d9", "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|eea781941847b4e2ce5b6e9b227f2f1b70948c2eff1d4774a708723770b3d4d9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/facade.py"}, "region": {"startLine": 1919}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103994, "scanner": "repobility-ast-engine", "fingerprint": "8dc89971ed9a716721903663ecd1e21e5aa3ac560f7a1088c7071186ef751496", "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|8dc89971ed9a716721903663ecd1e21e5aa3ac560f7a1088c7071186ef751496"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/benchmarks/bench.py"}, "region": {"startLine": 148}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103993, "scanner": "repobility-ast-engine", "fingerprint": "f1e09767a18646b21ae85192c45a3c714300d5762e2f7f569bc28b2ad38e1138", "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|f1e09767a18646b21ae85192c45a3c714300d5762e2f7f569bc28b2ad38e1138"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/benchmarks/bench.py"}, "region": {"startLine": 406}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103942, "scanner": "repobility-ast-engine", "fingerprint": "c07e26498bdc5f0dc92597e6b05d62479fdb0b8531fb0f781e12198620f9582f", "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|c07e26498bdc5f0dc92597e6b05d62479fdb0b8531fb0f781e12198620f9582f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bench_backends.py"}, "region": {"startLine": 100}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103941, "scanner": "repobility-ast-engine", "fingerprint": "218320d30a3f67c1393df4c198c80dc0d18926eea53cb725b62afd2fad3cdd6f", "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|218320d30a3f67c1393df4c198c80dc0d18926eea53cb725b62afd2fad3cdd6f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bench_backends.py"}, "region": {"startLine": 81}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103940, "scanner": "repobility-ast-engine", "fingerprint": "74b484b105e3a7d5e0eb8d96304bbca5ea7d0697acd108a910d3378d5fe76a9e", "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|74b484b105e3a7d5e0eb8d96304bbca5ea7d0697acd108a910d3378d5fe76a9e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/exp_vsock_trim.py"}, "region": {"startLine": 97}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103939, "scanner": "repobility-ast-engine", "fingerprint": "4cae24d4043c13cb89812bf59201f543f588acab7b1c67c4e28723fa8fa9fbb6", "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|4cae24d4043c13cb89812bf59201f543f588acab7b1c67c4e28723fa8fa9fbb6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/profile_boot.py"}, "region": {"startLine": 106}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103938, "scanner": "repobility-ast-engine", "fingerprint": "0572b94038f95e8baf95f0166e325f460a2c40251c1a79850c509e5c4c6119ce", "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|0572b94038f95e8baf95f0166e325f460a2c40251c1a79850c509e5c4c6119ce"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/profile_boot.py"}, "region": {"startLine": 100}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103937, "scanner": "repobility-ast-engine", "fingerprint": "064da4a44699d2e8af45a3c7d55ee636b0fb5877b9dd4738c642e30360859976", "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|064da4a44699d2e8af45a3c7d55ee636b0fb5877b9dd4738c642e30360859976"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/profile_boot.py"}, "region": {"startLine": 116}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103936, "scanner": "repobility-ast-engine", "fingerprint": "833596f13c88514fd008fd4f4b9aed7bb76b503cb31a24051e2f2633784ee16a", "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|833596f13c88514fd008fd4f4b9aed7bb76b503cb31a24051e2f2633784ee16a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/exp_userspace.py"}, "region": {"startLine": 123}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103935, "scanner": "repobility-ast-engine", "fingerprint": "11f7550cd8eee878703562c151559a5770cae02534e1cc06bbd1fa9c3074b73c", "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|11f7550cd8eee878703562c151559a5770cae02534e1cc06bbd1fa9c3074b73c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/exp_userspace.py"}, "region": {"startLine": 118}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103934, "scanner": "repobility-ast-engine", "fingerprint": "65d23d2eb071d4aaeb7414f814a0652112f626d44d191c01ed297dbf1fd07ef8", "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|65d23d2eb071d4aaeb7414f814a0652112f626d44d191c01ed297dbf1fd07ef8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/exp_final.py"}, "region": {"startLine": 72}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 103933, "scanner": "repobility-ast-engine", "fingerprint": "3b1b409dac0c325d9593b6f158abb90d328eab5064dae2ea13f46d80686f5b89", "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|3b1b409dac0c325d9593b6f158abb90d328eab5064dae2ea13f46d80686f5b89"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/exp_final.py"}, "region": {"startLine": 64}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `run` has cognitive complexity 14 (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, except=2, for=1, if=1, nested_bonus=3, ternary=6."}, "properties": {"repobilityId": 104065, "scanner": "repobility-threat-engine", "fingerprint": "52b2158e3964ff629c97b53154abd970414a740fdab4c139dee02d811256e51d", "category": "quality", "severity": "low", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 14 (severity threshold for low: 8+).", "evidence": {"scanner": "repobility-threat-engine", "function": "run", "breakdown": {"if": 1, "for": 1, "except": 2, "ternary": 6, "continue": 1, "nested_bonus": 3}, "complexity": 14, "correlation_key": "fp|52b2158e3964ff629c97b53154abd970414a740fdab4c139dee02d811256e51d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/exp_userspace.py"}, "region": {"startLine": 115}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `run_host_bash` 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: else=1, except=1, if=3, nested_bonus=2, or=2."}, "properties": {"repobilityId": 104064, "scanner": "repobility-threat-engine", "fingerprint": "21b6087dfc99d8a9a7e60eafdf723713e67a9dedc9b7d2a1ab7c5085c361b783", "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": "run_host_bash", "breakdown": {"if": 3, "or": 2, "else": 1, "except": 1, "nested_bonus": 2}, "complexity": 9, "correlation_key": "fp|21b6087dfc99d8a9a7e60eafdf723713e67a9dedc9b7d2a1ab7c5085c361b783"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/agent_tools/pydanticai_agent_browser.py"}, "region": {"startLine": 191}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `_parse_browser_start_output` has cognitive complexity 10 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: and=2, except=2, if=3, ternary=3."}, "properties": {"repobilityId": 104063, "scanner": "repobility-threat-engine", "fingerprint": "ad0fba87963f00eeca361ca81dc75ffd23ccdd4ff1180efb86ad505b69d1ef8a", "category": "quality", "severity": "low", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 10 (severity threshold for low: 8+).", "evidence": {"scanner": "repobility-threat-engine", "function": "_parse_browser_start_output", "breakdown": {"if": 3, "and": 2, "except": 2, "ternary": 3}, "complexity": 10, "correlation_key": "fp|ad0fba87963f00eeca361ca81dc75ffd23ccdd4ff1180efb86ad505b69d1ef8a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/agent_tools/pydanticai_agent_browser.py"}, "region": {"startLine": 117}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `autoprefixer` is minor version(s) behind (10.4.24 -> 10.5.0)"}, "properties": {"repobilityId": 104050, "scanner": "repobility-dependency-currency", "fingerprint": "d54cb553af386565bb2b52d68636014497fad281a45d83eef1414c5019d73179", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "autoprefixer", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "10.5.0", "correlation_key": "fp|d54cb553af386565bb2b52d68636014497fad281a45d83eef1414c5019d73179", "current_version": "10.4.24"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `three` is minor version(s) behind (0.170.0 -> 0.184.0)"}, "properties": {"repobilityId": 104046, "scanner": "repobility-dependency-currency", "fingerprint": "3bdd99374abaf074d713b39aa146f6448e9471679406cccd0d88597ca0f2e192", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "three", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "0.184.0", "correlation_key": "fp|3bdd99374abaf074d713b39aa146f6448e9471679406cccd0d88597ca0f2e192", "current_version": "0.170.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC005", "level": "note", "message": {"text": "Duplicate top-level symbol appears in a patch-style file"}, "properties": {"repobilityId": 103932, "scanner": "repobility-ai-code-hygiene", "fingerprint": "dbf17569c70d836619f06bf9ff3b1c69ac98f75bf397a5315f958fae08c3032e", "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": "bench", "rule_id": "AIC005", "scanner": "repobility-ai-code-hygiene", "references": ["https://github.com/jendrikseipp/vulture", "https://knip.dev/"], "duplicate_file": "scripts/bench_backends.py", "correlation_key": "fp|dbf17569c70d836619f06bf9ff3b1c69ac98f75bf397a5315f958fae08c3032e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/exp_final.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 103931, "scanner": "repobility-ai-code-hygiene", "fingerprint": "0ca5009ca95071dd38fb5406b3c711f71fbc2eb0534159b02ffb7da2939f11ec", "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": "ui/src/features/nebula/VMDetailCard.jsx", "duplicate_line": 2, "correlation_key": "fp|0ca5009ca95071dd38fb5406b3c711f71fbc2eb0534159b02ffb7da2939f11ec"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/hooks/useSwarmData.js"}, "region": {"startLine": 2}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 103930, "scanner": "repobility-ai-code-hygiene", "fingerprint": "283fab893962d097df3a56a725e88447eaae7b7a8626bd1668c4b1d04f12dbb2", "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/smolvm/storage/_postgres.py", "duplicate_line": 15, "correlation_key": "fp|283fab893962d097df3a56a725e88447eaae7b7a8626bd1668c4b1d04f12dbb2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/storage/_sqlite.py"}, "region": {"startLine": 16}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 103929, "scanner": "repobility-ai-code-hygiene", "fingerprint": "9dbe49b1d3809be95ea54d14db5335692c5242bc4497b9929f78bae0a66bece4", "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/smolvm/storage/_postgres.py", "duplicate_line": 590, "correlation_key": "fp|9dbe49b1d3809be95ea54d14db5335692c5242bc4497b9929f78bae0a66bece4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/storage/_protocol.py"}, "region": {"startLine": 98}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 103928, "scanner": "repobility-ai-code-hygiene", "fingerprint": "42b335fcdb834e1fa08a6ef4d1e48c89a1a93c3cc3b195b24656bf4837449b40", "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/smolvm/runtime/firecracker.py", "duplicate_line": 188, "correlation_key": "fp|42b335fcdb834e1fa08a6ef4d1e48c89a1a93c3cc3b195b24656bf4837449b40"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/runtime/qemu.py"}, "region": {"startLine": 372}}}]}, {"ruleId": "AIC002", "level": "note", "message": {"text": "Source file name looks like an AI patch artifact"}, "properties": {"repobilityId": 103927, "scanner": "repobility-ai-code-hygiene", "fingerprint": "9329a9381897ee271be7c347436ebe8e51823f1eecb022d556bf7afe6efd17fe", "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": "final", "rule_id": "AIC002", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195"], "correlation_key": "fp|9329a9381897ee271be7c347436ebe8e51823f1eecb022d556bf7afe6efd17fe"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/exp_final.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 104107, "scanner": "repobility-threat-engine", "fingerprint": "fa88b9a1929708195cf641e1d051c114754786b6ca48d973c83b36385d9ddf0c", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|fa88b9a1929708195cf641e1d051c114754786b6ca48d973c83b36385d9ddf0c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/features/nebula/InteractionManager.jsx"}, "region": {"startLine": 35}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 104106, "scanner": "repobility-threat-engine", "fingerprint": "c027a58c7ea01ba219eaf9d5d90f9440b309b69a6c4ac3869655fa6a4537a7a4", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|c027a58c7ea01ba219eaf9d5d90f9440b309b69a6c4ac3869655fa6a4537a7a4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/components/ui/CommandBar.jsx"}, "region": {"startLine": 9}}}]}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "properties": {"repobilityId": 104103, "scanner": "repobility-threat-engine", "fingerprint": "533449e9904c7c647a2dddd1f5e251c5e6423647dc4bbabb2cbe69793b3d6949", "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|533449e9904c7c647a2dddd1f5e251c5e6423647dc4bbabb2cbe69793b3d6949"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/host/manager.py"}, "region": {"startLine": 282}}}]}, {"ruleId": "SEC078", "level": "none", "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": 104101, "scanner": "repobility-threat-engine", "fingerprint": "71132d4f14f1e954c3cf1554d49dcea1444e3161d016872c40525c137754fd89", "category": "quality", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe pattern 'timeout\\s*=' detected on same line", "evidence": {"match": "requests.get(", "reason": "Safe pattern 'timeout\\s*=' detected on same line", "rule_id": "SEC078", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "fp|71132d4f14f1e954c3cf1554d49dcea1444e3161d016872c40525c137754fd89"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/host/manager.py"}, "region": {"startLine": 282}}}]}, {"ruleId": "MINED068", "level": "none", "message": {"text": "[MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled inside."}, "properties": {"repobilityId": 104094, "scanner": "repobility-threat-engine", "fingerprint": "47cd5ace7a94dcdabd62ee7b72910a7f152d6f3306fd21f813f4bf169ef325e8", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "rust-unsafe-block", "owasp": null, "cwe_ids": ["CWE-119"], "languages": ["rust"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348060+00:00", "triaged_in_corpus": 12, "observations_count": 42383, "ai_coder_pattern_id": 116}, "scanner": "repobility-threat-engine", "correlation_key": "fp|47cd5ace7a94dcdabd62ee7b72910a7f152d6f3306fd21f813f4bf169ef325e8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "smolvm-core/src/tap.rs"}, "region": {"startLine": 60}}}]}, {"ruleId": "MINED059", "level": "none", "message": {"text": "[MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message."}, "properties": {"repobilityId": 104093, "scanner": "repobility-threat-engine", "fingerprint": "13fb4bd83795676d00ddc7e98993547cab2ff270e4e95a2f3291fbd95f4738e3", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "rust-expect-in-prod", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["rust"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348039+00:00", "triaged_in_corpus": 12, "observations_count": 175379, "ai_coder_pattern_id": 112}, "scanner": "repobility-threat-engine", "correlation_key": "fp|13fb4bd83795676d00ddc7e98993547cab2ff270e4e95a2f3291fbd95f4738e3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "smolvm-core/src/route.rs"}, "region": {"startLine": 16}}}]}, {"ruleId": "MINED050", "level": "none", "message": {"text": "[MINED050] Stub Only Function (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "properties": {"repobilityId": 104089, "scanner": "repobility-threat-engine", "fingerprint": "97e83b35d6d87ad95e23d12f8a95338efdb63b7f12c389b8e08fe5a80cf94e6e", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 3 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "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|97e83b35d6d87ad95e23d12f8a95338efdb63b7f12c389b8e08fe5a80cf94e6e", "aggregated_count": 3}}}, {"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": 104088, "scanner": "repobility-threat-engine", "fingerprint": "4e93f17143a361862d9c8e883a3c748fb77baecb8538698e3e1a953148bf2107", "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|4e93f17143a361862d9c8e883a3c748fb77baecb8538698e3e1a953148bf2107"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/comm/base.py"}, "region": {"startLine": 60}}}]}, {"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": 104087, "scanner": "repobility-threat-engine", "fingerprint": "1e979d56874f25ac1d9b4877aecc4357b8826309a5e307325e18bf66ea7f7da4", "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|1e979d56874f25ac1d9b4877aecc4357b8826309a5e307325e18bf66ea7f7da4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/version_check.py"}, "region": {"startLine": 74}}}]}, {"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": 104086, "scanner": "repobility-threat-engine", "fingerprint": "34ce8af99a9c703adf3ab04a21eb4956163cff686b716576bf493ae5c1a8230b", "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|34ce8af99a9c703adf3ab04a21eb4956163cff686b716576bf493ae5c1a8230b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bench_backends.py"}, "region": {"startLine": 69}}}]}, {"ruleId": "MINED064", "level": "none", "message": {"text": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services."}, "properties": {"repobilityId": 104082, "scanner": "repobility-threat-engine", "fingerprint": "832a5a0e10950482fe723333ea5ae68107c9699c65ec76af9f2820d3db2b7c3d", "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|832a5a0e10950482fe723333ea5ae68107c9699c65ec76af9f2820d3db2b7c3d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/openclaw.py"}, "region": {"startLine": 239}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 104081, "scanner": "repobility-threat-engine", "fingerprint": "040ed379949a1db4e94d238d78e17872aaf49c6b438ccecde70452264c30d5cd", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "print-pii", "owasp": "A09:2021", "cwe_ids": ["CWE-532"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348015+00:00", "triaged_in_corpus": 12, "observations_count": 676566, "ai_coder_pattern_id": 26}, "scanner": "repobility-threat-engine", "correlation_key": "fp|040ed379949a1db4e94d238d78e17872aaf49c6b438ccecde70452264c30d5cd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/openclaw.py"}, "region": {"startLine": 86}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 104080, "scanner": "repobility-threat-engine", "fingerprint": "5b5b093d1e24741385ddc7e23fc7f8dc8be0082aae95a9a31977b52bc6da1e60", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Log message mentions credential-related metadata but does not print a credential-bearing value", "evidence": {"match": "logger.warning(\"Unknown command verb: %s\", tokens[0])", "reason": "Log message mentions credential-related metadata but does not print a credential-bearing value", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.15, "correlation_key": "secret|token|11|logger.warning unknown command verb: s tokens 0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/commands.py"}, "region": {"startLine": 117}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 104079, "scanner": "repobility-threat-engine", "fingerprint": "c56c92a8b824ef0e4336537d21a8129beec8ed5baab7239d97784a0ca5d82a65", "category": "credential_exposure", "severity": "info", "confidence": 0.15, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Log message mentions credential-related metadata but does not print a credential-bearing value", "evidence": {"match": "print(\"\\n== Onboarding OpenClaw with OPENROUTER_API_KEY =<redacted>\")", "reason": "Log message mentions credential-related metadata but does not print a credential-bearing value", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.15, "correlation_key": "secret|examples/openclaw.py|8|print n onboarding openclaw with openrouter_api_key redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/openclaw.py"}, "region": {"startLine": 86}}}]}, {"ruleId": "SEC001", "level": "none", "message": {"text": "[SEC001] Hardcoded Password (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 104078, "scanner": "repobility-threat-engine", "fingerprint": "224bdaf44e007e0b9c892e9f51a6afadee49a837e1b72825485f31ff4e500147", "category": "credential_exposure", "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": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|224bdaf44e007e0b9c892e9f51a6afadee49a837e1b72825485f31ff4e500147"}}}, {"ruleId": "SEC001", "level": "none", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 104077, "scanner": "repobility-threat-engine", "fingerprint": "b9329eb9e27d60874fbc47eb92594d57ab30c4155a72e073a9530011096f31b7", "category": "credential_exposure", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe context pattern detected", "evidence": {"match": "password=\"<redacted>\"", "reason": "Safe context pattern detected", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "secret|scripts/exp_final.py|3|password redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/exp_final.py"}, "region": {"startLine": 38}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 104072, "scanner": "repobility-threat-engine", "fingerprint": "4fef791c4faa4c414c66abd06fd88e82b72870cb823f4c8a1dd2b3e62f7bd35b", "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|4fef791c4faa4c414c66abd06fd88e82b72870cb823f4c8a1dd2b3e62f7bd35b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/cua/legacy_report_fetcher/portal/server.py"}, "region": {"startLine": 290}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 104071, "scanner": "repobility-threat-engine", "fingerprint": "00d2f99ace3fefee3c6908ae7830aa8b72e862ea755c4ed35633ec9e7e9a1a49", "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|00d2f99ace3fefee3c6908ae7830aa8b72e862ea755c4ed35633ec9e7e9a1a49"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/cua/legacy_report_fetcher/ops/start_portal.py"}, "region": {"startLine": 55}}}]}, {"ruleId": "SEC128", "level": "none", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 3 more): Same pattern found in 3 additional files. Review if needed."}, "properties": {"repobilityId": 104070, "scanner": "repobility-threat-engine", "fingerprint": "7a4b0f5540cad034a1707c0e9f6ef94d621d463e55602684599877ea4071a670", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 3 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 3 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|7a4b0f5540cad034a1707c0e9f6ef94d621d463e55602684599877ea4071a670"}}}, {"ruleId": "COMP001", "level": "none", "message": {"text": "[COMP001] High cognitive complexity (and 27 more): Same pattern found in 27 additional files. Review if needed."}, "properties": {"repobilityId": 104066, "scanner": "repobility-threat-engine", "fingerprint": "26623a4384c15353821760bd652659c8310cb263e68e02d0d97e21365c6a16f3", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 27 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"scanner": "repobility-threat-engine", "function": "_parse_browser_start_output", "breakdown": {"if": 3, "and": 2, "except": 2, "ternary": 3}, "aggregated": true, "complexity": 10, "correlation_key": "fp|26623a4384c15353821760bd652659c8310cb263e68e02d0d97e21365c6a16f3", "aggregated_count": 27}}}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields (and 7 more): Same pattern found in 7 additional files. Review if needed."}, "properties": {"repobilityId": 104062, "scanner": "repobility-threat-engine", "fingerprint": "0b02df8724bdd7ab7ca32aab93e3d6c680820bdca4abe8cd0f226b9328a812e5", "category": "quality", "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": {"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|0b02df8724bdd7ab7ca32aab93e3d6c680820bdca4abe8cd0f226b9328a812e5", "aggregated_count": 7}}}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 104061, "scanner": "repobility-threat-engine", "fingerprint": "0f4cdf372b55fe95a609467f7dcf12f6231e9ea4c6bfe8a65f46625744704900", "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|0f4cdf372b55fe95a609467f7dcf12f6231e9ea4c6bfe8a65f46625744704900"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/callbacks.py"}, "region": {"startLine": 72}}}]}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 104060, "scanner": "repobility-threat-engine", "fingerprint": "7d4079d0a8baa9939976bec0214d6df79fcc57b4c1828fae9de82c490541c893", "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|7d4079d0a8baa9939976bec0214d6df79fcc57b4c1828fae9de82c490541c893"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/agent_tools/pydanticai_reusable_tool.py"}, "region": {"startLine": 58}}}]}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 104059, "scanner": "repobility-threat-engine", "fingerprint": "f4f747f2af3e280c0d6971a1233947193474e2b2f81d9815ee65f3028bdbf961", "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|f4f747f2af3e280c0d6971a1233947193474e2b2f81d9815ee65f3028bdbf961"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/agent_tools/pydanticai_agent_browser.py"}, "region": {"startLine": 93}}}]}, {"ruleId": "MINED055", "level": "none", "message": {"text": "[MINED055] Npm Install No Lockfile (and 4 more): Same pattern found in 4 additional files. Review if needed."}, "properties": {"repobilityId": 104058, "scanner": "repobility-threat-engine", "fingerprint": "a3e92ccce35c2dfe082161c58c06f49640398b9643bb846d2df904b841f4055e", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 4 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "npm-install-no-lockfile", "owasp": "A06:2021", "cwe_ids": ["CWE-1357"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348030+00:00", "triaged_in_corpus": 12, "observations_count": 317602, "ai_coder_pattern_id": 42}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|a3e92ccce35c2dfe082161c58c06f49640398b9643bb846d2df904b841f4055e", "aggregated_count": 4}}}, {"ruleId": "MINED055", "level": "none", "message": {"text": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of npm ci."}, "properties": {"repobilityId": 104057, "scanner": "repobility-threat-engine", "fingerprint": "e568756144c723fa6b009ba158bff2492292140c0eac42ecb6a46fc85e124fcc", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "npm-install-no-lockfile", "owasp": "A06:2021", "cwe_ids": ["CWE-1357"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348030+00:00", "triaged_in_corpus": 12, "observations_count": 317602, "ai_coder_pattern_id": 42}, "scanner": "repobility-threat-engine", "correlation_key": "fp|e568756144c723fa6b009ba158bff2492292140c0eac42ecb6a46fc85e124fcc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/agent_tools/pydanticai_agent_browser.py"}, "region": {"startLine": 20}}}]}, {"ruleId": "MINED055", "level": "none", "message": {"text": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of npm ci."}, "properties": {"repobilityId": 104056, "scanner": "repobility-threat-engine", "fingerprint": "8f3409c3914dbdebaccb5c847f5a37d78405b753b0bec3fdaa0e0131479d59cb", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "npm-install-no-lockfile", "owasp": "A06:2021", "cwe_ids": ["CWE-1357"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348030+00:00", "triaged_in_corpus": 12, "observations_count": 317602, "ai_coder_pattern_id": 42}, "scanner": "repobility-threat-engine", "correlation_key": "fp|8f3409c3914dbdebaccb5c847f5a37d78405b753b0bec3fdaa0e0131479d59cb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/agent_tools/openai_agents_tool.py"}, "region": {"startLine": 20}}}]}, {"ruleId": "MINED055", "level": "none", "message": {"text": "[MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versions on every build) instead of npm ci."}, "properties": {"repobilityId": 104055, "scanner": "repobility-threat-engine", "fingerprint": "c1f7c207be64442a06fb73aa2b5e85e3a1c156dac2344a9ba66be1bd00653bab", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "npm-install-no-lockfile", "owasp": "A06:2021", "cwe_ids": ["CWE-1357"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348030+00:00", "triaged_in_corpus": 12, "observations_count": 317602, "ai_coder_pattern_id": 42}, "scanner": "repobility-threat-engine", "correlation_key": "fp|c1f7c207be64442a06fb73aa2b5e85e3a1c156dac2344a9ba66be1bd00653bab"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/agent_tools/langchain_tool.py"}, "region": {"startLine": 20}}}]}, {"ruleId": "DEPCUR-NPM", "level": "none", "message": {"text": "npm package `postcss` is patch version(s) behind (8.5.10 -> 8.5.15)"}, "properties": {"repobilityId": 104051, "scanner": "repobility-dependency-currency", "fingerprint": "383cca6807267f979ca89460916ae89709c083ab5140e1c06f85af2d077abd82", "category": "dependency", "severity": "info", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "patch version(s) behind", "signal": "currency", "cwe_ids": [], "package": "postcss", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "8.5.15", "correlation_key": "fp|383cca6807267f979ca89460916ae89709c083ab5140e1c06f85af2d077abd82", "current_version": "8.5.10"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /api/vms/{vm_id}/stop."}, "properties": {"repobilityId": 104121, "scanner": "repobility-access-control", "fingerprint": "c01125f65e667adf352e8076b135a63fcf27bb607d897aca8b7450f21d5e63fd", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/vms/{vm_id}/stop", "method": "POST", "scanner": "repobility-access-control", "framework": "FastAPI", "correlation_key": "code|auth|token|611|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 611}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: DELETE /api/vms/{vm_id}."}, "properties": {"repobilityId": 104120, "scanner": "repobility-access-control", "fingerprint": "5b1726f474320f3bb121c81a45052c4af295d5dbed4a7ef697f0a557b1e0f808", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/vms/{vm_id}", "method": "DELETE", "scanner": "repobility-access-control", "framework": "FastAPI", "correlation_key": "code|auth|token|599|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 599}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /api/vms/{vm_id}/processes."}, "properties": {"repobilityId": 104119, "scanner": "repobility-access-control", "fingerprint": "1d3cca34538e3f03b358dade3239bd3fc2bd14a540610be624523b3ea8fd380d", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/vms/{vm_id}/processes", "method": "GET", "scanner": "repobility-access-control", "framework": "FastAPI", "correlation_key": "code|auth|token|519|cwe-639", "identity_targets": ["unknown", "owner"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 519}}}]}, {"ruleId": "AUC003", "level": "error", "message": {"text": "[AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /api/vms/{vm_id}."}, "properties": {"repobilityId": 104118, "scanner": "repobility-access-control", "fingerprint": "0a522dee3666c82eb36ad9e458ccfd82c837dde6d387d49310fbbec3a6c9e2c9", "category": "auth", "severity": "high", "confidence": 0.7, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/api/vms/{vm_id}", "method": "GET", "scanner": "repobility-access-control", "framework": "FastAPI", "correlation_key": "code|auth|token|507|cwe-639", "identity_targets": ["unknown", "owner", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 507}}}]}, {"ruleId": "RUSTSEC-2024-0436", "level": "error", "message": {"text": "paste: RUSTSEC-2024-0436"}, "properties": {"repobilityId": 104115, "scanner": "osv-scanner", "fingerprint": "ecf6a49d252eada338538964a3d9bb37acf276dba6d473e55cf76f528b35783f", "category": "dependency", "severity": "high", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "package": "paste", "rule_id": "RUSTSEC-2024-0436", "scanner": "osv-scanner", "correlation_key": "fp|ecf6a49d252eada338538964a3d9bb37acf276dba6d473e55cf76f528b35783f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Cargo.lock"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 104113, "scanner": "repobility-docker", "fingerprint": "e49a71fd401a112b3a24795f2d21fc2a6e53764b4ced153dcf73f8dac31c3a6a", "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|e49a71fd401a112b3a24795f2d21fc2a6e53764b4ced153dcf73f8dac31c3a6a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/ci/Dockerfile.base-rootfs"}, "region": {"startLine": 63}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 104112, "scanner": "repobility-docker", "fingerprint": "c2fc03c3965ff14b2e64c7da1b8978214c1e00f65b0e6e818b25148f7e01a928", "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|c2fc03c3965ff14b2e64c7da1b8978214c1e00f65b0e6e818b25148f7e01a928"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/ci/Dockerfile.base-rootfs"}, "region": {"startLine": 23}}}]}, {"ruleId": "DKR006", "level": "error", "message": {"text": "Dockerfile pipes a remote script into a shell"}, "properties": {"repobilityId": 104109, "scanner": "repobility-docker", "fingerprint": "0c1902a3ca460124b4bd610c900d7f4c215869cc0e799e65db06d421641b9ef6", "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|0c1902a3ca460124b4bd610c900d7f4c215869cc0e799e65db06d421641b9ef6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/ci/Dockerfile.base-alpine-rootfs"}, "region": {"startLine": 50}}}]}, {"ruleId": "SEC080", "level": "error", "message": {"text": "[SEC080] Python: tarfile.extractall without filter: tarfile.extract*() without filter='data' allows path-traversal (CVE-2007-4559, fixed via PEP 706 in 3.12). Ported from bandit B202 (Apache-2.0)."}, "properties": {"repobilityId": 104102, "scanner": "repobility-threat-engine", "fingerprint": "dbbc85611ac342920de76947228e9a9071c30da9b8b05dd431f8ce214a8bf394", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "tar.extractall(path=tmp_dir)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC080", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|dbbc85611ac342920de76947228e9a9071c30da9b8b05dd431f8ce214a8bf394"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/host/manager.py"}, "region": {"startLine": 303}}}]}, {"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": 104099, "scanner": "repobility-threat-engine", "fingerprint": "593d77f719607962d62ad13d49f8bc86f9457b6b19b379990209e6fd893fcde3", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Url(a", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|593d77f719607962d62ad13d49f8bc86f9457b6b19b379990209e6fd893fcde3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/hooks/useSwarmData.js"}, "region": {"startLine": 22}}}]}, {"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": 104098, "scanner": "repobility-threat-engine", "fingerprint": "3b0ceb429c5d4c4b2c414fcaa20c435230babf95d83976388dd21ed34e035bec", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "url(u", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|3b0ceb429c5d4c4b2c414fcaa20c435230babf95d83976388dd21ed34e035bec"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/storage/__init__.py"}, "region": {"startLine": 87}}}]}, {"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": 104097, "scanner": "repobility-threat-engine", "fingerprint": "84c56a892c79c7f7485a86a9df0d21ff7d54cf443032f0d011c98b74f4f5cd25", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "urllib.request.urlopen(P", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|84c56a892c79c7f7485a86a9df0d21ff7d54cf443032f0d011c98b74f4f5cd25"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/version_check.py"}, "region": {"startLine": 80}}}]}, {"ruleId": "MINED006", "level": "error", "message": {"text": "[MINED006] Overcatch Baseexception: except BaseException: ... \u2014 prevents Ctrl+C and SystemExit from working."}, "properties": {"repobilityId": 104096, "scanner": "repobility-threat-engine", "fingerprint": "0c63ae18bf941a202431bcc30c4b5cbc7964abed6d9cf26723a5221323a84320", "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|0c63ae18bf941a202431bcc30c4b5cbc7964abed6d9cf26723a5221323a84320"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/_kvm_session.py"}, "region": {"startLine": 126}}}]}, {"ruleId": "SEC005", "level": "error", "message": {"text": "[SEC005] Command Injection Risk: Unsafe shell execution or eval of user input."}, "properties": {"repobilityId": 104095, "scanner": "repobility-threat-engine", "fingerprint": "ca43dccbed7ef182af5b8122d6614d2862b211d40dff1857c837e46a21a9e4b4", "category": "injection", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Command source appears controllable (config/plugin/argv/user input)", "evidence": {"match": "exec(argv", "reason": "Command source appears controllable (config/plugin/argv/user input)", "rule_id": "SEC005", "scanner": "repobility-threat-engine", "confidence": 0.8, "correlation_key": "code|injection|token|101|sec005"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/_kvm_session.py"}, "region": {"startLine": 101}}}]}, {"ruleId": "MINED012", "level": "error", "message": {"text": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code."}, "properties": {"repobilityId": 104092, "scanner": "repobility-threat-engine", "fingerprint": "2afd71c4bc725c18a097e674eaa006b03712bff4be04cba82511a0e84589c2f1", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "curl-pipe-bash", "owasp": "A08:2021", "cwe_ids": ["CWE-494"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347926+00:00", "triaged_in_corpus": 15, "observations_count": 135001, "ai_coder_pattern_id": 25}, "scanner": "repobility-threat-engine", "correlation_key": "fp|2afd71c4bc725c18a097e674eaa006b03712bff4be04cba82511a0e84589c2f1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/presets/_scripts.py"}, "region": {"startLine": 52}}}]}, {"ruleId": "MINED012", "level": "error", "message": {"text": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code."}, "properties": {"repobilityId": 104091, "scanner": "repobility-threat-engine", "fingerprint": "9f6539a0ad7788269d35e4ef46f111fab636ae3595d506a3408541a62bb057eb", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "curl-pipe-bash", "owasp": "A08:2021", "cwe_ids": ["CWE-494"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347926+00:00", "triaged_in_corpus": 15, "observations_count": 135001, "ai_coder_pattern_id": 25}, "scanner": "repobility-threat-engine", "correlation_key": "fp|9f6539a0ad7788269d35e4ef46f111fab636ae3595d506a3408541a62bb057eb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/install.sh"}, "region": {"startLine": 84}}}]}, {"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": 104085, "scanner": "repobility-threat-engine", "fingerprint": "c1059692c1b3c4c30f3a7cb491e2354a5439f7d4ecfac79e863bcc7310ea955d", "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|c1059692c1b3c4c30f3a7cb491e2354a5439f7d4ecfac79e863bcc7310ea955d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/utils.py"}, "region": {"startLine": 247}}}]}, {"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": 104084, "scanner": "repobility-threat-engine", "fingerprint": "4378751f75961d0a4080448727df3f4cbecf9c5f57211b555b3dea41180951b4", "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|4378751f75961d0a4080448727df3f4cbecf9c5f57211b555b3dea41180951b4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/version_check.py"}, "region": {"startLine": 214}}}]}, {"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": 104083, "scanner": "repobility-threat-engine", "fingerprint": "378222214aa8086e24383c8c0ea63b933a26072c160c699da6382c14bb00ee9e", "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|378222214aa8086e24383c8c0ea63b933a26072c160c699da6382c14bb00ee9e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bench_backends.py"}, "region": {"startLine": 68}}}]}, {"ruleId": "SEC004", "level": "error", "message": {"text": "[SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection."}, "properties": {"repobilityId": 104073, "scanner": "repobility-threat-engine", "fingerprint": "bb19b15139978d68ab678292277380b0415fe8d17921b6dbb4a324d5d102327d", "category": "injection", "severity": "high", "confidence": 0.5, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "SQL string interpolation found, but user-controlled taint was not proven from local context.", "evidence": {"match": ".execute(f'DELETE", "reason": "SQL string interpolation found, but user-controlled taint was not proven from local context.", "rule_id": "SEC004", "scanner": "repobility-threat-engine", "confidence": 0.5, "correlation_key": "code|injection|token|49|sec004"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/cua/legacy_report_fetcher/pipeline/import_reports.py"}, "region": {"startLine": 49}}}]}, {"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": 104069, "scanner": "repobility-threat-engine", "fingerprint": "3431101be8fcc73a0935c68fd6b0fd3703ac938f10ab3eea91b5f76bf848e2a6", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "vm.delete()", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|3431101be8fcc73a0935c68fd6b0fd3703ac938f10ab3eea91b5f76bf848e2a6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bench_backends.py"}, "region": {"startLine": 71}}}]}, {"ruleId": "SEC128", "level": "error", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake): Async call invoked without `await` returns an unhandled Promise. The outer function resolves before the inner work completes \u2014 DB writes lost, emails not sent, race conditions. This is one of the top-3 errors AI coders make: they understand async-shape but drop the await keyword when chaining multiple ops. Surfaces as flaky tests or silently dropped data in production."}, "properties": {"repobilityId": 104068, "scanner": "repobility-threat-engine", "fingerprint": "f4696ceeacbc9f4e77cf80bbfe91eb9f7f23cfc3735b98d26b41bf038855a991", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "digest.update(chunk)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|f4696ceeacbc9f4e77cf80bbfe91eb9f7f23cfc3735b98d26b41bf038855a991"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/cua/legacy_report_fetcher/ops/finalize_downloads.py"}, "region": {"startLine": 35}}}]}, {"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": 104067, "scanner": "repobility-threat-engine", "fingerprint": "d663601f9dde281210f367576d6f45f87cb5b0f070d10b03e2df1bee9cae9a35", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "vm.delete()", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|d663601f9dde281210f367576d6f45f87cb5b0f070d10b03e2df1bee9cae9a35"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/agent_tools/pydanticai_reusable_tool.py"}, "region": {"startLine": 103}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/cache` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104043, "scanner": "repobility-supply-chain", "fingerprint": "eb23592da19289407696b70d9cf40be41aac55c6bbb1eee3115775eb765b0211", "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|eb23592da19289407696b70d9cf40be41aac55c6bbb1eee3115775eb765b0211"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e.yml"}, "region": {"startLine": 54}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`"}, "properties": {"repobilityId": 104042, "scanner": "repobility-supply-chain", "fingerprint": "6e748b5702c49222ee808e205ada8bb03d4a2fb1809a93a3a30f13fadcfc8961", "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|6e748b5702c49222ee808e205ada8bb03d4a2fb1809a93a3a30f13fadcfc8961"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e.yml"}, "region": {"startLine": 51}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-python` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 104041, "scanner": "repobility-supply-chain", "fingerprint": "fc21862bc20f2a6119252cfa8c4b4d87b876c10a7b9971ec1a30a7d4ca712195", "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|fc21862bc20f2a6119252cfa8c4b4d87b876c10a7b9971ec1a30a7d4ca712195"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e.yml"}, "region": {"startLine": 46}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104040, "scanner": "repobility-supply-chain", "fingerprint": "377fb1b6ee2f146f32f2596ff1588f1f7479a183eccdedbaf9e92ac4b7df689a", "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|377fb1b6ee2f146f32f2596ff1588f1f7479a183eccdedbaf9e92ac4b7df689a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e.yml"}, "region": {"startLine": 41}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/download-artifact` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104039, "scanner": "repobility-supply-chain", "fingerprint": "0063e7f3ee6c30f2e35595aa570f1b21eacc7c337bf96090089430596c743894", "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|0063e7f3ee6c30f2e35595aa570f1b21eacc7c337bf96090089430596c743894"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-published-images.yml"}, "region": {"startLine": 358}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104038, "scanner": "repobility-supply-chain", "fingerprint": "125c016fc5e55df7f4179d72f058d799935de03f5eee70e605e6d2853284fd45", "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|125c016fc5e55df7f4179d72f058d799935de03f5eee70e605e6d2853284fd45"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-published-images.yml"}, "region": {"startLine": 327}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/cache` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104037, "scanner": "repobility-supply-chain", "fingerprint": "f99ace036429db5dd4061d932297adb89e31407acdf9eb0991710fa63fe7e7ad", "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|f99ace036429db5dd4061d932297adb89e31407acdf9eb0991710fa63fe7e7ad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-published-images.yml"}, "region": {"startLine": 140}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`"}, "properties": {"repobilityId": 104036, "scanner": "repobility-supply-chain", "fingerprint": "e877afccfa8a93b5cdacac10c30437345f4ea8c9044c79f4844ff5f3eff75a9f", "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|e877afccfa8a93b5cdacac10c30437345f4ea8c9044c79f4844ff5f3eff75a9f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-published-images.yml"}, "region": {"startLine": 136}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-python` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 104035, "scanner": "repobility-supply-chain", "fingerprint": "a36842220c19b062524c9cdbae45d1dbeb39eb45228916a0c03ca7931c5498c6", "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|a36842220c19b062524c9cdbae45d1dbeb39eb45228916a0c03ca7931c5498c6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-published-images.yml"}, "region": {"startLine": 130}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104034, "scanner": "repobility-supply-chain", "fingerprint": "711e9ba8c3580eaebcbadc8ef174297852b5091955bafeb14f56c58559789571", "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|711e9ba8c3580eaebcbadc8ef174297852b5091955bafeb14f56c58559789571"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-published-images.yml"}, "region": {"startLine": 124}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/upload-artifact` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104033, "scanner": "repobility-supply-chain", "fingerprint": "f8418b879fabf6c5e84bf98a4287473741b6e8852bb54eb453c7f7fcfd04e52c", "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|f8418b879fabf6c5e84bf98a4287473741b6e8852bb54eb453c7f7fcfd04e52c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-published-images.yml"}, "region": {"startLine": 88}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104032, "scanner": "repobility-supply-chain", "fingerprint": "fbd26297f9921b4522e70de11556ece3e9ff26e3dcb369aa93f1b2218a6fe47b", "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|fbd26297f9921b4522e70de11556ece3e9ff26e3dcb369aa93f1b2218a6fe47b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-published-images.yml"}, "region": {"startLine": 74}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104031, "scanner": "repobility-supply-chain", "fingerprint": "7a2a679e8e22e354eac522cd94647de6b4b3dcb19183626d86a737f8e3a1053c", "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|7a2a679e8e22e354eac522cd94647de6b4b3dcb19183626d86a737f8e3a1053c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/smoke-published-images.yml"}, "region": {"startLine": 69}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/download-artifact` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104030, "scanner": "repobility-supply-chain", "fingerprint": "7cfbe9667db4db53e238be47d436961487792b9b010efd557064d505f95e5cc1", "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|7cfbe9667db4db53e238be47d436961487792b9b010efd557064d505f95e5cc1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 117}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/upload-artifact` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104029, "scanner": "repobility-supply-chain", "fingerprint": "ddf4cbd0a38f5dc47998bbffe0771118530523e46b1faddb8b640d1e992bfda5", "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|ddf4cbd0a38f5dc47998bbffe0771118530523e46b1faddb8b640d1e992bfda5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 105}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `PyO3/maturin-action` pinned to mutable ref `@v1`"}, "properties": {"repobilityId": 104028, "scanner": "repobility-supply-chain", "fingerprint": "d55a42f27487abcff9d1e278ec73b902963d67a38717e46539937cd82265f935", "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|d55a42f27487abcff9d1e278ec73b902963d67a38717e46539937cd82265f935"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 99}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104027, "scanner": "repobility-supply-chain", "fingerprint": "5d174c04ceb19189a12c677fdd1aa0b9a8579d21b384104d4f5ccbb6b97dc9cd", "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|5d174c04ceb19189a12c677fdd1aa0b9a8579d21b384104d4f5ccbb6b97dc9cd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 98}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/upload-artifact` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104026, "scanner": "repobility-supply-chain", "fingerprint": "3596f2f3133ec34b26089c51a212de50c4dcb1271995246a911c1087a4837a93", "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|3596f2f3133ec34b26089c51a212de50c4dcb1271995246a911c1087a4837a93"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 88}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `PyO3/maturin-action` pinned to mutable ref `@v1`"}, "properties": {"repobilityId": 104025, "scanner": "repobility-supply-chain", "fingerprint": "687aac9aae958e918b2a6c3c0818fe30538da0376a02f7971e1f8583e3e1b17a", "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|687aac9aae958e918b2a6c3c0818fe30538da0376a02f7971e1f8583e3e1b17a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 82}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-python` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 104024, "scanner": "repobility-supply-chain", "fingerprint": "fdf6f2c78e474eae470a5128fbcb1137a4e1b71e1a2b1c514b4b472e63b5285f", "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|fdf6f2c78e474eae470a5128fbcb1137a4e1b71e1a2b1c514b4b472e63b5285f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 74}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104023, "scanner": "repobility-supply-chain", "fingerprint": "faa8d000d049e788a7f86ab5fbf9ed38f8cc106a49e6fd831a44eb73b5bd387c", "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|faa8d000d049e788a7f86ab5fbf9ed38f8cc106a49e6fd831a44eb73b5bd387c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 73}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/upload-artifact` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104022, "scanner": "repobility-supply-chain", "fingerprint": "5a320b8db9d75c941d4fa4a1336913126953c62278f02dc564085c753861516f", "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|5a320b8db9d75c941d4fa4a1336913126953c62278f02dc564085c753861516f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 60}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `PyO3/maturin-action` pinned to mutable ref `@v1`"}, "properties": {"repobilityId": 104021, "scanner": "repobility-supply-chain", "fingerprint": "e5f2ec27b5881f06187ab5b63e7215c6a2040a8e8d2e2bf0eea8768b0a84f220", "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|e5f2ec27b5881f06187ab5b63e7215c6a2040a8e8d2e2bf0eea8768b0a84f220"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 53}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104020, "scanner": "repobility-supply-chain", "fingerprint": "de88079eed2f0d236d726e2797f0de294aa493228f159c7650191bb74cba489f", "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|de88079eed2f0d236d726e2797f0de294aa493228f159c7650191bb74cba489f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 52}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 104019, "scanner": "repobility-supply-chain", "fingerprint": "7285273c5ad04ad70dabd6cd58908f5dba0ffb51a5288b4c9027a509d654dca4", "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|7285273c5ad04ad70dabd6cd58908f5dba0ffb51a5288b4c9027a509d654dca4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-core.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `alpine:3.20` not pinned by digest"}, "properties": {"repobilityId": 104018, "scanner": "repobility-supply-chain", "fingerprint": "d28bee4b21e69c38d8cc31230ce97a2c05c108937a30d0b5d427d260f05020af", "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|d28bee4b21e69c38d8cc31230ce97a2c05c108937a30d0b5d427d260f05020af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/ci/Dockerfile.base-alpine-rootfs"}, "region": {"startLine": 14}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `ubuntu:24.04` not pinned by digest"}, "properties": {"repobilityId": 104017, "scanner": "repobility-supply-chain", "fingerprint": "b7014b070438af765e6d40cdf1f79be409a1d2d7fe1c4ff97d5265c6e095aae7", "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|b7014b070438af765e6d40cdf1f79be409a1d2d7fe1c4ff97d5265c6e095aae7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/ci/Dockerfile.base-rootfs"}, "region": {"startLine": 15}}}]}, {"ruleId": "MINED131", "level": "error", "message": {"text": "pre-commit hook `https://github.com/pre-commit/mirrors-mypy` pinned to mutable rev `v1.8.0`"}, "properties": {"repobilityId": 104016, "scanner": "repobility-supply-chain", "fingerprint": "bb8c53f45ef978a5b07f8682c9e2461f633a2e32f30b0d0e7278cebbf4eb1891", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "precommit-untrusted-repo", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|bb8c53f45ef978a5b07f8682c9e2461f633a2e32f30b0d0e7278cebbf4eb1891"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".pre-commit-config.yaml"}, "region": {"startLine": 38}}}]}, {"ruleId": "MINED131", "level": "error", "message": {"text": "pre-commit hook `https://github.com/srstevenson/nb-clean` pinned to mutable rev `3.2.0`"}, "properties": {"repobilityId": 104015, "scanner": "repobility-supply-chain", "fingerprint": "344bc75d08b38897f64394d9b4f56a4c91be98c111052b4d2d4d000a8c0ad93a", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "precommit-untrusted-repo", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|344bc75d08b38897f64394d9b4f56a4c91be98c111052b4d2d4d000a8c0ad93a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".pre-commit-config.yaml"}, "region": {"startLine": 27}}}]}, {"ruleId": "MINED131", "level": "error", "message": {"text": "pre-commit hook `https://github.com/executablebooks/mdformat` pinned to mutable rev `0.7.17`"}, "properties": {"repobilityId": 104014, "scanner": "repobility-supply-chain", "fingerprint": "83e3b2223aec8858b724810163a7ac0e48a27b5f6d81a9e84d962775df215603", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "precommit-untrusted-repo", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|83e3b2223aec8858b724810163a7ac0e48a27b5f6d81a9e84d962775df215603"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".pre-commit-config.yaml"}, "region": {"startLine": 19}}}]}, {"ruleId": "MINED131", "level": "error", "message": {"text": "pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mutable rev `v4.5.0`"}, "properties": {"repobilityId": 104013, "scanner": "repobility-supply-chain", "fingerprint": "97ae3699744d9c11975d1b1f7bb3fa7b41ac490a3c6edc7f0eda00a9f1dbddc3", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "precommit-untrusted-repo", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|97ae3699744d9c11975d1b1f7bb3fa7b41ac490a3c6edc7f0eda00a9f1dbddc3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".pre-commit-config.yaml"}, "region": {"startLine": 2}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/command has no auth"}, "properties": {"repobilityId": 104012, "scanner": "repobility-route-auth", "fingerprint": "8380994428c5ba48cb94c5a9d21b9851b6d3e649c13d55b70d723233f68de516", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|8380994428c5ba48cb94c5a9d21b9851b6d3e649c13d55b70d723233f68de516"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 624}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/vms/{vm_id}/stop has no auth"}, "properties": {"repobilityId": 104011, "scanner": "repobility-route-auth", "fingerprint": "d9f2b3fb9d44fb0828f2aad8b75702284d9f2227f310416cb745f9956a584fc1", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|d9f2b3fb9d44fb0828f2aad8b75702284d9f2227f310416cb745f9956a584fc1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 612}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI DELETE /api/vms/{vm_id} has no auth"}, "properties": {"repobilityId": 104010, "scanner": "repobility-route-auth", "fingerprint": "bbe1848e352f074efb5d952b5331fde4e4ddf22d0c9d9fe1fe0386125aba45c5", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "fastapi-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 10455}, "scanner": "repobility-route-auth", "correlation_key": "fp|bbe1848e352f074efb5d952b5331fde4e4ddf22d0c9d9fe1fe0386125aba45c5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/dashboard/server.py"}, "region": {"startLine": 600}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_preset` used but never assigned in __init__"}, "properties": {"repobilityId": 103992, "scanner": "repobility-ast-engine", "fingerprint": "433cc9133d20740a72d6e04c39c36eb52bb3282238abba4cadae6feee2779cd0", "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|433cc9133d20740a72d6e04c39c36eb52bb3282238abba4cadae6feee2779cd0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_presets.py"}, "region": {"startLine": 493}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_preset` used but never assigned in __init__"}, "properties": {"repobilityId": 103991, "scanner": "repobility-ast-engine", "fingerprint": "306ab417417d024560b9cddae3fa6d7cc4f161f83de8b8552f07c556823e0bcf", "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|306ab417417d024560b9cddae3fa6d7cc4f161f83de8b8552f07c556823e0bcf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_presets.py"}, "region": {"startLine": 475}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_preset` used but never assigned in __init__"}, "properties": {"repobilityId": 103990, "scanner": "repobility-ast-engine", "fingerprint": "7c4d37bdd7f39578155194efbcd59ce947704e4bb8e203c20ff4a08f6ddceab2", "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|7c4d37bdd7f39578155194efbcd59ce947704e4bb8e203c20ff4a08f6ddceab2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_presets.py"}, "region": {"startLine": 457}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._running_vm` used but never assigned in __init__"}, "properties": {"repobilityId": 103989, "scanner": "repobility-ast-engine", "fingerprint": "ace08a41bc9af792eb4bbc74af84b1bbfb3a312023e7a68e49062cdf1a8dd194", "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|ace08a41bc9af792eb4bbc74af84b1bbfb3a312023e7a68e49062cdf1a8dd194"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_facade.py"}, "region": {"startLine": 2968}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._running_vm` used but never assigned in __init__"}, "properties": {"repobilityId": 103988, "scanner": "repobility-ast-engine", "fingerprint": "3873f210cf53fd8475dcd7d796c0eafdf65572eb37c76d590aee28a384d7efa2", "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|3873f210cf53fd8475dcd7d796c0eafdf65572eb37c76d590aee28a384d7efa2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_facade.py"}, "region": {"startLine": 2956}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._running_vm` used but never assigned in __init__"}, "properties": {"repobilityId": 103987, "scanner": "repobility-ast-engine", "fingerprint": "0ec14a9ce2aaf8f76293bc93727b0870e7aab8fbdf366bfe5ff1b11ad353605c", "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|0ec14a9ce2aaf8f76293bc93727b0870e7aab8fbdf366bfe5ff1b11ad353605c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_facade.py"}, "region": {"startLine": 2938}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._running_vm` used but never assigned in __init__"}, "properties": {"repobilityId": 103986, "scanner": "repobility-ast-engine", "fingerprint": "2b67f96df7dfd3a69380b618f00f1b982afbcc38e01a3f39117b2c1e34b0db38", "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|2b67f96df7dfd3a69380b618f00f1b982afbcc38e01a3f39117b2c1e34b0db38"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_facade.py"}, "region": {"startLine": 2919}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._running_vm` used but never assigned in __init__"}, "properties": {"repobilityId": 103985, "scanner": "repobility-ast-engine", "fingerprint": "9c237166d29bdf87484bb3bafccb8840d62a471aee2d569ce1778e7b0cc0024c", "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|9c237166d29bdf87484bb3bafccb8840d62a471aee2d569ce1778e7b0cc0024c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_facade.py"}, "region": {"startLine": 2901}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._running_vm` used but never assigned in __init__"}, "properties": {"repobilityId": 103984, "scanner": "repobility-ast-engine", "fingerprint": "fc31a57907382bb4555bf5ba8e1d4c9cf9b2b3b414d923353f12a97d33ff33b4", "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|fc31a57907382bb4555bf5ba8e1d4c9cf9b2b3b414d923353f12a97d33ff33b4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_facade.py"}, "region": {"startLine": 2883}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._running_vm` used but never assigned in __init__"}, "properties": {"repobilityId": 103983, "scanner": "repobility-ast-engine", "fingerprint": "c12ac085915b8bce1463142bd8d4cf5d3052cf6f415b531237be3a553e61fb6b", "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|c12ac085915b8bce1463142bd8d4cf5d3052cf6f415b531237be3a553e61fb6b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_facade.py"}, "region": {"startLine": 2862}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_running_windows_vm` used but never assigned in __init__"}, "properties": {"repobilityId": 103982, "scanner": "repobility-ast-engine", "fingerprint": "156bd610794172a9dd4d324a465ecdc97f38f3af9de5e987ddc3d74c42b11cb9", "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|156bd610794172a9dd4d324a465ecdc97f38f3af9de5e987ddc3d74c42b11cb9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_facade.py"}, "region": {"startLine": 1263}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_running_windows_vm` used but never assigned in __init__"}, "properties": {"repobilityId": 103981, "scanner": "repobility-ast-engine", "fingerprint": "7b34d4f604541f4bf0f182210a112e1a3c8627261cb760340776736c2cabc2df", "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|7b34d4f604541f4bf0f182210a112e1a3c8627261cb760340776736c2cabc2df"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_facade.py"}, "region": {"startLine": 1243}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_running_windows_vm` used but never assigned in __init__"}, "properties": {"repobilityId": 103980, "scanner": "repobility-ast-engine", "fingerprint": "245565427987fdabdd4b66e6b0918d8dd93083612bd4c8f561bae709b46efd68", "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|245565427987fdabdd4b66e6b0918d8dd93083612bd4c8f561bae709b46efd68"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_facade.py"}, "region": {"startLine": 1223}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_config` used but never assigned in __init__"}, "properties": {"repobilityId": 103979, "scanner": "repobility-ast-engine", "fingerprint": "9ef479307931e11325324fe8cc250182b902cddf758f242cafa18e8626acfce4", "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|9ef479307931e11325324fe8cc250182b902cddf758f242cafa18e8626acfce4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_workspace.py"}, "region": {"startLine": 170}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_config` used but never assigned in __init__"}, "properties": {"repobilityId": 103978, "scanner": "repobility-ast-engine", "fingerprint": "a2c59c81da23c899fbf0eebcb525271e07547452df1c9d8a65efd04899399a65", "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|a2c59c81da23c899fbf0eebcb525271e07547452df1c9d8a65efd04899399a65"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_workspace.py"}, "region": {"startLine": 148}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_config` used but never assigned in __init__"}, "properties": {"repobilityId": 103977, "scanner": "repobility-ast-engine", "fingerprint": "2346e090befa663575693ccab04fafe0372e8e0aa7fd725404be21fdb7071885", "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|2346e090befa663575693ccab04fafe0372e8e0aa7fd725404be21fdb7071885"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_workspace.py"}, "region": {"startLine": 134}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_config` used but never assigned in __init__"}, "properties": {"repobilityId": 103976, "scanner": "repobility-ast-engine", "fingerprint": "aaac4ca1eec981ed103f7539da18cca1dab3e3938313425a34b8a9291204f9c9", "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|aaac4ca1eec981ed103f7539da18cca1dab3e3938313425a34b8a9291204f9c9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_workspace.py"}, "region": {"startLine": 122}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._make_config` used but never assigned in __init__"}, "properties": {"repobilityId": 103975, "scanner": "repobility-ast-engine", "fingerprint": "29a8640388413703c3c684c0b55db9213a97c21e3d003859710675b2f8d84a06", "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|29a8640388413703c3c684c0b55db9213a97c21e3d003859710675b2f8d84a06"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_workspace.py"}, "region": {"startLine": 116}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._client_with_sftp` used but never assigned in __init__"}, "properties": {"repobilityId": 103974, "scanner": "repobility-ast-engine", "fingerprint": "5949498c1c464f28f0807cf07dddc34d500e9f08f6a06967cbb969d40908b435", "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|5949498c1c464f28f0807cf07dddc34d500e9f08f6a06967cbb969d40908b435"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_ssh.py"}, "region": {"startLine": 463}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._client_with_sftp` used but never assigned in __init__"}, "properties": {"repobilityId": 103973, "scanner": "repobility-ast-engine", "fingerprint": "95cc22e563296e345c89062dc1650208bb7d762633f4b9e12e71aa69b2be462a", "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|95cc22e563296e345c89062dc1650208bb7d762633f4b9e12e71aa69b2be462a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_ssh.py"}, "region": {"startLine": 443}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._client_with_sftp` used but never assigned in __init__"}, "properties": {"repobilityId": 103972, "scanner": "repobility-ast-engine", "fingerprint": "3cdd1a3c67f70b5baf92472d3f6b25f67fc94a1ed71e9fa44726b9be9415f4cf", "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|3cdd1a3c67f70b5baf92472d3f6b25f67fc94a1ed71e9fa44726b9be9415f4cf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_ssh.py"}, "region": {"startLine": 427}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_run_whitespace_command_raises"}, "properties": {"repobilityId": 103971, "scanner": "repobility-ast-engine", "fingerprint": "5f6a00156a527e7f15f1f41a4915051bd2f66d00f8189cd03c66e997fc20fc87", "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|5f6a00156a527e7f15f1f41a4915051bd2f66d00f8189cd03c66e997fc20fc87"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_ssh.py"}, "region": {"startLine": 180}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_run_empty_command_raises"}, "properties": {"repobilityId": 103970, "scanner": "repobility-ast-engine", "fingerprint": "9dc0fec8814140c808649a0987b4cf503dd138330d1a09c78f26cc3710d2c4ee", "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|9dc0fec8814140c808649a0987b4cf503dd138330d1a09c78f26cc3710d2c4ee"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_ssh.py"}, "region": {"startLine": 174}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_invalid_port_raises"}, "properties": {"repobilityId": 103969, "scanner": "repobility-ast-engine", "fingerprint": "ff1e7ab473847c545f8450a0c9c786e8b4f131b2c39c5d85373f9b9c5591fa51", "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|ff1e7ab473847c545f8450a0c9c786e8b4f131b2c39c5d85373f9b9c5591fa51"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_ssh.py"}, "region": {"startLine": 99}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_empty_user_raises"}, "properties": {"repobilityId": 103968, "scanner": "repobility-ast-engine", "fingerprint": "1d8fef8bfc60d5f6d34bae5c6c096c92813b72f6ff7ab1921cf2a483e6b70b43", "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|1d8fef8bfc60d5f6d34bae5c6c096c92813b72f6ff7ab1921cf2a483e6b70b43"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_ssh.py"}, "region": {"startLine": 94}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_empty_host_raises"}, "properties": {"repobilityId": 103967, "scanner": "repobility-ast-engine", "fingerprint": "84369e82d8bd2be02bf22187ba5e823d932960cb59ecef916fbeb2d947ad5cbd", "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|84369e82d8bd2be02bf22187ba5e823d932960cb59ecef916fbeb2d947ad5cbd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_ssh.py"}, "region": {"startLine": 89}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._vm_info` used but never assigned in __init__"}, "properties": {"repobilityId": 103966, "scanner": "repobility-ast-engine", "fingerprint": "13e591f4ca07ff80aa6d367193781f4e78805a34592826e2209d672810caed05", "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|13e591f4ca07ff80aa6d367193781f4e78805a34592826e2209d672810caed05"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 1057}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._vm_info` used but never assigned in __init__"}, "properties": {"repobilityId": 103965, "scanner": "repobility-ast-engine", "fingerprint": "b3bdf908dc6fe35f8acffd0296bc10be440dedbb61ee86ac6bd083e66bd15131", "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|b3bdf908dc6fe35f8acffd0296bc10be440dedbb61ee86ac6bd083e66bd15131"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 1041}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._vm_info` used but never assigned in __init__"}, "properties": {"repobilityId": 103964, "scanner": "repobility-ast-engine", "fingerprint": "f72f62071eeac4dd9161363a15e04355dcf96f24a450d808e2996fa362db08a2", "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|f72f62071eeac4dd9161363a15e04355dcf96f24a450d808e2996fa362db08a2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 1024}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._vm_info` used but never assigned in __init__"}, "properties": {"repobilityId": 103963, "scanner": "repobility-ast-engine", "fingerprint": "8188a2a7930f680aaad7f9333b108bba74adfb102e973caa112082605b64e468", "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|8188a2a7930f680aaad7f9333b108bba74adfb102e973caa112082605b64e468"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 1016}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_pause_reports_crash_when_runtime_pause_fails_with_dead_pid"}, "properties": {"repobilityId": 103962, "scanner": "repobility-ast-engine", "fingerprint": "274fc759eeee75eadf3e2066ca97b673c0264818b112e9e97847541545b889be", "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|274fc759eeee75eadf3e2066ca97b673c0264818b112e9e97847541545b889be"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 965}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_resume_original_error_when_status_genuinely_wrong"}, "properties": {"repobilityId": 103961, "scanner": "repobility-ast-engine", "fingerprint": "47b45eb758a59b2325ff385b403b7b1f91451285ff8080f25e8654e093c52a90", "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|47b45eb758a59b2325ff385b403b7b1f91451285ff8080f25e8654e093c52a90"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 954}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_resume_reports_crash_when_status_stale_running"}, "properties": {"repobilityId": 103960, "scanner": "repobility-ast-engine", "fingerprint": "020527dafe3cded611c6e8eea23369eb6e966639bdbeef180a142d6576ac6067", "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|020527dafe3cded611c6e8eea23369eb6e966639bdbeef180a142d6576ac6067"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 940}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_unlink_socket_permission_error_reports_actionable_error"}, "properties": {"repobilityId": 103959, "scanner": "repobility-ast-engine", "fingerprint": "29b730a3b52eace8f1c7121d287c88c0a182c40831a8f6611d445afbf2a8c145", "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|29b730a3b52eace8f1c7121d287c88c0a182c40831a8f6611d445afbf2a8c145"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 810}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_from_id_nonexistent"}, "properties": {"repobilityId": 103958, "scanner": "repobility-ast-engine", "fingerprint": "3024fc8a362f1da09f270b65cd030b4d26984771c27d0c72fe5df9ab784defc9", "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|3024fc8a362f1da09f270b65cd030b4d26984771c27d0c72fe5df9ab784defc9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 529}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_delete_cleans_local_forward_rules"}, "properties": {"repobilityId": 103957, "scanner": "repobility-ast-engine", "fingerprint": "9e824b8bf1c58ff733e5f24f8e45191a75ca42e11f7fedf7903eec1850c3f678", "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|9e824b8bf1c58ff733e5f24f8e45191a75ca42e11f7fedf7903eec1850c3f678"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 395}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_delete_nonexistent_raises"}, "properties": {"repobilityId": 103956, "scanner": "repobility-ast-engine", "fingerprint": "eeedd88030662caf91578d58c20dbe07c33120eb50fa9baff3ed8f4595870888", "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|eeedd88030662caf91578d58c20dbe07c33120eb50fa9baff3ed8f4595870888"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 389}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_delete_vm"}, "properties": {"repobilityId": 103955, "scanner": "repobility-ast-engine", "fingerprint": "13c5b77b83133492eea94ebed5d0b0466caa1ee8a0584573f39222b7fcf4bcaf", "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|13c5b77b83133492eea94ebed5d0b0466caa1ee8a0584573f39222b7fcf4bcaf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 370}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_get_nonexistent_raises"}, "properties": {"repobilityId": 103954, "scanner": "repobility-ast-engine", "fingerprint": "efc66339cf852db853205f0d8a98c975c843ecf87a5e09a9ea9f5f8c578596fa", "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|efc66339cf852db853205f0d8a98c975c843ecf87a5e09a9ea9f5f8c578596fa"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 316}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_create_rollback_on_network_failure"}, "properties": {"repobilityId": 103953, "scanner": "repobility-ast-engine", "fingerprint": "5907bea2299dddfd315eef1155c1b5e7fadd99814512f1cfa2bb30dcc23fb9e7", "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|5907bea2299dddfd315eef1155c1b5e7fadd99814512f1cfa2bb30dcc23fb9e7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 114}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_create_duplicate_raises"}, "properties": {"repobilityId": 103952, "scanner": "repobility-ast-engine", "fingerprint": "12b198989a2b4344a2490e314e7763eb658debd8646b14c904557f288bf74634", "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|12b198989a2b4344a2490e314e7763eb658debd8646b14c904557f288bf74634"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_vm.py"}, "region": {"startLine": 95}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_delete_vm"}, "properties": {"repobilityId": 103951, "scanner": "repobility-ast-engine", "fingerprint": "c9197ed5d3c92fbb1567d4e06ceb9c438ce883a841a2495e9f4413588063e558", "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|c9197ed5d3c92fbb1567d4e06ceb9c438ce883a841a2495e9f4413588063e558"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_storage.py"}, "region": {"startLine": 167}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_qemu_argv_slirp_still_requires_ssh_host_port"}, "properties": {"repobilityId": 103950, "scanner": "repobility-ast-engine", "fingerprint": "385ad796f8b11b19318293fdca1351544b033a798b36d066ec0903d7736d319d", "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|385ad796f8b11b19318293fdca1351544b033a798b36d066ec0903d7736d319d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_qemu_args.py"}, "region": {"startLine": 539}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_windows_argv_missing_swtpm_socket_raises"}, "properties": {"repobilityId": 103949, "scanner": "repobility-ast-engine", "fingerprint": "c921e3729b5cbe29c8c099d03395d45da9bcb8fa2aa656b48e54096d0b7534b9", "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|c921e3729b5cbe29c8c099d03395d45da9bcb8fa2aa656b48e54096d0b7534b9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_qemu_args.py"}, "region": {"startLine": 478}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_windows_argv_missing_firmware_vars_path_raises"}, "properties": {"repobilityId": 103948, "scanner": "repobility-ast-engine", "fingerprint": "6fb6d68df56675e2e6147b28df8f342f85a2608669db46c53f77abdc481940f2", "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|6fb6d68df56675e2e6147b28df8f342f85a2608669db46c53f77abdc481940f2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_qemu_args.py"}, "region": {"startLine": 463}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_windows_spec_raises_when_no_ovmf_found"}, "properties": {"repobilityId": 103947, "scanner": "repobility-ast-engine", "fingerprint": "a070c67b993180fb554895107e33b5d084dfe3db125815e8d8def67c2d7cd4d0", "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|a070c67b993180fb554895107e33b5d084dfe3db125815e8d8def67c2d7cd4d0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_qemu_args.py"}, "region": {"startLine": 326}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_windows_spec_raises_on_arm_host"}, "properties": {"repobilityId": 103946, "scanner": "repobility-ast-engine", "fingerprint": "c792c3effb910ff39519b271e2569d9c18a0acc9c17c614e410471e9170bccc9", "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|c792c3effb910ff39519b271e2569d9c18a0acc9c17c614e410471e9170bccc9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_qemu_args.py"}, "region": {"startLine": 320}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_build_windows_spec_raises_on_macos_host"}, "properties": {"repobilityId": 103945, "scanner": "repobility-ast-engine", "fingerprint": "b2502264b8c5375ba803350cd25f1835bf162743445a22b0c46f6b2f4f657825", "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|b2502264b8c5375ba803350cd25f1835bf162743445a22b0c46f6b2f4f657825"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_qemu_args.py"}, "region": {"startLine": 314}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_missing_ssh_host_port_raises"}, "properties": {"repobilityId": 103944, "scanner": "repobility-ast-engine", "fingerprint": "dae86b93545d61a44889a5eab07c411d35ac54b2831bdf7eca138d9409cb094d", "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|dae86b93545d61a44889a5eab07c411d35ac54b2831bdf7eca138d9409cb094d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_qemu_args.py"}, "region": {"startLine": 257}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_firmware_mode_aarch64_needs_uefi_firmware"}, "properties": {"repobilityId": 103943, "scanner": "repobility-ast-engine", "fingerprint": "2c75f5ae805d4e0e9553b65d1d0192a42c140e46ac347686ed7be7ee8fef805b", "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|2c75f5ae805d4e0e9553b65d1d0192a42c140e46ac347686ed7be7ee8fef805b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_qemu_args.py"}, "region": {"startLine": 217}}}]}, {"ruleId": "SEC022", "level": "error", "message": {"text": "[SEC022] Database URL With Embedded Credential: A database connection URL contains an embedded username and password. These URLs are often copied into defaults, docs, and scripts, then leak working credentials."}, "properties": {"repobilityId": 104104, "scanner": "repobility-threat-engine", "fingerprint": "69d8bd680204169ba9af30f6b3916b13071dc7175b29b2cd5b354e866b63040e", "category": "credential_exposure", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "postgresql://user:pass@", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC022", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "secret|token|3|postgresql://user:pass"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/storage/__init__.py"}, "region": {"startLine": 32}}}]}, {"ruleId": "MINED007", "level": "error", "message": {"text": "[MINED007] Sql String Concat: cursor.execute(f\"... {user_input} ...\") \u2014 SQL injection."}, "properties": {"repobilityId": 104074, "scanner": "repobility-threat-engine", "fingerprint": "174dbd214cf83d283f690a4c03205ae97162acbbd92304b9c1614db618ba3255", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "sql-string-concat", "owasp": "A03:2021", "cwe_ids": ["CWE-89"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347914+00:00", "triaged_in_corpus": 20, "observations_count": 210457, "ai_coder_pattern_id": 12}, "scanner": "repobility-threat-engine", "correlation_key": "fp|174dbd214cf83d283f690a4c03205ae97162acbbd92304b9c1614db618ba3255"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/cua/legacy_report_fetcher/pipeline/import_reports.py"}, "region": {"startLine": 43}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `stat` used but not imported"}, "properties": {"repobilityId": 104009, "scanner": "repobility-ast-engine", "fingerprint": "16b3c34d9c6f2ef184e6bd31002a5c502a44caab95659d000ec3059b996dcfad", "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|16b3c34d9c6f2ef184e6bd31002a5c502a44caab95659d000ec3059b996dcfad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/host/doctor.py"}, "region": {"startLine": 410}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 104005, "scanner": "repobility-ast-engine", "fingerprint": "366947915d00acda22735414234ae05bdbef6b33eaeb7b9b5fb6f0c57da17088", "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|366947915d00acda22735414234ae05bdbef6b33eaeb7b9b5fb6f0c57da17088"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/smolvm/cli/main.py"}, "region": {"startLine": 1447}}}]}]}]}