{"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-f72c5c4b126f8316", "name": "Possibly dead Python function: make_cache_key", "shortDescription": {"text": "Possibly dead Python function: make_cache_key"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-60cb2c491236fbfb", "name": "Possibly dead Python function: link", "shortDescription": {"text": "Possibly dead Python function: link"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7bcf4f0febae1d7c", "name": "Dockerfile runs as root: valuation-service/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: valuation-service/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cd477d80c662b223", "name": "Docker base image is tag-pinned but not digest-pinned: maven:3.9.11-eclipse-temurin-21", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: maven:3.9.11-eclipse-temurin-21"}, "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-a23363709e7d7374", "name": "Docker base image is tag-pinned but not digest-pinned: eclipse-temurin:21-jre-jammy", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: eclipse-temurin:21-jre-jammy"}, "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-930192af1f7db2f0", "name": "Dockerfile runs as root: yfinance/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: yfinance/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-064cdd599839d193", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-17b65be9f56d2715", "name": "Possible secret in install.sh", "shortDescription": {"text": "Possible secret in install.sh"}, "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-e78957e9914a2ed7", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-46c42f1f5520006e", "name": "Very large file: valuation-service/src/test/java/io/stockvaluation/service/ValuationWorkflowServiceImplTest.java (1884 l", "shortDescription": {"text": "Very large file: valuation-service/src/test/java/io/stockvaluation/service/ValuationWorkflowServiceImplTest.java (1884 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7cc59129a31458df", "name": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/ValuationOutputService.java (2264 lines)", "shortDescription": {"text": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/ValuationOutputService.java (2264 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d9270a21198080a3", "name": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/ProspectusValuationService.java (1000 lines)", "shortDescription": {"text": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/ProspectusValuationService.java (1000 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-176f8bb8c40b6914", "name": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/ValuationWorkflowServiceImpl.java (3117 lines", "shortDescription": {"text": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/ValuationWorkflowServiceImpl.java (3117 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-715c855b63a70ee5", "name": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/CommonService.java (1318 lines)", "shortDescription": {"text": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/CommonService.java (1318 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ad7cbb7e13c760fb", "name": "Very large file: valuation-agent/mcp_tools.py (4219 lines)", "shortDescription": {"text": "Very large file: valuation-agent/mcp_tools.py (4219 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b64a1db3aeb3d39d", "name": "Very large file: valuation-agent/guided_question_planner.py (2112 lines)", "shortDescription": {"text": "Very large file: valuation-agent/guided_question_planner.py (2112 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-adfabd38567c0259", "name": "Very large file: valuation-agent/tests/agent_native/test_mcp_contracts.py (3107 lines)", "shortDescription": {"text": "Very large file: valuation-agent/tests/agent_native/test_mcp_contracts.py (3107 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-895f505fa6a31782", "name": "Very large file: valuation-agent/tests/agent_native/test_guided_question_planner.py (1594 lines)", "shortDescription": {"text": "Very large file: valuation-agent/tests/agent_native/test_guided_question_planner.py (1594 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "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 55 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-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-603e28558574e5e8", "name": "Network/subprocess call without timeout or try/except \u2014 valuation-agent/service_control.py:270", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 valuation-agent/service_control.py:270"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ad1f2c0971b89ce0", "name": "10 env vars used in code but missing from .env.example", "shortDescription": {"text": "10 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CACHE_TYPE`, `FLASK_DEBUG`, `PORT`, `RATE_LIMIT_DURATION_SECONDS`, `RATE_LIMIT_REQUESTS_PER_SECOND`, `STOCKVALUATION_HEALTH_URL`, `STOCKVALUATION_OPEN_REPORT`, `STOCKVALUATION_REPORT_DIR` + 2 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nvaluation-agent/mcp_tools.py:attach_valuation_audit_packet, valuation-agent/mcp_tools.py:attach_scenario_book\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20363"}, "properties": {"repository": "stockvaluation-io/stockvaluation_io", "repoUrl": "https://github.com/stockvaluation-io/stockvaluation_io", "branch": "main"}, "results": [{"ruleId": "scanner-f72c5c4b126f8316", "level": "note", "message": {"text": "Possibly dead Python function: make_cache_key"}, "properties": {"repobilityId": "a4292fb102926be0", "scanner": "scanner-primary", "fingerprint": "f72c5c4b126f8316", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "yfinance/app.py:18"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-60cb2c491236fbfb", "level": "note", "message": {"text": "Possibly dead Python function: link"}, "properties": {"repobilityId": "17e6bfb51d464eb8", "scanner": "scanner-primary", "fingerprint": "60cb2c491236fbfb", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "valuation-agent/skills/stockvaluation-io/scripts/render_report_html.py:40"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-7bcf4f0febae1d7c", "level": "warning", "message": {"text": "Dockerfile runs as root: valuation-service/Dockerfile"}, "properties": {"repobilityId": "19c9ffbafed1ed84", "scanner": "scanner-primary", "fingerprint": "7bcf4f0febae1d7c", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-cd477d80c662b223", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: maven:3.9.11-eclipse-temurin-21"}, "properties": {"repobilityId": "ffc68bc3b2248459", "scanner": "scanner-primary", "fingerprint": "cd477d80c662b223", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "valuation-service/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a23363709e7d7374", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: eclipse-temurin:21-jre-jammy"}, "properties": {"repobilityId": "39f602029c72f4d9", "scanner": "scanner-primary", "fingerprint": "a23363709e7d7374", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "valuation-service/Dockerfile"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-930192af1f7db2f0", "level": "warning", "message": {"text": "Dockerfile runs as root: yfinance/Dockerfile"}, "properties": {"repobilityId": "f0e9873896275a46", "scanner": "scanner-primary", "fingerprint": "930192af1f7db2f0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-064cdd599839d193", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim"}, "properties": {"repobilityId": "1a8d825830c85d3e", "scanner": "scanner-primary", "fingerprint": "064cdd599839d193", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "yfinance/Dockerfile"}, "region": {"startLine": 1}}}]}, {"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-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-17b65be9f56d2715", "level": "error", "message": {"text": "Possible secret in install.sh"}, "properties": {"repobilityId": "67202331e87ecd4e", "scanner": "scanner-primary", "fingerprint": "17b65be9f56d2715", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "install.sh"}, "region": {"startLine": 109}}}]}, {"ruleId": "scanner-17b65be9f56d2715", "level": "error", "message": {"text": "Possible secret in install.sh"}, "properties": {"repobilityId": "67202331e87ecd4e", "scanner": "scanner-primary", "fingerprint": "17b65be9f56d2715", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "install.sh"}, "region": {"startLine": 110}}}]}, {"ruleId": "scanner-e78957e9914a2ed7", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1829d77beb149e91", "scanner": "scanner-primary", "fingerprint": "e78957e9914a2ed7", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/services-tests-main.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-e78957e9914a2ed7", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c203e368fc03a642", "scanner": "scanner-primary", "fingerprint": "e78957e9914a2ed7", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/services-tests-main.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-e78957e9914a2ed7", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1829d77beb149e91", "scanner": "scanner-primary", "fingerprint": "e78957e9914a2ed7", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/services-tests-main.yml"}, "region": {"startLine": 76}}}]}, {"ruleId": "scanner-e78957e9914a2ed7", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5017fcdae9fbf3f1", "scanner": "scanner-primary", "fingerprint": "e78957e9914a2ed7", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/services-tests-main.yml"}, "region": {"startLine": 79}}}]}, {"ruleId": "scanner-e78957e9914a2ed7", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1829d77beb149e91", "scanner": "scanner-primary", "fingerprint": "e78957e9914a2ed7", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/services-tests-main.yml"}, "region": {"startLine": 96}}}]}, {"ruleId": "scanner-e78957e9914a2ed7", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c203e368fc03a642", "scanner": "scanner-primary", "fingerprint": "e78957e9914a2ed7", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/services-tests-main.yml"}, "region": {"startLine": 99}}}]}, {"ruleId": "scanner-46c42f1f5520006e", "level": "note", "message": {"text": "Very large file: valuation-service/src/test/java/io/stockvaluation/service/ValuationWorkflowServiceImplTest.java (1884 lines)"}, "properties": {"repobilityId": "cdb42d2e03978a42", "scanner": "scanner-primary", "fingerprint": "46c42f1f5520006e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7cc59129a31458df", "level": "note", "message": {"text": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/ValuationOutputService.java (2264 lines)"}, "properties": {"repobilityId": "a8004cfa7c303948", "scanner": "scanner-primary", "fingerprint": "7cc59129a31458df", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d9270a21198080a3", "level": "note", "message": {"text": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/ProspectusValuationService.java (1000 lines)"}, "properties": {"repobilityId": "4e8174e14d7c5b15", "scanner": "scanner-primary", "fingerprint": "d9270a21198080a3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-176f8bb8c40b6914", "level": "note", "message": {"text": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/ValuationWorkflowServiceImpl.java (3117 lines)"}, "properties": {"repobilityId": "aa0cdb0552ab330c", "scanner": "scanner-primary", "fingerprint": "176f8bb8c40b6914", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-715c855b63a70ee5", "level": "note", "message": {"text": "Very large file: valuation-service/src/main/java/io/stockvaluation/service/CommonService.java (1318 lines)"}, "properties": {"repobilityId": "10415dc42de2caea", "scanner": "scanner-primary", "fingerprint": "715c855b63a70ee5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ad7cbb7e13c760fb", "level": "note", "message": {"text": "Very large file: valuation-agent/mcp_tools.py (4219 lines)"}, "properties": {"repobilityId": "b729905e434e9ef2", "scanner": "scanner-primary", "fingerprint": "ad7cbb7e13c760fb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b64a1db3aeb3d39d", "level": "note", "message": {"text": "Very large file: valuation-agent/guided_question_planner.py (2112 lines)"}, "properties": {"repobilityId": "e0af3571729e19a0", "scanner": "scanner-primary", "fingerprint": "b64a1db3aeb3d39d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-adfabd38567c0259", "level": "note", "message": {"text": "Very large file: valuation-agent/tests/agent_native/test_mcp_contracts.py (3107 lines)"}, "properties": {"repobilityId": "867ca364a9d3e809", "scanner": "scanner-primary", "fingerprint": "adfabd38567c0259", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-895f505fa6a31782", "level": "note", "message": {"text": "Very large file: valuation-agent/tests/agent_native/test_guided_question_planner.py (1594 lines)"}, "properties": {"repobilityId": "b065c26a5acaecb9", "scanner": "scanner-primary", "fingerprint": "895f505fa6a31782", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "5821170c5396f8ae", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "cee5e049c33e8536", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "4b3dc2545b14fe61", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-603e28558574e5e8", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 valuation-agent/service_control.py:270"}, "properties": {"repobilityId": "bd6915b8cf9c0717", "scanner": "scanner-primary", "fingerprint": "603e28558574e5e8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ad1f2c0971b89ce0", "level": "note", "message": {"text": "10 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "3bfdc60c61f1870e", "scanner": "scanner-primary", "fingerprint": "ad1f2c0971b89ce0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "d98b8c15b04f8e48", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "f23af67661b46c6d", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}