{"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": "scanner-9b2e5a0767002bb7", "name": "Stray `console.log` in TS/JS \u2014 proxy.ts:32", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 proxy.ts:32"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e747c0b649a2f706", "name": "Stray `console.log` in TS/JS \u2014 final-test.js:37", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 final-test.js:37"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea723eb9e9853d4b", "name": "Stray `console.log` in TS/JS \u2014 test-suite.js:80", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test-suite.js:80"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7a0b33ef807e54e3", "name": "Stray `console.log` in TS/JS \u2014 quick-test.js:41", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 quick-test.js:41"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5218b7e1cea119be", "name": "Stray `console.log` in TS/JS \u2014 verify_tooltip.js:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 verify_tooltip.js:13"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-30f0f23b4ea3a64a", "name": "Stray `console.log` in TS/JS \u2014 test-verification.js:34", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test-verification.js:34"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-506be2b95088f5d3", "name": "git log failed \u2014 history analysis incomplete", "shortDescription": {"text": "git log failed \u2014 history analysis incomplete"}, "fullDescription": {"text": "fatal: not a git repository (or any parent up to mount point /data)\nStopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8987d6d1c30c7202", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d4d1d9940b4dc657", "name": "Runtime dotenv file present in repo: .env.local.development", "shortDescription": {"text": "Runtime dotenv file present in repo: .env.local.development"}, "fullDescription": {"text": "`.env.local.development` looks like a runtime dotenv file. It contains secret-looking assignments for NEXTAUTH_SECRET, CRON_SECRET. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-4e6de7d252c6f7a6", "name": "Possible secret in final-test.js", "shortDescription": {"text": "Possible secret in final-test.js"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-bcdc0a3c8aa39df0", "name": "Possible secret in test-suite.js", "shortDescription": {"text": "Possible secret in test-suite.js"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-f357d67299340b47", "name": "Possible secret in quick-test.js", "shortDescription": {"text": "Possible secret in quick-test.js"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-fce57194dd8fd008", "name": "Possible secret in api-test.mjs", "shortDescription": {"text": "Possible secret in api-test.mjs"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-83fc73112c67a4d5", "name": "Possible secret in test-verification.js", "shortDescription": {"text": "Possible secret in test-verification.js"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-05d3ebb6f4945ae2", "name": "Possible secret in .env.local.development", "shortDescription": {"text": "Possible secret in .env.local.development"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 113 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-17d866d91a7c451e", "name": "Agent instruction/config may expose a secret: CLAUDE.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3f194bc5f1c20d95", "name": "Commented-code block (6 lines) in proxy.ts:25", "shortDescription": {"text": "Commented-code block (6 lines) in proxy.ts:25"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b6b0bff6bcaba490", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api-test.mjs:89", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api-test.mjs:89"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `BASE_URL`, `HEADLESS`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/3754"}, "properties": {"repository": "azonacore-png/zona-core-gym", "repoUrl": "https://github.com/azonacore-png/zona-core-gym", "branch": "main"}, "results": [{"ruleId": "scanner-9b2e5a0767002bb7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 proxy.ts:32"}, "properties": {"repobilityId": "6ae6c27d89f1b987", "scanner": "scanner-primary", "fingerprint": "9b2e5a0767002bb7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e747c0b649a2f706", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 final-test.js:37"}, "properties": {"repobilityId": "aeef24a5899cdcf8", "scanner": "scanner-primary", "fingerprint": "e747c0b649a2f706", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ea723eb9e9853d4b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test-suite.js:80"}, "properties": {"repobilityId": "ee730554730ef4fa", "scanner": "scanner-primary", "fingerprint": "ea723eb9e9853d4b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7a0b33ef807e54e3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 quick-test.js:41"}, "properties": {"repobilityId": "9b2456f618f8892e", "scanner": "scanner-primary", "fingerprint": "7a0b33ef807e54e3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5218b7e1cea119be", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 verify_tooltip.js:13"}, "properties": {"repobilityId": "40cf6235d22c1483", "scanner": "scanner-primary", "fingerprint": "5218b7e1cea119be", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-30f0f23b4ea3a64a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test-verification.js:34"}, "properties": {"repobilityId": "4ae3a761a855ea34", "scanner": "scanner-primary", "fingerprint": "30f0f23b4ea3a64a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-506be2b95088f5d3", "level": "none", "message": {"text": "git log failed \u2014 history analysis incomplete"}, "properties": {"repobilityId": "b424308a11bb9b22", "scanner": "scanner-primary", "fingerprint": "506be2b95088f5d3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["git", "tooling"]}}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "90791473d0b0c9f8", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "ee340742fe590f3b", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "ca2f938195399bd1", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-d4d1d9940b4dc657", "level": "error", "message": {"text": "Runtime dotenv file present in repo: .env.local.development"}, "properties": {"repobilityId": "af051e194a0907ef", "scanner": "scanner-primary", "fingerprint": "d4d1d9940b4dc657", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env", "env_file_with_secret"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env.local.development"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4e6de7d252c6f7a6", "level": "error", "message": {"text": "Possible secret in final-test.js"}, "properties": {"repobilityId": "e14da55c012bfa8a", "scanner": "scanner-primary", "fingerprint": "4e6de7d252c6f7a6", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "final-test.js"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-4e6de7d252c6f7a6", "level": "error", "message": {"text": "Possible secret in final-test.js"}, "properties": {"repobilityId": "e14da55c012bfa8a", "scanner": "scanner-primary", "fingerprint": "4e6de7d252c6f7a6", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "final-test.js"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-4e6de7d252c6f7a6", "level": "error", "message": {"text": "Possible secret in final-test.js"}, "properties": {"repobilityId": "e14da55c012bfa8a", "scanner": "scanner-primary", "fingerprint": "4e6de7d252c6f7a6", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "final-test.js"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-4e6de7d252c6f7a6", "level": "error", "message": {"text": "Possible secret in final-test.js"}, "properties": {"repobilityId": "e14da55c012bfa8a", "scanner": "scanner-primary", "fingerprint": "4e6de7d252c6f7a6", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "final-test.js"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-bcdc0a3c8aa39df0", "level": "error", "message": {"text": "Possible secret in test-suite.js"}, "properties": {"repobilityId": "d127f63e35fd5e27", "scanner": "scanner-primary", "fingerprint": "bcdc0a3c8aa39df0", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test-suite.js"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-bcdc0a3c8aa39df0", "level": "error", "message": {"text": "Possible secret in test-suite.js"}, "properties": {"repobilityId": "d127f63e35fd5e27", "scanner": "scanner-primary", "fingerprint": "bcdc0a3c8aa39df0", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test-suite.js"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-bcdc0a3c8aa39df0", "level": "error", "message": {"text": "Possible secret in test-suite.js"}, "properties": {"repobilityId": "d127f63e35fd5e27", "scanner": "scanner-primary", "fingerprint": "bcdc0a3c8aa39df0", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test-suite.js"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-bcdc0a3c8aa39df0", "level": "error", "message": {"text": "Possible secret in test-suite.js"}, "properties": {"repobilityId": "d127f63e35fd5e27", "scanner": "scanner-primary", "fingerprint": "bcdc0a3c8aa39df0", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test-suite.js"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-f357d67299340b47", "level": "error", "message": {"text": "Possible secret in quick-test.js"}, "properties": {"repobilityId": "0dec0d12497fbc43", "scanner": "scanner-primary", "fingerprint": "f357d67299340b47", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "quick-test.js"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-f357d67299340b47", "level": "error", "message": {"text": "Possible secret in quick-test.js"}, "properties": {"repobilityId": "0dec0d12497fbc43", "scanner": "scanner-primary", "fingerprint": "f357d67299340b47", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "quick-test.js"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-f357d67299340b47", "level": "error", "message": {"text": "Possible secret in quick-test.js"}, "properties": {"repobilityId": "0dec0d12497fbc43", "scanner": "scanner-primary", "fingerprint": "f357d67299340b47", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "quick-test.js"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-f357d67299340b47", "level": "error", "message": {"text": "Possible secret in quick-test.js"}, "properties": {"repobilityId": "0dec0d12497fbc43", "scanner": "scanner-primary", "fingerprint": "f357d67299340b47", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "quick-test.js"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-fce57194dd8fd008", "level": "error", "message": {"text": "Possible secret in api-test.mjs"}, "properties": {"repobilityId": "a01f5f62874a5a5a", "scanner": "scanner-primary", "fingerprint": "fce57194dd8fd008", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api-test.mjs"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-fce57194dd8fd008", "level": "error", "message": {"text": "Possible secret in api-test.mjs"}, "properties": {"repobilityId": "a01f5f62874a5a5a", "scanner": "scanner-primary", "fingerprint": "fce57194dd8fd008", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api-test.mjs"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-fce57194dd8fd008", "level": "error", "message": {"text": "Possible secret in api-test.mjs"}, "properties": {"repobilityId": "a01f5f62874a5a5a", "scanner": "scanner-primary", "fingerprint": "fce57194dd8fd008", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api-test.mjs"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-83fc73112c67a4d5", "level": "error", "message": {"text": "Possible secret in test-verification.js"}, "properties": {"repobilityId": "93ff90b300daee2c", "scanner": "scanner-primary", "fingerprint": "83fc73112c67a4d5", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test-verification.js"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-83fc73112c67a4d5", "level": "error", "message": {"text": "Possible secret in test-verification.js"}, "properties": {"repobilityId": "93ff90b300daee2c", "scanner": "scanner-primary", "fingerprint": "83fc73112c67a4d5", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test-verification.js"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-83fc73112c67a4d5", "level": "error", "message": {"text": "Possible secret in test-verification.js"}, "properties": {"repobilityId": "93ff90b300daee2c", "scanner": "scanner-primary", "fingerprint": "83fc73112c67a4d5", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test-verification.js"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-83fc73112c67a4d5", "level": "error", "message": {"text": "Possible secret in test-verification.js"}, "properties": {"repobilityId": "93ff90b300daee2c", "scanner": "scanner-primary", "fingerprint": "83fc73112c67a4d5", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test-verification.js"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-05d3ebb6f4945ae2", "level": "error", "message": {"text": "Possible secret in .env.local.development"}, "properties": {"repobilityId": "cc1b4d001d075409", "scanner": "scanner-primary", "fingerprint": "05d3ebb6f4945ae2", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env.local.development"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "edeab51902066991", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "fb7d06bdb3483f37", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "845a2b144c3b84ff", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "d84b98501d1677eb", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "cee4b9fdae1db197", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-17d866d91a7c451e", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "properties": {"repobilityId": "ccce5984e58a48f0", "scanner": "scanner-primary", "fingerprint": "17d866d91a7c451e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 107}}}]}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-3f194bc5f1c20d95", "level": "none", "message": {"text": "Commented-code block (6 lines) in proxy.ts:25"}, "properties": {"repobilityId": "bcd6acc8e71966da", "scanner": "scanner-primary", "fingerprint": "3f194bc5f1c20d95", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b6b0bff6bcaba490", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api-test.mjs:89"}, "properties": {"repobilityId": "fd30f1ae5e7b7b1b", "scanner": "scanner-primary", "fingerprint": "b6b0bff6bcaba490", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}