{"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": "JRN002", "name": "Browser storage is used for session token material", "shortDescription": {"text": "Browser storage is used for session token material"}, "fullDescription": {"text": "localStorage and sessionStorage are readable by injected JavaScript. For sensitive sessions, this turns XSS into account compromise."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "medium", "confidence": 0.82, "cwe": "", "owasp": ""}}, {"id": "GHSA-mr82-8j83-vxmv", "name": "pydantic: GHSA-mr82-8j83-vxmv", "shortDescription": {"text": "pydantic: GHSA-mr82-8j83-vxmv"}, "fullDescription": {"text": "Pydantic regular expression denial of service"}, "properties": {"scanner": "osv-scanner", "category": "dependency", "severity": "medium", "confidence": 0.88, "cwe": "", "owasp": ""}}, {"id": "DKR001", "name": "Docker final stage has no non-root USER", "shortDescription": {"text": "Docker final stage has no non-root USER"}, "fullDescription": {"text": "Docker images run as root unless the image or Dockerfile switches to a non-root user."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.82, "cwe": "", "owasp": ""}}, {"id": "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": "SEC136", "name": "[SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns ", "shortDescription": {"text": "[SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns success or no-ops. AI agents reach for this pattern when a flaky test or an unfamiliar API throws \u2014 wrap, swallow, retur"}, "fullDescription": {"text": "Catch the specific exception type, log at error level with full exception info, and return a failure-shaped result. If the operation is genuinely best-effort, log at warning and document why in a comment so the next reader (or scanner) knows."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC001", "name": "[SEC001] Hardcoded Password: Hardcoded password found in source code.", "shortDescription": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "fullDescription": {"text": "Use environment variables or a secrets manager."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "medium", "confidence": 0.3, "cwe": "", "owasp": ""}}, {"id": "SEC045", "name": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a latera", "shortDescription": {"text": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a lateral-movement vector after any one credential compromise. Sandboxes (__builtins__ cleared) are escapable: attackers use obj"}, "fullDescription": {"text": "For literal data structures: use ast.literal_eval(text) \u2014 only parses literals, raises on code.\nFor formula evaluation: use asteval or simpleeval (purpose-built sandboxes with allow-lists).\nFor Odoo: use odoo.tools.safe_eval(expr, locals_dict, mode='exec').\nIf you genuinely need to execute admin-stored code: require explicit super-admin permission AND log every execution with a stack trace."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "COMP001", "name": "[COMP001] High cognitive complexity: Function `run_discover` has cognitive complexity 15 (SonarSource scale). Cognitive ", "shortDescription": {"text": "[COMP001] High cognitive complexity: Function `run_discover` has cognitive complexity 15 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion "}, "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 15."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 0.95, "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": "DKR008", "name": ".dockerignore misses sensitive defaults", "shortDescription": {"text": ".dockerignore misses sensitive defaults"}, "fullDescription": {"text": ".dockerignore exists but does not cover common secret or VCS patterns."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "DKR012", "name": "Dockerfile keeps pip download cache", "shortDescription": {"text": "Dockerfile keeps pip download cache"}, "fullDescription": {"text": "Pip's package cache increases image size and can preserve unnecessary artifacts."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "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": "MINED045", "name": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong.", "shortDescription": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-476 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC135", "name": "[SEC135] Auth/permission check missing on AI-generated endpoint (and 5 more): Same pattern found in 5 additional files. ", "shortDescription": {"text": "[SEC135] Auth/permission check missing on AI-generated endpoint (and 5 more): Same pattern found in 5 additional files. Review if needed."}, "fullDescription": {"text": "Add the project's auth decorator/middleware: `@login_required` (Django/Flask), `@permission_classes([IsAuthenticated])` (DRF), `Depends(get_current_user)` (FastAPI), `requireAuth` middleware (Express). For genuinely public endpoints, add a `# public-endpoint` marker comment so future scans skip them."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED065", "name": "[MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser origin. Acceptable for public re", "shortDescription": {"text": "[MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser origin. Acceptable for public read-only endpoints; dangerous when paired with credentials or write endpoints."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-942,CWE-346 / A05:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "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": "MINED072", "name": "[MINED072] Python Pass Only Class: class Foo: pass \u2014 stub waiting to be filled in.", "shortDescription": {"text": "[MINED072] Python Pass Only Class: class Foo: pass \u2014 stub waiting to be filled in."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-1188 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "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": "MINED062", "name": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model.", "shortDescription": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED049", "name": "[MINED049] Print Pii (and 1 more): Same pattern found in 1 additional files. Review if needed.", "shortDescription": {"text": "[MINED049] Print Pii (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-532 / A09:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC020", "name": "[SEC020] Secret Printed to Logs (and 1 more): Same pattern found in 1 additional files. Review if needed.", "shortDescription": {"text": "[SEC020] Secret Printed to Logs (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "fullDescription": {"text": "Log only redacted, hashed, or last-four-style metadata. Rotate any secret that may have reached logs."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED043", "name": "[MINED043] Http Not Https (and 11 more): Same pattern found in 11 additional files. Review if needed.", "shortDescription": {"text": "[MINED043] Http Not Https (and 11 more): Same pattern found in 11 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-319 / A02:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED050", "name": "[MINED050] Stub Only Function (and 11 more): Same pattern found in 11 additional files. Review if needed.", "shortDescription": {"text": "[MINED050] Stub Only Function (and 11 more): Same pattern found in 11 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-1188 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED001", "name": "[MINED001] Bare Except Pass (and 8 more): Same pattern found in 8 additional files. Review if needed.", "shortDescription": {"text": "[MINED001] Bare Except Pass (and 8 more): Same pattern found in 8 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-755 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "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": "SEC029", "name": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 6 more): Same pattern found in 6 additi", "shortDescription": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 6 more): Same pattern found in 6 additional files. Review if needed."}, "fullDescription": {"text": "Validate the URL against an allowlist BEFORE fetching:\n  ALLOWED = {'images.example.com', 'cdn.example.com'}\n  host = urlparse(url).hostname\n  if host not in ALLOWED: abort(400)\nOr use a server-side proxy (Imgproxy / serve-files-only-from-S3) that isolates outbound network access from the request handler.\nBlock private CIDRs explicitly: 10/8, 172.16/12, 192.168/16, 169.254/16."}, "properties": {"scanner": "repobility-threat-engine", "category": "ssrf", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "JRN009", "name": "Secret-like setting is echoed into a password input value", "shortDescription": {"text": "Secret-like setting is echoed into a password input value"}, "fullDescription": {"text": "Settings screens sometimes render API keys, tokens, or passwords back into HTML/JSX password fields. That still exposes the secret to page source, browser extensions, screenshots, and DOM scraping."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "high", "confidence": 0.83, "cwe": "", "owasp": ""}}, {"id": "SEC040", "name": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that int", "shortDescription": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that interpolates server-supplied or user-supplied data is the canonical stored/reflected XSS vector. The browser parses the HTM"}, "fullDescription": {"text": "For plain text: use el.textContent = data.value (auto-escapes).\nFor HTML you need to render: el.innerHTML = DOMPurify.sanitize(html).\nFor React/Vue/Svelte: stop using innerHTML; use the framework's binding.\nWhen data comes from CV/PDF parsers, sanitize at the parser boundary too."}, "properties": {"scanner": "repobility-threat-engine", "category": "xss", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC113", "name": "[SEC113] SSH host-key verification disabled (MITM): Accepting any SSH host key on first connect lets an active MITM impe", "shortDescription": {"text": "[SEC113] SSH host-key verification disabled (MITM): Accepting any SSH host key on first connect lets an active MITM impersonate the server. Common in `paramiko.AutoAddPolicy()`."}, "fullDescription": {"text": "Python: load `~/.ssh/known_hosts` and use `paramiko.RejectPolicy()`. Go: implement a `ssh.HostKeyCallback` that compares against a known fingerprint. Java JSch: load known_hosts via `jsch.setKnownHosts(...)`."}, "properties": {"scanner": "repobility-threat-engine", "category": "crypto", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC085", "name": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. ", "shortDescription": {"text": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0)."}, "fullDescription": {"text": "Use execFile / spawn with separate args array; never pass shell strings."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "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": "MINED134", "name": "Binary file `workspace/data/rules_py/__pycache__/acme_zone_temp_flatline_1h.cpython-312.pyc` committed in source repo", "shortDescription": {"text": "Binary file `workspace/data/rules_py/__pycache__/acme_zone_temp_flatline_1h.cpython-312.pyc` committed in source repo"}, "fullDescription": {"text": "`workspace/data/rules_py/__pycache__/acme_zone_temp_flatline_1h.cpython-312.pyc` is a .pyc binary (1,467 bytes) committed to a repo that otherwise has 341 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED115", "name": "Action `peter-evans/create-pull-request` pinned to mutable ref `@v7`", "shortDescription": {"text": "Action `peter-evans/create-pull-request` pinned to mutable ref `@v7`"}, "fullDescription": {"text": "`uses: peter-evans/create-pull-request@v7` 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 `python:3.12-slim-bookworm` not pinned by digest", "shortDescription": {"text": "Dockerfile FROM `python:3.12-slim-bookworm` not pinned by digest"}, "fullDescription": {"text": "`FROM python:3.12-slim-bookworm` 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/psf/black` pinned to mutable rev `26.1.0`", "shortDescription": {"text": "pre-commit hook `https://github.com/psf/black` pinned to mutable rev `26.1.0`"}, "fullDescription": {"text": "`.pre-commit-config.yaml` references `https://github.com/psf/black` at `rev: 26.1.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 /drafts has no auth", "shortDescription": {"text": "FastAPI POST /drafts has no auth"}, "fullDescription": {"text": "Handler `save_drafts` 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": "MINED106", "name": "Phantom test coverage: test_coerce_weather_band_rejects_bad_units", "shortDescription": {"text": "Phantom test coverage: test_coerce_weather_band_rejects_bad_units"}, "fullDescription": {"text": "Test function `test_coerce_weather_band_rejects_bad_units` 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": "MINED108", "name": "`self.site_dir` used but never assigned in __init__", "shortDescription": {"text": "`self.site_dir` used but never assigned in __init__"}, "fullDescription": {"text": "Method `compact` of class `FeatherStore` reads `self.site_dir`, 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": "generic-api-key", "name": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.", "shortDescription": {"text": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations."}, "fullDescription": {"text": "Gitleaks detected a committed secret or credential pattern."}, "properties": {"scanner": "gitleaks", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "cwe": "", "owasp": ""}}, {"id": "MINED123", "name": "Trojan Source bidi character (LRO) in source", "shortDescription": {"text": "Trojan Source bidi character (LRO) in source"}, "fullDescription": {"text": "Line 3962 contains a Unicode bidirectional override character (U+202D LRO). This is the 'Trojan Source' attack (CVE-2021-42574): the character makes the compiler / interpreter see different code than the human reviewer."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "critical", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED107", "name": "Missing import: `sys` used but not imported", "shortDescription": {"text": "Missing import: `sys` used but not imported"}, "fullDescription": {"text": "The file uses `sys.something(...)` but never imports `sys`. 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/979"}, "properties": {"repository": "bbartling/open-fdd", "repoUrl": "https://github.com/bbartling/open-fdd", "branch": "master"}, "results": [{"ruleId": "WEB003", "level": "warning", "message": {"text": "Public web service has no security.txt"}, "properties": {"repobilityId": 92256, "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": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 92254, "scanner": "repobility-journey-contract", "fingerprint": "32891a464b87992117c4d22c83e76bc190a1d9ffeddc8ad1d280389b366e1d10", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|143|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/src/lib/api.ts"}, "region": {"startLine": 143}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 92253, "scanner": "repobility-journey-contract", "fingerprint": "fe43bcfb0c565eb5cfe0fd1b42987667d6725e92bc733dadde21bdbcbe829fbf", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|133|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/src/lib/api.ts"}, "region": {"startLine": 133}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 92252, "scanner": "repobility-journey-contract", "fingerprint": "f7f72d36d3610da91600ce8db6718569a2f98f6c781dc42224ac84db0ba36366", "category": "auth", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Storage API call references token-like key or value names.", "evidence": {"rule_id": "JRN002", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|55|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/src/lib/api.ts"}, "region": {"startLine": 55}}}]}, {"ruleId": "GHSA-mr82-8j83-vxmv", "level": "warning", "message": {"text": "pydantic: GHSA-mr82-8j83-vxmv"}, "properties": {"repobilityId": 92251, "scanner": "osv-scanner", "fingerprint": "da0c8356df8b4888b642752d3789539d67b932fbf5bd1d0c6a7a77c1a6435458", "category": "dependency", "severity": "medium", "confidence": 0.88, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "", "aliases": ["CVE-2024-3772"], "package": "pydantic", "rule_id": "GHSA-mr82-8j83-vxmv", "scanner": "osv-scanner", "correlation_key": "vuln|pydantic|CVE-2024-3772|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/requirements.txt"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 92248, "scanner": "repobility-docker", "fingerprint": "768fdeaade321028a25099724ad72360230886043528bfcab500ccc12cd71875", "category": "docker", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "No USER directive was found in the final runtime stage.", "evidence": {"rule_id": "DKR001", "scanner": "repobility-docker", "final_base": "python-base", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|768fdeaade321028a25099724ad72360230886043528bfcab500ccc12cd71875"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/Dockerfile"}, "region": {"startLine": 83}}}]}, {"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": 92236, "scanner": "repobility-threat-engine", "fingerprint": "fc249cbfd938dba3b257bc0f48b0d2fbe40697782b645e3f26e99d6d05d9758a", "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|fc249cbfd938dba3b257bc0f48b0d2fbe40697782b645e3f26e99d6d05d9758a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/playground_exec.py"}, "region": {"startLine": 55}}}]}, {"ruleId": "SEC136", "level": "warning", "message": {"text": "[SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns success or no-ops. AI agents reach for this pattern when a flaky test or an unfamiliar API throws \u2014 wrap, swallow, return success. Real bugs are masked, observability is destroyed, and callers think the operation worked. CWE-396 (improperly-generalized exception). Distinct from intentional fallback because there's no log line and the success value is fabricated."}, "properties": {"repobilityId": 92233, "scanner": "repobility-threat-engine", "fingerprint": "68ae01c0681b56d8476dd663b8c1183f3fec2f54f9625906f1ba3ec44436c510", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "try:\n            sid = ensure_default_site(svc, TtlService())\n        except Exception:", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC136", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|68ae01c0681b56d8476dd663b8c1183f3fec2f54f9625906f1ba3ec44436c510"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/brick_model_context.py"}, "region": {"startLine": 171}}}]}, {"ruleId": "SEC136", "level": "warning", "message": {"text": "[SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns success or no-ops. AI agents reach for this pattern when a flaky test or an unfamiliar API throws \u2014 wrap, swallow, return success. Real bugs are masked, observability is destroyed, and callers think the operation worked. CWE-396 (improperly-generalized exception). Distinct from intentional fallback because there's no log line and the success value is fabricated."}, "properties": {"repobilityId": 92232, "scanner": "repobility-threat-engine", "fingerprint": "62f8724394141ce2800354798fc20d7633deb422ec03d1a11060162dd4bcb3ef", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "try:\n        got = base64.urlsafe_b64decode(sig_b64 + \"==\")\n    except Exception:\n        return Non", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC136", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|62f8724394141ce2800354798fc20d7633deb422ec03d1a11060162dd4bcb3ef"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/auth.py"}, "region": {"startLine": 124}}}]}, {"ruleId": "SEC001", "level": "warning", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 92228, "scanner": "repobility-threat-engine", "fingerprint": "acaaa88955332777a4fde4ba2430cd2f2376b8cf76bb3123f2bd42c7d8bda55d", "category": "credential_exposure", "severity": "medium", "confidence": 0.3, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Low entropy value (3.0 bits) \u2014 may be placeholder or common string", "evidence": {"match": "PASSWORD=\"<redacted>\n                return line.split(\"", "reason": "Low entropy value (3.0 bits) \u2014 may be placeholder or common string", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.3, "correlation_key": "secret|token|3|password redacted return line.split"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/push_ahu_setpoints.py"}, "region": {"startLine": 39}}}]}, {"ruleId": "SEC045", "level": "warning", "message": {"text": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a lateral-movement vector after any one credential compromise. Sandboxes (__builtins__ cleared) are escapable: attackers use object introspection (().__class__.__mro__[-1].__subclasses__()) to reach os.system. CWE-95 (eval injection)."}, "properties": {"repobilityId": 92222, "scanner": "repobility-threat-engine", "fingerprint": "8f744f4d5dd537601a378d823861b32327068299b626af736ba0d6c07e3ed13f", "category": "injection", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "`exec(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|injection|token|155|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "open_fdd/playground/sandbox.py"}, "region": {"startLine": 155}}}]}, {"ruleId": "COMP001", "level": "warning", "message": {"text": "[COMP001] High cognitive complexity: Function `run_discover` has cognitive complexity 15 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: continue=2, except=2, for=2, if=3, nested_bonus=4, or=2."}, "properties": {"repobilityId": 92206, "scanner": "repobility-threat-engine", "fingerprint": "48e12cd83ce3a7ac1253eb7c8326c20f7019ee7a1a0f25754befe9d83ba659b6", "category": "quality", "severity": "medium", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 15 (severity threshold for medium: 15+).", "evidence": {"scanner": "repobility-threat-engine", "function": "run_discover", "breakdown": {"if": 3, "or": 2, "for": 2, "except": 2, "continue": 2, "nested_bonus": 4}, "complexity": 15, "correlation_key": "fp|48e12cd83ce3a7ac1253eb7c8326c20f7019ee7a1a0f25754befe9d83ba659b6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/discover.py"}, "region": {"startLine": 34}}}]}, {"ruleId": "AGT015", "level": "warning", "message": {"text": "Remote install command pipes network code directly to a shell"}, "properties": {"repobilityId": 92187, "scanner": "repobility-agent-runtime", "fingerprint": "0704eacbc4e684c7d166956667ceb846b42105513b1b4fe7663b0d38e14e7cb0", "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|0704eacbc4e684c7d166956667ceb846b42105513b1b4fe7663b0d38e14e7cb0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bootstrap_ollama.sh"}, "region": {"startLine": 104}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 92186, "scanner": "repobility-agent-runtime", "fingerprint": "c57d7797cc3b3bcb0a1098d99da42daf418666e0cde8be2d8d93815783fe2442", "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|c57d7797cc3b3bcb0a1098d99da42daf418666e0cde8be2d8d93815783fe2442"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "infra/ansible/group_vars/pi_bcn.yml"}, "region": {"startLine": 63}}}]}, {"ruleId": "AGT012", "level": "warning", "message": {"text": "Agent control bridge may listen on a network interface without visible auth"}, "properties": {"repobilityId": 92185, "scanner": "repobility-agent-runtime", "fingerprint": "c260fcd4a346d3ff1490d2cfb0d81574dbd11c6d42e401b2b4e17adf1628cc01", "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|c260fcd4a346d3ff1490d2cfb0d81574dbd11c6d42e401b2b4e17adf1628cc01"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/bridge-entrypoint.sh"}, "region": {"startLine": 10}}}]}, {"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": 92184, "scanner": "repobility-dependency-currency", "fingerprint": "f14002de24d8b2fbd3ebd0bc5a533e61011beca828de4124b30237eb439b901b", "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|f14002de24d8b2fbd3ebd0bc5a533e61011beca828de4124b30237eb439b901b", "current_version": "4.7.0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92124, "scanner": "repobility-ast-engine", "fingerprint": "160b80d79853a816192bec5497cac6d545aa61d6ee39e955006274c782bac7cd", "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|160b80d79853a816192bec5497cac6d545aa61d6ee39e955006274c782bac7cd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/agent_tools.py"}, "region": {"startLine": 476}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92123, "scanner": "repobility-ast-engine", "fingerprint": "a9939bba9ecc56ae8eddc4ff63a45d9609225485c6b5b9a2208cc8dfefbc418d", "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|a9939bba9ecc56ae8eddc4ff63a45d9609225485c6b5b9a2208cc8dfefbc418d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/building_status.py"}, "region": {"startLine": 36}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92113, "scanner": "repobility-ast-engine", "fingerprint": "a0c915e32a2e79fcf7962bba202ab6498f52b6fc52eefcb3901c413acdad77fa", "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|a0c915e32a2e79fcf7962bba202ab6498f52b6fc52eefcb3901c413acdad77fa"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/playground.py"}, "region": {"startLine": 190}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92112, "scanner": "repobility-ast-engine", "fingerprint": "9ef61f166a310c0aad792d381992a2411ddbd39b10ce0f91dfa07fbee4178460", "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|9ef61f166a310c0aad792d381992a2411ddbd39b10ce0f91dfa07fbee4178460"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/playground.py"}, "region": {"startLine": 315}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92110, "scanner": "repobility-ast-engine", "fingerprint": "42df3fa4f2bf0099626812fc94eb9317983b0c3e252274250d5aa134dd84d659", "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|42df3fa4f2bf0099626812fc94eb9317983b0c3e252274250d5aa134dd84d659"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/fdd_runner.py"}, "region": {"startLine": 214}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92109, "scanner": "repobility-ast-engine", "fingerprint": "9c73c206d17d8326f9d60a3dda760075186c98ef5fa0188be6447360a2521d72", "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|9c73c206d17d8326f9d60a3dda760075186c98ef5fa0188be6447360a2521d72"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/ollama_client.py"}, "region": {"startLine": 258}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92108, "scanner": "repobility-ast-engine", "fingerprint": "4b9fcbc1e7e8c49f0ba046dd966de09d5d70c0525ee792a57e05f95412814afc", "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|4b9fcbc1e7e8c49f0ba046dd966de09d5d70c0525ee792a57e05f95412814afc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/ollama_client.py"}, "region": {"startLine": 342}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92088, "scanner": "repobility-ast-engine", "fingerprint": "30f81f013128ed2ebdcb5d302e07c00cfd5327dff94a5d99dd68bce1dc5b25d4", "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|30f81f013128ed2ebdcb5d302e07c00cfd5327dff94a5d99dd68bce1dc5b25d4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/validate_acme_rules_pypi.py"}, "region": {"startLine": 77}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92087, "scanner": "repobility-ast-engine", "fingerprint": "959a5a4175f7fa487a3cf5b64f2de2192700003f1f5ba53e4b545ee3cd20e594", "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|959a5a4175f7fa487a3cf5b64f2de2192700003f1f5ba53e4b545ee3cd20e594"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/setup_gl36_fdd.py"}, "region": {"startLine": 227}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92086, "scanner": "repobility-ast-engine", "fingerprint": "72f82e3f057f18949c78dba3aaa586c4c03327c25feeda5ef6c93063d5eec1d2", "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|72f82e3f057f18949c78dba3aaa586c4c03327c25feeda5ef6c93063d5eec1d2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build_docs_pdf.py"}, "region": {"startLine": 77}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92084, "scanner": "repobility-ast-engine", "fingerprint": "83a658b4a2ad12f857cb73c0c6f6b3b43f1b671d1f37dd92d9776d7d620e695b", "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|83a658b4a2ad12f857cb73c0c6f6b3b43f1b671d1f37dd92d9776d7d620e695b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 685}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92083, "scanner": "repobility-ast-engine", "fingerprint": "25a64c967e1e65f9d639ef8e9d7988cf5c0a41cf6dd60ff802dbc587e670d875", "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|25a64c967e1e65f9d639ef8e9d7988cf5c0a41cf6dd60ff802dbc587e670d875"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 676}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92082, "scanner": "repobility-ast-engine", "fingerprint": "5a9ab0a64fc4b94b94cf95a312571f2287211390ba702ee9820d9fe40ba8efeb", "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|5a9ab0a64fc4b94b94cf95a312571f2287211390ba702ee9820d9fe40ba8efeb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 667}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92081, "scanner": "repobility-ast-engine", "fingerprint": "a89769c32bda48ad16cb7d1e55f76db56ba988f4383888f902788d3238ae93d0", "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|a89769c32bda48ad16cb7d1e55f76db56ba988f4383888f902788d3238ae93d0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 658}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92080, "scanner": "repobility-ast-engine", "fingerprint": "bf4bdedd5349cd506067c73b908adaf8f651b34793302057547ba58639209a04", "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|bf4bdedd5349cd506067c73b908adaf8f651b34793302057547ba58639209a04"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 649}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92079, "scanner": "repobility-ast-engine", "fingerprint": "cde711ec4161989f39c286107aeae6449a31f7aec3230f8961418f929c54a574", "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|cde711ec4161989f39c286107aeae6449a31f7aec3230f8961418f929c54a574"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 219}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92069, "scanner": "repobility-ast-engine", "fingerprint": "ce6221eabfd71e2f2712793c2e11f8ec659e8d656272c3c74a1df1e378ec841b", "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|ce6221eabfd71e2f2712793c2e11f8ec659e8d656272c3c74a1df1e378ec841b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/discover_points.py"}, "region": {"startLine": 71}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92068, "scanner": "repobility-ast-engine", "fingerprint": "ca41fb60e68385ed3b618163b6a66767a6cbe5d701fce43162886ed3593d5f8f", "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|ca41fb60e68385ed3b618163b6a66767a6cbe5d701fce43162886ed3593d5f8f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/discover_points.py"}, "region": {"startLine": 63}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92066, "scanner": "repobility-ast-engine", "fingerprint": "d31290ea11bda334b5cfd1b198ae96d4f94667908438abfe64df19034aaebdff", "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|d31290ea11bda334b5cfd1b198ae96d4f94667908438abfe64df19034aaebdff"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/bacnet_poll_loop.py"}, "region": {"startLine": 115}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92065, "scanner": "repobility-ast-engine", "fingerprint": "8b81071838f82150349f0aa014aa5da11e8b1df1f7b1a6540e0c6c953c4924b3", "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|8b81071838f82150349f0aa014aa5da11e8b1df1f7b1a6540e0c6c953c4924b3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/bacnet_poll_loop.py"}, "region": {"startLine": 87}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92064, "scanner": "repobility-ast-engine", "fingerprint": "09975bc5db4516811389d2476353a0f85a0a844aa26dc39c20cc12d43f581df9", "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|09975bc5db4516811389d2476353a0f85a0a844aa26dc39c20cc12d43f581df9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/discover.py"}, "region": {"startLine": 103}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92063, "scanner": "repobility-ast-engine", "fingerprint": "2def918dcf238f1db327c3b3e64df1035825a643fc9e553f6b9fa340a1b02bd5", "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|2def918dcf238f1db327c3b3e64df1035825a643fc9e553f6b9fa340a1b02bd5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/discover.py"}, "region": {"startLine": 96}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92062, "scanner": "repobility-ast-engine", "fingerprint": "74194bd6295fc63c64a8312c8219b9a9b19bede325bb4c2389f3d148ace6d044", "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|74194bd6295fc63c64a8312c8219b9a9b19bede325bb4c2389f3d148ace6d044"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/bacnet_ops.py"}, "region": {"startLine": 167}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92061, "scanner": "repobility-ast-engine", "fingerprint": "ccad9a161f5e75a1ed194667309e07a91be9cabc05fc80de7c3a4376a14dc3ac", "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|ccad9a161f5e75a1ed194667309e07a91be9cabc05fc80de7c3a4376a14dc3ac"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/discover_lib.py"}, "region": {"startLine": 121}}}]}, {"ruleId": "MINED111", "level": "warning", "message": {"text": "Bare except continues silently"}, "properties": {"repobilityId": 92060, "scanner": "repobility-ast-engine", "fingerprint": "ebafd0a41688ff05ad7c3cd7e8865c7172e1683ede27f941cb81e4f9c3476990", "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|ebafd0a41688ff05ad7c3cd7e8865c7172e1683ede27f941cb81e4f9c3476990"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/rpm.py"}, "region": {"startLine": 63}}}]}, {"ruleId": "DKR008", "level": "note", "message": {"text": ".dockerignore misses sensitive defaults"}, "properties": {"repobilityId": 92249, "scanner": "repobility-docker", "fingerprint": "aea2ad92c68c4ee1f8432bb1ec25e7d45ac12c9e1790ac2d3fffe638b1acce12", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "A Docker build context should exclude secrets and repository metadata.", "evidence": {"rule_id": "DKR008", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|aea2ad92c68c4ee1f8432bb1ec25e7d45ac12c9e1790ac2d3fffe638b1acce12", "missing_patterns": [".env", "id_rsa", "*.pem", "*.key"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".dockerignore"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 92247, "scanner": "repobility-docker", "fingerprint": "058ad981e9f6b265ace70fa00f26a66b6d20b9023464a396afcf1f874e5d3f35", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|058ad981e9f6b265ace70fa00f26a66b6d20b9023464a396afcf1f874e5d3f35"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/Dockerfile"}, "region": {"startLine": 86}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 92246, "scanner": "repobility-docker", "fingerprint": "4333ae6b98f9331fc3a231b7d5c6a65fcfdfd377af3795c8bc8adb786a9f5fde", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|4333ae6b98f9331fc3a231b7d5c6a65fcfdfd377af3795c8bc8adb786a9f5fde"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/Dockerfile"}, "region": {"startLine": 40}}}]}, {"ruleId": "DKR012", "level": "note", "message": {"text": "Dockerfile keeps pip download cache"}, "properties": {"repobilityId": 92245, "scanner": "repobility-docker", "fingerprint": "ad53f8e644d6e8030699a03834d971ccdff70c6bee5d90f56b0ac5db94c562f4", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "pip install appears without --no-cache-dir.", "evidence": {"rule_id": "DKR012", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|ad53f8e644d6e8030699a03834d971ccdff70c6bee5d90f56b0ac5db94c562f4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/Dockerfile"}, "region": {"startLine": 34}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `load_points_csv` has cognitive complexity 11 (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=3, for=1, if=4, nested_bonus=3."}, "properties": {"repobilityId": 92205, "scanner": "repobility-threat-engine", "fingerprint": "80bda8f1da15ec82d5ef3c5e50644c2ac7a9635a8e5f1d5752855209880ba88b", "category": "quality", "severity": "low", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 11 (severity threshold for low: 8+).", "evidence": {"scanner": "repobility-threat-engine", "function": "load_points_csv", "breakdown": {"if": 4, "for": 1, "continue": 3, "nested_bonus": 3}, "complexity": 11, "correlation_key": "fp|80bda8f1da15ec82d5ef3c5e50644c2ac7a9635a8e5f1d5752855209880ba88b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/config.py"}, "region": {"startLine": 107}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `poll_interval_s` has cognitive complexity 12 (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=3, nested_bonus=3, or=1, ternary=1."}, "properties": {"repobilityId": 92204, "scanner": "repobility-threat-engine", "fingerprint": "463024d6220bd8958870b88932df0ead7265a0f7b518e7629314ad965fd1c171", "category": "quality", "severity": "low", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 12 (severity threshold for low: 8+).", "evidence": {"scanner": "repobility-threat-engine", "function": "poll_interval_s", "breakdown": {"if": 3, "or": 1, "for": 1, "except": 2, "ternary": 1, "continue": 1, "nested_bonus": 3}, "complexity": 12, "correlation_key": "fp|463024d6220bd8958870b88932df0ead7265a0f7b518e7629314ad965fd1c171"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/bacnet_poll_loop.py"}, "region": {"startLine": 22}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `plotly.js-dist-min` is minor version(s) behind (3.5.1 -> 3.6.0)"}, "properties": {"repobilityId": 92183, "scanner": "repobility-dependency-currency", "fingerprint": "17f6a8517e2b343d105576b7bdbab6784030f77b82c496fae4806c4421b478dd", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "plotly.js-dist-min", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "3.6.0", "correlation_key": "fp|17f6a8517e2b343d105576b7bdbab6784030f77b82c496fae4806c4421b478dd", "current_version": "3.5.1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "DEPCUR-NPM", "level": "note", "message": {"text": "npm package `@tanstack/react-query` is minor version(s) behind (5.100.14 -> 5.101.0)"}, "properties": {"repobilityId": 92182, "scanner": "repobility-dependency-currency", "fingerprint": "6cba61c790edde8442b97da392dc0ae0ac9abe0d593a3078b5328089939ba82d", "category": "dependency", "severity": "low", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"gap": "minor version(s) behind", "signal": "currency", "cwe_ids": [], "package": "@tanstack/react-query", "scanner": "repobility-dependency-currency", "ecosystem": "npm", "languages": ["javascript"], "latest_version": "5.101.0", "correlation_key": "fp|6cba61c790edde8442b97da392dc0ae0ac9abe0d593a3078b5328089939ba82d", "current_version": "5.100.14"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92058, "scanner": "repobility-ai-code-hygiene", "fingerprint": "b5071d6d8c7b752a05df8803bf5b0f102da9b232836316a605ff6e46f8d2fc35", "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": "workspace/data/rules_py/acme_mixed_air_temp_oob_economizer_diagnostic.py", "duplicate_line": 3, "correlation_key": "fp|b5071d6d8c7b752a05df8803bf5b0f102da9b232836316a605ff6e46f8d2fc35"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/oob_rolling.py"}, "region": {"startLine": 2}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92057, "scanner": "repobility-ai-code-hygiene", "fingerprint": "85d1962dd027d94df4cc460773e64b32f6453b4ebc25bb938c5f959e096acd1b", "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": "workspace/data/rules_py/bench_humidity_out_of_bounds.py", "duplicate_line": 1, "correlation_key": "fp|85d1962dd027d94df4cc460773e64b32f6453b4ebc25bb938c5f959e096acd1b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/oob_rolling.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92056, "scanner": "repobility-ai-code-hygiene", "fingerprint": "48f2b5c15d5248d28fbe8c5f90b1cc07be06bafc1d33f54c194160cf8710553b", "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": "workspace/data/rules_py/bench_humidity_flatline_1h.py", "duplicate_line": 22, "correlation_key": "fp|48f2b5c15d5248d28fbe8c5f90b1cc07be06bafc1d33f54c194160cf8710553b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/flatline_1h.py"}, "region": {"startLine": 8}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92055, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5b6f10766f471778805b6eefc28e38c0793dea4629298b8ae1ecae6248939ff3", "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": "workspace/data/rules_py/acme_ahu_sat_flatline_1h_gl36_plant_request_inpu.py", "duplicate_line": 8, "correlation_key": "fp|5b6f10766f471778805b6eefc28e38c0793dea4629298b8ae1ecae6248939ff3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/flatline_1h.py"}, "region": {"startLine": 3}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92054, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e7e557dfa4214239466e8693a114e6b422533adaf2a8af5e3152779d31e5561d", "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": "workspace/data/rules_py/bench_humidity_flatline_1h.py", "duplicate_line": 1, "correlation_key": "fp|e7e557dfa4214239466e8693a114e6b422533adaf2a8af5e3152779d31e5561d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/duct-t_spread_1h.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92053, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e8107a71c6aa547f44e99565a2f02deb8f1fc2a76c7e920baad61edb69dd335a", "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": "workspace/data/rules_py/acme_ahu_sat_flatline_1h_gl36_plant_request_inpu.py", "duplicate_line": 8, "correlation_key": "fp|e8107a71c6aa547f44e99565a2f02deb8f1fc2a76c7e920baad61edb69dd335a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/duct-t_flatline_1h.py"}, "region": {"startLine": 17}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92052, "scanner": "repobility-ai-code-hygiene", "fingerprint": "902a3b70f37c44d88abc82049da377c1019bdfee3d0df5043e2621f28f978622", "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": "workspace/data/rules_py/bench_humidity_flatline_1h.py", "duplicate_line": 1, "correlation_key": "fp|902a3b70f37c44d88abc82049da377c1019bdfee3d0df5043e2621f28f978622"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/duct-t_flatline_1h.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92051, "scanner": "repobility-ai-code-hygiene", "fingerprint": "f4f24feb55c65a082a57c8d4bbc2221f745c75c5849bbd01d1075e8a380ece85", "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": "workspace/data/rules_py/acme_ahu_sat_flatline_1h_gl36_plant_request_inpu.py", "duplicate_line": 8, "correlation_key": "fp|f4f24feb55c65a082a57c8d4bbc2221f745c75c5849bbd01d1075e8a380ece85"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/bench_stat_zn-t_flatline_1h.py"}, "region": {"startLine": 17}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92050, "scanner": "repobility-ai-code-hygiene", "fingerprint": "58b12f672f6fdd476effaa114fb2c2fb6248d9ef0b142366fada4851ac382809", "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": "workspace/data/rules_py/bench_humidity_flatline_1h.py", "duplicate_line": 1, "correlation_key": "fp|58b12f672f6fdd476effaa114fb2c2fb6248d9ef0b142366fada4851ac382809"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/bench_stat_zn-t_flatline_1h.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92049, "scanner": "repobility-ai-code-hygiene", "fingerprint": "86f0e1dde0a59332b9dde4e7a31b9993147328b1fe770078d1d701a57f41f127", "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": "workspace/data/rules_py/acme_mixed_air_temp_oob_economizer_diagnostic.py", "duplicate_line": 3, "correlation_key": "fp|86f0e1dde0a59332b9dde4e7a31b9993147328b1fe770078d1d701a57f41f127"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/bench_oa-t_out_of_bounds.py"}, "region": {"startLine": 2}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92048, "scanner": "repobility-ai-code-hygiene", "fingerprint": "ef11c2e7f70b81c923c4df64033f3838137ca06b752f0a325f75a411589b72f9", "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": "workspace/data/rules_py/bench_humidity_out_of_bounds.py", "duplicate_line": 1, "correlation_key": "fp|ef11c2e7f70b81c923c4df64033f3838137ca06b752f0a325f75a411589b72f9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/bench_oa-t_out_of_bounds.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92047, "scanner": "repobility-ai-code-hygiene", "fingerprint": "232d86e0d59339f5d9840aa78d849db7e9771ffb944681a2ca16f66ff5fcae13", "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": "workspace/data/rules_py/acme_ahu_sat_flatline_1h_gl36_plant_request_inpu.py", "duplicate_line": 8, "correlation_key": "fp|232d86e0d59339f5d9840aa78d849db7e9771ffb944681a2ca16f66ff5fcae13"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/bench_oa-t_flatline_1h.py"}, "region": {"startLine": 17}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92046, "scanner": "repobility-ai-code-hygiene", "fingerprint": "805d9c188483a436f8db0b0d6325f450a7538a13bb121d3767f96af7651d79da", "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": "workspace/data/rules_py/bench_humidity_flatline_1h.py", "duplicate_line": 1, "correlation_key": "fp|805d9c188483a436f8db0b0d6325f450a7538a13bb121d3767f96af7651d79da"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/bench_oa-t_flatline_1h.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92045, "scanner": "repobility-ai-code-hygiene", "fingerprint": "4e4d202b0dadb34f16a8d7b924882f152b79b67ccbb44e12604703cd70e689f3", "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": "workspace/data/rules_py/acme_mixed_air_temp_oob_economizer_diagnostic.py", "duplicate_line": 3, "correlation_key": "fp|4e4d202b0dadb34f16a8d7b924882f152b79b67ccbb44e12604703cd70e689f3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/bench_humidity_out_of_bounds.py"}, "region": {"startLine": 2}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92044, "scanner": "repobility-ai-code-hygiene", "fingerprint": "7cfa27ed00f35f106cd5e3e445718bede3544ecca56201394112921888042d2e", "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": "workspace/data/rules_py/acme_ahu_sat_flatline_1h_gl36_plant_request_inpu.py", "duplicate_line": 8, "correlation_key": "fp|7cfa27ed00f35f106cd5e3e445718bede3544ecca56201394112921888042d2e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/bench_humidity_flatline_1h.py"}, "region": {"startLine": 17}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92043, "scanner": "repobility-ai-code-hygiene", "fingerprint": "812cb78f8660ac2759e7688c69c67e949cea22335e886bccf606056046a091f5", "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": "workspace/data/rules_py/acme_rtu-01_fan_and_system_run_hours.py", "duplicate_line": 1, "correlation_key": "fp|812cb78f8660ac2759e7688c69c67e949cea22335e886bccf606056046a091f5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/ahu_run_hours.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92042, "scanner": "repobility-ai-code-hygiene", "fingerprint": "146f4e1a707ee16ed957573dee40b55ff7e4cd08d3aa8ab0d08203d841703904", "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": "workspace/data/rules_py/acme_ahu_fan_after_hours_with_satisfied_zones.py", "duplicate_line": 3, "correlation_key": "fp|146f4e1a707ee16ed957573dee40b55ff7e4cd08d3aa8ab0d08203d841703904"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/ahu_afterhours_runtime.py"}, "region": {"startLine": 2}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92041, "scanner": "repobility-ai-code-hygiene", "fingerprint": "64e97ff265a9720bd3b8f0b565409fce6e2d53fe09353fd2f4113f4459a6d827", "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": "workspace/data/rules_py/acme_mixed_air_temp_oob_economizer_diagnostic.py", "duplicate_line": 1, "correlation_key": "fp|64e97ff265a9720bd3b8f0b565409fce6e2d53fe09353fd2f4113f4459a6d827"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/acme_zone_temp_out_of_bounds.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92040, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1971fcb2a1c5e9a830899c8d88d822f69127f2226f11b9885668e4f0c64395c7", "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": "workspace/data/rules_py/acme_ahu_sat_flatline_1h_gl36_plant_request_inpu.py", "duplicate_line": 1, "correlation_key": "fp|1971fcb2a1c5e9a830899c8d88d822f69127f2226f11b9885668e4f0c64395c7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/acme_zone_temp_flatline_1h.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92039, "scanner": "repobility-ai-code-hygiene", "fingerprint": "cd1b6a2468225d8822fea1fb70bbd30dcdb3f6b0f1f28b354b6fffa90b93a345", "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": "workspace/data/rules_py/acme_ahu_sat_flatline_1h_gl36_plant_request_inpu.py", "duplicate_line": 1, "correlation_key": "fp|cd1b6a2468225d8822fea1fb70bbd30dcdb3f6b0f1f28b354b6fffa90b93a345"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/acme_duct_static_flatline_1h_gl36_duct_t_r_input.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92038, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e8144dfeeb3b39b2fbb3561b9bbdefe2fcffa82cc5539b2b1b6708d612c87b12", "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": "workspace/data/rules_py/acme_ahu_sat_flatline_1h_gl36_plant_request_inpu.py", "duplicate_line": 1, "correlation_key": "fp|e8144dfeeb3b39b2fbb3561b9bbdefe2fcffa82cc5539b2b1b6708d612c87b12"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/acme_discharge_temp_flatline_1h.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92037, "scanner": "repobility-ai-code-hygiene", "fingerprint": "725c19118279452c79983ddb59fc6347e3bbcd461d877a26f05047a05dbaa8c6", "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": "workspace/dashboard/src/components/HomeBuildingInsight.tsx", "duplicate_line": 5, "correlation_key": "fp|725c19118279452c79983ddb59fc6347e3bbcd461d877a26f05047a05dbaa8c6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/src/lib/insightTypes.ts"}, "region": {"startLine": 2}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92036, "scanner": "repobility-ai-code-hygiene", "fingerprint": "afeb2db4b3f4571c9b58c8e2b638d61b48af5046f336fb13a341b5e7d7f3b5b3", "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": "workspace/dashboard/src/components/ModelScopePicker.tsx", "duplicate_line": 40, "correlation_key": "fp|afeb2db4b3f4571c9b58c8e2b638d61b48af5046f336fb13a341b5e7d7f3b5b3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/src/components/TelemetryScopePicker.tsx"}, "region": {"startLine": 34}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92035, "scanner": "repobility-ai-code-hygiene", "fingerprint": "0cab70540e867d3c045ef922ef171ca37152ad2cbb55156397e965342f5c3221", "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": "workspace/api/openfdd_bridge/plot_readings.py", "duplicate_line": 234, "correlation_key": "fp|0cab70540e867d3c045ef922ef171ca37152ad2cbb55156397e965342f5c3221"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/timeseries_api.py"}, "region": {"startLine": 263}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92034, "scanner": "repobility-ai-code-hygiene", "fingerprint": "6d698d364067af2242829998ff50a2738cfe7984880fc12459874b435fbc3aa7", "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": "workspace/api/openfdd_bridge/fdd_results.py", "duplicate_line": 37, "correlation_key": "fp|6d698d364067af2242829998ff50a2738cfe7984880fc12459874b435fbc3aa7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/runtime_metrics.py"}, "region": {"startLine": 52}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92033, "scanner": "repobility-ai-code-hygiene", "fingerprint": "dedfc3526ad3f90325a5827b673e7925d79a205e694313f67998426cfc6c6c6c", "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": "workspace/api/openfdd_bridge/building_alerts.py", "duplicate_line": 36, "correlation_key": "fp|dedfc3526ad3f90325a5827b673e7925d79a205e694313f67998426cfc6c6c6c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/runtime_metrics.py"}, "region": {"startLine": 49}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92032, "scanner": "repobility-ai-code-hygiene", "fingerprint": "b887c82f6cee15049df009696a6100e5573f64898964379d8a3de5daf4f1110e", "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": "workspace/api/openfdd_bridge/model_store.py", "duplicate_line": 35, "correlation_key": "fp|b887c82f6cee15049df009696a6100e5573f64898964379d8a3de5daf4f1110e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/rule_store.py"}, "region": {"startLine": 79}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92031, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5620823479b1476aa629f8c711042e3d7040d4edb4822c08119f73836ba9144b", "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": "workspace/api/openfdd_bridge/building_alerts.py", "duplicate_line": 36, "correlation_key": "fp|5620823479b1476aa629f8c711042e3d7040d4edb4822c08119f73836ba9144b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/fdd_results.py"}, "region": {"startLine": 34}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92030, "scanner": "repobility-ai-code-hygiene", "fingerprint": "baca9b0d290677f0d433bee2a10a1a7b7b5bbd707972ed8bf389573710a02471", "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": "bacnet_toolshed/poll_driver.py", "duplicate_line": 25, "correlation_key": "fp|baca9b0d290677f0d433bee2a10a1a7b7b5bbd707972ed8bf389573710a02471"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/bacnet_driver_store.py"}, "region": {"startLine": 485}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 92029, "scanner": "repobility-ai-code-hygiene", "fingerprint": "17b8400c6f47648bd1dfe4bf398d53ae771f902f11ddb80598ba3051a312f01a", "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": "bacnet_toolshed/config.py", "duplicate_line": 9, "correlation_key": "fp|17b8400c6f47648bd1dfe4bf398d53ae771f902f11ddb80598ba3051a312f01a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/merge_poll_discovery_gap.py"}, "region": {"startLine": 8}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 92244, "scanner": "repobility-threat-engine", "fingerprint": "a2951f70a40b2fdce2189588c4880a702e38331d01b61e7bac63c4ebbf0a1987", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-non-null-assertion", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348005+00:00", "triaged_in_corpus": 12, "observations_count": 1810954, "ai_coder_pattern_id": 105}, "scanner": "repobility-threat-engine", "correlation_key": "fp|a2951f70a40b2fdce2189588c4880a702e38331d01b61e7bac63c4ebbf0a1987"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/src/components/TabDebugPanel.tsx"}, "region": {"startLine": 34}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 92243, "scanner": "repobility-threat-engine", "fingerprint": "a2613a6c108cbccfb13f2bf42896cf6be0cf701cf11d98a6529478021f4040d4", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-non-null-assertion", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348005+00:00", "triaged_in_corpus": 12, "observations_count": 1810954, "ai_coder_pattern_id": 105}, "scanner": "repobility-threat-engine", "correlation_key": "fp|a2613a6c108cbccfb13f2bf42896cf6be0cf701cf11d98a6529478021f4040d4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/src/components/RuleMappingBoard.tsx"}, "region": {"startLine": 148}}}]}, {"ruleId": "SEC135", "level": "none", "message": {"text": "[SEC135] Auth/permission check missing on AI-generated endpoint (and 5 more): Same pattern found in 5 additional files. Review if needed."}, "properties": {"repobilityId": 92240, "scanner": "repobility-threat-engine", "fingerprint": "180603e72eaea65a816ddfcc7002e3fc1e393c00d6870777c7b51c8226ddf31c", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 5 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 5 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC135", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|180603e72eaea65a816ddfcc7002e3fc1e393c00d6870777c7b51c8226ddf31c"}}}, {"ruleId": "MINED065", "level": "none", "message": {"text": "[MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser origin. Acceptable for public read-only endpoints; dangerous when paired with credentials or write endpoints."}, "properties": {"repobilityId": 92235, "scanner": "repobility-threat-engine", "fingerprint": "f4bfdcf172454fcb7609d1b39b39951bebbdb41d0e7b98c6c13fca357fb6ca07", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "cors-wildcard", "owasp": "A05:2021", "cwe_ids": ["CWE-942", "CWE-346"], "languages": ["python", "javascript", "typescript", "yaml", "json"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348052+00:00", "triaged_in_corpus": 12, "observations_count": 63910, "ai_coder_pattern_id": 46}, "scanner": "repobility-threat-engine", "correlation_key": "fp|f4bfdcf172454fcb7609d1b39b39951bebbdb41d0e7b98c6c13fca357fb6ca07"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/settings.py"}, "region": {"startLine": 27}}}]}, {"ruleId": "MINED065", "level": "none", "message": {"text": "[MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser origin. Acceptable for public read-only endpoints; dangerous when paired with credentials or write endpoints."}, "properties": {"repobilityId": 92234, "scanner": "repobility-threat-engine", "fingerprint": "ded359e501bcde02cd795e1fd7697b38d37e2bbe3f5ee1fb658a94cf532ec7a6", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "cors-wildcard", "owasp": "A05:2021", "cwe_ids": ["CWE-942", "CWE-346"], "languages": ["python", "javascript", "typescript", "yaml", "json"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348052+00:00", "triaged_in_corpus": 12, "observations_count": 63910, "ai_coder_pattern_id": 46}, "scanner": "repobility-threat-engine", "correlation_key": "fp|ded359e501bcde02cd795e1fd7697b38d37e2bbe3f5ee1fb658a94cf532ec7a6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/main.py"}, "region": {"startLine": 32}}}]}, {"ruleId": "MINED067", "level": "none", "message": {"text": "[MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang forever."}, "properties": {"repobilityId": 92231, "scanner": "repobility-threat-engine", "fingerprint": "a7a35ac09caa90923080978c85d8d890e0fc4ae9a8aa79fce84af9d1723d3304", "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|a7a35ac09caa90923080978c85d8d890e0fc4ae9a8aa79fce84af9d1723d3304"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/easy-aso-bench-sidecar/scripts/easy_aso_bench_runner.py"}, "region": {"startLine": 14}}}]}, {"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": 92230, "scanner": "repobility-threat-engine", "fingerprint": "f4fe4d090000998060ccb8f2ca44258fa645129bba5b5326e48f5337f172ec01", "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|f4fe4d090000998060ccb8f2ca44258fa645129bba5b5326e48f5337f172ec01"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/easy-aso-bench-sidecar/scripts/easy_aso_bench_runner.py"}, "region": {"startLine": 14}}}]}, {"ruleId": "SEC001", "level": "none", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 92229, "scanner": "repobility-threat-engine", "fingerprint": "93a10fc04ccb489a5690dde2df5c143f5b7c70f346a9bc4b8328564afe5ed9a5", "category": "credential_exposure", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Form field or UI element reference", "evidence": {"match": "PASSWORD = \"<redacted>\"", "reason": "Form field or UI element reference", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "secret|token|7|password redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/auth.py"}, "region": {"startLine": 76}}}]}, {"ruleId": "MINED072", "level": "none", "message": {"text": "[MINED072] Python Pass Only Class: class Foo: pass \u2014 stub waiting to be filled in."}, "properties": {"repobilityId": 92226, "scanner": "repobility-threat-engine", "fingerprint": "a436687eef68d8ea455591a986c34e8d3d3bdfbd397cdb063a55b3dcfe3265ae", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "python-pass-only-class", "owasp": null, "cwe_ids": ["CWE-1188"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348069+00:00", "triaged_in_corpus": 10, "observations_count": 14245, "ai_coder_pattern_id": 143}, "scanner": "repobility-threat-engine", "correlation_key": "fp|a436687eef68d8ea455591a986c34e8d3d3bdfbd397cdb063a55b3dcfe3265ae"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/openfdd-agent-shell/src/openfdd_agent_shell/wake/lock.py"}, "region": {"startLine": 9}}}]}, {"ruleId": "MINED064", "level": "none", "message": {"text": "[MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services."}, "properties": {"repobilityId": 92225, "scanner": "repobility-threat-engine", "fingerprint": "de9b58aeaa867e59f7237dd9e4b022c33194c1c3bd6011dc05687f4763f89189", "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|de9b58aeaa867e59f7237dd9e4b022c33194c1c3bd6011dc05687f4763f89189"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/openfdd-agent-shell/src/openfdd_agent_shell/tui.py"}, "region": {"startLine": 93}}}]}, {"ruleId": "MINED062", "level": "none", "message": {"text": "[MINED062] Python Dataclass No Fields: @dataclass over an empty class \u2014 unfinished model."}, "properties": {"repobilityId": 92224, "scanner": "repobility-threat-engine", "fingerprint": "fb912fb59aada9ba7406327a64df324d1ac23d823ef46bad00150a5b0f7ca5da", "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|fb912fb59aada9ba7406327a64df324d1ac23d823ef46bad00150a5b0f7ca5da"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "open_fdd/schema/fdd_result.py"}, "region": {"startLine": 15}}}]}, {"ruleId": "SEC045", "level": "none", "message": {"text": "[SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data \u2014 even admin-stored data \u2014 is a lateral-movement vector after any one credential compromise. Sandboxes (__builtins__ cleared) are escapable: attackers use object introspection (().__class__.__mro__[-1].__subclasses__()) to reach os.system. CWE-95 (eval injection)."}, "properties": {"repobilityId": 92221, "scanner": "repobility-threat-engine", "fingerprint": "094ce0440437ca65488d2264ff0979cb88416bd5903c75a21ecfff4fdf76a837", "category": "injection", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe pattern '\\.eval\\(' detected on same line", "evidence": {"match": ".eval(", "reason": "Safe pattern '\\.eval\\(' detected on same line", "rule_id": "SEC045", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "code|injection|open_fdd/engine/checks.py|115|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "open_fdd/engine/checks.py"}, "region": {"startLine": 115}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 92220, "scanner": "repobility-threat-engine", "fingerprint": "ffe0bb40951d1fe20325d6626515b6b3f5194cef1a3be6e6de11e9645a8d8a72", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 1 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "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", "aggregated": true, "correlation_key": "fp|ffe0bb40951d1fe20325d6626515b6b3f5194cef1a3be6e6de11e9645a8d8a72", "aggregated_count": 1}}}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 92219, "scanner": "repobility-threat-engine", "fingerprint": "44926eadd14252f5c0679dfd75c22cb7b83b236cf3183ddaf3686afcc3c1662d", "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|44926eadd14252f5c0679dfd75c22cb7b83b236cf3183ddaf3686afcc3c1662d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/gl36_site_model.py"}, "region": {"startLine": 155}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 92218, "scanner": "repobility-threat-engine", "fingerprint": "7ed9440847e7841157c32536bc3a031817c0e05aa69731768919e748c7c1a935", "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|7ed9440847e7841157c32536bc3a031817c0e05aa69731768919e748c7c1a935"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/gl36_mechanical_validate.py"}, "region": {"startLine": 262}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 92217, "scanner": "repobility-threat-engine", "fingerprint": "14ec5f0f4a4bb87516bcc271015f7518b124ac6e5d7b6b1cb1fe799ffe7e0cfe", "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|14ec5f0f4a4bb87516bcc271015f7518b124ac6e5d7b6b1cb1fe799ffe7e0cfe"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "infra/ansible/scripts/acme_operational_verify.sh"}, "region": {"startLine": 48}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs (and 1 more): Same pattern found in 1 additional files. Review if needed."}, "properties": {"repobilityId": 92216, "scanner": "repobility-threat-engine", "fingerprint": "b6edddaddab6b62ff63a87b52b7d7b3bab2a5af6b4d7361c1238d18c2c6e3162", "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": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|b6edddaddab6b62ff63a87b52b7d7b3bab2a5af6b4d7361c1238d18c2c6e3162"}}}, {"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": 92215, "scanner": "repobility-threat-engine", "fingerprint": "a77c3ce376cf9a186fd6d7c554f766e1ec9b45741633f88bd1a377a5eca6b5b1", "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(\"Set --password or OFDD_INTEGRATOR_PASSWORD for remote push\", file=sys.stderr)", "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|scripts/gl36_site_model.py|15|print set --password or ofdd_integrator_password for remote push file sys.stderr"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/gl36_site_model.py"}, "region": {"startLine": 155}}}]}, {"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": 92214, "scanner": "repobility-threat-engine", "fingerprint": "391101725f96519fc929d1406afbc23ac64f4386226cd4b98a276359d6e568d8", "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(\"Set --password or OFDD_INTEGRATOR_PASSWORD\", file=sys.stderr)", "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|26|print set --password or ofdd_integrator_password file sys.stderr"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/gl36_mechanical_validate.py"}, "region": {"startLine": 262}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https (and 11 more): Same pattern found in 11 additional files. Review if needed."}, "properties": {"repobilityId": 92212, "scanner": "repobility-threat-engine", "fingerprint": "7799d82dbb37b51c44d7a5ba2f2e4edeef95309d183bb4b817ddfe8bfcef0cb6", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 11 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "http-not-https", "owasp": "A02:2021", "cwe_ids": ["CWE-319"], "precision": 0.917, "promoted_at": "2026-05-18T14:01:32.347999+00:00", "triaged_in_corpus": 12, "observations_count": 4113831, "ai_coder_pattern_id": 15}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|7799d82dbb37b51c44d7a5ba2f2e4edeef95309d183bb4b817ddfe8bfcef0cb6", "aggregated_count": 11}}}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 92211, "scanner": "repobility-threat-engine", "fingerprint": "9d12d07dca4cb461434b54954d10bcaa6ce01227570638da0c274f4767082bd2", "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|9d12d07dca4cb461434b54954d10bcaa6ce01227570638da0c274f4767082bd2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/check_lan_firewall.sh"}, "region": {"startLine": 49}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 92210, "scanner": "repobility-threat-engine", "fingerprint": "66eed50583081dae0a5b2502760fdd562f26af4f97e1107c403bd5bc173ab126", "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|66eed50583081dae0a5b2502760fdd562f26af4f97e1107c403bd5bc173ab126"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "infra/ansible/scripts/acme_operational_verify.sh"}, "region": {"startLine": 42}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 92209, "scanner": "repobility-threat-engine", "fingerprint": "6920903e1072ef7d96b8843252e4f80756eb1c15e67e4bd6849fcf3f723fa0f0", "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|6920903e1072ef7d96b8843252e4f80756eb1c15e67e4bd6849fcf3f723fa0f0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "infra/ansible/acme_go_live.sh"}, "region": {"startLine": 50}}}]}, {"ruleId": "COMP001", "level": "none", "message": {"text": "[COMP001] High cognitive complexity (and 162 more): Same pattern found in 162 additional files. Review if needed."}, "properties": {"repobilityId": 92207, "scanner": "repobility-threat-engine", "fingerprint": "d3062a0e2aadf518e538f89b9d60400dbc17eafbe1da21d0cd28c81023b2c089", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 162 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"scanner": "repobility-threat-engine", "function": "poll_interval_s", "breakdown": {"if": 3, "or": 1, "for": 1, "except": 2, "ternary": 1, "continue": 1, "nested_bonus": 3}, "aggregated": true, "complexity": 12, "correlation_key": "fp|d3062a0e2aadf518e538f89b9d60400dbc17eafbe1da21d0cd28c81023b2c089", "aggregated_count": 162}}}, {"ruleId": "MINED050", "level": "none", "message": {"text": "[MINED050] Stub Only Function (and 11 more): Same pattern found in 11 additional files. Review if needed."}, "properties": {"repobilityId": 92203, "scanner": "repobility-threat-engine", "fingerprint": "782b35fe2be2b25845698f37beaaef3524528d1bc7dfc5351c5dbeac247431c5", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 11 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|782b35fe2be2b25845698f37beaaef3524528d1bc7dfc5351c5dbeac247431c5", "aggregated_count": 11}}}, {"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": 92202, "scanner": "repobility-threat-engine", "fingerprint": "b52abc78bd2e5f079a8dda6e80fbafc656e04e5a6dab1903360509e89a757dae", "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|b52abc78bd2e5f079a8dda6e80fbafc656e04e5a6dab1903360509e89a757dae"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/nic_bind.py"}, "region": {"startLine": 58}}}]}, {"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": 92201, "scanner": "repobility-threat-engine", "fingerprint": "e8ec28df7e32430c9fdd7a467646dbfca36f27783c53c25258d7f2256b7bdc1e", "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|e8ec28df7e32430c9fdd7a467646dbfca36f27783c53c25258d7f2256b7bdc1e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/merge_points_csv.py"}, "region": {"startLine": 25}}}]}, {"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": 92200, "scanner": "repobility-threat-engine", "fingerprint": "382db0c52815d5081cebd707a1ddfe615e783a64164997221002e036113fecce", "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|382db0c52815d5081cebd707a1ddfe615e783a64164997221002e036113fecce"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/bacnet_poll_loop.py"}, "region": {"startLine": 39}}}]}, {"ruleId": "MINED001", "level": "none", "message": {"text": "[MINED001] Bare Except Pass (and 8 more): Same pattern found in 8 additional files. Review if needed."}, "properties": {"repobilityId": 92199, "scanner": "repobility-threat-engine", "fingerprint": "1dde69328f4e1e63a3b4133ede4884828afe4ac50599ac6b7fdbedad8e8b0855", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 8 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "bare-except-pass", "owasp": null, "cwe_ids": ["CWE-755"], "languages": ["python"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347744+00:00", "triaged_in_corpus": 15, "observations_count": 1550824, "ai_coder_pattern_id": 6}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|1dde69328f4e1e63a3b4133ede4884828afe4ac50599ac6b7fdbedad8e8b0855", "aggregated_count": 8}}}, {"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": 92195, "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": "SEC029", "level": "none", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 6 more): Same pattern found in 6 additional files. Review if needed."}, "properties": {"repobilityId": 92191, "scanner": "repobility-threat-engine", "fingerprint": "d57f94c2e96069b4a87a7fb2ba46f76103ae7ecd579ffae7064a6551df416baa", "category": "ssrf", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 6 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 6 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|d57f94c2e96069b4a87a7fb2ba46f76103ae7ecd579ffae7064a6551df416baa"}}}, {"ruleId": "JRN009", "level": "error", "message": {"text": "Secret-like setting is echoed into a password input value"}, "properties": {"repobilityId": 92255, "scanner": "repobility-journey-contract", "fingerprint": "13f49bc0747404d87a62e0a93a50458a9b85fa77ee8d6e4bc93bdfa33f031ce7", "category": "auth", "severity": "high", "confidence": 0.83, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "A password or secret-named input is populated from a secret-like variable instead of a masked placeholder.", "evidence": {"rule_id": "JRN009", "scanner": "repobility-journey-contract", "references": ["https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html"], "correlation_key": "code|auth|token|64|jrn009"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/src/pages/LoginPage.tsx"}, "region": {"startLine": 64}}}]}, {"ruleId": "SEC040", "level": "error", "message": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that interpolates server-supplied or user-supplied data is the canonical stored/reflected XSS vector. The browser parses the HTML and executes any <script> or event-handler attributes in the data. CWE-79. Especially dangerous when the data comes from a CV parser, profile field, or any user-input pipeline."}, "properties": {"repobilityId": 92242, "scanner": "repobility-threat-engine", "fingerprint": "4dea46c3da3170e179e9be0213c55155fd2de80bb488cd67ec6b993a849f7d51", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map((e) => `${e.equipment_name} (${e.max_flips_per_day ?? \"?\"}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|4dea46c3da3170e179e9be0213c55155fd2de80bb488cd67ec6b993a849f7d51"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/src/components/HomeBuildingInsight.tsx"}, "region": {"startLine": 141}}}]}, {"ruleId": "SEC040", "level": "error", "message": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data: Setting .innerHTML with a template literal that interpolates server-supplied or user-supplied data is the canonical stored/reflected XSS vector. The browser parses the HTML and executes any <script> or event-handler attributes in the data. CWE-79. Especially dangerous when the data comes from a CV parser, profile field, or any user-input pipeline."}, "properties": {"repobilityId": 92241, "scanner": "repobility-threat-engine", "fingerprint": "0ec18d9d1647e2c8db1c9e4c2cfd6ded973efdc2358b7a36e78870da4b8ead07", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map((z) => `${z.label || \"?\"} (${z.ahu_name || \"AHU\"}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|0ec18d9d1647e2c8db1c9e4c2cfd6ded973efdc2358b7a36e78870da4b8ead07"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/dashboard/src/components/BuildingInsightDashboard.tsx"}, "region": {"startLine": 258}}}]}, {"ruleId": "SEC135", "level": "error", "message": {"text": "[SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint generated by an AI agent without an auth decorator or middleware. The number-one production-incident pattern we see in AI-generated SaaS code: the AI builds the route, builds the handler, and forgets to wire the auth check that the rest of the codebase uses. CWE-862 (missing authorization). High-severity because the route is fully functional, just unprotected \u2014 attackers can call it directly."}, "properties": {"repobilityId": 92239, "scanner": "repobility-threat-engine", "fingerprint": "e0d3df20ca74f0857e2c21621a268946b966f9bb3a53e49ffcdb92c15e9b6579", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "@router.put(\"/alerts\")\ndef put_alerts(body: AlertsBody, user: dict = Depends(require_roles(\"integrat", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC135", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|e0d3df20ca74f0857e2c21621a268946b966f9bb3a53e49ffcdb92c15e9b6579"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/building_routes.py"}, "region": {"startLine": 62}}}]}, {"ruleId": "SEC135", "level": "error", "message": {"text": "[SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint generated by an AI agent without an auth decorator or middleware. The number-one production-incident pattern we see in AI-generated SaaS code: the AI builds the route, builds the handler, and forgets to wire the auth check that the rest of the codebase uses. CWE-862 (missing authorization). High-severity because the route is fully functional, just unprotected \u2014 attackers can call it directly."}, "properties": {"repobilityId": 92238, "scanner": "repobility-threat-engine", "fingerprint": "75757f510afb5db844fe6812fe45a0f9d3fa2da3f2784a695769306c1e816be1", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "@router.post(\"/login\")\ndef login(body: LoginBody, request: Request)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC135", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|75757f510afb5db844fe6812fe45a0f9d3fa2da3f2784a695769306c1e816be1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/auth_routes.py"}, "region": {"startLine": 19}}}]}, {"ruleId": "SEC135", "level": "error", "message": {"text": "[SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint generated by an AI agent without an auth decorator or middleware. The number-one production-incident pattern we see in AI-generated SaaS code: the AI builds the route, builds the handler, and forgets to wire the auth check that the rest of the codebase uses. CWE-862 (missing authorization). High-severity because the route is fully functional, just unprotected \u2014 attackers can call it directly."}, "properties": {"repobilityId": 92237, "scanner": "repobility-threat-engine", "fingerprint": "cd7b1912013078b66af04b0339565d360c585754615e4bb02cc307b4257cab05", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "@router.post(\"/tool\")\ndef run_tool(\n    body: ToolBody,\n    request: Request,\n    user: dict = _TOOL", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC135", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|cd7b1912013078b66af04b0339565d360c585754615e4bb02cc307b4257cab05"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/agent_routes.py"}, "region": {"startLine": 63}}}]}, {"ruleId": "SEC113", "level": "error", "message": {"text": "[SEC113] SSH host-key verification disabled (MITM): Accepting any SSH host key on first connect lets an active MITM impersonate the server. Common in `paramiko.AutoAddPolicy()`."}, "properties": {"repobilityId": 92227, "scanner": "repobility-threat-engine", "fingerprint": "6b79b89d43be7cb567fd588b6b55ee475c91e005d3b2c7388f7585226142bbcd", "category": "crypto", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "StrictHostKeyChecking=no", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC113", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|crypto|token|28|sec113"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/edge_restore_bacnet_inventory.sh"}, "region": {"startLine": 28}}}]}, {"ruleId": "SEC085", "level": "error", "message": {"text": "[SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived input enables command injection. Ported from eslint-plugin-security detect-child-process (Apache-2.0)."}, "properties": {"repobilityId": 92223, "scanner": "repobility-threat-engine", "fingerprint": "21cf4e61d08dd3a8573dcfdcb3bf39005efe57048923703cfab2e5297a8bb836", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(compiled", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|21cf4e61d08dd3a8573dcfdcb3bf39005efe57048923703cfab2e5297a8bb836"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "open_fdd/playground/sandbox.py"}, "region": {"startLine": 181}}}]}, {"ruleId": "SEC020", "level": "error", "message": {"text": "[SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-bearing value. This is a frequent AI-assisted coding failure: the helper exposes the exact value needed for troubleshooting."}, "properties": {"repobilityId": 92213, "scanner": "repobility-threat-engine", "fingerprint": "9cb3110d44aaf09e3e969026100b93c007ef4ca4a2894c3b54845f5458211a56", "category": "credential_exposure", "severity": "high", "confidence": 0.85, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Credential-bearing variable appears to be printed or logged", "evidence": {"match": "print(json.dumps({\"username\":sys.argv[1],\"password\":<redacted>})", "reason": "Credential-bearing variable appears to be printed or logged", "rule_id": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.85, "correlation_key": "secret|token|4|print json.dumps username :sys.argv 1 password : redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "infra/ansible/scripts/acme_operational_verify.sh"}, "region": {"startLine": 48}}}]}, {"ruleId": "MINED006", "level": "error", "message": {"text": "[MINED006] Overcatch Baseexception: except BaseException: ... \u2014 prevents Ctrl+C and SystemExit from working."}, "properties": {"repobilityId": 92208, "scanner": "repobility-threat-engine", "fingerprint": "3b58ce6092d402607a37c17e2688cb6a8151776d83e75f7db9c0dc1662f66325", "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|3b58ce6092d402607a37c17e2688cb6a8151776d83e75f7db9c0dc1662f66325"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/smoke_whois.py"}, "region": {"startLine": 76}}}]}, {"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": 92198, "scanner": "repobility-threat-engine", "fingerprint": "620032a27cacbf973e4fb13a53989220b4c582cf85455d6b287cc68a1b592c2f", "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|620032a27cacbf973e4fb13a53989220b4c582cf85455d6b287cc68a1b592c2f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/nic_bind.py"}, "region": {"startLine": 57}}}]}, {"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": 92197, "scanner": "repobility-threat-engine", "fingerprint": "80480aca3a0b9ea96c2cfe6e2983dc318941fb65b5ad487ea96b831fb3bd0950", "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|80480aca3a0b9ea96c2cfe6e2983dc318941fb65b5ad487ea96b831fb3bd0950"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/merge_points_csv.py"}, "region": {"startLine": 24}}}]}, {"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": 92196, "scanner": "repobility-threat-engine", "fingerprint": "04f80e40f8eec5e495b165bc9cb4a8eefa5cea91f360eebeb127f5f2e0670aa0", "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|04f80e40f8eec5e495b165bc9cb4a8eefa5cea91f360eebeb127f5f2e0670aa0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/bacnet_poll_loop.py"}, "region": {"startLine": 38}}}]}, {"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": 92194, "scanner": "repobility-threat-engine", "fingerprint": "e63934a0dc3c687389a8d0fb284c8608a244c262b7135319b5afd8aaddffd455", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "entry.update(fields)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|e63934a0dc3c687389a8d0fb284c8608a244c262b7135319b5afd8aaddffd455"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/openfdd-agent-shell/src/openfdd_agent_shell/cron/store.py"}, "region": {"startLine": 80}}}]}, {"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": 92193, "scanner": "repobility-threat-engine", "fingerprint": "b528516598fbed67eceaa4afa75cc732e34d51dbedaa5fbe39c42a0d12a0303c", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "namespace.update(masks)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b528516598fbed67eceaa4afa75cc732e34d51dbedaa5fbe39c42a0d12a0303c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "open_fdd/engine/checks.py"}, "region": {"startLine": 112}}}]}, {"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": 92192, "scanner": "repobility-threat-engine", "fingerprint": "5a3ee367310df96f9a4c31966787fe710856993ed43e422754a1d6af90eaeb17", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "_last_poll.update(fields)", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|5a3ee367310df96f9a4c31966787fe710856993ed43e422754a1d6af90eaeb17"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/bacnet_poll_loop.py"}, "region": {"startLine": 60}}}]}, {"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": 92190, "scanner": "repobility-threat-engine", "fingerprint": "c27b6af3b1d9f24bd0fff1d091abcbe46116691eaac6e0c5bc3134d07777c5d0", "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(r", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|c27b6af3b1d9f24bd0fff1d091abcbe46116691eaac6e0c5bc3134d07777c5d0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/gl36_mechanical_validate.py"}, "region": {"startLine": 98}}}]}, {"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": 92189, "scanner": "repobility-threat-engine", "fingerprint": "87ab35268dc22bc901893fb799cfdbef74090512a09568728ae0c271be700022", "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(r", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|87ab35268dc22bc901893fb799cfdbef74090512a09568728ae0c271be700022"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bacnet_add_devices_e2e.sh"}, "region": {"startLine": 55}}}]}, {"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": 92188, "scanner": "repobility-threat-engine", "fingerprint": "af5966cc7fba762fc80301698455e0e93c00a0d3a597342546752dce1cba5820", "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(r", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|af5966cc7fba762fc80301698455e0e93c00a0d3a597342546752dce1cba5820"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/bacnet_poll_loop.py"}, "region": {"startLine": 113}}}]}, {"ruleId": "MINED134", "level": "error", "message": {"text": "Binary file `workspace/data/rules_py/__pycache__/acme_zone_temp_flatline_1h.cpython-312.pyc` committed in source repo"}, "properties": {"repobilityId": 92181, "scanner": "repobility-supply-chain", "fingerprint": "366c0b01e23292593e13cf9f6596a8c94a9b7bd0eeea53482c84dd2698fb6403", "category": "dependency", "severity": "high", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "suspicious-binary-in-src", "owasp": null, "cwe_ids": ["CWE-506"], "languages": ["any"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|366c0b01e23292593e13cf9f6596a8c94a9b7bd0eeea53482c84dd2698fb6403"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/data/rules_py/__pycache__/acme_zone_temp_flatline_1h.cpython-312.pyc"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `peter-evans/create-pull-request` pinned to mutable ref `@v7`"}, "properties": {"repobilityId": 92179, "scanner": "repobility-supply-chain", "fingerprint": "343dbf52b2cd3bbdd21926dd8d48b89e68959b5ab593f1f880eda38cc3a933ba", "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|343dbf52b2cd3bbdd21926dd8d48b89e68959b5ab593f1f880eda38cc3a933ba"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docs-pdf.yml"}, "region": {"startLine": 58}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-python` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 92178, "scanner": "repobility-supply-chain", "fingerprint": "da349a613217081b70b26b0ad64bf5e57698eb9d79c2ca15d138cf9c23c25ed1", "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|da349a613217081b70b26b0ad64bf5e57698eb9d79c2ca15d138cf9c23c25ed1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docs-pdf.yml"}, "region": {"startLine": 33}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 92177, "scanner": "repobility-supply-chain", "fingerprint": "7c93ff93986ecb95abde16c597d325955b17c96098d2f12745be0f2c5de2547b", "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|7c93ff93986ecb95abde16c597d325955b17c96098d2f12745be0f2c5de2547b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docs-pdf.yml"}, "region": {"startLine": 30}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `pypa/gh-action-pypi-publish` pinned to mutable ref `@release/v1`"}, "properties": {"repobilityId": 92176, "scanner": "repobility-supply-chain", "fingerprint": "cc46214dd056ff9dad881c9697aa17c179c7e78b0e41a4101ebe8b2380b641d7", "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|cc46214dd056ff9dad881c9697aa17c179c7e78b0e41a4101ebe8b2380b641d7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-open-fdd.yml"}, "region": {"startLine": 82}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-python` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 92175, "scanner": "repobility-supply-chain", "fingerprint": "6861260c8655d75fe2f90e91f48d77db495ebcf5d1532442b12ba9927ab72b86", "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|6861260c8655d75fe2f90e91f48d77db495ebcf5d1532442b12ba9927ab72b86"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-open-fdd.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 92174, "scanner": "repobility-supply-chain", "fingerprint": "9f011fbfac213142a05bf7ad241697c18b47ff833b88c0137f638afd1d64ff77", "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|9f011fbfac213142a05bf7ad241697c18b47ff833b88c0137f638afd1d64ff77"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-open-fdd.yml"}, "region": {"startLine": 24}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `ruby/setup-ruby` pinned to mutable ref `@v1`"}, "properties": {"repobilityId": 92173, "scanner": "repobility-supply-chain", "fingerprint": "961e03dbd2bbba36e200fa6303cf544b028d3bc7846ecc37be61e86f02103810", "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|961e03dbd2bbba36e200fa6303cf544b028d3bc7846ecc37be61e86f02103810"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 140}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 92172, "scanner": "repobility-supply-chain", "fingerprint": "e5e11acd438594c220bd9111a8ec5cb30b490fbca0f1f8e6cecacc8ff8715d4b", "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|e5e11acd438594c220bd9111a8ec5cb30b490fbca0f1f8e6cecacc8ff8715d4b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 137}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-python` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 92171, "scanner": "repobility-supply-chain", "fingerprint": "af12e407cb0b3ac88aa807fc91b0e904af4597dbcd6a3a72bae3ed02e03af43b", "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|af12e407cb0b3ac88aa807fc91b0e904af4597dbcd6a3a72bae3ed02e03af43b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 116}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 92170, "scanner": "repobility-supply-chain", "fingerprint": "d5a0823f9389477b5aca136d114bb5cdc8290e5e3c1814a5f4a39717420d611e", "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|d5a0823f9389477b5aca136d114bb5cdc8290e5e3c1814a5f4a39717420d611e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 113}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-node` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 92169, "scanner": "repobility-supply-chain", "fingerprint": "ee033f2a2d3330c5c8c8b9baade7cb201df8f78b127984aac6e794f384f5a960", "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|ee033f2a2d3330c5c8c8b9baade7cb201df8f78b127984aac6e794f384f5a960"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 91}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-python` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 92168, "scanner": "repobility-supply-chain", "fingerprint": "a471ecd225c09850cb222b4df749f7d4c741a71ae8c078cdd11c51dadb3238ad", "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|a471ecd225c09850cb222b4df749f7d4c741a71ae8c078cdd11c51dadb3238ad"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 87}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 92167, "scanner": "repobility-supply-chain", "fingerprint": "7ba3f4e96d6b4e07086f2e96bfc38f730fa0f753798140fa777e1ba45b4e3675", "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|7ba3f4e96d6b4e07086f2e96bfc38f730fa0f753798140fa777e1ba45b4e3675"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 84}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-python` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 92166, "scanner": "repobility-supply-chain", "fingerprint": "d7edc8f1ac8ff55096c1d00fa04f502ddc58837d65aa2d5fd6724f62876dc05f", "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|d7edc8f1ac8ff55096c1d00fa04f502ddc58837d65aa2d5fd6724f62876dc05f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 68}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 92165, "scanner": "repobility-supply-chain", "fingerprint": "bb479fb0ace4f155e5ad1a9d11d7820c88f8b6eecec0f11178416fd5428416bf", "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|bb479fb0ace4f155e5ad1a9d11d7820c88f8b6eecec0f11178416fd5428416bf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 65}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/setup-python` pinned to mutable ref `@v6`"}, "properties": {"repobilityId": 92164, "scanner": "repobility-supply-chain", "fingerprint": "8167ea8691ace6ce1232693e0f9cde1bc0a140811c02619491ca4de4c994d287", "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|8167ea8691ace6ce1232693e0f9cde1bc0a140811c02619491ca4de4c994d287"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 32}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 92163, "scanner": "repobility-supply-chain", "fingerprint": "2570170d9f43270ac86e76d1ba61fcd0370ec5a812aaf35652a8eaaac90f8932", "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|2570170d9f43270ac86e76d1ba61fcd0370ec5a812aaf35652a8eaaac90f8932"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/deploy-pages` pinned to mutable ref `@v4`"}, "properties": {"repobilityId": 92162, "scanner": "repobility-supply-chain", "fingerprint": "d5e33721c47ae60fef54dc1ae5dc65a6d510a59b2b303dc61511c6ef8c090893", "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|d5e33721c47ae60fef54dc1ae5dc65a6d510a59b2b303dc61511c6ef8c090893"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docs-pages.yml"}, "region": {"startLine": 57}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/upload-pages-artifact` pinned to mutable ref `@v3`"}, "properties": {"repobilityId": 92161, "scanner": "repobility-supply-chain", "fingerprint": "4bb329f2dbd0c11a0e7627d42749aa89a75153d6056674b05ce3890a10b6b67b", "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|4bb329f2dbd0c11a0e7627d42749aa89a75153d6056674b05ce3890a10b6b67b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docs-pages.yml"}, "region": {"startLine": 43}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `ruby/setup-ruby` pinned to mutable ref `@v1`"}, "properties": {"repobilityId": 92160, "scanner": "repobility-supply-chain", "fingerprint": "1fa3c140898ea6bfe9bc0aa6cae7fd8b4b80c6dd275a745d3b43a974bb3ecd39", "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|1fa3c140898ea6bfe9bc0aa6cae7fd8b4b80c6dd275a745d3b43a974bb3ecd39"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docs-pages.yml"}, "region": {"startLine": 30}}}]}, {"ruleId": "MINED115", "level": "error", "message": {"text": "Action `actions/checkout` pinned to mutable ref `@v5`"}, "properties": {"repobilityId": 92159, "scanner": "repobility-supply-chain", "fingerprint": "a6f228d9060136768fbc73cae706a6e9243cedbc22aa6b112bca0c20eb31c181", "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|a6f228d9060136768fbc73cae706a6e9243cedbc22aa6b112bca0c20eb31c181"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docs-pages.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `python:3.12-slim-bookworm` not pinned by digest"}, "properties": {"repobilityId": 92158, "scanner": "repobility-supply-chain", "fingerprint": "06df10943fc810d1826258c4832c9c5d1322274dc2d80ecb0fd851af4f93d07f", "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|06df10943fc810d1826258c4832c9c5d1322274dc2d80ecb0fd851af4f93d07f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/Dockerfile"}, "region": {"startLine": 13}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "Dockerfile FROM `node:22-bookworm-slim` not pinned by digest"}, "properties": {"repobilityId": 92157, "scanner": "repobility-supply-chain", "fingerprint": "591e484903c35a8843fee2a10d50d99f6bff727848132a8eda667024fb234016", "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|591e484903c35a8843fee2a10d50d99f6bff727848132a8eda667024fb234016"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/Dockerfile"}, "region": {"startLine": 6}}}]}, {"ruleId": "MINED131", "level": "error", "message": {"text": "pre-commit hook `https://github.com/psf/black` pinned to mutable rev `26.1.0`"}, "properties": {"repobilityId": 92156, "scanner": "repobility-supply-chain", "fingerprint": "43f7cc695b849b83427e93790358e3d662165154aa1c9c51d1b1b0a21c2fe1e9", "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|43f7cc695b849b83427e93790358e3d662165154aa1c9c51d1b1b0a21c2fe1e9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".pre-commit-config.yaml"}, "region": {"startLine": 2}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /drafts has no auth"}, "properties": {"repobilityId": 92155, "scanner": "repobility-route-auth", "fingerprint": "c917d944c8388aaccce135a63ed41a71d5ae95a9d539792de0c1c8b8968ec3d4", "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|c917d944c8388aaccce135a63ed41a71d5ae95a9d539792de0c1c8b8968ec3d4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/rules_routes.py"}, "region": {"startLine": 225}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /ingest/bacnet has no auth"}, "properties": {"repobilityId": 92154, "scanner": "repobility-route-auth", "fingerprint": "efccc0c5986b003950a596fea94fdbd7ffe16d2c43a41d4e077a391ea688722b", "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|efccc0c5986b003950a596fea94fdbd7ffe16d2c43a41d4e077a391ea688722b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 501}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /internal/bacnet/ingest-samples has no auth"}, "properties": {"repobilityId": 92153, "scanner": "repobility-route-auth", "fingerprint": "0e47bd2145eaab8785a501b9040ae8615dc23485a0bbc197e76a47f03a78cb28", "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|0e47bd2145eaab8785a501b9040ae8615dc23485a0bbc197e76a47f03a78cb28"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 491}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/poll/once has no auth"}, "properties": {"repobilityId": 92152, "scanner": "repobility-route-auth", "fingerprint": "c2502000efd444ab614944f9ecb58b1dd99449827a55adc62908daa6893ea9ce", "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|c2502000efd444ab614944f9ecb58b1dd99449827a55adc62908daa6893ea9ce"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 444}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/write has no auth"}, "properties": {"repobilityId": 92151, "scanner": "repobility-route-auth", "fingerprint": "361e7d4f0adc0b17ed55d12e76e4426a5bd046f748d1c57fe165d784ababb9b9", "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|361e7d4f0adc0b17ed55d12e76e4426a5bd046f748d1c57fe165d784ababb9b9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 381}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/supervisory-check has no auth"}, "properties": {"repobilityId": 92150, "scanner": "repobility-route-auth", "fingerprint": "2218d680efc64dc4e98f07463fe93e5d4093c5df6349e2d43758bb47b73c2e35", "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|2218d680efc64dc4e98f07463fe93e5d4093c5df6349e2d43758bb47b73c2e35"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 373}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/point-discovery has no auth"}, "properties": {"repobilityId": 92149, "scanner": "repobility-route-auth", "fingerprint": "18fd41e17b6e8999e606ac4ded066411a63445f1903a8694638510635030912a", "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|18fd41e17b6e8999e606ac4ded066411a63445f1903a8694638510635030912a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 365}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/priority-array has no auth"}, "properties": {"repobilityId": 92148, "scanner": "repobility-route-auth", "fingerprint": "ab44aef33891942afeab6b47a69a0e864f23a0a3bf4a26a7118e5ec169d994b0", "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|ab44aef33891942afeab6b47a69a0e864f23a0a3bf4a26a7118e5ec169d994b0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 355}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/read-multiple has no auth"}, "properties": {"repobilityId": 92147, "scanner": "repobility-route-auth", "fingerprint": "6e11adfb8a6e8637d0136f66b36efa713f9c350184f4297010ca5b7e1b5b28b7", "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|6e11adfb8a6e8637d0136f66b36efa713f9c350184f4297010ca5b7e1b5b28b7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 343}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/read has no auth"}, "properties": {"repobilityId": 92146, "scanner": "repobility-route-auth", "fingerprint": "6051bbe43eb1249bc667e388d6e95a6ad3b9a557ad9fdb5c7bfd125a1a0f9acb", "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|6051bbe43eb1249bc667e388d6e95a6ad3b9a557ad9fdb5c7bfd125a1a0f9acb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 331}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/whois has no auth"}, "properties": {"repobilityId": 92145, "scanner": "repobility-route-auth", "fingerprint": "cdcc69846db45484496559cfcbd1e29dc18c08a80837375e0872c6f66ac2e499", "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|cdcc69846db45484496559cfcbd1e29dc18c08a80837375e0872c6f66ac2e499"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 323}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/discover has no auth"}, "properties": {"repobilityId": 92144, "scanner": "repobility-route-auth", "fingerprint": "ed2572668779e10c21319d35c30216cd250c89235e5cd1492a16d0e81f8fa460", "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|ed2572668779e10c21319d35c30216cd250c89235e5cd1492a16d0e81f8fa460"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 313}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI PATCH /api/bacnet/driver/device/remap has no auth"}, "properties": {"repobilityId": 92143, "scanner": "repobility-route-auth", "fingerprint": "0191c4bf02110e692e38d5b23dfc627440c9bf20d2dcc05e7788022413cbe380", "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|0191c4bf02110e692e38d5b23dfc627440c9bf20d2dcc05e7788022413cbe380"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 299}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI DELETE /api/bacnet/driver/registry has no auth"}, "properties": {"repobilityId": 92142, "scanner": "repobility-route-auth", "fingerprint": "f081d676658e8f5549f74b827b2e06c0426c5ad8ee9f80e6074d74ad52d1defd", "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|f081d676658e8f5549f74b827b2e06c0426c5ad8ee9f80e6074d74ad52d1defd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 293}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI DELETE /api/bacnet/driver/device/{device_instance} has no auth"}, "properties": {"repobilityId": 92141, "scanner": "repobility-route-auth", "fingerprint": "b2a2c2f94255b02b0d1616201959b10cfedba7753dd7642e14686269616202f8", "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|b2a2c2f94255b02b0d1616201959b10cfedba7753dd7642e14686269616202f8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 288}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI DELETE /api/bacnet/driver/point/{point_id} has no auth"}, "properties": {"repobilityId": 92140, "scanner": "repobility-route-auth", "fingerprint": "e04c55aee288bc66e8386fb89e338587d11c66714724701cc3b2b3302b10bddb", "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|e04c55aee288bc66e8386fb89e338587d11c66714724701cc3b2b3302b10bddb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 283}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI PATCH /api/bacnet/driver/device has no auth"}, "properties": {"repobilityId": 92139, "scanner": "repobility-route-auth", "fingerprint": "4bda71cf1d3ebea8d6dd790e9437eb77c64b5e85eb3a4a76db4a5a037f427735", "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|4bda71cf1d3ebea8d6dd790e9437eb77c64b5e85eb3a4a76db4a5a037f427735"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 271}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI PATCH /api/bacnet/driver/point has no auth"}, "properties": {"repobilityId": 92138, "scanner": "repobility-route-auth", "fingerprint": "f098fbc6aa45e982a92e66026928bf41d7672eeb0c469eb3fa70814cbb8d3731", "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|f098fbc6aa45e982a92e66026928bf41d7672eeb0c469eb3fa70814cbb8d3731"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 259}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/driver/merge-rows has no auth"}, "properties": {"repobilityId": 92137, "scanner": "repobility-route-auth", "fingerprint": "1e698d69342a49ba389cee96c58caf94f21c80622a2e07c8a9416e9b08fd6ca4", "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|1e698d69342a49ba389cee96c58caf94f21c80622a2e07c8a9416e9b08fd6ca4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 250}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/driver/sync-discovery has no auth"}, "properties": {"repobilityId": 92136, "scanner": "repobility-route-auth", "fingerprint": "d358c441f969aa5588004039bcaab45fc1d17ccf7fb054aac72f836e9af7230b", "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|d358c441f969aa5588004039bcaab45fc1d17ccf7fb054aac72f836e9af7230b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 236}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/bacnet/import-to-model has no auth"}, "properties": {"repobilityId": 92135, "scanner": "repobility-route-auth", "fingerprint": "f1b524ce575197adeba58c5d5b958764cee6e75f3c014937eacb77ba000a1dc0", "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|f1b524ce575197adeba58c5d5b958764cee6e75f3c014937eacb77ba000a1dc0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/bacnet_routes.py"}, "region": {"startLine": 216}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /login has no auth"}, "properties": {"repobilityId": 92134, "scanner": "repobility-route-auth", "fingerprint": "47e737f44273fa6f49105f1baff6c228de29911c47a6c7d4ec3a1669392f3b0d", "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|47e737f44273fa6f49105f1baff6c228de29911c47a6c7d4ec3a1669392f3b0d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/auth_routes.py"}, "region": {"startLine": 20}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /api/modbus/read_registers has no auth"}, "properties": {"repobilityId": 92133, "scanner": "repobility-route-auth", "fingerprint": "fff739a297a36559cfea0a004876dcf53219221040e092344ff8d4a4424e8ec1", "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|fff739a297a36559cfea0a004876dcf53219221040e092344ff8d4a4424e8ec1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/modbus_routes.py"}, "region": {"startLine": 77}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /tools/get_doc_section has no auth"}, "properties": {"repobilityId": 92132, "scanner": "repobility-route-auth", "fingerprint": "b9579344ac9d4fc3b353bc906c5baed618f5ac2d1c22c119a7888668894d2afb", "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|b9579344ac9d4fc3b353bc906c5baed618f5ac2d1c22c119a7888668894d2afb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/mcp_rag/app.py"}, "region": {"startLine": 95}}}]}, {"ruleId": "MINED112", "level": "error", "message": {"text": "FastAPI POST /tools/search_docs has no auth"}, "properties": {"repobilityId": 92131, "scanner": "repobility-route-auth", "fingerprint": "906779976dd8b4c5a4c1548a51fcc66d64c581f8e9b88d8a3d69519e102eb835", "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|906779976dd8b4c5a4c1548a51fcc66d64c581f8e9b88d8a3d69519e102eb835"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/mcp_rag/app.py"}, "region": {"startLine": 88}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_coerce_weather_band_rejects_bad_units"}, "properties": {"repobilityId": 92130, "scanner": "repobility-ast-engine", "fingerprint": "c10cab45912bb4f51ba3b51de55ae58523236759307a9195e9e3fe6578fdc80f", "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|c10cab45912bb4f51ba3b51de55ae58523236759307a9195e9e3fe6578fdc80f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "open_fdd/tests/engine/test_rule_schema.py"}, "region": {"startLine": 35}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_coerce_schedule_rejects_bad_weekday_type"}, "properties": {"repobilityId": 92129, "scanner": "repobility-ast-engine", "fingerprint": "1b41cfefc4415fb3146f5e52ef9a1534e194a0bcfdbbfa56deca6e328be99853", "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|1b41cfefc4415fb3146f5e52ef9a1534e194a0bcfdbbfa56deca6e328be99853"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "open_fdd/tests/engine/test_rule_schema.py"}, "region": {"startLine": 17}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_cookbook_strict_validation_blocks_missing_columns"}, "properties": {"repobilityId": 92128, "scanner": "repobility-ast-engine", "fingerprint": "7ae59bf85724d14ce58c31ec21d8dcaa43b6802195549da66b04c10c7b1cf412", "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|7ae59bf85724d14ce58c31ec21d8dcaa43b6802195549da66b04c10c7b1cf412"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "open_fdd/tests/engine/test_expression_cookbook.py"}, "region": {"startLine": 68}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_runner_input_validation_strict_missing_column"}, "properties": {"repobilityId": 92127, "scanner": "repobility-ast-engine", "fingerprint": "ee01d48e94bfb17dc107006fe3b1cbfe0a4fd141a92783dedf91b75587ef8dc3", "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|ee01d48e94bfb17dc107006fe3b1cbfe0a4fd141a92783dedf91b75587ef8dc3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "open_fdd/tests/engine/test_runner.py"}, "region": {"startLine": 497}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_rule"}, "properties": {"repobilityId": 92126, "scanner": "repobility-ast-engine", "fingerprint": "89b6fb208a67e6861be38a04495f3f86d2c766490b31030747b376beadad72d0", "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|89b6fb208a67e6861be38a04495f3f86d2c766490b31030747b376beadad72d0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/routes/playground_routes.py"}, "region": {"startLine": 116}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.site_dir` used but never assigned in __init__"}, "properties": {"repobilityId": 92122, "scanner": "repobility-ast-engine", "fingerprint": "e999b6911fbbe1bb5248575fb5cee67081cae4a683fcd2e69405ee969e8f86da", "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|e999b6911fbbe1bb5248575fb5cee67081cae4a683fcd2e69405ee969e8f86da"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/feather_store.py"}, "region": {"startLine": 290}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.read_site` used but never assigned in __init__"}, "properties": {"repobilityId": 92121, "scanner": "repobility-ast-engine", "fingerprint": "7fc4f95beddbc3fe7891764419841dab759c904559c4c392506845363d09afcb", "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|7fc4f95beddbc3fe7891764419841dab759c904559c4c392506845363d09afcb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/feather_store.py"}, "region": {"startLine": 287}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.shard_files` used but never assigned in __init__"}, "properties": {"repobilityId": 92120, "scanner": "repobility-ast-engine", "fingerprint": "bdf2af7beff634b62ef8b41ae2c93ca15cac53d9c767a241ebb9b8bd6342d09b", "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|bdf2af7beff634b62ef8b41ae2c93ca15cac53d9c767a241ebb9b8bd6342d09b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/feather_store.py"}, "region": {"startLine": 284}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.site_dir` used but never assigned in __init__"}, "properties": {"repobilityId": 92119, "scanner": "repobility-ast-engine", "fingerprint": "874d32b07ad82a3d985604cda1f7b32238a8125c284f4dff2ed2e0d11f23e3a3", "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|874d32b07ad82a3d985604cda1f7b32238a8125c284f4dff2ed2e0d11f23e3a3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/feather_store.py"}, "region": {"startLine": 274}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.shard_files` used but never assigned in __init__"}, "properties": {"repobilityId": 92118, "scanner": "repobility-ast-engine", "fingerprint": "22691e2e936aebc26c010dcefda7edc50e7ba12ed6b14e1342dc47aea34c7266", "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|22691e2e936aebc26c010dcefda7edc50e7ba12ed6b14e1342dc47aea34c7266"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/feather_store.py"}, "region": {"startLine": 242}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.read_site_table` used but never assigned in __init__"}, "properties": {"repobilityId": 92117, "scanner": "repobility-ast-engine", "fingerprint": "8d7f2e5ced42fc726b676cd06ed3433b25f9d804aa863a84f539d0c85f099599", "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|8d7f2e5ced42fc726b676cd06ed3433b25f9d804aa863a84f539d0c85f099599"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/feather_store.py"}, "region": {"startLine": 225}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.shard_files` used but never assigned in __init__"}, "properties": {"repobilityId": 92116, "scanner": "repobility-ast-engine", "fingerprint": "4e29f018fff807697e1c5c707b60bc07a17d9558674ab613a7c2faf420c0a5ca", "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|4e29f018fff807697e1c5c707b60bc07a17d9558674ab613a7c2faf420c0a5ca"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/feather_store.py"}, "region": {"startLine": 195}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.list_sites` used but never assigned in __init__"}, "properties": {"repobilityId": 92115, "scanner": "repobility-ast-engine", "fingerprint": "1c228c1187c84a9450b0030a829a9973b6c60e1bd37ac56af759917851d3cf77", "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|1c228c1187c84a9450b0030a829a9973b6c60e1bd37ac56af759917851d3cf77"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/feather_store.py"}, "region": {"startLine": 192}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.site_dir` used but never assigned in __init__"}, "properties": {"repobilityId": 92114, "scanner": "repobility-ast-engine", "fingerprint": "31b43a923db48d0c564eb77d265dcf882bf549f3c86989f0b3a29bfe090aff88", "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|31b43a923db48d0c564eb77d265dcf882bf549f3c86989f0b3a29bfe090aff88"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/feather_store.py"}, "region": {"startLine": 159}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.getvalue` used but never assigned in __init__"}, "properties": {"repobilityId": 92111, "scanner": "repobility-ast-engine", "fingerprint": "97cfa3724c6fa07e228d887a00c3c1cd669ac7c3c5973e228a5da2455ecc3490", "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|97cfa3724c6fa07e228d887a00c3c1cd669ac7c3c5973e228a5da2455ecc3490"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/playground.py"}, "region": {"startLine": 86}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_device_instance_request_bounds"}, "properties": {"repobilityId": 92107, "scanner": "repobility-ast-engine", "fingerprint": "7cfb1f3dbdc39ff9fcfe714e6cef71c4e771c758f2735155e1665c7c060cf8b5", "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|7cfb1f3dbdc39ff9fcfe714e6cef71c4e771c758f2735155e1665c7c060cf8b5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/bacnet_toolshed/test_models.py"}, "region": {"startLine": 91}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_write_property_request_invalid_property"}, "properties": {"repobilityId": 92106, "scanner": "repobility-ast-engine", "fingerprint": "8bfbef01eb6e64f905c7c3a6b57eab320bcf918cb4de5a1513c75e286753e73b", "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|8bfbef01eb6e64f905c7c3a6b57eab320bcf918cb4de5a1513c75e286753e73b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/bacnet_toolshed/test_models.py"}, "region": {"startLine": 60}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_parse_object_identifier_parts_invalid"}, "properties": {"repobilityId": 92105, "scanner": "repobility-ast-engine", "fingerprint": "6d759b7e5a218bed4fe9b78b92829405c0cb6910fa635ca5769e93923e359ecf", "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|6d759b7e5a218bed4fe9b78b92829405c0cb6910fa635ca5769e93923e359ecf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/bacnet_toolshed/test_models.py"}, "region": {"startLine": 32}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_decode_float32_requires_two_words"}, "properties": {"repobilityId": 92104, "scanner": "repobility-ast-engine", "fingerprint": "e973e706d4beba95365e9e27c97e38b833a43036b5fd666d253a9d92e552bb4c", "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|e973e706d4beba95365e9e27c97e38b833a43036b5fd666d253a9d92e552bb4c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/test_modbus.py"}, "region": {"startLine": 43}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_startup_public_bind_insecure_lan_dev_ok"}, "properties": {"repobilityId": 92103, "scanner": "repobility-ast-engine", "fingerprint": "fa86cdb371dab56183f260480939d0658b00f033cbd11e497f509ca38cd22cf5", "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|fa86cdb371dab56183f260480939d0658b00f033cbd11e497f509ca38cd22cf5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/test_security.py"}, "region": {"startLine": 165}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_startup_public_bind_with_configured_auth_ok"}, "properties": {"repobilityId": 92102, "scanner": "repobility-ast-engine", "fingerprint": "dffa169542beee787db12efd8be1a08d856e04747db8a291171056b4d940b44b", "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|dffa169542beee787db12efd8be1a08d856e04747db8a291171056b4d940b44b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/test_security.py"}, "region": {"startLine": 151}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_startup_public_bind_auth_disabled_without_insecure_flag_fails"}, "properties": {"repobilityId": 92101, "scanner": "repobility-ast-engine", "fingerprint": "34f71d310abaf410d460436427b815eb561df943a315a1ded78fbc5164ec5f0d", "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|34f71d310abaf410d460436427b815eb561df943a315a1ded78fbc5164ec5f0d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/test_security.py"}, "region": {"startLine": 133}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_startup_public_bind_no_auth_fails"}, "properties": {"repobilityId": 92100, "scanner": "repobility-ast-engine", "fingerprint": "418bed2b4efd43d14f8b210a9f030253e180c0851fc532074450bf511344a574", "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|418bed2b4efd43d14f8b210a9f030253e180c0851fc532074450bf511344a574"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/test_security.py"}, "region": {"startLine": 124}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_startup_lan_ip_no_auth_fails"}, "properties": {"repobilityId": 92099, "scanner": "repobility-ast-engine", "fingerprint": "3c397fedee1d88a741b7ee944fd8c211e68e0b8dbce49f749c41814514531a6a", "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|3c397fedee1d88a741b7ee944fd8c211e68e0b8dbce49f749c41814514531a6a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/test_security.py"}, "region": {"startLine": 115}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_startup_localhost_auth_disabled_ok"}, "properties": {"repobilityId": 92098, "scanner": "repobility-ast-engine", "fingerprint": "a2cdfdf5f479c0198a7abebc494e739d34d08dd974a25f93b10aac9b9ac6b894", "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|a2cdfdf5f479c0198a7abebc494e739d34d08dd974a25f93b10aac9b9ac6b894"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/test_security.py"}, "region": {"startLine": 102}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_operator_blocked_from_write_tool"}, "properties": {"repobilityId": 92097, "scanner": "repobility-ast-engine", "fingerprint": "14d4eb8d7876e74a3a25f27ce8e6466a5781261e207a2270ba006a3eaf2c5ddd", "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|14d4eb8d7876e74a3a25f27ce8e6466a5781261e207a2270ba006a3eaf2c5ddd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/test_agent_read_tools.py"}, "region": {"startLine": 22}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_duplicate_device_blocked"}, "properties": {"repobilityId": 92096, "scanner": "repobility-ast-engine", "fingerprint": "700bc2a8006c1075998aa3e6a09d36e4862a7ba1f79cb366152a6fdf47967220", "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|700bc2a8006c1075998aa3e6a09d36e4862a7ba1f79cb366152a6fdf47967220"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/test_bacnet_poll_model_sync.py"}, "region": {"startLine": 64}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._headers` used but never assigned in __init__"}, "properties": {"repobilityId": 92095, "scanner": "repobility-ast-engine", "fingerprint": "98544d43dc9cb3c0adf688779fcd0d29a726d0c9162214050f7f33ecbf13b6c2", "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|98544d43dc9cb3c0adf688779fcd0d29a726d0c9162214050f7f33ecbf13b6c2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/conftest.py"}, "region": {"startLine": 70}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._headers` used but never assigned in __init__"}, "properties": {"repobilityId": 92094, "scanner": "repobility-ast-engine", "fingerprint": "e4ab7940f363395285e4ef533155c70d674b936f7cf29df550b367c0db75b992", "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|e4ab7940f363395285e4ef533155c70d674b936f7cf29df550b367c0db75b992"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/conftest.py"}, "region": {"startLine": 67}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._headers` used but never assigned in __init__"}, "properties": {"repobilityId": 92093, "scanner": "repobility-ast-engine", "fingerprint": "7016107048daf5e368feb390fce4001d6c1a2f1b679b2bb7e302039b7e585c28", "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|7016107048daf5e368feb390fce4001d6c1a2f1b679b2bb7e302039b7e585c28"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/conftest.py"}, "region": {"startLine": 64}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._headers` used but never assigned in __init__"}, "properties": {"repobilityId": 92092, "scanner": "repobility-ast-engine", "fingerprint": "94875ef789c097092ecff62940c3226d98ae042486b2aa96593376df1fbadc9b", "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|94875ef789c097092ecff62940c3226d98ae042486b2aa96593376df1fbadc9b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/conftest.py"}, "region": {"startLine": 61}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._headers` used but never assigned in __init__"}, "properties": {"repobilityId": 92091, "scanner": "repobility-ast-engine", "fingerprint": "1fb43aad500b2249d0897fb0f73992fc83e24df28748c7450f1ef691b43b21d7", "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|1fb43aad500b2249d0897fb0f73992fc83e24df28748c7450f1ef691b43b21d7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/conftest.py"}, "region": {"startLine": 58}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._headers` used but never assigned in __init__"}, "properties": {"repobilityId": 92090, "scanner": "repobility-ast-engine", "fingerprint": "433069c57500d9567837001236c63aeedadc65b9920812be62747394115d6d13", "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|433069c57500d9567837001236c63aeedadc65b9920812be62747394115d6d13"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/workspace_bridge/conftest.py"}, "region": {"startLine": 55}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_fetch_timeout_becomes_runtime_error"}, "properties": {"repobilityId": 92089, "scanner": "repobility-ast-engine", "fingerprint": "579758d0f846aac8c94219a01432eb5edcc481fcd795b43a8499aa0582f08c9c", "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|579758d0f846aac8c94219a01432eb5edcc481fcd795b43a8499aa0582f08c9c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_http_probes_resilience.py"}, "region": {"startLine": 19}}}]}, {"ruleId": "MINED106", "level": "error", "message": {"text": "Phantom test coverage: test_rules_on_frame"}, "properties": {"repobilityId": 92085, "scanner": "repobility-ast-engine", "fingerprint": "be55a143e87c87dfe4c7b62ae6ab451289e5d83b4a66d96f7812715e3add3bf3", "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|be55a143e87c87dfe4c7b62ae6ab451289e5d83b4a66d96f7812715e3add3bf3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/setup_bench_afdd.py"}, "region": {"startLine": 168}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._authorized` used but never assigned in __init__"}, "properties": {"repobilityId": 92078, "scanner": "repobility-ast-engine", "fingerprint": "0b84b8fb426b1843f36ed7947bb592a5fe64bf442902c9dc6e6feb404d4f1c55", "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|0b84b8fb426b1843f36ed7947bb592a5fe64bf442902c9dc6e6feb404d4f1c55"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 610}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._read_json` used but never assigned in __init__"}, "properties": {"repobilityId": 92077, "scanner": "repobility-ast-engine", "fingerprint": "f324884e5e8d18d7cc21fd6ef2fae25ae6a54d1231c60ea1a425170b4512218c", "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|f324884e5e8d18d7cc21fd6ef2fae25ae6a54d1231c60ea1a425170b4512218c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 614}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.path` used but never assigned in __init__"}, "properties": {"repobilityId": 92076, "scanner": "repobility-ast-engine", "fingerprint": "ce23b8505741a8f61bd4a480fd2f373807dc1a57e3fe496f2986dd1a9c41f7f8", "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|ce23b8505741a8f61bd4a480fd2f373807dc1a57e3fe496f2986dd1a9c41f7f8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 612}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self._authorized` used but never assigned in __init__"}, "properties": {"repobilityId": 92075, "scanner": "repobility-ast-engine", "fingerprint": "df809832edce3edd6faa30b046993737e9cb999913242222e4486112fa18a04a", "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|df809832edce3edd6faa30b046993737e9cb999913242222e4486112fa18a04a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 498}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.path` used but never assigned in __init__"}, "properties": {"repobilityId": 92074, "scanner": "repobility-ast-engine", "fingerprint": "1c25c6ecd3ba59a914f55d4aa40b4563219c368e43b145f3302225fdfd17941b", "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|1c25c6ecd3ba59a914f55d4aa40b4563219c368e43b145f3302225fdfd17941b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 500}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.rfile` used but never assigned in __init__"}, "properties": {"repobilityId": 92073, "scanner": "repobility-ast-engine", "fingerprint": "8352a56df88e6bff8ec361c4ebbfcdbb2df8f72e7356e741bac42771226f8c03", "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|8352a56df88e6bff8ec361c4ebbfcdbb2df8f72e7356e741bac42771226f8c03"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 493}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.headers` used but never assigned in __init__"}, "properties": {"repobilityId": 92072, "scanner": "repobility-ast-engine", "fingerprint": "0b931d66c4aed330074d18bde6b62ce61f4723cd3596b12dd6a4bb4a28ac8b5a", "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|0b931d66c4aed330074d18bde6b62ce61f4723cd3596b12dd6a4bb4a28ac8b5a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 489}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.headers` used but never assigned in __init__"}, "properties": {"repobilityId": 92071, "scanner": "repobility-ast-engine", "fingerprint": "7794fa7ddc0df75db6dc31aea98f711f5a289d4fad72e3a88c5878ecc89177b5", "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|7794fa7ddc0df75db6dc31aea98f711f5a289d4fad72e3a88c5878ecc89177b5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 486}}}]}, {"ruleId": "MINED108", "level": "error", "message": {"text": "`self.address_string` used but never assigned in __init__"}, "properties": {"repobilityId": 92070, "scanner": "repobility-ast-engine", "fingerprint": "3a9a334a17fc92c80e76ec669dd5fe64e7604e6113c7b0896409ad2dbef68a0d", "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|3a9a334a17fc92c80e76ec669dd5fe64e7604e6113c7b0896409ad2dbef68a0d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/commission_agent.py"}, "region": {"startLine": 481}}}]}, {"ruleId": "generic-api-key", "level": "error", "message": {"text": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations."}, "properties": {"repobilityId": 92250, "scanner": "gitleaks", "fingerprint": "cc837a98753b506ee84b21e8dc02c0f9c70853cd98b1317d0d9516191fca2dfd", "category": "credential_exposure", "severity": "critical", "confidence": 0.95, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"match": "this.keys,REDACTED;", "rule_id": "generic-api-key", "scanner": "gitleaks", "detector": "generic-api-key", "correlation_key": "secret|token|330|this.keys redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/static/app/assets/index-TRH4YIfA.js"}, "region": {"startLine": 3308}}}]}, {"ruleId": "MINED123", "level": "error", "message": {"text": "Trojan Source bidi character (LRO) in source"}, "properties": {"repobilityId": 92180, "scanner": "repobility-supply-chain", "fingerprint": "faca05ecad9a8a6ba6585da9b97aaea02668ba37ce0cce331af11524b36d3f6f", "category": "dependency", "severity": "critical", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "trojan-source-bidi", "owasp": null, "cwe_ids": ["CWE-1007"], "languages": ["any"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "vuln||CVE-2021-42574|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/static/app/assets/index-TRH4YIfA.js"}, "region": {"startLine": 3962}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `sys` used but not imported"}, "properties": {"repobilityId": 92125, "scanner": "repobility-ast-engine", "fingerprint": "c538c8fdd670b9ad74e4be3a5fb6170f1fe471fbb7c5ae080d3e2f181dd8cb75", "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|c538c8fdd670b9ad74e4be3a5fb6170f1fe471fbb7c5ae080d3e2f181dd8cb75"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workspace/api/openfdd_bridge/zone_temp_analytics.py"}, "region": {"startLine": 314}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 92067, "scanner": "repobility-ast-engine", "fingerprint": "f29f3695f3153b6d38e3b9af2a5fb1ee3eda1b297c4bb17457146581fe9dcd5e", "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|f29f3695f3153b6d38e3b9af2a5fb1ee3eda1b297c4bb17457146581fe9dcd5e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/discover_points.py"}, "region": {"startLine": 175}}}]}, {"ruleId": "MINED107", "level": "error", "message": {"text": "Missing import: `warnings` used but not imported"}, "properties": {"repobilityId": 92059, "scanner": "repobility-ast-engine", "fingerprint": "652b04c7f96d286ff75969f6d65ba8f7e2b02baeb1ce6bbe9d5a1d13d32987f0", "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|652b04c7f96d286ff75969f6d65ba8f7e2b02baeb1ce6bbe9d5a1d13d32987f0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bacnet_toolshed/discover_devices.py"}, "region": {"startLine": 113}}}]}]}]}