{"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": "JRN003", "name": "Frontend API reference is not matched by discovered backend routes", "shortDescription": {"text": "Frontend API reference is not matched by discovered backend routes"}, "fullDescription": {"text": "Add the backend route, update the frontend constant to the implemented endpoint, or document that the route is served by another service and exclude it with .repobilityignore."}, "properties": {"scanner": "repobility-journey-contract", "category": "quality", "severity": "medium", "confidence": 0.74, "cwe": "", "owasp": ""}}, {"id": "JRN002", "name": "Browser storage is used for session token material", "shortDescription": {"text": "Browser storage is used for session token material"}, "fullDescription": {"text": "Prefer httpOnly, Secure, SameSite cookies or short-lived in-memory tokens. Avoid persistent browser storage for access, refresh, ID, or partner session tokens."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "medium", "confidence": 0.82, "cwe": "", "owasp": ""}}, {"id": "AUC009", "name": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function", "shortDescription": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /ll"}, "fullDescription": {"text": "Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.68, "cwe": "", "owasp": ""}}, {"id": "AUC004", "name": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence ", "shortDescription": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /remote-development-e"}, "fullDescription": {"text": "Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.66, "cwe": "", "owasp": ""}}, {"id": "AUC001", "name": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobilit", "shortDescription": {"text": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "fullDescription": {"text": "Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them."}, "properties": {"scanner": "repobility-access-control", "category": "auth", "severity": "medium", "confidence": 0.92, "cwe": "", "owasp": ""}}, {"id": "DKR014", "name": "Dockerfile copies broad context with incomplete .dockerignore", "shortDescription": {"text": "Dockerfile copies broad context with incomplete .dockerignore"}, "fullDescription": {"text": "Tighten .dockerignore or replace COPY . with explicit COPY statements."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.76, "cwe": "", "owasp": ""}}, {"id": "DKR009", "name": "Dockerfile separates apt update from install", "shortDescription": {"text": "Dockerfile separates apt update from install"}, "fullDescription": {"text": "Combine update and install in the same RUN instruction and clean package indexes in that layer."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.86, "cwe": "", "owasp": ""}}, {"id": "DKR001", "name": "Docker final stage has no non-root USER", "shortDescription": {"text": "Docker final stage has no non-root USER"}, "fullDescription": {"text": "Add a non-root USER in the final runtime stage after files and permissions are prepared."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.82, "cwe": "", "owasp": ""}}, {"id": "DKR003", "name": "Dockerfile base image uses the latest tag", "shortDescription": {"text": "Dockerfile base image uses the latest tag"}, "fullDescription": {"text": "Pin to a maintained version tag or digest and update it deliberately through dependency automation."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "medium", "confidence": 0.94, "cwe": "", "owasp": ""}}, {"id": "AGT007", "name": "localStorage write failures are swallowed silently", "shortDescription": {"text": "localStorage write failures are swallowed silently"}, "fullDescription": {"text": "Handle QuotaExceededError explicitly, show a toast or error state, and guide the user to export/clear old local data. Log non-quota failures for diagnostics."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "AGT006", "name": "React interval is created without an explicit cleanup", "shortDescription": {"text": "React interval is created without an explicit cleanup"}, "fullDescription": {"text": "Store the interval id and return a useEffect cleanup that calls clearInterval. Also clear the interval in explicit stop/end handlers when relevant."}, "properties": {"scanner": "repobility-agent-runtime", "category": "quality", "severity": "medium", "confidence": 0.78, "cwe": "", "owasp": ""}}, {"id": "SEC134", "name": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left ", "shortDescription": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets"}, "fullDescription": {"text": "Move dummy values to fixtures / seed files. In application code, require these to come from config or fail closed. Add a CI grep that rejects 'lorem ipsum' and 'example.com' outside test files."}, "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": "SEC125", "name": "[SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding assistants frequently emit placeh", "shortDescription": {"text": "[SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding assistants frequently emit placeholder credentials shaped like `API_KEY = \"your-api-key-here\"` instead of pulling from env. These get committed verbatim "}, "fullDescription": {"text": "Replace with env lookup: `API_KEY = os.environ['SERVICE_API_KEY']`. Move actual key to a secret manager. Add a startup check that the env var is non-empty so missing config fails loudly instead of shipping the placeholder."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "ERR002", "name": "[ERR002] Empty Catch Block: Empty catch blocks hide errors.", "shortDescription": {"text": "[ERR002] Empty Catch Block: Empty catch blocks hide errors."}, "fullDescription": {"text": "Log the error or rethrow it. Use console.error() at minimum."}, "properties": {"scanner": "repobility-threat-engine", "category": "error_handling", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC041", "name": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noref", "shortDescription": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and"}, "fullDescription": {"text": "Add rel=\"noopener noreferrer\" to every <a target=\"_blank\">:\n  <a href=\"...\" target=\"_blank\" rel=\"noopener noreferrer\">link</a>\nFor dynamically generated links from JS, set rel on the element before appending. Even safe-looking subdomains should harden \u2014 costs nothing."}, "properties": {"scanner": "repobility-threat-engine", "category": "security", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "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": "SEC087", "name": "[SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces", "shortDescription": {"text": "[SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0)."}, "fullDescription": {"text": "Use `crypto.randomBytes(32).toString('hex')` (Node) or `crypto.getRandomValues()` (browser)."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "DKR011", "name": "Dockerfile installs recommended OS packages", "shortDescription": {"text": "Dockerfile installs recommended OS packages"}, "fullDescription": {"text": "Add `--no-install-recommends` and explicitly list only packages the image needs."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "DKR010", "name": "Dockerfile leaves apt package indexes in the image layer", "shortDescription": {"text": "Dockerfile leaves apt package indexes in the image layer"}, "fullDescription": {"text": "End the apt install layer with `rm -rf /var/lib/apt/lists/*`."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.74, "cwe": "", "owasp": ""}}, {"id": "DKR008", "name": ".dockerignore misses sensitive defaults", "shortDescription": {"text": ".dockerignore misses sensitive defaults"}, "fullDescription": {"text": "Add missing patterns such as .env, .git, private keys, certificates, dependency folders, and local databases."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "low", "confidence": 0.72, "cwe": "", "owasp": ""}}, {"id": "SEC006", "name": "[SEC006] XSS Risk: Direct HTML injection without sanitization.", "shortDescription": {"text": "[SEC006] XSS Risk: Direct HTML injection without sanitization."}, "fullDescription": {"text": "Use textContent instead of innerHTML. Sanitize with DOMPurify."}, "properties": {"scanner": "repobility-threat-engine", "category": "injection", "severity": "low", "confidence": 0.4, "cwe": "", "owasp": ""}}, {"id": "COMP001", "name": "[COMP001] High cognitive complexity: Function `prompt_cli_login` has cognitive complexity 9 (SonarSource scale). Cogniti", "shortDescription": {"text": "[COMP001] High cognitive complexity: Function `prompt_cli_login` has cognitive complexity 9 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursi"}, "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 9."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "low", "confidence": 0.95, "cwe": "", "owasp": ""}}, {"id": "SEC022", "name": "[SEC022] Database URL With Embedded Credential: A database connection URL contains an embedded username and password. Th", "shortDescription": {"text": "[SEC022] Database URL With Embedded Credential: A database connection URL contains an embedded username and password. These URLs are often copied into defaults, docs, and scripts, then leak working credentials."}, "fullDescription": {"text": "Remove the embedded password, require the URL from a secret store or environment variable, and rotate the database credential."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "low", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "DKR002", "name": "Dockerfile base image is selected through a build variable", "shortDescription": {"text": "Dockerfile base image is selected through a build variable"}, "fullDescription": {"text": "Resolve the variable to a versioned tag or digest in production builds and document the allowed images."}, "properties": {"scanner": "repobility-docker", "category": "docker", "severity": "info", "confidence": 0.48, "cwe": "", "owasp": ""}}, {"id": "MINED074", "name": "[MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.example.com/v2). Common AI halluci", "shortDescription": {"text": "[MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.example.com/v2). Common AI hallucination."}, "fullDescription": {"text": "Review and fix per the pattern semantics."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED053", "name": "[MINED053] Placeholder Default Username: foo@bar.com / john.doe@example.com / admin/admin / changeme \u2014 typical AI placeh", "shortDescription": {"text": "[MINED053] Placeholder Default Username: foo@bar.com / john.doe@example.com / admin/admin / changeme \u2014 typical AI placeholder credentials."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-1392,CWE-798 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED058", "name": "[MINED058] React Dangerously Set Html (and 10 more): Same pattern found in 10 additional files. Review if needed.", "shortDescription": {"text": "[MINED058] React Dangerously Set Html (and 10 more): Same pattern found in 10 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-79 / A03:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED056", "name": "[MINED056] React Key As Index (and 15 more): Same pattern found in 15 additional files. Review if needed.", "shortDescription": {"text": "[MINED056] React Key As Index (and 15 more): Same pattern found in 15 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-682 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC128", "name": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 13 more): Same pattern found in 13 add", "shortDescription": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 13 more): Same pattern found in 13 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": "SEC100", "name": "[SEC100] CORS permissive Access-Control-Allow-Origin: * (and 5 more): Same pattern found in 5 additional files. Review i", "shortDescription": {"text": "[SEC100] CORS permissive Access-Control-Allow-Origin: * (and 5 more): Same pattern found in 5 additional files. Review if needed."}, "fullDescription": {"text": "Allowlist specific origins. For dynamic per-request validation, validate against a known list and echo the origin back. Never combine wildcard origin with credentials."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC040", "name": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data (and 8 more): Same pattern found in 8 additional fil", "shortDescription": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data (and 8 more): Same pattern found in 8 additional files. Review if needed."}, "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": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED043", "name": "[MINED043] Http Not Https (and 6 more): Same pattern found in 6 additional files. Review if needed.", "shortDescription": {"text": "[MINED043] Http Not Https (and 6 more): Same pattern found in 6 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": "MINED019", "name": "[MINED019] Ssti Jinja From String (and 2 more): Same pattern found in 2 additional files. Review if needed.", "shortDescription": {"text": "[MINED019] Ssti Jinja From String (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-94 / A03:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED054", "name": "[MINED054] Ts As Any (and 58 more): Same pattern found in 58 additional files. Review if needed.", "shortDescription": {"text": "[MINED054] Ts As Any (and 58 more): Same pattern found in 58 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-704 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED049", "name": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout.", "shortDescription": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-532 / A09:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC020", "name": "[SEC020] Secret Printed to Logs (and 5 more): Same pattern found in 5 additional files. Review if needed.", "shortDescription": {"text": "[SEC020] Secret Printed to Logs (and 5 more): Same pattern found in 5 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": "SEC118", "name": "[SEC118] UUIDv1 / UUIDv3 used for security-sensitive identifier: UUIDv1 encodes the MAC address and timestamp, making it", "shortDescription": {"text": "[SEC118] UUIDv1 / UUIDv3 used for security-sensitive identifier: UUIDv1 encodes the MAC address and timestamp, making it predictable. Used as a session token or password-reset key, it's enumerable."}, "fullDescription": {"text": "Use `uuid.uuid4()` (random) or `secrets.token_urlsafe()` for tokens. In Go, use `uuid.NewRandom()` (google/uuid)."}, "properties": {"scanner": "repobility-threat-engine", "category": "crypto", "severity": "info", "confidence": 0.1, "cwe": "", "owasp": ""}}, {"id": "MINED052", "name": "[MINED052] Ts Any Typed (and 32 more): Same pattern found in 32 additional files. Review if needed.", "shortDescription": {"text": "[MINED052] Ts Any Typed (and 32 more): Same pattern found in 32 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-704 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED045", "name": "[MINED045] Ts Non Null Assertion (and 43 more): Same pattern found in 43 additional files. Review if needed.", "shortDescription": {"text": "[MINED045] Ts Non Null Assertion (and 43 more): Same pattern found in 43 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-476 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "SEC029", "name": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 60 more): Same pattern found in 60 addi", "shortDescription": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 60 more): Same pattern found in 60 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": "MINED044", "name": "[MINED044] Js Console Log Prod (and 86 more): Same pattern found in 86 additional files. Review if needed.", "shortDescription": {"text": "[MINED044] Js Console Log Prod (and 86 more): Same pattern found in 86 additional files. Review if needed."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-532 /  for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "info", "confidence": 0.2, "cwe": "", "owasp": ""}}, {"id": "MINED118", "name": "[MINED118] Dockerfile FROM `node:22-slim` not pinned by digest: `FROM node:22-slim` resolves the tag at build time. The ", "shortDescription": {"text": "[MINED118] Dockerfile FROM `node:22-slim` not pinned by digest: `FROM node:22-slim` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images shou"}, "fullDescription": {"text": "Replace with: `FROM node:22-slim@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot)."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "high", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED113", "name": "[MINED113] Express POST /api/consume-changes has no auth: Express route POST /api/consume-changes declared without an au", "shortDescription": {"text": "[MINED113] Express POST /api/consume-changes has no auth: Express route POST /api/consume-changes declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:"}, "fullDescription": {"text": "Add an auth middleware: app.post('/api/consume-changes', requireAuth, handler) \u2014 or mount the router under app.use('/api', authMiddleware) and ensure the path is covered. If truly public, mark with a comment."}, "properties": {"scanner": "repobility-route-auth", "category": "quality", "severity": "high", "confidence": 0.8, "cwe": "", "owasp": ""}}, {"id": "JRN009", "name": "Secret-like setting is echoed into a password input value", "shortDescription": {"text": "Secret-like setting is echoed into a password input value"}, "fullDescription": {"text": "Never prefill secret fields with stored values. Show a masked status such as configured/not configured, require explicit rotation to replace the value, and return the raw key only once at creation time."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "high", "confidence": 0.83, "cwe": "", "owasp": ""}}, {"id": "JRN004", "name": "Consent is collected in UI without visible backend audit persistence", "shortDescription": {"text": "Consent is collected in UI without visible backend audit persistence"}, "fullDescription": {"text": "Persist consent as a backend record with subject, actor, purpose, scope, legal text version, timestamp, IP address, user agent, and revocation state."}, "properties": {"scanner": "repobility-journey-contract", "category": "auth", "severity": "high", "confidence": 0.78, "cwe": "", "owasp": ""}}, {"id": "SEC083", "name": "[SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) \u2014 variable input can craft a ReDoS pattern. Ported fr", "shortDescription": {"text": "[SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) \u2014 variable input can craft a ReDoS pattern. Ported from eslint-plugin-security detect-non-literal-regexp (Apache-2.0)."}, "fullDescription": {"text": "Use a literal RegExp or whitelist-validate user input before constructing patterns."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC027", "name": "[SEC027] XML External Entity (XXE) \u2014 Node.js xml parsers: Node.js XML parsers can expand external entities if not config", "shortDescription": {"text": "[SEC027] XML External Entity (XXE) \u2014 Node.js xml parsers: Node.js XML parsers can expand external entities if not configured. libxmljs in particular has had XXE CVEs."}, "fullDescription": {"text": "Pass `noent: false` to libxmljs. Avoid xml2js or pass explicit secure config. Prefer parsers that don't expand external entities at all."}, "properties": {"scanner": "repobility-threat-engine", "category": "xxe", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED004", "name": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).", "shortDescription": {"text": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums)."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED012", "name": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code.", "shortDescription": {"text": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-494 / A08:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "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": "SEC018", "name": "[SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials was committed. AI coding agents ", "shortDescription": {"text": "[SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials was committed. AI coding agents often add these commands while trying to help with setup or deployment, but they can leak live secrets through logs, she"}, "fullDescription": {"text": "Remove the command, use a secret manager or CI masked secret, and rotate any credential that may have been printed."}, "properties": {"scanner": "repobility-threat-engine", "category": "credential_exposure", "severity": "high", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "MINED116", "name": "[MINED116] Workflow uses `secrets.STACK_FREESTYLE_REAL_API_KEY` on a `pull_request` trigger: This workflow triggers on `", "shortDescription": {"text": "[MINED116] Workflow uses `secrets.STACK_FREESTYLE_REAL_API_KEY` on a `pull_request` trigger: This workflow triggers on `pull_request`, which checks out the FORK's code. Referencing `${ secrets.STACK_FREESTYLE_REAL_API_KEY }` lets a PR from "}, "fullDescription": {"text": "Either remove the secret reference, or switch the trigger to `pull_request_target` AND ensure no fork-controlled code runs before the secret is consumed."}, "properties": {"scanner": "repobility-supply-chain", "category": "dependency", "severity": "critical", "confidence": 0.9, "cwe": "", "owasp": ""}}, {"id": "MINED013", "name": "[MINED013] Password In Url: https://user:password@host \u2014 leaks creds via logs, referrer, error messages.", "shortDescription": {"text": "[MINED013] Password In Url: https://user:password@host \u2014 leaks creds via logs, referrer, error messages."}, "fullDescription": {"text": "Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context."}, "properties": {"scanner": "repobility-threat-engine", "category": "quality", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "SEC051", "name": "[SEC051] Stripe live/test key: Stripe API key (live or test). Live keys can charge real cards. Ported from gitleaks stri", "shortDescription": {"text": "[SEC051] Stripe live/test key: Stripe API key (live or test). Live keys can charge real cards. Ported from gitleaks stripe-access-token (MIT)."}, "fullDescription": {"text": "Roll the key in Stripe Dashboard immediately. If a live key was committed, audit Stripe events for unauthorized charges."}, "properties": {"scanner": "repobility-threat-engine", "category": "secret", "severity": "critical", "confidence": 1.0, "cwe": "", "owasp": ""}}]}}, "automationDetails": {"id": "repobility/1188"}, "properties": {"repository": "hexclave/hexclave", "repoUrl": "https://github.com/hexclave/hexclave", "branch": "main"}, "results": [{"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119447, "scanner": "repobility-journey-contract", "fingerprint": "1f743753410acf63c47b41ef81c4a00235577cecf8e7019b7d62ad69f765830b", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/schema", "correlation_key": "fp|1f743753410acf63c47b41ef81c4a00235577cecf8e7019b7d62ad69f765830b", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 4198}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119446, "scanner": "repobility-journey-contract", "fingerprint": "6c284bb4efd4d8c5861c8eb324063cd664919135689edbb7e51ab4beddd6721f", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/switch-schema", "correlation_key": "fp|6c284bb4efd4d8c5861c8eb324063cd664919135689edbb7e51ab4beddd6721f", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 4184}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119445, "scanner": "repobility-journey-contract", "fingerprint": "de1eae4be9d355f31b5702b3d9dc1b36a8b4910efc0e1aaf7bec676f4c71b888", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/schemas", "correlation_key": "fp|de1eae4be9d355f31b5702b3d9dc1b36a8b4910efc0e1aaf7bec676f4c71b888", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 4176}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119444, "scanner": "repobility-journey-contract", "fingerprint": "ef68dff8cb32110bdfe80856d5b28b6b0b5090ff6da954f70daa9942ef900e09", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/version", "correlation_key": "fp|ef68dff8cb32110bdfe80856d5b28b6b0b5090ff6da954f70daa9942ef900e09", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 4171}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119443, "scanner": "repobility-journey-contract", "fingerprint": "43efc4211efa3193a53b5576078df686d2bd4d61a5ad066c02218228e5089818", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/switch-schema", "correlation_key": "fp|43efc4211efa3193a53b5576078df686d2bd4d61a5ad066c02218228e5089818", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 4102}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119442, "scanner": "repobility-journey-contract", "fingerprint": "9852a7669216c801b98b12363374527571d0e7bc5f8585dcc33093f69e93ecf9", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/version", "correlation_key": "fp|9852a7669216c801b98b12363374527571d0e7bc5f8585dcc33093f69e93ecf9", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 3993}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119441, "scanner": "repobility-journey-contract", "fingerprint": "e1107f771077c396fbe0a320c4b1233852e3cd3598aba59bbf9095c9eeaa9123", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/raw/delete", "correlation_key": "fp|e1107f771077c396fbe0a320c4b1233852e3cd3598aba59bbf9095c9eeaa9123", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 3498}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119440, "scanner": "repobility-journey-contract", "fingerprint": "718a68f3358f0c46e23f5cddb32b4a6fc492062363f7ec74e95553eea87020e0", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/raw/upsert", "correlation_key": "fp|718a68f3358f0c46e23f5cddb32b4a6fc492062363f7ec74e95553eea87020e0", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 3488}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119439, "scanner": "repobility-journey-contract", "fingerprint": "c8168d327f7f958979d38a424593d774875dcdda848512880e778e06a71b55e7", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/timefold/debug", "correlation_key": "fp|c8168d327f7f958979d38a424593d774875dcdda848512880e778e06a71b55e7", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 3481}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119438, "scanner": "repobility-journey-contract", "fingerprint": "87b1ccba07d09dfcf8db61013ccdc2b9fd24e300eafbb3f6ea4960cdb662d4b3", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/raw/node", "correlation_key": "fp|87b1ccba07d09dfcf8db61013ccdc2b9fd24e300eafbb3f6ea4960cdb662d4b3", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 3472}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119437, "scanner": "repobility-journey-contract", "fingerprint": "ef5315a9b183a765a54ecc53f2b11cf1a2cdb7185cbe1a06bf627d4cef79d8f8", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/tables/init-all", "correlation_key": "fp|ef5315a9b183a765a54ecc53f2b11cf1a2cdb7185cbe1a06bf627d4cef79d8f8", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 3460}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119436, "scanner": "repobility-journey-contract", "fingerprint": "69714db5728a36cd982b2b9bb6361196399b10c49f1950b20a5c2866d6743cad", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/table", "correlation_key": "fp|69714db5728a36cd982b2b9bb6361196399b10c49f1950b20a5c2866d6743cad", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 3439}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119435, "scanner": "repobility-journey-contract", "fingerprint": "fbcb7892f6000a1ba61afd1309f78217264dc2542d8958e43f255900aca3400c", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/table", "correlation_key": "fp|fbcb7892f6000a1ba61afd1309f78217264dc2542d8958e43f255900aca3400c", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 3431}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119434, "scanner": "repobility-journey-contract", "fingerprint": "3e8a67dc1e256e6e3f36b8c0c6a6df92add71337f7ff7333c496000f267ec742", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/schema", "correlation_key": "fp|3e8a67dc1e256e6e3f36b8c0c6a6df92add71337f7ff7333c496000f267ec742", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 3411}}}]}, {"ruleId": "JRN003", "level": "warning", "message": {"text": "Frontend API reference is not matched by discovered backend routes"}, "properties": {"repobilityId": 119433, "scanner": "repobility-journey-contract", "fingerprint": "0ceb12c121e882c12654a3870cc3bdac110100407134ad86aa0f61fee3111256", "category": "quality", "severity": "medium", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Same-origin /api path appears in frontend code but no discovered backend endpoint has the same route shape.", "evidence": {"rule_id": "JRN003", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "route_shape": "/api/schemas", "correlation_key": "fp|0ceb12c121e882c12654a3870cc3bdac110100407134ad86aa0f61fee3111256", "backend_endpoint_count": 18}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 2089}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 119432, "scanner": "repobility-journey-contract", "fingerprint": "da5d8b3d930cc47cbf15f0496ea0de7e4f9565a8b2015cc35083aecf441dc8dc", "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|98|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/internal-tool/src/hooks/useSpacetimeDB.ts"}, "region": {"startLine": 98}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 119431, "scanner": "repobility-journey-contract", "fingerprint": "1a569afded21a49b67c7922ed0c14259509a0f50f536703473e552202af3ab11", "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|61|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/internal-tool/src/hooks/useSpacetimeDB.ts"}, "region": {"startLine": 61}}}]}, {"ruleId": "JRN002", "level": "warning", "message": {"text": "Browser storage is used for session token material"}, "properties": {"repobilityId": 119430, "scanner": "repobility-journey-contract", "fingerprint": "7da7df02798fe8dccf49cf5f9ea204a72c15aa6d86e80f861e74581c1b098dd8", "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|56|jrn002"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/internal-tool/src/hooks/useSpacetimeDB.ts"}, "region": {"startLine": 56}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /llms.mdx/::...slug."}, "properties": {"repobilityId": 119429, "scanner": "repobility-access-control", "fingerprint": "9349513a399a801e9a26139a6326569379b4ce17308d9de109111d705684bbf9", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/llms.mdx/::...slug", "method": "GET", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|docs/src/app/llms.mdx/ ...slug /route.ts|8|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/src/app/llms.mdx/[[...slug]]/route.ts"}, "region": {"startLine": 8}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /discord-webhook/response/route."}, "properties": {"repobilityId": 119428, "scanner": "repobility-access-control", "fingerprint": "3cc5847f6cf8399cdfb83640a115b3e3ad6f6fe0a945e83c0f7a2c5c7a38341e", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/discord-webhook/response/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|3|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/src/app/api/discord-webhook/response/route.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /discord-webhook/route."}, "properties": {"repobilityId": 119427, "scanner": "repobility-access-control", "fingerprint": "7060af9a4a8bf8b18bffdfb33b321cf8c7269ad0104ad89445d002b7cd7ecbe1", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/discord-webhook/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|4|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/src/app/api/discord-webhook/route.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /search/route."}, "properties": {"repobilityId": 119426, "scanner": "repobility-access-control", "fingerprint": "a8c275bf16cab26848152271c40cafd2888e87fa24f7deee8e03ce9a467ebdca", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/search/route", "method": "GET", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|97|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/src/app/api/search/route.ts"}, "region": {"startLine": 97}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /llms.txt."}, "properties": {"repobilityId": 119425, "scanner": "repobility-access-control", "fingerprint": "b98a4cb5dbb9e105c000d841619314c871797c273bf1844e69780b2a54480126", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/llms.txt", "method": "GET", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|7|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/src/app/llms.txt/route.ts"}, "region": {"startLine": 7}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /remote-development-environment/config/apply-update/route."}, "properties": {"repobilityId": 119424, "scanner": "repobility-access-control", "fingerprint": "f3db653ccf1be1e2c5d6ab8bf1191158acbeab331abebf7ff7789ae8846a5355", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/remote-development-environment/config/apply-update/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|9|auc009", "identity_targets": ["authenticated"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/api/remote-development-environment/config/apply-update/route.ts"}, "region": {"startLine": 9}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /development-environment/browser-secret/start-localbound-server/route."}, "properties": {"repobilityId": 119423, "scanner": "repobility-access-control", "fingerprint": "486e0dc12300221be056c4d20fbcdf19d0e076396e4e6f9195dd675529c02e9a", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/development-environment/browser-secret/start-localbound-server/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|6|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/api/development-environment/browser-secret/start-localbound-server/route.ts"}, "region": {"startLine": 6}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /development-environment/browser-secret/submit-confirmation-code/route."}, "properties": {"repobilityId": 119422, "scanner": "repobility-access-control", "fingerprint": "846dab7f700b3f61f1b603291c2dec145e5b185224b9ade628e94649d10c6460", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/development-environment/browser-secret/submit-confirmation-code/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|22|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/api/development-environment/browser-secret/submit-confirmation-code/route.ts"}, "region": {"startLine": 22}}}]}, {"ruleId": "AUC009", "level": "warning", "message": {"text": "[AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /development-environment/browser-secret/store/route."}, "properties": {"repobilityId": 119421, "scanner": "repobility-access-control", "fingerprint": "12ac23091972e2f19193ae2b3352cccf93a24d5255db059ee4e9ad8142efec0f", "category": "auth", "severity": "medium", "confidence": 0.68, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/development-environment/browser-secret/store/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|19|auc009", "identity_targets": ["unknown"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/api/development-environment/browser-secret/store/route.ts"}, "region": {"startLine": 19}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /remote-development-environment/sessions/:sessionId/heartbeat/route."}, "properties": {"repobilityId": 119420, "scanner": "repobility-access-control", "fingerprint": "9c63b230f5e209cdd2779c6986b977839bbc71158060093a3582a4afaa85c9bf", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/remote-development-environment/sessions/:sessionId/heartbeat/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token / sessionid /heartbeat/route.ts|7|auc004", "identity_targets": ["authenticated", "owner", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/api/remote-development-environment/sessions/[sessionId]/heartbeat/route.ts"}, "region": {"startLine": 7}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: DELETE /remote-development-environment/sessions/:sessionId/route."}, "properties": {"repobilityId": 119419, "scanner": "repobility-access-control", "fingerprint": "2eaa423074e7c90577d9af5ddfd9deea314b59f6373b3ba59ce201c35c0937f8", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/remote-development-environment/sessions/:sessionId/route", "method": "DELETE", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token / sessionid /route.ts|7|auc004", "identity_targets": ["authenticated", "owner", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/api/remote-development-environment/sessions/[sessionId]/route.ts"}, "region": {"startLine": 7}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /remote-development-environment/auth/route."}, "properties": {"repobilityId": 119418, "scanner": "repobility-access-control", "fingerprint": "6b2ddf8fa91d2d7dafccefcbed27d2b416602fe5e700964cb63777b93733ab5d", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/remote-development-environment/auth/route", "method": "GET", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|32|auc004", "identity_targets": ["unknown", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/api/remote-development-environment/auth/route.ts"}, "region": {"startLine": 32}}}]}, {"ruleId": "AUC004", "level": "warning", "message": {"text": "[AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: POST /remote-development-environment/sessions/route."}, "properties": {"repobilityId": 119417, "scanner": "repobility-access-control", "fingerprint": "14b41cff5dfd490b1c734cf8478bcf5e87e691f04cc367422633ae754a9013ba", "category": "auth", "severity": "medium", "confidence": 0.66, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"path": "/remote-development-environment/sessions/route", "method": "POST", "scanner": "repobility-access-control", "framework": "Next.js", "correlation_key": "code|auth|token|9|auc004", "identity_targets": ["authenticated", "admin"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/api/remote-development-environment/sessions/route.ts"}, "region": {"startLine": 9}}}]}, {"ruleId": "AUC001", "level": "warning", "message": {"text": "[AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation."}, "properties": {"repobilityId": 119416, "scanner": "repobility-access-control", "fingerprint": "f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10", "category": "auth", "severity": "medium", "confidence": 0.92, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Static route and framework evidence require project-owner confirmation.", "evidence": {"scanner": "repobility-access-control", "frameworks": ["Next.js"], "expected_files": [".repobility/access.yml", ".repobility/access.yaml", ".repobility/access.json", ".repobility/authorization.yml"], "correlation_key": "fp|f1305052c3ba1e6c1cdb5dccc19e58a8168cf78b176658f32b1fc823df3e9d10"}}}, {"ruleId": "DKR014", "level": "warning", "message": {"text": "Dockerfile copies broad context with incomplete .dockerignore"}, "properties": {"repobilityId": 119413, "scanner": "repobility-docker", "fingerprint": "1726def847216911d8a48f4703f371cc87a7f8a54f0f84f8c66a254125dec6a0", "category": "docker", "severity": "medium", "confidence": 0.76, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Broad context copy found and .dockerignore misses sensitive defaults.", "evidence": {"rule_id": "DKR014", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|1726def847216911d8a48f4703f371cc87a7f8a54f0f84f8c66a254125dec6a0", "missing_patterns": ["id_rsa", "*.pem", "*.key"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/server/Dockerfile"}, "region": {"startLine": 24}}}]}, {"ruleId": "DKR009", "level": "warning", "message": {"text": "Dockerfile separates apt update from install"}, "properties": {"repobilityId": 119412, "scanner": "repobility-docker", "fingerprint": "f2c6e5e7dadfdcc46494141f17330f826a17329b3b23aa625f64416336590b48", "category": "docker", "severity": "medium", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Package index update appears without package installation in the same layer.", "evidence": {"rule_id": "DKR009", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|f2c6e5e7dadfdcc46494141f17330f826a17329b3b23aa625f64416336590b48"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/server/Dockerfile"}, "region": {"startLine": 8}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 119410, "scanner": "repobility-docker", "fingerprint": "591a0c47cf8d0c08bd4add3ac4f698147546367bb69404d455d27779b1367928", "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": "node:20-alpine", "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|591a0c47cf8d0c08bd4add3ac4f698147546367bb69404d455d27779b1367928"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/mock-oauth-server/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 119409, "scanner": "repobility-docker", "fingerprint": "608c28b1d00c0632f256f4ac92036d3cef249b47a068374af610a3ea857cdd94", "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": "debian:trixie-slim", "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|608c28b1d00c0632f256f4ac92036d3cef249b47a068374af610a3ea857cdd94"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 185}}}]}, {"ruleId": "DKR003", "level": "warning", "message": {"text": "Dockerfile base image uses the latest tag"}, "properties": {"repobilityId": 119408, "scanner": "repobility-docker", "fingerprint": "3244940010dcd0b505488fd767331fca19cb0614b19fafecc6fa363c317f52e5", "category": "docker", "severity": "medium", "confidence": 0.94, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Image tag is latest.", "evidence": {"image": "bgodil/qstash:latest", "rule_id": "DKR003", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|3244940010dcd0b505488fd767331fca19cb0614b19fafecc6fa363c317f52e5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 155}}}]}, {"ruleId": "DKR014", "level": "warning", "message": {"text": "Dockerfile copies broad context with incomplete .dockerignore"}, "properties": {"repobilityId": 119407, "scanner": "repobility-docker", "fingerprint": "ce5a119e02539b7812beb32ce7fcf11abbdd7340cd1c00f41caf83b80a9d3b58", "category": "docker", "severity": "medium", "confidence": 0.76, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Broad context copy found and .dockerignore misses sensitive defaults.", "evidence": {"rule_id": "DKR014", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|ce5a119e02539b7812beb32ce7fcf11abbdd7340cd1c00f41caf83b80a9d3b58", "missing_patterns": ["id_rsa", "*.pem", "*.key"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 28}}}]}, {"ruleId": "DKR009", "level": "warning", "message": {"text": "Dockerfile separates apt update from install"}, "properties": {"repobilityId": 119406, "scanner": "repobility-docker", "fingerprint": "3dd66fdec9dfd606b8ba83b60563ed99111d38ad462adb43587027b82cc0cc2d", "category": "docker", "severity": "medium", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Package index update appears without package installation in the same layer.", "evidence": {"rule_id": "DKR009", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|3dd66fdec9dfd606b8ba83b60563ed99111d38ad462adb43587027b82cc0cc2d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 13}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 119404, "scanner": "repobility-docker", "fingerprint": "37445c8a64e30bd22ba16d209454e7accfcf4c91006728b9cc7a14810f21645c", "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": "postgres:15", "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|37445c8a64e30bd22ba16d209454e7accfcf4c91006728b9cc7a14810f21645c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dev-postgres-with-extensions/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 119401, "scanner": "repobility-docker", "fingerprint": "163c485800f87124f646b8f06153120a613840d8ad880a896b00219e6c41ebb0", "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": "postgres:15", "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|163c485800f87124f646b8f06153120a613840d8ad880a896b00219e6c41ebb0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dev-postgres-replica/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 119400, "scanner": "repobility-docker", "fingerprint": "d02b684def474b0f5aca9fa369142a1eeb06251f58f5d28b533d69d9b3737b8a", "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": "node:20-alpine", "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|d02b684def474b0f5aca9fa369142a1eeb06251f58f5d28b533d69d9b3737b8a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dependencies/wal-info/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR014", "level": "warning", "message": {"text": "Dockerfile copies broad context with incomplete .dockerignore"}, "properties": {"repobilityId": 119399, "scanner": "repobility-docker", "fingerprint": "4358de9336e630934618f3e5cb25653a1f95ef311d0c577ede190025d6b0b6c3", "category": "docker", "severity": "medium", "confidence": 0.76, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Broad context copy found and .dockerignore misses sensitive defaults.", "evidence": {"rule_id": "DKR014", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|4358de9336e630934618f3e5cb25653a1f95ef311d0c577ede190025d6b0b6c3", "missing_patterns": ["id_rsa", "*.pem", "*.key"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dependencies/wal-info/Dockerfile"}, "region": {"startLine": 11}}}]}, {"ruleId": "DKR001", "level": "warning", "message": {"text": "Docker final stage has no non-root USER"}, "properties": {"repobilityId": 119398, "scanner": "repobility-docker", "fingerprint": "3cf8756b1e4a1ce10f95d2a71b13a068deb8aa7e212ac1dd6e24ed9b8dd88ac6", "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": "node:22-slim", "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|3cf8756b1e4a1ce10f95d2a71b13a068deb8aa7e212ac1dd6e24ed9b8dd88ac6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dependencies/freestyle-mock/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "DKR014", "level": "warning", "message": {"text": "Dockerfile copies broad context with incomplete .dockerignore"}, "properties": {"repobilityId": 119395, "scanner": "repobility-docker", "fingerprint": "a848d88f8644907c211ae4b380e7c6a3cb69dc55e3e79b6e4315df03b5a59c79", "category": "docker", "severity": "medium", "confidence": 0.76, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Broad context copy found and .dockerignore misses sensitive defaults.", "evidence": {"rule_id": "DKR014", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|a848d88f8644907c211ae4b380e7c6a3cb69dc55e3e79b6e4315df03b5a59c79", "missing_patterns": ["id_rsa", "*.pem", "*.key"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/backend/Dockerfile"}, "region": {"startLine": 30}}}]}, {"ruleId": "DKR009", "level": "warning", "message": {"text": "Dockerfile separates apt update from install"}, "properties": {"repobilityId": 119394, "scanner": "repobility-docker", "fingerprint": "9d3454ad31ed901e0a1fdabae54d5cf89f4991c5aedcdac4dfb71e83d6b3bf6f", "category": "docker", "severity": "medium", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Package index update appears without package installation in the same layer.", "evidence": {"rule_id": "DKR009", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|9d3454ad31ed901e0a1fdabae54d5cf89f4991c5aedcdac4dfb71e83d6b3bf6f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/backend/Dockerfile"}, "region": {"startLine": 14}}}]}, {"ruleId": "AGT007", "level": "warning", "message": {"text": "localStorage write failures are swallowed silently"}, "properties": {"repobilityId": 119392, "scanner": "repobility-agent-runtime", "fingerprint": "510c59a9263db3a1204541c98f4261df6c77f6fca8eaf335faf99dfa9e370c03", "category": "quality", "severity": "medium", "confidence": 0.8, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File writes to localStorage and has an empty or ignore-only catch block without QuotaExceededError handling.", "evidence": {"rule_id": "AGT007", "scanner": "repobility-agent-runtime", "references": ["https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API"], "correlation_key": "fp|510c59a9263db3a1204541c98f4261df6c77f6fca8eaf335faf99dfa9e370c03"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/session-replays/page-client.tsx"}, "region": {"startLine": 981}}}]}, {"ruleId": "AGT006", "level": "warning", "message": {"text": "React interval is created without an explicit cleanup"}, "properties": {"repobilityId": 119391, "scanner": "repobility-agent-runtime", "fingerprint": "b9884391f36b44af1d057749c3559ffd24e48b4cc1e98e6fdf009edcd68a719b", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File uses setInterval with useEffect or hook-style code and no clearInterval cleanup was found.", "evidence": {"rule_id": "AGT006", "scanner": "repobility-agent-runtime", "references": ["https://react.dev/reference/react/useEffect"], "correlation_key": "fp|b9884391f36b44af1d057749c3559ffd24e48b4cc1e98e6fdf009edcd68a719b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/payments/products/product-price-row.tsx"}, "region": {"startLine": 69}}}]}, {"ruleId": "AGT006", "level": "warning", "message": {"text": "React interval is created without an explicit cleanup"}, "properties": {"repobilityId": 119390, "scanner": "repobility-agent-runtime", "fingerprint": "d1d1312d320c62abe52c02386d62f7f04b51c615ce4838ba7addd9118e74af7c", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File uses setInterval with useEffect or hook-style code and no clearInterval cleanup was found.", "evidence": {"rule_id": "AGT006", "scanner": "repobility-agent-runtime", "references": ["https://react.dev/reference/react/useEffect"], "correlation_key": "fp|d1d1312d320c62abe52c02386d62f7f04b51c615ce4838ba7addd9118e74af7c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/payments/products/price-dialog.tsx"}, "region": {"startLine": 37}}}]}, {"ruleId": "AGT006", "level": "warning", "message": {"text": "React interval is created without an explicit cleanup"}, "properties": {"repobilityId": 119389, "scanner": "repobility-agent-runtime", "fingerprint": "25ce91aa898cb4d16c902d42b99ed96518021a09a9dac82d89367b1e36476df4", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File uses setInterval with useEffect or hook-style code and no clearInterval cleanup was found.", "evidence": {"rule_id": "AGT006", "scanner": "repobility-agent-runtime", "references": ["https://react.dev/reference/react/useEffect"], "correlation_key": "fp|25ce91aa898cb4d16c902d42b99ed96518021a09a9dac82d89367b1e36476df4"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/payments/products/page-client-product-lines-view.tsx"}, "region": {"startLine": 393}}}]}, {"ruleId": "AGT006", "level": "warning", "message": {"text": "React interval is created without an explicit cleanup"}, "properties": {"repobilityId": 119388, "scanner": "repobility-agent-runtime", "fingerprint": "ba5e2cb28e98857d80df6763564a1c1e06b0e90ccb10cf4516ba7f49a5cf4576", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File uses setInterval with useEffect or hook-style code and no clearInterval cleanup was found.", "evidence": {"rule_id": "AGT006", "scanner": "repobility-agent-runtime", "references": ["https://react.dev/reference/react/useEffect"], "correlation_key": "fp|ba5e2cb28e98857d80df6763564a1c1e06b0e90ccb10cf4516ba7f49a5cf4576"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/payments/products/components.tsx"}, "region": {"startLine": 58}}}]}, {"ruleId": "AGT007", "level": "warning", "message": {"text": "localStorage write failures are swallowed silently"}, "properties": {"repobilityId": 119387, "scanner": "repobility-agent-runtime", "fingerprint": "bb60338eed107f45f995b806e2235dca01ad6d4181704e142db4629bcb71f4ca", "category": "quality", "severity": "medium", "confidence": 0.8, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "File writes to localStorage and has an empty or ignore-only catch block without QuotaExceededError handling.", "evidence": {"rule_id": "AGT007", "scanner": "repobility-agent-runtime", "references": ["https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API"], "correlation_key": "fp|bb60338eed107f45f995b806e2235dca01ad6d4181704e142db4629bcb71f4ca"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/run-bulldozer-studio.ts"}, "region": {"startLine": 2021}}}]}, {"ruleId": "SEC134", "level": "warning", "message": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets to swap them. In production, these break demo flows, send mail to a real example.com host (it's owned by IANA), and leak that the codebase had an AI scaffolding pass."}, "properties": {"repobilityId": 119378, "scanner": "repobility-threat-engine", "fingerprint": "c4f37bc3dfcf8b59cbcfa691523d1b0e922082bd4b0f8d916ae55f30d766d3ed", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"John Doe\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC134", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|c4f37bc3dfcf8b59cbcfa691523d1b0e922082bd4b0f8d916ae55f30d766d3ed"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/src/components/stack-auth/stack-user-button-demo.tsx"}, "region": {"startLine": 26}}}]}, {"ruleId": "SEC134", "level": "warning", "message": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets to swap them. In production, these break demo flows, send mail to a real example.com host (it's owned by IANA), and leak that the codebase had an AI scaffolding pass."}, "properties": {"repobilityId": 119377, "scanner": "repobility-threat-engine", "fingerprint": "8491d9af6e5b06700520b24e7089a9414d51c71871d4b4409e1ecbe36af965fc", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"John Doe\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC134", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|8491d9af6e5b06700520b24e7089a9414d51c71871d4b4409e1ecbe36af965fc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/src/components/stack-auth/stack-account-settings.tsx"}, "region": {"startLine": 21}}}]}, {"ruleId": "SEC134", "level": "warning", "message": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code: Lorem ipsum / John Doe / example.com left in non-test code. AI agents emit these as 'reasonable defaults' when they don't know real values; the human then forgets to swap them. In production, these break demo flows, send mail to a real example.com host (it's owned by IANA), and leak that the codebase had an AI scaffolding pass."}, "properties": {"repobilityId": 119376, "scanner": "repobility-threat-engine", "fingerprint": "a2080f9e3f9ebdf91312dcf0cf801682ebc2643510af6b40e5e41838aa74a41a", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"Acme Corp\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC134", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|a2080f9e3f9ebdf91312dcf0cf801682ebc2643510af6b40e5e41838aa74a41a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs-mintlify/snippets/payments-concepts.jsx"}, "region": {"startLine": 117}}}]}, {"ruleId": "SEC001", "level": "warning", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 119371, "scanner": "repobility-threat-engine", "fingerprint": "109c4bb06621483a7418c125813abc884e33be99b77dad4f9b2279e0c14f89f2", "category": "credential_exposure", "severity": "medium", "confidence": 0.3, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Low entropy value (3.7 bits) \u2014 may be placeholder or common string Collapsed 1 duplicate scanner signal(s) for the same underlying issue.", "evidence": {"match": "PASSWORD = \"<redacted>\"", "reason": "Low entropy value (3.7 bits) \u2014 may be placeholder or common string", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.3, "correlation_key": "secret|token|1|password redacted", "duplicate_count": 1, "duplicate_rule_ids": ["SEC001"], "duplicate_scanners": ["repobility-threat-engine"], "duplicate_fingerprints": ["109c4bb06621483a7418c125813abc884e33be99b77dad4f9b2279e0c14f89f2", "56375ca22512661ce258d558d422f8c354d360722844bf9bc9a35910a6895ff6"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/shared/src/local-emulator.ts"}, "region": {"startLine": 5}}}]}, {"ruleId": "SEC125", "level": "warning", "message": {"text": "[SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding assistants frequently emit placeholder credentials shaped like `API_KEY = \"your-api-key-here\"` instead of pulling from env. These get committed verbatim \u2014 production code with a literal placeholder string is a near-certain bug, and the value also leaks what credential type the system expects to authentication crawlers. CWE-1188. Distinctive AI footprint: the exact phrase shape `your-X-here` is uncommon in hand"}, "properties": {"repobilityId": 119370, "scanner": "repobility-threat-engine", "fingerprint": "04db39f16b088b97bea6bde18c230cf5d2533844e9f39b6702a05f0185f6d360", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"REPLACE_ME\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC125", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|04db39f16b088b97bea6bde18c230cf5d2533844e9f39b6702a05f0185f6d360"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/internal-tool/src/hooks/useSpacetimeDB.ts"}, "region": {"startLine": 6}}}]}, {"ruleId": "SEC125", "level": "warning", "message": {"text": "[SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding assistants frequently emit placeholder credentials shaped like `API_KEY = \"your-api-key-here\"` instead of pulling from env. These get committed verbatim \u2014 production code with a literal placeholder string is a near-certain bug, and the value also leaks what credential type the system expects to authentication crawlers. CWE-1188. Distinctive AI footprint: the exact phrase shape `your-X-here` is uncommon in hand"}, "properties": {"repobilityId": 119369, "scanner": "repobility-threat-engine", "fingerprint": "b37262f156dc1c289f219661c2a392c75f2e6ded038db249f578d9e16528082b", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"REPLACE_ME\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC125", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b37262f156dc1c289f219661c2a392c75f2e6ded038db249f578d9e16528082b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/internal-tool/src/hexclave.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "ERR002", "level": "warning", "message": {"text": "[ERR002] Empty Catch Block: Empty catch blocks hide errors."}, "properties": {"repobilityId": 119367, "scanner": "repobility-threat-engine", "fingerprint": "f98fb9a12237f414c47c894f21c0faf34e4cd92b04dbb8fc5099af2051d9095c", "category": "error_handling", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "catch(e){}", "reason": "Pattern matched with no mitigating context found", "rule_id": "ERR002", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|f98fb9a12237f414c47c894f21c0faf34e4cd92b04dbb8fc5099af2051d9095c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/layout.tsx"}, "region": {"startLine": 85}}}]}, {"ruleId": "SEC041", "level": "warning", "message": {"text": "[SEC041] Tabnabbing \u2014 target=\"_blank\" without rel=\"noopener noreferrer\": <a target=\"_blank\"> without rel=\"noopener noreferrer\" leaks window.opener to the opened page. The opened page can then run window.opener.location = 'phishing-site' and the parent tab quietly navigates to attacker-controlled content (reverse tabnabbing). OWASP-classic; modern browsers default rel='noopener' for new windows but explicit attribute is still required for compatibility."}, "properties": {"repobilityId": 119366, "scanner": "repobility-threat-engine", "fingerprint": "cbf9d47ab16c03f194937b882a74d6ab2a27b3e6f4440e439dbe6cf42cdb4ae4", "category": "security", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "window.open(\"https://docs.hexclave.com/\")", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC041", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "code|security|apps/dashboard/src/app/ main /wizard-congrats/actions.tsx|10|sec041"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/wizard-congrats/actions.tsx"}, "region": {"startLine": 10}}}]}, {"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": 119363, "scanner": "repobility-threat-engine", "fingerprint": "d4673dccbe2121779116d9532f4f6cc8ef16ebe6a2125d41a500fcbc0e4d1996", "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|32|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/components/streaming-code-viewer.tsx"}, "region": {"startLine": 32}}}]}, {"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": 119362, "scanner": "repobility-threat-engine", "fingerprint": "eb46a37e4d81c84296f5e0c040b438ea75a446c27a3c2785dd743be84161e53f", "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|apps/dashboard/src/app/ main / protected /projects/ projectid / token|99|sec045"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/query-analytics/page-client.tsx"}, "region": {"startLine": 99}}}]}, {"ruleId": "SEC087", "level": "warning", "message": {"text": "[SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0)."}, "properties": {"repobilityId": 119340, "scanner": "repobility-threat-engine", "fingerprint": "2a5e26b2c822b86572e83cc22e1b376836afcc8260f26d2169e9fb7618e5b53c", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "key_' + Math.random(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC087", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|2a5e26b2c822b86572e83cc22e1b376836afcc8260f26d2169e9fb7618e5b53c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/template/src/components-page/account-settings/api-keys/api-keys-page.tsx"}, "region": {"startLine": 115}}}]}, {"ruleId": "SEC087", "level": "warning", "message": {"text": "[SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0)."}, "properties": {"repobilityId": 119339, "scanner": "repobility-threat-engine", "fingerprint": "73fbf40ad2f0190e1c73b8a887b92457d3004f4f8b70e111e864de33eb392c06", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Math.random() < 0.5 && corsHeadersInit) {\n        for (const [key", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC087", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|73fbf40ad2f0190e1c73b8a887b92457d3004f4f8b70e111e864de33eb392c06"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/proxy.tsx"}, "region": {"startLine": 108}}}]}, {"ruleId": "SEC087", "level": "warning", "message": {"text": "[SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0)."}, "properties": {"repobilityId": 119338, "scanner": "repobility-threat-engine", "fingerprint": "77b3b2315f86d90dab9dfbc6b61682d2602a15e3d9be670dd7f6bfdc50c4c259", "category": "quality", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Math.random();\n    let cumulative = 0;\n    for (const entry of entries) {\n      cumulativ", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC087", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|77b3b2315f86d90dab9dfbc6b61682d2602a15e3d9be670dd7f6bfdc50c4c259"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/internal/backend-urls/route.tsx"}, "region": {"startLine": 108}}}]}, {"ruleId": "DKR011", "level": "note", "message": {"text": "Dockerfile installs recommended OS packages"}, "properties": {"repobilityId": 119415, "scanner": "repobility-docker", "fingerprint": "79f1d02b259c4e1c26797260c0de36cdea30af709a7533c30061fef1cbd6db85", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "apt install appears without --no-install-recommends.", "evidence": {"rule_id": "DKR011", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|79f1d02b259c4e1c26797260c0de36cdea30af709a7533c30061fef1cbd6db85"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/server/Dockerfile"}, "region": {"startLine": 72}}}]}, {"ruleId": "DKR011", "level": "note", "message": {"text": "Dockerfile installs recommended OS packages"}, "properties": {"repobilityId": 119403, "scanner": "repobility-docker", "fingerprint": "662f8d85a6a48709474ca8494f196d48587945efbb2031ea8e78fa7d864f3c45", "category": "docker", "severity": "low", "confidence": 0.72, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "apt install appears without --no-install-recommends.", "evidence": {"rule_id": "DKR011", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://github.com/hadolint/hadolint"], "correlation_key": "fp|662f8d85a6a48709474ca8494f196d48587945efbb2031ea8e78fa7d864f3c45"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dev-postgres-with-extensions/Dockerfile"}, "region": {"startLine": 3}}}]}, {"ruleId": "DKR010", "level": "note", "message": {"text": "Dockerfile leaves apt package indexes in the image layer"}, "properties": {"repobilityId": 119402, "scanner": "repobility-docker", "fingerprint": "86dfd204ed6e05f1c11f886b522f4bd593fbf85fc5e9c47d070ab369c658890c", "category": "docker", "severity": "low", "confidence": 0.74, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "apt update/install layer does not remove /var/lib/apt/lists.", "evidence": {"rule_id": "DKR010", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/"], "correlation_key": "fp|86dfd204ed6e05f1c11f886b522f4bd593fbf85fc5e9c47d070ab369c658890c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dev-postgres-with-extensions/Dockerfile"}, "region": {"startLine": 3}}}]}, {"ruleId": "DKR008", "level": "note", "message": {"text": ".dockerignore misses sensitive defaults"}, "properties": {"repobilityId": 119397, "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": ["id_rsa", "*.pem", "*.key"]}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".dockerignore"}, "region": {"startLine": 1}}}]}, {"ruleId": "SEC006", "level": "note", "message": {"text": "[SEC006] XSS Risk: Direct HTML injection without sanitization."}, "properties": {"repobilityId": 119386, "scanner": "repobility-threat-engine", "fingerprint": "28fefeaf9520f252c2bd674e3cb240d103a6d842d395bc615cc388430d299adf", "category": "injection", "severity": "low", "confidence": 0.4, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "No user-input source (request/query/fetch/URL) found \u2014 may be static content", "evidence": {"match": ".innerHTML = `", "reason": "No user-input source (request/query/fetch/URL) found \u2014 may be static content", "rule_id": "SEC006", "scanner": "repobility-threat-engine", "confidence": 0.4, "correlation_key": "code|injection|token|23|sec006"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/template/src/utils/browser-script.tsx"}, "region": {"startLine": 23}}}]}, {"ruleId": "COMP001", "level": "note", "message": {"text": "[COMP001] High cognitive complexity: Function `prompt_cli_login` has cognitive complexity 9 (SonarSource scale). Cognitive complexity measures how hard the function is for a human to understand \u2014 nested branches, boolean chains, and recursion all weigh in. Breakdown: if=6, nested_bonus=2, while=1."}, "properties": {"repobilityId": 119380, "scanner": "repobility-threat-engine", "fingerprint": "1132992b5e41f5a0b33142cb94275b91b5904b6bf8665a13a2bc7216f9f69008", "category": "quality", "severity": "low", "confidence": 0.95, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "AST-derived cognitive complexity score = 9 (severity threshold for low: 8+).", "evidence": {"scanner": "repobility-threat-engine", "function": "prompt_cli_login", "breakdown": {"if": 6, "while": 1, "nested_bonus": 2}, "complexity": 9, "correlation_key": "fp|1132992b5e41f5a0b33142cb94275b91b5904b6bf8665a13a2bc7216f9f69008"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/public/stack-auth-cli-template.py"}, "region": {"startLine": 6}}}]}, {"ruleId": "SEC022", "level": "note", "message": {"text": "[SEC022] Database URL With Embedded Credential: A database connection URL contains an embedded username and password. These URLs are often copied into defaults, docs, and scripts, then leak working credentials."}, "properties": {"repobilityId": 119374, "scanner": "repobility-threat-engine", "fingerprint": "b8d2eba2afd4e9bef7c66ad8124d14fae0a5796ef00845d7813de73c0f2996c9", "category": "credential_exposure", "severity": "low", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Value contains development/placeholder marker", "evidence": {"match": "postgres://postgres:PASSWORD-PLACEHOLDER--uqfEC1hmmv@", "reason": "Value contains development/placeholder marker", "rule_id": "SEC022", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "secret|token|15|token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/generate-env-development.mjs"}, "region": {"startLine": 158}}}]}, {"ruleId": "DKR002", "level": "none", "message": {"text": "Dockerfile base image is selected through a build variable"}, "properties": {"repobilityId": 119414, "scanner": "repobility-docker", "fingerprint": "c76d83b3d9f1aa141b9a5326611cc8ce01ef99cfa31abf3de49e06c6151e6e7e", "category": "docker", "severity": "info", "confidence": 0.48, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Base image contains a variable; manual review is needed to avoid false positives.", "evidence": {"image": "node:${NODE_VERSION}-slim", "rule_id": "DKR002", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/"], "correlation_key": "fp|c76d83b3d9f1aa141b9a5326611cc8ce01ef99cfa31abf3de49e06c6151e6e7e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/server/Dockerfile"}, "region": {"startLine": 67}}}]}, {"ruleId": "DKR002", "level": "none", "message": {"text": "Dockerfile base image is selected through a build variable"}, "properties": {"repobilityId": 119411, "scanner": "repobility-docker", "fingerprint": "9b044829b919d19a39dde0f7f675c69c3f1a856fef6cc55d11bbb055197ace55", "category": "docker", "severity": "info", "confidence": 0.48, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Base image contains a variable; manual review is needed to avoid false positives.", "evidence": {"image": "node:${NODE_VERSION}", "rule_id": "DKR002", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/"], "correlation_key": "fp|9b044829b919d19a39dde0f7f675c69c3f1a856fef6cc55d11bbb055197ace55"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/server/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "DKR002", "level": "none", "message": {"text": "Dockerfile base image is selected through a build variable"}, "properties": {"repobilityId": 119405, "scanner": "repobility-docker", "fingerprint": "0c28437ca1419bebf9bd0eb3ba464447e27ed6c594e46123aa9b055af28a8768", "category": "docker", "severity": "info", "confidence": 0.48, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Base image contains a variable; manual review is needed to avoid false positives.", "evidence": {"image": "node:${NODE_VERSION}", "rule_id": "DKR002", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/"], "correlation_key": "fp|0c28437ca1419bebf9bd0eb3ba464447e27ed6c594e46123aa9b055af28a8768"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 9}}}]}, {"ruleId": "DKR002", "level": "none", "message": {"text": "Dockerfile base image is selected through a build variable"}, "properties": {"repobilityId": 119396, "scanner": "repobility-docker", "fingerprint": "a4cdf3d6565b6dd8ca52dc3e1c921becbdc12a335466221d901739b73932e183", "category": "docker", "severity": "info", "confidence": 0.48, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Base image contains a variable; manual review is needed to avoid false positives.", "evidence": {"image": "node:${NODE_VERSION}-slim", "rule_id": "DKR002", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/"], "correlation_key": "fp|a4cdf3d6565b6dd8ca52dc3e1c921becbdc12a335466221d901739b73932e183"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/backend/Dockerfile"}, "region": {"startLine": 65}}}]}, {"ruleId": "DKR002", "level": "none", "message": {"text": "Dockerfile base image is selected through a build variable"}, "properties": {"repobilityId": 119393, "scanner": "repobility-docker", "fingerprint": "78587458a0314815ca795fe66c6471410220188a8c0af5224d4938ac97d40391", "category": "docker", "severity": "info", "confidence": 0.48, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Base image contains a variable; manual review is needed to avoid false positives.", "evidence": {"image": "node:${NODE_VERSION}", "rule_id": "DKR002", "scanner": "repobility-docker", "references": ["https://docs.docker.com/develop/develop-images/dockerfile_best-practices/", "https://docs.docker.com/scout/policy/"], "correlation_key": "fp|78587458a0314815ca795fe66c6471410220188a8c0af5224d4938ac97d40391"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/backend/Dockerfile"}, "region": {"startLine": 10}}}]}, {"ruleId": "MINED074", "level": "none", "message": {"text": "[MINED074] Ai Tell Fake Citation: Plausible-looking but non-existent URLs (e.g., docs.example.com/v2). Common AI hallucination."}, "properties": {"repobilityId": 119384, "scanner": "repobility-threat-engine", "fingerprint": "a96ed65794962e266afa88a4267dabbfd661cc839216b58c0156c913364f451b", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ai-tell-fake-citation", "owasp": null, "cwe_ids": [], "languages": ["python", "javascript", "typescript", "markdown"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348074+00:00", "triaged_in_corpus": 10, "observations_count": 12281, "ai_coder_pattern_id": 176}, "scanner": "repobility-threat-engine", "correlation_key": "fp|a96ed65794962e266afa88a4267dabbfd661cc839216b58c0156c913364f451b"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/shared/src/utils/redirect-urls.tsx"}, "region": {"startLine": 211}}}]}, {"ruleId": "MINED053", "level": "none", "message": {"text": "[MINED053] Placeholder Default Username: foo@bar.com / john.doe@example.com / admin/admin / changeme \u2014 typical AI placeholder credentials."}, "properties": {"repobilityId": 119382, "scanner": "repobility-threat-engine", "fingerprint": "00a84260a5b46a033a9e654def02b0941ae964d1413fbbaf5ed52cd2bebdca71", "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": "placeholder-default-username", "owasp": null, "cwe_ids": ["CWE-1392", "CWE-798"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348025+00:00", "triaged_in_corpus": 10, "observations_count": 456953, "ai_coder_pattern_id": 44}, "scanner": "repobility-threat-engine", "correlation_key": "fp|00a84260a5b46a033a9e654def02b0941ae964d1413fbbaf5ed52cd2bebdca71"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/src/components/stack-auth/stack-user-button.tsx"}, "region": {"startLine": 6}}}]}, {"ruleId": "MINED053", "level": "none", "message": {"text": "[MINED053] Placeholder Default Username: foo@bar.com / john.doe@example.com / admin/admin / changeme \u2014 typical AI placeholder credentials."}, "properties": {"repobilityId": 119381, "scanner": "repobility-threat-engine", "fingerprint": "e1add4e80097781d46933c85f7bd3c80052ae38977b6c9fea73c45d0b6fd48c0", "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": "placeholder-default-username", "owasp": null, "cwe_ids": ["CWE-1392", "CWE-798"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348025+00:00", "triaged_in_corpus": 10, "observations_count": 456953, "ai_coder_pattern_id": 44}, "scanner": "repobility-threat-engine", "correlation_key": "fp|e1add4e80097781d46933c85f7bd3c80052ae38977b6c9fea73c45d0b6fd48c0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/src/components/stack-auth/stack-user-button-demo.tsx"}, "region": {"startLine": 27}}}]}, {"ruleId": "SEC134", "level": "none", "message": {"text": "[SEC134] AI scaffold leftover \u2014 Lorem ipsum / example.com / John Doe in code (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "properties": {"repobilityId": 119379, "scanner": "repobility-threat-engine", "fingerprint": "ee421e2f5fddad0a231bf20d28a5a2a96771650d5074a7f38bbf6c1fc641897f", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC134", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|ee421e2f5fddad0a231bf20d28a5a2a96771650d5074a7f38bbf6c1fc641897f"}}}, {"ruleId": "SEC001", "level": "none", "message": {"text": "[SEC001] Hardcoded Password: Hardcoded password found in source code."}, "properties": {"repobilityId": 119372, "scanner": "repobility-threat-engine", "fingerprint": "18307227087dd38a044bb1d223504edb91e38a30c0ae61b4a6ab107c62a4d6eb", "category": "credential_exposure", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe context pattern detected", "evidence": {"match": "password = \"<redacted>\"", "reason": "Safe context pattern detected", "rule_id": "SEC001", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "secret|token|5|password redacted"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/shared/src/utils/http.tsx"}, "region": {"startLine": 56}}}]}, {"ruleId": "MINED058", "level": "none", "message": {"text": "[MINED058] React Dangerously Set Html (and 10 more): Same pattern found in 10 additional files. Review if needed."}, "properties": {"repobilityId": 119361, "scanner": "repobility-threat-engine", "fingerprint": "9fcbfefcca1e8a351de0d2ba8db655775439df42c0fcabad155832e54f003d97", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 10 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "react-dangerously-set-html", "owasp": "A03:2021", "cwe_ids": ["CWE-79"], "languages": ["javascript", "typescript"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348037+00:00", "triaged_in_corpus": 12, "observations_count": 255650, "ai_coder_pattern_id": 49}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|9fcbfefcca1e8a351de0d2ba8db655775439df42c0fcabad155832e54f003d97", "aggregated_count": 10}}}, {"ruleId": "MINED058", "level": "none", "message": {"text": "[MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escaping. Pair with DOMPurify or never use with user data."}, "properties": {"repobilityId": 119360, "scanner": "repobility-threat-engine", "fingerprint": "17672f76086374c343601d37d6deb2e31730edcf0adce6c2371a54f2ce3838e7", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "react-dangerously-set-html", "owasp": "A03:2021", "cwe_ids": ["CWE-79"], "languages": ["javascript", "typescript"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348037+00:00", "triaged_in_corpus": 12, "observations_count": 255650, "ai_coder_pattern_id": 49}, "scanner": "repobility-threat-engine", "correlation_key": "fp|17672f76086374c343601d37d6deb2e31730edcf0adce6c2371a54f2ce3838e7"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/components/ui/chart.tsx"}, "region": {"startLine": 90}}}]}, {"ruleId": "MINED058", "level": "none", "message": {"text": "[MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escaping. Pair with DOMPurify or never use with user data."}, "properties": {"repobilityId": 119359, "scanner": "repobility-threat-engine", "fingerprint": "8566fda40f67513525969069f1b0add66ffab5ce7109714741ca7ddb504b5d69", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "react-dangerously-set-html", "owasp": "A03:2021", "cwe_ids": ["CWE-79"], "languages": ["javascript", "typescript"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348037+00:00", "triaged_in_corpus": 12, "observations_count": 255650, "ai_coder_pattern_id": 49}, "scanner": "repobility-threat-engine", "correlation_key": "fp|8566fda40f67513525969069f1b0add66ffab5ce7109714741ca7ddb504b5d69"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/layout.tsx"}, "region": {"startLine": 78}}}]}, {"ruleId": "MINED058", "level": "none", "message": {"text": "[MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escaping. Pair with DOMPurify or never use with user data."}, "properties": {"repobilityId": 119358, "scanner": "repobility-threat-engine", "fingerprint": "fe8c091546ddb35b85faffa6c1d0c6013fe4cf643944b069dedad5dfcd048955", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "react-dangerously-set-html", "owasp": "A03:2021", "cwe_ids": ["CWE-79"], "languages": ["javascript", "typescript"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348037+00:00", "triaged_in_corpus": 12, "observations_count": 255650, "ai_coder_pattern_id": 49}, "scanner": "repobility-threat-engine", "correlation_key": "fp|fe8c091546ddb35b85faffa6c1d0c6013fe4cf643944b069dedad5dfcd048955"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/email-sent/domain-reputation-card.tsx"}, "region": {"startLine": 107}}}]}, {"ruleId": "MINED056", "level": "none", "message": {"text": "[MINED056] React Key As Index (and 15 more): Same pattern found in 15 additional files. Review if needed."}, "properties": {"repobilityId": 119357, "scanner": "repobility-threat-engine", "fingerprint": "93cbe534951178666d5b4580a210cf7d90f5919f5b43a9731fa7dd1375669009", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 15 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "react-key-as-index", "owasp": null, "cwe_ids": ["CWE-682"], "languages": ["typescript", "tsx", "javascript", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348032+00:00", "triaged_in_corpus": 12, "observations_count": 299917, "ai_coder_pattern_id": 135}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|93cbe534951178666d5b4580a210cf7d90f5919f5b43a9731fa7dd1375669009", "aggregated_count": 15}}}, {"ruleId": "MINED056", "level": "none", "message": {"text": "[MINED056] React Key As Index: key={index} in map() \u2014 re-renders the wrong elements on re-order."}, "properties": {"repobilityId": 119356, "scanner": "repobility-threat-engine", "fingerprint": "575e4ba33793c3a6beac07896f0ee7bf7fd5cd52796cb7f98938d4c8568ab0d1", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "react-key-as-index", "owasp": null, "cwe_ids": ["CWE-682"], "languages": ["typescript", "tsx", "javascript", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348032+00:00", "triaged_in_corpus": 12, "observations_count": 299917, "ai_coder_pattern_id": 135}, "scanner": "repobility-threat-engine", "correlation_key": "fp|575e4ba33793c3a6beac07896f0ee7bf7fd5cd52796cb7f98938d4c8568ab0d1"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/components/entity-kpi-cards.tsx"}, "region": {"startLine": 152}}}]}, {"ruleId": "MINED056", "level": "none", "message": {"text": "[MINED056] React Key As Index: key={index} in map() \u2014 re-renders the wrong elements on re-order."}, "properties": {"repobilityId": 119355, "scanner": "repobility-threat-engine", "fingerprint": "88f73d7bbe71112efbb46836a21b1d6b60b9897dcf95e015b1d08bc37d2fd54f", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "react-key-as-index", "owasp": null, "cwe_ids": ["CWE-682"], "languages": ["typescript", "tsx", "javascript", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348032+00:00", "triaged_in_corpus": 12, "observations_count": 299917, "ai_coder_pattern_id": 135}, "scanner": "repobility-threat-engine", "correlation_key": "fp|88f73d7bbe71112efbb46836a21b1d6b60b9897dcf95e015b1d08bc37d2fd54f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/teams/[teamId]/page-client.tsx"}, "region": {"startLine": 180}}}]}, {"ruleId": "MINED056", "level": "none", "message": {"text": "[MINED056] React Key As Index: key={index} in map() \u2014 re-renders the wrong elements on re-order."}, "properties": {"repobilityId": 119354, "scanner": "repobility-threat-engine", "fingerprint": "d1f087ced732c0690c52a512d284e07304814aef96b197bdb5d484a2e46cbece", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "react-key-as-index", "owasp": null, "cwe_ids": ["CWE-682"], "languages": ["typescript", "tsx", "javascript", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348032+00:00", "triaged_in_corpus": 12, "observations_count": 299917, "ai_coder_pattern_id": 135}, "scanner": "repobility-threat-engine", "correlation_key": "fp|d1f087ced732c0690c52a512d284e07304814aef96b197bdb5d484a2e46cbece"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/email-sent/domain-reputation-card.tsx"}, "region": {"startLine": 117}}}]}, {"ruleId": "SEC128", "level": "none", "message": {"text": "[SEC128] Async function without await \u2014 fire-and-forget Promise (AI mistake) (and 13 more): Same pattern found in 13 additional files. Review if needed."}, "properties": {"repobilityId": 119353, "scanner": "repobility-threat-engine", "fingerprint": "fe63a0c3db36cbf73bb9f04d5837f9f34863a99ac7da05df7321980a56d87019", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 13 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 13 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|fe63a0c3db36cbf73bb9f04d5837f9f34863a99ac7da05df7321980a56d87019"}}}, {"ruleId": "SEC100", "level": "none", "message": {"text": "[SEC100] CORS permissive Access-Control-Allow-Origin: * (and 5 more): Same pattern found in 5 additional files. Review if needed."}, "properties": {"repobilityId": 119349, "scanner": "repobility-threat-engine", "fingerprint": "f9b57c3bc333b875673c513653869d729581add9c271e39a92e10e825d74bb5d", "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": "SEC100", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|f9b57c3bc333b875673c513653869d729581add9c271e39a92e10e825d74bb5d"}}}, {"ruleId": "SEC040", "level": "none", "message": {"text": "[SEC040] innerHTML XSS \u2014 template literal with server-supplied data (and 8 more): Same pattern found in 8 additional files. Review if needed."}, "properties": {"repobilityId": 119344, "scanner": "repobility-threat-engine", "fingerprint": "479ad3ecd592fb67b4d7a6e885f9f264f18b2f11939abf87277284ef886c8b37", "category": "xss", "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": {"reason": "Deduplicated summary only: 8 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|479ad3ecd592fb67b4d7a6e885f9f264f18b2f11939abf87277284ef886c8b37"}}}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https (and 6 more): Same pattern found in 6 additional files. Review if needed."}, "properties": {"repobilityId": 119337, "scanner": "repobility-threat-engine", "fingerprint": "e7cd40d7b324241c80937e7a6f550054df46cdde533de8ce7a56977f55a98866", "category": "quality", "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": {"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|e7cd40d7b324241c80937e7a6f550054df46cdde533de8ce7a56977f55a98866", "aggregated_count": 6}}}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 119336, "scanner": "repobility-threat-engine", "fingerprint": "b7b7aba22bb52c34ca0bd14bbcd36c37cfc48d375a1856cdd5a35ab677aa4ad9", "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|b7b7aba22bb52c34ca0bd14bbcd36c37cfc48d375a1856cdd5a35ab677aa4ad9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/next.config.mjs"}, "region": {"startLine": 133}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 119335, "scanner": "repobility-threat-engine", "fingerprint": "09cfaeffe6f61e3be6ab854d4afcf2deba70d316451fa276bd87c188480432ea", "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|09cfaeffe6f61e3be6ab854d4afcf2deba70d316451fa276bd87c188480432ea"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/integrations/neon/domains/crud.tsx"}, "region": {"startLine": 17}}}]}, {"ruleId": "MINED043", "level": "none", "message": {"text": "[MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data."}, "properties": {"repobilityId": 119334, "scanner": "repobility-threat-engine", "fingerprint": "77d3117b60d6a3fc75a49353b043cc810fdff5ba36aab5c52ca881b1057d0bea", "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|77d3117b60d6a3fc75a49353b043cc810fdff5ba36aab5c52ca881b1057d0bea"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/integrations/custom/domains/crud.tsx"}, "region": {"startLine": 17}}}]}, {"ruleId": "MINED019", "level": "none", "message": {"text": "[MINED019] Ssti Jinja From String (and 2 more): Same pattern found in 2 additional files. Review if needed."}, "properties": {"repobilityId": 119333, "scanner": "repobility-threat-engine", "fingerprint": "ae007fa3f4a1b4292a8ecc662d5e3c2423e255a113a9e9ace75bb96894adb8d3", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 2 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "ssti-jinja-from-string", "owasp": "A03:2021", "cwe_ids": ["CWE-94"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347943+00:00", "triaged_in_corpus": 20, "observations_count": 47984, "ai_coder_pattern_id": 34}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|ae007fa3f4a1b4292a8ecc662d5e3c2423e255a113a9e9ace75bb96894adb8d3", "aggregated_count": 2}}}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any (and 58 more): Same pattern found in 58 additional files. Review if needed."}, "properties": {"repobilityId": 119329, "scanner": "repobility-threat-engine", "fingerprint": "a9af619b9a750146b2c82039837bb3d0d490c9066fa0971c1bc252c446a921dd", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 58 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "ts-as-any", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348028+00:00", "triaged_in_corpus": 12, "observations_count": 341218, "ai_coder_pattern_id": 98}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|a9af619b9a750146b2c82039837bb3d0d490c9066fa0971c1bc252c446a921dd", "aggregated_count": 58}}}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 119328, "scanner": "repobility-threat-engine", "fingerprint": "d6d965c014ccad33762bcf3fc77bb80f6760e1da6f19c1df7e158960d15a9072", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-as-any", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348028+00:00", "triaged_in_corpus": 12, "observations_count": 341218, "ai_coder_pattern_id": 98}, "scanner": "repobility-threat-engine", "correlation_key": "fp|d6d965c014ccad33762bcf3fc77bb80f6760e1da6f19c1df7e158960d15a9072"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/integrations/neon/oauth/token/route.tsx"}, "region": {"startLine": 83}}}]}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 119327, "scanner": "repobility-threat-engine", "fingerprint": "a475e11e3f1b8e6c96eb07a9467fdcb87499a7ba90a6e1dc3f90cd168d038415", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-as-any", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348028+00:00", "triaged_in_corpus": 12, "observations_count": 341218, "ai_coder_pattern_id": 98}, "scanner": "repobility-threat-engine", "correlation_key": "fp|a475e11e3f1b8e6c96eb07a9467fdcb87499a7ba90a6e1dc3f90cd168d038415"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/integrations/custom/oauth/token/route.tsx"}, "region": {"startLine": 83}}}]}, {"ruleId": "MINED054", "level": "none", "message": {"text": "[MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely."}, "properties": {"repobilityId": 119326, "scanner": "repobility-threat-engine", "fingerprint": "378746be1949a960853d7ae461ca171ff7bbc5b97786a56f6d428c50fb4a08a2", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-as-any", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348028+00:00", "triaged_in_corpus": 12, "observations_count": 341218, "ai_coder_pattern_id": 98}, "scanner": "repobility-threat-engine", "correlation_key": "fp|378746be1949a960853d7ae461ca171ff7bbc5b97786a56f6d428c50fb4a08a2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/auth/oauth/token/route.tsx"}, "region": {"startLine": 99}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 119325, "scanner": "repobility-threat-engine", "fingerprint": "24022d4d2733265bdd81bdb194b7666eda2272b66b4ff7c3210c578c79c614be", "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|24022d4d2733265bdd81bdb194b7666eda2272b66b4ff7c3210c578c79c614be"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "examples/demo/cli-sim.mjs"}, "region": {"startLine": 66}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 119324, "scanner": "repobility-threat-engine", "fingerprint": "37de90812470178bc05364dba7ec831912fd833dbb1f29ce533381ddeb791ce0", "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|37de90812470178bc05364dba7ec831912fd833dbb1f29ce533381ddeb791ce0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/internal-tool/src/hooks/useSpacetimeDB.ts"}, "region": {"startLine": 100}}}]}, {"ruleId": "MINED049", "level": "none", "message": {"text": "[MINED049] Print Pii: Logging password/token/email/ssn directly to stdout."}, "properties": {"repobilityId": 119323, "scanner": "repobility-threat-engine", "fingerprint": "b13db50405ccda34ebc5a278f2dccc814b000aa99c16b0638c062c97454dfaee", "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|b13db50405ccda34ebc5a278f2dccc814b000aa99c16b0638c062c97454dfaee"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/auth/oauth/token/route.tsx"}, "region": {"startLine": 92}}}]}, {"ruleId": "SEC020", "level": "none", "message": {"text": "[SEC020] Secret Printed to Logs (and 5 more): Same pattern found in 5 additional files. Review if needed."}, "properties": {"repobilityId": 119322, "scanner": "repobility-threat-engine", "fingerprint": "f78a027198e35a77dc3724085af14f3428895c5a442fbee6f443ad49b554c980", "category": "credential_exposure", "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": "SEC020", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|f78a027198e35a77dc3724085af14f3428895c5a442fbee6f443ad49b554c980"}}}, {"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": 119321, "scanner": "repobility-threat-engine", "fingerprint": "bd95bbe5218cbea79d1337740561aedfd6700194fecdd277a2a94b42094c61f9", "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": "console.error(\"Usage: node scripts/spacetime-token.mjs <inject|restore>\")", "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|3|console.error usage: node scripts/spacetime-token.mjs inject restore"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/internal-tool/scripts/spacetime-token.mjs"}, "region": {"startLine": 32}}}]}, {"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": 119320, "scanner": "repobility-threat-engine", "fingerprint": "ac68f67f7107cf796ce40cc43c629238fb920e6983ec701a2c315b194003a4f5", "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": "console.error(\"Error: STACK_MCP_LOG_TOKEN must be set for prod publish\")", "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|3|console.error error: stack_mcp_log_token must be set for prod publish"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/internal-tool/scripts/spacetime-publish.mjs"}, "region": {"startLine": 40}}}]}, {"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": 119319, "scanner": "repobility-threat-engine", "fingerprint": "4b6b5c85ce2184dcf8d2a61814f23f144acecdd06fe38bd6b5b9846cc457aa15", "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": "console.log(\"Invalid OAuth token request by a client; returning it to the user\", e)", "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|9|console.log invalid oauth token request by a client returning it to the user e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/auth/oauth/token/route.tsx"}, "region": {"startLine": 92}}}]}, {"ruleId": "SEC118", "level": "none", "message": {"text": "[SEC118] UUIDv1 / UUIDv3 used for security-sensitive identifier: UUIDv1 encodes the MAC address and timestamp, making it predictable. Used as a session token or password-reset key, it's enumerable."}, "properties": {"repobilityId": 119318, "scanner": "repobility-threat-engine", "fingerprint": "0e9736ed6bb7842810b608e0154fe6c16ef3143684f9d7c5da294d5848391728", "category": "crypto", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe pattern 'randomUUID' detected on same line", "evidence": {"match": "crypto.randomUUID", "reason": "Safe pattern 'randomUUID' detected on same line", "rule_id": "SEC118", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "code|crypto|token|15|sec118"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/shared/src/utils/browser-compat.tsx"}, "region": {"startLine": 15}}}]}, {"ruleId": "SEC118", "level": "none", "message": {"text": "[SEC118] UUIDv1 / UUIDv3 used for security-sensitive identifier: UUIDv1 encodes the MAC address and timestamp, making it predictable. Used as a session token or password-reset key, it's enumerable."}, "properties": {"repobilityId": 119317, "scanner": "repobility-threat-engine", "fingerprint": "5475bdd76e8386299156046ef48e12c297fbdede1894ff85c9fd9604847020c0", "category": "crypto", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe pattern 'randomUUID' detected on same line", "evidence": {"match": "crypto.randomUUID", "reason": "Safe pattern 'randomUUID' detected on same line", "rule_id": "SEC118", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "code|crypto|apps/backend/src/s3.tsx|149|sec118"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/s3.tsx"}, "region": {"startLine": 149}}}]}, {"ruleId": "SEC118", "level": "none", "message": {"text": "[SEC118] UUIDv1 / UUIDv3 used for security-sensitive identifier: UUIDv1 encodes the MAC address and timestamp, making it predictable. Used as a session token or password-reset key, it's enumerable."}, "properties": {"repobilityId": 119316, "scanner": "repobility-threat-engine", "fingerprint": "b8406c3f2990ab384d92697bbc3d490ba6d35b1d908ed766a9721572082150ca", "category": "crypto", "severity": "info", "confidence": 0.1, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Safe pattern 'randomUUID' detected on same line", "evidence": {"match": "crypto.randomUUID", "reason": "Safe pattern 'randomUUID' detected on same line", "rule_id": "SEC118", "scanner": "repobility-threat-engine", "confidence": 0.1, "correlation_key": "code|crypto|token / mode /route.ts|131|sec118"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/ai/query/[mode]/route.ts"}, "region": {"startLine": 131}}}]}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed (and 32 more): Same pattern found in 32 additional files. Review if needed."}, "properties": {"repobilityId": 119315, "scanner": "repobility-threat-engine", "fingerprint": "92f81e899475c4425d3b49083778c10df56cab7df4aad94a15b99ba7fa9719b0", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 32 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "ts-any-typed", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348022+00:00", "triaged_in_corpus": 12, "observations_count": 496002, "ai_coder_pattern_id": 97}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|92f81e899475c4425d3b49083778c10df56cab7df4aad94a15b99ba7fa9719b0", "aggregated_count": 32}}}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 119314, "scanner": "repobility-threat-engine", "fingerprint": "cd0e1ea9919dd30ce0972642e4844ef8620ff74df49fdb5af3a091f871c0b3f2", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-any-typed", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348022+00:00", "triaged_in_corpus": 12, "observations_count": 496002, "ai_coder_pattern_id": 97}, "scanner": "repobility-threat-engine", "correlation_key": "fp|cd0e1ea9919dd30ce0972642e4844ef8620ff74df49fdb5af3a091f871c0b3f2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/internal/session-replays/[session_replay_id]/events/route.tsx"}, "region": {"startLine": 107}}}]}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 119313, "scanner": "repobility-threat-engine", "fingerprint": "1115e05ec2373d5868afd18150ff764137f684f69bb8cada69154504976660f9", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-any-typed", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348022+00:00", "triaged_in_corpus": 12, "observations_count": 496002, "ai_coder_pattern_id": 97}, "scanner": "repobility-threat-engine", "correlation_key": "fp|1115e05ec2373d5868afd18150ff764137f684f69bb8cada69154504976660f9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/internal/session-replays/[session_replay_id]/chunks/[chunk_id]/events/route.tsx"}, "region": {"startLine": 54}}}]}, {"ruleId": "MINED052", "level": "none", "message": {"text": "[MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety."}, "properties": {"repobilityId": 119312, "scanner": "repobility-threat-engine", "fingerprint": "5d152af3fb9eb5e15b22f3b00f718749a7839a0d3477bfbc3185cf86fdd7b971", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ts-any-typed", "owasp": null, "cwe_ids": ["CWE-704"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348022+00:00", "triaged_in_corpus": 12, "observations_count": 496002, "ai_coder_pattern_id": 97}, "scanner": "repobility-threat-engine", "correlation_key": "fp|5d152af3fb9eb5e15b22f3b00f718749a7839a0d3477bfbc3185cf86fdd7b971"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/verify-data-integrity/api.ts"}, "region": {"startLine": 9}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion (and 43 more): Same pattern found in 43 additional files. Review if needed."}, "properties": {"repobilityId": 119311, "scanner": "repobility-threat-engine", "fingerprint": "14f9e1a2604351fa90699b7c005eaec40f9f11922bb7699dfd60fb335d37d7c5", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 43 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "ts-non-null-assertion", "owasp": null, "cwe_ids": ["CWE-476"], "languages": ["typescript", "tsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348005+00:00", "triaged_in_corpus": 12, "observations_count": 1810954, "ai_coder_pattern_id": 105}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|14f9e1a2604351fa90699b7c005eaec40f9f11922bb7699dfd60fb335d37d7c5", "aggregated_count": 43}}}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 119310, "scanner": "repobility-threat-engine", "fingerprint": "33a751e02da39b26d04158e625c15787906d3102160ccc6c67d1bfe6d342aaa0", "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|33a751e02da39b26d04158e625c15787906d3102160ccc6c67d1bfe6d342aaa0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/analytics/events/batch/route.tsx"}, "region": {"startLine": 24}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 119309, "scanner": "repobility-threat-engine", "fingerprint": "da58c41bbdc581c0361d603bf675d2c000f157ca88f3f9f208d39463c168970a", "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|da58c41bbdc581c0361d603bf675d2c000f157ca88f3f9f208d39463c168970a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/verify-data-integrity/clickhouse-sync-verifier.ts"}, "region": {"startLine": 155}}}]}, {"ruleId": "MINED045", "level": "none", "message": {"text": "[MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError if wrong."}, "properties": {"repobilityId": 119308, "scanner": "repobility-threat-engine", "fingerprint": "35efeb344b8c0a2b6b732a322122c5324803414bdbe1a8a24175ca56b2e17d18", "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|35efeb344b8c0a2b6b732a322122c5324803414bdbe1a8a24175ca56b2e17d18"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/verify-data-integrity/api.ts"}, "region": {"startLine": 39}}}]}, {"ruleId": "SEC029", "level": "none", "message": {"text": "[SEC029] Server-Side Request Forgery (SSRF) \u2014 outbound HTTP from user input (and 60 more): Same pattern found in 60 additional files. Review if needed."}, "properties": {"repobilityId": 119307, "scanner": "repobility-threat-engine", "fingerprint": "4b1b532cf70f818eff83c54f2894eccd76048c74977239f55aa4698f3da3274f", "category": "ssrf", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 60 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"reason": "Deduplicated summary only: 60 additional occurrences found. The top occurrences remain visible as actionable findings.", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 0.2, "correlation_key": "fp|4b1b532cf70f818eff83c54f2894eccd76048c74977239f55aa4698f3da3274f"}}}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod (and 86 more): Same pattern found in 86 additional files. Review if needed."}, "properties": {"repobilityId": 119303, "scanner": "repobility-threat-engine", "fingerprint": "70dffac6c78353d9c17b81ad0b1d2b4945ceab94f0be5d418df696abad87d1a0", "category": "quality", "severity": "info", "confidence": 0.2, "triageState": "false_positive", "verdict": "likely_fp", "isResolved": true, "reason": "Deduplicated summary only: 86 additional occurrences found. The top occurrences remain visible as actionable findings.", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "aggregated": true, "correlation_key": "fp|70dffac6c78353d9c17b81ad0b1d2b4945ceab94f0be5d418df696abad87d1a0", "aggregated_count": 86}}}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 119302, "scanner": "repobility-threat-engine", "fingerprint": "2bd610c82369738b7644ed63f3c6fa74e970ecdb96d11302b2af28d78722467a", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|2bd610c82369738b7644ed63f3c6fa74e970ecdb96d11302b2af28d78722467a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/generate-keys.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 119301, "scanner": "repobility-threat-engine", "fingerprint": "2a47ff1be01263d79b9ccab36a1f0b2854ffb5df50c7ab9abf9e8b46ecce2313", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|2a47ff1be01263d79b9ccab36a1f0b2854ffb5df50c7ab9abf9e8b46ecce2313"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/db-migrations.ts"}, "region": {"startLine": 49}}}]}, {"ruleId": "MINED044", "level": "none", "message": {"text": "[MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger or removed."}, "properties": {"repobilityId": 119300, "scanner": "repobility-threat-engine", "fingerprint": "379d03972f16da6bff46d59463247b59ffa8d7970380b3a5adc2b9ce75889dbf", "category": "quality", "severity": "info", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "js-console-log-prod", "owasp": null, "cwe_ids": ["CWE-532"], "languages": ["javascript", "typescript", "tsx", "jsx"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.348003+00:00", "triaged_in_corpus": 10, "observations_count": 1940833, "ai_coder_pattern_id": 102}, "scanner": "repobility-threat-engine", "correlation_key": "fp|379d03972f16da6bff46d59463247b59ffa8d7970380b3a5adc2b9ce75889dbf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/backfill-internal-free-plans.ts"}, "region": {"startLine": 28}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `node:22-slim` not pinned by digest: `FROM node:22-slim` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119481, "scanner": "repobility-supply-chain", "fingerprint": "5a2762293db1a34576a6a706ce2763066c78eb3a8754fe073043d3d82a0612a8", "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|5a2762293db1a34576a6a706ce2763066c78eb3a8754fe073043d3d82a0612a8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dependencies/freestyle-mock/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `node:20-alpine` not pinned by digest: `FROM node:20-alpine` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119480, "scanner": "repobility-supply-chain", "fingerprint": "ebebc1778c2646d00983e0ca153dd20e9dc9a0dbbc54ca4d59215ba4904d6582", "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|ebebc1778c2646d00983e0ca153dd20e9dc9a0dbbc54ca4d59215ba4904d6582"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dependencies/wal-info/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `debian:trixie-slim` not pinned by digest: `FROM debian:trixie-slim` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119479, "scanner": "repobility-supply-chain", "fingerprint": "abc3f30f40c677645c23d55ebcd5f4557378a020e62bbfac8b1281541ebfaf32", "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|abc3f30f40c677645c23d55ebcd5f4557378a020e62bbfac8b1281541ebfaf32"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 184}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `debian:trixie-slim` not pinned by digest: `FROM debian:trixie-slim` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119478, "scanner": "repobility-supply-chain", "fingerprint": "a2e3b9b0309337c88e88d60ed8645753e460c0d9fc8e908f7ab7273fc8ca2851", "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|a2e3b9b0309337c88e88d60ed8645753e460c0d9fc8e908f7ab7273fc8ca2851"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 162}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `bgodil/qstash:latest` not pinned by digest: `FROM bgodil/qstash:latest` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119477, "scanner": "repobility-supply-chain", "fingerprint": "da9242f581c3768ecca9a31eb6c4ce5a18c3604ac69c85404bb9f6ea4586ab7e", "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|da9242f581c3768ecca9a31eb6c4ce5a18c3604ac69c85404bb9f6ea4586ab7e"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 154}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `minio/mc:RELEASE.2025-02-21T16-00-46Z` not pinned by digest: `FROM minio/mc:RELEASE.2025-02-21T16-00-46Z` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119476, "scanner": "repobility-supply-chain", "fingerprint": "24fd856b9847dd8bf2b301d4bc63aa3b245c0787f5e75fc8ecff30de19328346", "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|24fd856b9847dd8bf2b301d4bc63aa3b245c0787f5e75fc8ecff30de19328346"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 153}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `minio/minio:RELEASE.2025-09-07T16-13-09Z` not pinned by digest: `FROM minio/minio:RELEASE.2025-09-07T16-13-09Z` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119475, "scanner": "repobility-supply-chain", "fingerprint": "d0b59e40562b48236c5c6477d870efbeff0925286e4f7ef190ed802f70ebe87f", "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|d0b59e40562b48236c5c6477d870efbeff0925286e4f7ef190ed802f70ebe87f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 152}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `clickhouse/clickhouse-server:25.10` not pinned by digest: `FROM clickhouse/clickhouse-server:25.10` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119474, "scanner": "repobility-supply-chain", "fingerprint": "93f5aee15a4021bf6c3bafae37130012ada64608c5a20539388291771e8ac80a", "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|93f5aee15a4021bf6c3bafae37130012ada64608c5a20539388291771e8ac80a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 151}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `svix/svix-server:v1.88.0` not pinned by digest: `FROM svix/svix-server:v1.88.0` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119473, "scanner": "repobility-supply-chain", "fingerprint": "df821cc03a3a28c5df6e6f0f09e9658f224ca3548f1721c0e2511ad473663126", "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|df821cc03a3a28c5df6e6f0f09e9658f224ca3548f1721c0e2511ad473663126"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 150}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `inbucket/inbucket:3.1.0` not pinned by digest: `FROM inbucket/inbucket:3.1.0` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119472, "scanner": "repobility-supply-chain", "fingerprint": "a56f3044fc52b70193ee7193140f577500dfd03725e925a61ba2ca2ff62dd620", "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|a56f3044fc52b70193ee7193140f577500dfd03725e925a61ba2ca2ff62dd620"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 149}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `stripe/stripe-mock:v0.195.0` not pinned by digest: `FROM stripe/stripe-mock:v0.195.0` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119471, "scanner": "repobility-supply-chain", "fingerprint": "cc290834010a25d3d510fe04eb57e822d013725257ef622a1cf3e81287f4a487", "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|cc290834010a25d3d510fe04eb57e822d013725257ef622a1cf3e81287f4a487"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/Dockerfile"}, "region": {"startLine": 147}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `postgres:15` not pinned by digest: `FROM postgres:15` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119470, "scanner": "repobility-supply-chain", "fingerprint": "0bbc40c70b8b06b4678853c79f1ae862caae864c6060895ca3dbc9b559d4e37a", "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|0bbc40c70b8b06b4678853c79f1ae862caae864c6060895ca3dbc9b559d4e37a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dev-postgres-with-extensions/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `postgres:15` not pinned by digest: `FROM postgres:15` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119469, "scanner": "repobility-supply-chain", "fingerprint": "f565f15568ab2489e958994bdc9fc811974711c8bfd1bd9fa77ffc85ce7131c0", "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|f565f15568ab2489e958994bdc9fc811974711c8bfd1bd9fa77ffc85ce7131c0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dev-postgres-replica/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED118", "level": "error", "message": {"text": "[MINED118] Dockerfile FROM `node:20-alpine` not pinned by digest: `FROM node:20-alpine` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity."}, "properties": {"repobilityId": 119468, "scanner": "repobility-supply-chain", "fingerprint": "a8ba677f8f5be4c0ac11c64f061a63f191b46faf2ac1a5bb44ce6292228d2f27", "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|a8ba677f8f5be4c0ac11c64f061a63f191b46faf2ac1a5bb44ce6292228d2f27"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/mock-oauth-server/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /api/consume-changes has no auth: Express route POST /api/consume-changes declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119467, "scanner": "repobility-route-auth", "fingerprint": "5dd785efc532d97b4676f0ac3cf2362c0435287cae0e3519451e25aef40a72dd", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|5dd785efc532d97b4676f0ac3cf2362c0435287cae0e3519451e25aef40a72dd"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dependencies/wal-info/server.js"}, "region": {"startLine": 490}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /api/create-slot has no auth: Express route POST /api/create-slot declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119466, "scanner": "repobility-route-auth", "fingerprint": "f36633f494815b7e9cf88670b6fed15b8d420ff898aa771bd66da50a82e561a5", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|f36633f494815b7e9cf88670b6fed15b8d420ff898aa771bd66da50a82e561a5"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/dependencies/wal-info/server.js"}, "region": {"startLine": 480}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /api/grant-product has no auth: Express route POST /api/grant-product declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119465, "scanner": "repobility-route-auth", "fingerprint": "7f52943a1525ea4de1f7ea047858ed6ec6c77334adf22d294d543378121d8e41", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|7f52943a1525ea4de1f7ea047858ed6ec6c77334adf22d294d543378121d8e41"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/payments.ts"}, "region": {"startLine": 976}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /consume-item has no auth: Express route POST /consume-item declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119464, "scanner": "repobility-route-auth", "fingerprint": "d0e1f1d1901086623350d21e4e2ae1881f7e57ce5157cd1cc026e677b7207667", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|d0e1f1d1901086623350d21e4e2ae1881f7e57ce5157cd1cc026e677b7207667"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/payments.ts"}, "region": {"startLine": 756}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /api/consume-credits has no auth: Express route POST /api/consume-credits declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119463, "scanner": "repobility-route-auth", "fingerprint": "501229b3c226f4f29aefb0c731a931c02b8abc43c0229b7a8d3ad78e9b65dd38", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|501229b3c226f4f29aefb0c731a931c02b8abc43c0229b7a8d3ad78e9b65dd38"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/payments.ts"}, "region": {"startLine": 654}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /checkout/{product_id} has no auth: Express route POST /checkout/{product_id} declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119462, "scanner": "repobility-route-auth", "fingerprint": "01b627c681128a21f043eedeaa4d4cd90b80c3578569b5c2838c926c80a36e4c", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|01b627c681128a21f043eedeaa4d4cd90b80c3578569b5c2838c926c80a36e4c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/payments.ts"}, "region": {"startLine": 132}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /api/team-protected has no auth: Express route POST /api/team-protected declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119461, "scanner": "repobility-route-auth", "fingerprint": "6983336f8f8604c74a23ef8cf4ccfbc0674e0e7ee8299fdeb8f016a9361830a8", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|6983336f8f8604c74a23ef8cf4ccfbc0674e0e7ee8299fdeb8f016a9361830a8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/api-keys.ts"}, "region": {"startLine": 1024}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /api/team-protected has no auth: Express route POST /api/team-protected declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119460, "scanner": "repobility-route-auth", "fingerprint": "3f53ebb943b7f64b07c81c1c1e86c427e91ca748071b7b19b0605b57a958b7bf", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|3f53ebb943b7f64b07c81c1c1e86c427e91ca748071b7b19b0605b57a958b7bf"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/api-keys.ts"}, "region": {"startLine": 938}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express DELETE /api/user-api-keys/{api_key_id} has no auth: Express route DELETE /api/user-api-keys/{api_key_id} declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119459, "scanner": "repobility-route-auth", "fingerprint": "e8f95851f7207411a6f29af97157d69a5bcd0c0a88b1e965ef66d5dec49432d2", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|e8f95851f7207411a6f29af97157d69a5bcd0c0a88b1e965ef66d5dec49432d2"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/api-keys.ts"}, "region": {"startLine": 638}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /api/teams/{team_id}/api-keys has no auth: Express route POST /api/teams/{team_id}/api-keys declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119458, "scanner": "repobility-route-auth", "fingerprint": "6815f3477071583a0d7e854e56f548028a665eda064dc067ca27f3c98c414ac8", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|6815f3477071583a0d7e854e56f548028a665eda064dc067ca27f3c98c414ac8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/api-keys.ts"}, "region": {"startLine": 296}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /api/create-user-api-key has no auth: Express route POST /api/create-user-api-key declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119457, "scanner": "repobility-route-auth", "fingerprint": "10a6b1356d7de0d3778da6a4e7e6a854489b2d3c4563dd873f3d6a64cfdd0c08", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|10a6b1356d7de0d3778da6a4e7e6a854489b2d3c4563dd873f3d6a64cfdd0c08"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/api-keys.ts"}, "region": {"startLine": 112}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /revoke-access-token has no auth: Express route POST /revoke-access-token declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119456, "scanner": "repobility-route-auth", "fingerprint": "eb16d51aab1d1a314580fd1ff687a54cb530812dda014e27a8895de0a883bd9a", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|eb16d51aab1d1a314580fd1ff687a54cb530812dda014e27a8895de0a883bd9a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/mock-oauth-server/src/index.ts"}, "region": {"startLine": 486}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /revoke-refresh-token has no auth: Express route POST /revoke-refresh-token declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119455, "scanner": "repobility-route-auth", "fingerprint": "4a73d6c6e17e575a930b75782f5f3119c64a7ee2198bff4ccf5d0aeb1a5ee4dc", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|4a73d6c6e17e575a930b75782f5f3119c64a7ee2198bff4ccf5d0aeb1a5ee4dc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/mock-oauth-server/src/index.ts"}, "region": {"startLine": 416}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /simulate-refresh-error has no auth: Express route POST /simulate-refresh-error declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119454, "scanner": "repobility-route-auth", "fingerprint": "b6aba455eba0e986fd8bed7e68ebea191b9f3cb22237acaf5c6e8bddf0513dd9", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|b6aba455eba0e986fd8bed7e68ebea191b9f3cb22237acaf5c6e8bddf0513dd9"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/mock-oauth-server/src/index.ts"}, "region": {"startLine": 346}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /interaction/:uid/login has no auth: Express route POST /interaction/:uid/login declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119453, "scanner": "repobility-route-auth", "fingerprint": "27948002598a3ad52cd6b5181f2ccb56e6da36687e3d8ec9a36056bd1bac0596", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|27948002598a3ad52cd6b5181f2ccb56e6da36687e3d8ec9a36056bd1bac0596"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/mock-oauth-server/src/index.ts"}, "region": {"startLine": 333}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /token has no auth: Express route POST /token declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119452, "scanner": "repobility-route-auth", "fingerprint": "0fd79ef7ebf2d9fcff80ff26e1ac6db44af0ecafafbfec1e373170ef0be73122", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|0fd79ef7ebf2d9fcff80ff26e1ac6db44af0ecafafbfec1e373170ef0be73122"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/mock-oauth-server/src/index.ts"}, "region": {"startLine": 132}}}]}, {"ruleId": "MINED113", "level": "error", "message": {"text": "[MINED113] Express POST /turnstile/siteverify has no auth: Express route POST /turnstile/siteverify declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control."}, "properties": {"repobilityId": 119451, "scanner": "repobility-route-auth", "fingerprint": "c5fafcc1b12191e08422f960fec8fea71f73bf5b4a2c2cb69f171d2c32ee4997", "category": "quality", "severity": "high", "confidence": 0.8, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "express-destructive-unauth", "owasp": "A01:2021", "cwe_ids": ["CWE-306", "CWE-862"], "languages": ["python", "javascript"], "observations_count": 7836}, "scanner": "repobility-route-auth", "correlation_key": "fp|c5fafcc1b12191e08422f960fec8fea71f73bf5b4a2c2cb69f171d2c32ee4997"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/mock-oauth-server/src/index.ts"}, "region": {"startLine": 108}}}]}, {"ruleId": "JRN009", "level": "error", "message": {"text": "Secret-like setting is echoed into a password input value"}, "properties": {"repobilityId": 119450, "scanner": "repobility-journey-contract", "fingerprint": "d74b969f8bdc2cc476d5fb33364b4204aca869d5defc2045f634010d703e6739", "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|197|jrn009"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/customization.ts"}, "region": {"startLine": 197}}}]}, {"ruleId": "JRN009", "level": "error", "message": {"text": "Secret-like setting is echoed into a password input value"}, "properties": {"repobilityId": 119449, "scanner": "repobility-journey-contract", "fingerprint": "244362359eac2a59afbb974fe9a56b02caa7389c2fd42ffb3a719eb627ba2b9e", "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|83|jrn009"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/code-examples/customization.ts"}, "region": {"startLine": 83}}}]}, {"ruleId": "JRN004", "level": "error", "message": {"text": "Consent is collected in UI without visible backend audit persistence"}, "properties": {"repobilityId": 119448, "scanner": "repobility-journey-contract", "fingerprint": "27c867cf3027db99fcfa50c3717e00e4b697fd524b914ed53cb5166ede4721f6", "category": "auth", "severity": "high", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Frontend consent wording was found, but backend consent/audit metadata was not visible.", "evidence": {"rule_id": "JRN004", "scanner": "repobility-journey-contract", "references": ["https://repobility.com/library/authorization/"], "correlation_key": "code|auth|token|730|jrn004", "backend_consent_model": false, "backend_audit_signal_count": 2}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/shared/src/interface/page-component-versions.ts"}, "region": {"startLine": 730}}}]}, {"ruleId": "SEC083", "level": "error", "message": {"text": "[SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) \u2014 variable input can craft a ReDoS pattern. Ported from eslint-plugin-security detect-non-literal-regexp (Apache-2.0)."}, "properties": {"repobilityId": 119385, "scanner": "repobility-threat-engine", "fingerprint": "9252ee40c70b5bf22ade6eb7f1c5bb2e2f13bc7c9afa4541a51e934012e63478", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "new RegExp(pattern", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC083", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|9252ee40c70b5bf22ade6eb7f1c5bb2e2f13bc7c9afa4541a51e934012e63478"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/shared/src/utils/regex.tsx"}, "region": {"startLine": 7}}}]}, {"ruleId": "SEC027", "level": "error", "message": {"text": "[SEC027] XML External Entity (XXE) \u2014 Node.js xml parsers: Node.js XML parsers can expand external entities if not configured. libxmljs in particular has had XXE CVEs."}, "properties": {"repobilityId": 119383, "scanner": "repobility-threat-engine", "fingerprint": "428e4338919156fc71f8a06dc9ffd91c35747c05859bdb3a06b511ff8f612bc8", "category": "xxe", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "new DOMParser()", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC027", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|428e4338919156fc71f8a06dc9ffd91c35747c05859bdb3a06b511ff8f612bc8"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/shared/src/utils/html.tsx"}, "region": {"startLine": 56}}}]}, {"ruleId": "MINED004", "level": "error", "message": {"text": "[MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums)."}, "properties": {"repobilityId": 119373, "scanner": "repobility-threat-engine", "fingerprint": "a5397dca198ca59f6f2169664afec5fceb66585116f78c2bb90d57ca05a0263d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "weak-crypto", "owasp": "A02:2021", "cwe_ids": ["CWE-327"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347906+00:00", "triaged_in_corpus": 15, "observations_count": 303181, "ai_coder_pattern_id": 13}, "scanner": "repobility-threat-engine", "correlation_key": "fp|a5397dca198ca59f6f2169664afec5fceb66585116f78c2bb90d57ca05a0263d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/entrypoint.sh"}, "region": {"startLine": 8}}}]}, {"ruleId": "MINED012", "level": "error", "message": {"text": "[MINED012] Curl Pipe Bash: curl ... | sh / bash \u2014 runs unverified network code."}, "properties": {"repobilityId": 119368, "scanner": "repobility-threat-engine", "fingerprint": "df773c92361e63591ae45353fb35f4dd8b761ab94e8509bd710e4301ea8e0e2d", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "curl-pipe-bash", "owasp": "A08:2021", "cwe_ids": ["CWE-494"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347926+00:00", "triaged_in_corpus": 15, "observations_count": 135001, "ai_coder_pattern_id": 25}, "scanner": "repobility-threat-engine", "correlation_key": "fp|df773c92361e63591ae45353fb35f4dd8b761ab94e8509bd710e4301ea8e0e2d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/internal-tool/scripts/pre-dev.mjs"}, "region": {"startLine": 15}}}]}, {"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": 119365, "scanner": "repobility-threat-engine", "fingerprint": "ccda977a7c2fcc3cc3e8bfe032657eaae1635241162173da3bd7fd7107a10a02", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(line", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|ccda977a7c2fcc3cc3e8bfe032657eaae1635241162173da3bd7fd7107a10a02"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/components/streaming-code-viewer.tsx"}, "region": {"startLine": 32}}}]}, {"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": 119364, "scanner": "repobility-threat-engine", "fingerprint": "0ab58be0042e4cdc7f6229febbca6c7eae62c74b76c0dee3315851e9c1c6d168", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "exec(linePrefix", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC085", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|0ab58be0042e4cdc7f6229febbca6c7eae62c74b76c0dee3315851e9c1c6d168"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/query-analytics/page-client.tsx"}, "region": {"startLine": 99}}}]}, {"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": 119352, "scanner": "repobility-threat-engine", "fingerprint": "b6529d75fe1037b1de31644d80e7a5eb24eda01a1d4a66812dc7c275e9bd102a", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "devEnvironmentHealthSubscribers.delete(callback);", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|b6529d75fe1037b1de31644d80e7a5eb24eda01a1d4a66812dc7c275e9bd102a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/layout-client.tsx"}, "region": {"startLine": 113}}}]}, {"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": 119351, "scanner": "repobility-threat-engine", "fingerprint": "ea355107d7e20c8b2ab4191dae1e57de7b65a359e8e07b3c4ffbc490d31b0278", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "response.cookies.delete(\"hexclave-access\");", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|ea355107d7e20c8b2ab4191dae1e57de7b65a359e8e07b3c4ffbc490d31b0278"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/api/remote-development-environment/auth/route.ts"}, "region": {"startLine": 23}}}]}, {"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": 119350, "scanner": "repobility-threat-engine", "fingerprint": "1abda97f3d59ce54e308c8ec0c6b8e1026e163c08d6de2d7a2679db1b15c22b6", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Promise.allSettled(", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC128", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|1abda97f3d59ce54e308c8ec0c6b8e1026e163c08d6de2d7a2679db1b15c22b6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/utils/background-tasks.tsx"}, "region": {"startLine": 42}}}]}, {"ruleId": "SEC100", "level": "error", "message": {"text": "[SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` origin) allows any website to make authenticated cross-origin requests. Especially dangerous when combined with `Access-Control-Allow-Credentials: true`."}, "properties": {"repobilityId": 119348, "scanner": "repobility-threat-engine", "fingerprint": "1b99672e9d5614cbedcb4bf4c2f036391d3951f01502c1fdd081c9d8d3641139", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"Access-Control-Allow-Origin\": \"*\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC100", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|1b99672e9d5614cbedcb4bf4c2f036391d3951f01502c1fdd081c9d8d3641139"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/health/route.tsx"}, "region": {"startLine": 8}}}]}, {"ruleId": "SEC100", "level": "error", "message": {"text": "[SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` origin) allows any website to make authenticated cross-origin requests. Especially dangerous when combined with `Access-Control-Allow-Credentials: true`."}, "properties": {"repobilityId": 119347, "scanner": "repobility-threat-engine", "fingerprint": "7adcca595d01195d8a1767f648661f8452c28b8977efe8cdc9c40a60d46b50ef", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"Access-Control-Allow-Origin\": \"*\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC100", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|7adcca595d01195d8a1767f648661f8452c28b8977efe8cdc9c40a60d46b50ef"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/proxy.tsx"}, "region": {"startLine": 83}}}]}, {"ruleId": "SEC100", "level": "error", "message": {"text": "[SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` origin) allows any website to make authenticated cross-origin requests. Especially dangerous when combined with `Access-Control-Allow-Credentials: true`."}, "properties": {"repobilityId": 119346, "scanner": "repobility-threat-engine", "fingerprint": "c754192e2bead70493a782edd9066cf9b75f8dcf8ee8bc0144309419b86cc9de", "category": "quality", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "\"Access-Control-Allow-Origin\": \"*\"", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC100", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|c754192e2bead70493a782edd9066cf9b75f8dcf8ee8bc0144309419b86cc9de"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/health/route.tsx"}, "region": {"startLine": 18}}}]}, {"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": 119343, "scanner": "repobility-threat-engine", "fingerprint": "05b3bf58a574cf2777577683a205c0318988d6a619369600af88ad6970ec6201", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map(([k, v]) => `${k}=${v}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|05b3bf58a574cf2777577683a205c0318988d6a619369600af88ad6970ec6201"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/components/env-keys.tsx"}, "region": {"startLine": 18}}}]}, {"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": 119342, "scanner": "repobility-threat-engine", "fingerprint": "6ef98eb3b778662876be633a1bb181c78c1efc63d64d5974acc8eafd86c09354", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map((s) => `\"${s.key}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|6ef98eb3b778662876be633a1bb181c78c1efc63d64d5974acc8eafd86c09354"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/design-language/chart-demo/demo/analytics-chart-usage-viewer.tsx"}, "region": {"startLine": 54}}}]}, {"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": 119341, "scanner": "repobility-threat-engine", "fingerprint": "53f13f671da6f02f264982cc4c3f197540118205a6b020105e469feabffb4a45", "category": "xss", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "map((path) => `- ${new URL(path, req.url)}", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC040", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|53f13f671da6f02f264982cc4c3f197540118205a6b020105e469feabffb4a45"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/migration-tests/route.tsx"}, "region": {"startLine": 26}}}]}, {"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": 119306, "scanner": "repobility-threat-engine", "fingerprint": "2aa721472b58549193b8a6b2ffa1c116abcc52f0a30bffec9fabe58866023e53", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Url(b", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|2aa721472b58549193b8a6b2ffa1c116abcc52f0a30bffec9fabe58866023e53"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/auth/oauth/cross-domain/authorize/route.tsx"}, "region": {"startLine": 35}}}]}, {"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": 119305, "scanner": "repobility-threat-engine", "fingerprint": "54e6dfeeda3e7f60cc2381851cb50b81c70133e164d83105dae6bb4b89e1f5fc", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "Url(q", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|54e6dfeeda3e7f60cc2381851cb50b81c70133e164d83105dae6bb4b89e1f5fc"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/auth/oauth/authorize/[provider_id]/route.tsx"}, "region": {"startLine": 107}}}]}, {"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": 119304, "scanner": "repobility-threat-engine", "fingerprint": "a8b6eb23f7db33c0d51068f3c930b4a6c44d6c6159eb8070ed503b32d0c02d37", "category": "ssrf", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "URL(g", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC029", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "fp|a8b6eb23f7db33c0d51068f3c930b4a6c44d6c6159eb8070ed503b32d0c02d37"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/scripts/verify-data-integrity/api.ts"}, "region": {"startLine": 126}}}]}, {"ruleId": "SEC018", "level": "error", "message": {"text": "[SEC018] AI-Agent Secret Retrieval Command: A command that prints or embeds credentials was committed. AI coding agents often add these commands while trying to help with setup or deployment, but they can leak live secrets through logs, shell history, CI output, or documentation."}, "properties": {"repobilityId": 119299, "scanner": "repobility-threat-engine", "fingerprint": "0a8c90556a07440e1e1b988238c8631b925817e2b98cf14a5a9a6dcf8b0b1e90", "category": "credential_exposure", "severity": "high", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "gh auth token", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC018", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "secret|. token|2|gh auth token"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".agents/skills/pr-visual-writeup/scripts/upload_gist.sh"}, "region": {"startLine": 30}}}]}, {"ruleId": "MINED116", "level": "error", "message": {"text": "[MINED116] Workflow uses `secrets.STACK_FREESTYLE_REAL_API_KEY` on a `pull_request` trigger: This workflow triggers on `pull_request`, which checks out the FORK's code. Referencing `${ secrets.STACK_FREESTYLE_REAL_API_KEY }` lets a PR from any fork exfiltrate the secret (modify a script, log the value, etc.). Use `pull_request_target` ONLY with strict checkout discipline (no fork code in the trusted context)."}, "properties": {"repobilityId": 119483, "scanner": "repobility-supply-chain", "fingerprint": "62c958a6fa5dce6a9a9682cecbeb5037ddb538879d01926442b68ce9d24835a0", "category": "dependency", "severity": "critical", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-pull-request-secrets", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|62c958a6fa5dce6a9a9682cecbeb5037ddb538879d01926442b68ce9d24835a0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/e2e-api-tests.yaml"}, "region": {"startLine": 62}}}]}, {"ruleId": "MINED116", "level": "error", "message": {"text": "[MINED116] Workflow uses `secrets.QUETZAL_API_KEY` on a `pull_request` trigger: This workflow triggers on `pull_request`, which checks out the FORK's code. Referencing `${ secrets.QUETZAL_API_KEY }` lets a PR from any fork exfiltrate the secret (modify a script, log the value, etc.). Use `pull_request_target` ONLY with strict checkout discipline (no fork code in the trusted context)."}, "properties": {"repobilityId": 119482, "scanner": "repobility-supply-chain", "fingerprint": "cb7832f1f5cd84af3bb786187ea96f746f592e0aa7b162064fcc1cae168914af", "category": "dependency", "severity": "critical", "confidence": 0.9, "triageState": "open", "verdict": "", "isResolved": false, "reason": "", "evidence": {"mined": true, "mining": {"slug": "gha-pull-request-secrets", "owasp": "A08:2021", "cwe_ids": ["CWE-829"], "languages": ["yaml"], "observations_count": 0}, "scanner": "repobility-supply-chain", "correlation_key": "fp|cb7832f1f5cd84af3bb786187ea96f746f592e0aa7b162064fcc1cae168914af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/lint-and-build.yaml"}, "region": {"startLine": 82}}}]}, {"ruleId": "MINED013", "level": "error", "message": {"text": "[MINED013] Password In Url: https://user:password@host \u2014 leaks creds via logs, referrer, error messages."}, "properties": {"repobilityId": 119375, "scanner": "repobility-threat-engine", "fingerprint": "d4db5574b21f1608699a6f62d501180fba1978d3c5aaaf00cc1bbd009c94fd2c", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "password-in-url", "owasp": "A07:2021", "cwe_ids": ["CWE-200"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347928+00:00", "triaged_in_corpus": 20, "observations_count": 121646, "ai_coder_pattern_id": 37}, "scanner": "repobility-threat-engine", "correlation_key": "fp|d4db5574b21f1608699a6f62d501180fba1978d3c5aaaf00cc1bbd009c94fd2c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/local-emulator/generate-env-development.mjs"}, "region": {"startLine": 158}}}]}, {"ruleId": "SEC051", "level": "error", "message": {"text": "[SEC051] Stripe live/test key: Stripe API key (live or test). Live keys can charge real cards. Ported from gitleaks stripe-access-token (MIT)."}, "properties": {"repobilityId": 119345, "scanner": "repobility-threat-engine", "fingerprint": "8b2c0b0a40b83f79ba914669c31dc00d2fe371107dec8ed571e21c36501faf17", "category": "secret", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"match": "sk_test_mockstripekey", "reason": "Pattern matched with no mitigating context found", "rule_id": "SEC051", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "secret|token / customer_type / customer_id /set-default/route.ts|7|sk_test_mockstripekey"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/payments/payment-method/[customer_type]/[customer_id]/set-default/route.ts"}, "region": {"startLine": 71}}}]}, {"ruleId": "MINED019", "level": "error", "message": {"text": "[MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) \u2014 full RCE via templates."}, "properties": {"repobilityId": 119332, "scanner": "repobility-threat-engine", "fingerprint": "b0a33ee776bca758e7a14f07870ba19cfd815b5169b67c944772a53cf7089707", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ssti-jinja-from-string", "owasp": "A03:2021", "cwe_ids": ["CWE-94"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347943+00:00", "triaged_in_corpus": 20, "observations_count": 47984, "ai_coder_pattern_id": 34}, "scanner": "repobility-threat-engine", "correlation_key": "fp|b0a33ee776bca758e7a14f07870ba19cfd815b5169b67c944772a53cf7089707"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/contact-channels/verify/verification-code-handler.tsx"}, "region": {"startLine": 38}}}]}, {"ruleId": "MINED019", "level": "error", "message": {"text": "[MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) \u2014 full RCE via templates."}, "properties": {"repobilityId": 119331, "scanner": "repobility-threat-engine", "fingerprint": "7a9eab1ed8e3c5ef5ed963ae3ae2f8072efd65f6dbd20574f0360fbbbb746e93", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ssti-jinja-from-string", "owasp": "A03:2021", "cwe_ids": ["CWE-94"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347943+00:00", "triaged_in_corpus": 20, "observations_count": 47984, "ai_coder_pattern_id": 34}, "scanner": "repobility-threat-engine", "correlation_key": "fp|7a9eab1ed8e3c5ef5ed963ae3ae2f8072efd65f6dbd20574f0360fbbbb746e93"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/auth/password/reset/verification-code-handler.tsx"}, "region": {"startLine": 40}}}]}, {"ruleId": "MINED019", "level": "error", "message": {"text": "[MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) \u2014 full RCE via templates."}, "properties": {"repobilityId": 119330, "scanner": "repobility-threat-engine", "fingerprint": "c9b822e9c577554098be571b26c93c7f2eb95500fdc8d2c39de19e1e3ca85167", "category": "quality", "severity": "critical", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "Pattern matched with no mitigating context found", "evidence": {"mined": true, "mining": {"slug": "ssti-jinja-from-string", "owasp": "A03:2021", "cwe_ids": ["CWE-94"], "precision": 1.0, "promoted_at": "2026-05-18T14:01:32.347943+00:00", "triaged_in_corpus": 20, "observations_count": 47984, "ai_coder_pattern_id": 34}, "scanner": "repobility-threat-engine", "correlation_key": "fp|c9b822e9c577554098be571b26c93c7f2eb95500fdc8d2c39de19e1e3ca85167"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/backend/src/app/api/latest/auth/otp/sign-in/verification-code-handler.tsx"}, "region": {"startLine": 93}}}]}]}]}