{"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-9a32b49b71b0e66c", "name": "Stray `console.log` in TS/JS \u2014 cli/src/commands/capture.ts:29", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/commands/capture.ts:29"}, "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-132f212bfb6cb763", "name": "Stray `console.log` in TS/JS \u2014 cli/src/lib/output.ts:6", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/lib/output.ts:6"}, "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-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-88b688b5b8494760", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f9f974bb8fb136e5", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "pypa/gh-action-pypi-publish@release/v1 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": "medium", "confidence": 1.0}}, {"id": "scanner-b126c22a1b9b8a46", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4c3728641a0d9039", "name": "Node manifest has dependencies but no lockfile: cli/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: cli/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-96a472974fab1074", "name": "Node manifest has dependencies but no lockfile: sdk-js/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: sdk-js/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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 lockfile. 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-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-4be48385985d8cd9", "name": "Agent authority lacks a verifier contract: clients/codex/AGENTS.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: clients/codex/AGENTS.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2aebb3083e4a46c6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 cli/src/commands/auth.ts:107", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cli/src/commands/auth.ts:107"}, "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-75689771d8f5da7a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 cli/src/commands/auth-flow.ts:84", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cli/src/commands/auth-flow.ts:84"}, "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-c122e05c350bea1a", "name": "Commented-code block (6 lines) in cli/src/lib/bind-paths.ts:81", "shortDescription": {"text": "Commented-code block (6 lines) in cli/src/lib/bind-paths.ts:81"}, "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-d7b5fc9aaf85b392", "name": "Commented-code block (6 lines) in sdk-js/src/index.ts:364", "shortDescription": {"text": "Commented-code block (6 lines) in sdk-js/src/index.ts:364"}, "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-0dfb5c011dbfe539", "name": "Commented-code block (5 lines) in sdk-js/src/codegen.ts:52", "shortDescription": {"text": "Commented-code block (5 lines) in sdk-js/src/codegen.ts:52"}, "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}}]}}, "automationDetails": {"id": "repobility/21981"}, "properties": {"repository": "usestreamboard/streamboard", "repoUrl": "https://github.com/usestreamboard/streamboard", "branch": "main"}, "results": [{"ruleId": "scanner-9a32b49b71b0e66c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/commands/capture.ts:29"}, "properties": {"repobilityId": "1775807d4e47d83d", "scanner": "scanner-primary", "fingerprint": "9a32b49b71b0e66c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-132f212bfb6cb763", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cli/src/lib/output.ts:6"}, "properties": {"repobilityId": "18a928e4156a7831", "scanner": "scanner-primary", "fingerprint": "132f212bfb6cb763", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-88b688b5b8494760", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "e716f8d0459b60f9", "scanner": "scanner-primary", "fingerprint": "88b688b5b8494760", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-npm.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f9f974bb8fb136e5", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f632f645881b4c51", "scanner": "scanner-primary", "fingerprint": "f9f974bb8fb136e5", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-pypi.yml"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-b126c22a1b9b8a46", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "7d1cfa42b6c3c917", "scanner": "scanner-primary", "fingerprint": "b126c22a1b9b8a46", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-pypi.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4c3728641a0d9039", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: cli/package.json"}, "properties": {"repobilityId": "58fe435f7c288c56", "scanner": "scanner-primary", "fingerprint": "4c3728641a0d9039", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cli/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-96a472974fab1074", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: sdk-js/package.json"}, "properties": {"repobilityId": "0a8fc8c31a0ee860", "scanner": "scanner-primary", "fingerprint": "96a472974fab1074", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sdk-js/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "a62591d33373bb16", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "1c6c3a8351d9cf76", "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": "8cf0628cfc4daa3a", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-4be48385985d8cd9", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: clients/codex/AGENTS.md"}, "properties": {"repobilityId": "f04b57f8adcb6f33", "scanner": "scanner-primary", "fingerprint": "4be48385985d8cd9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "agents_md"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "clients/codex/AGENTS.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2aebb3083e4a46c6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cli/src/commands/auth.ts:107"}, "properties": {"repobilityId": "5e365bc096c44c75", "scanner": "scanner-primary", "fingerprint": "2aebb3083e4a46c6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-75689771d8f5da7a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cli/src/commands/auth-flow.ts:84"}, "properties": {"repobilityId": "0ce5e78fc2b68774", "scanner": "scanner-primary", "fingerprint": "75689771d8f5da7a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c122e05c350bea1a", "level": "none", "message": {"text": "Commented-code block (6 lines) in cli/src/lib/bind-paths.ts:81"}, "properties": {"repobilityId": "897be560c5fd9e33", "scanner": "scanner-primary", "fingerprint": "c122e05c350bea1a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d7b5fc9aaf85b392", "level": "none", "message": {"text": "Commented-code block (6 lines) in sdk-js/src/index.ts:364"}, "properties": {"repobilityId": "cfc98aedb7af8b3e", "scanner": "scanner-primary", "fingerprint": "d7b5fc9aaf85b392", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0dfb5c011dbfe539", "level": "none", "message": {"text": "Commented-code block (5 lines) in sdk-js/src/codegen.ts:52"}, "properties": {"repobilityId": "40f2927318f0d5c2", "scanner": "scanner-primary", "fingerprint": "0dfb5c011dbfe539", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}