{"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-e34eb8853c153e1c", "name": "Stray `console.log` in TS/JS \u2014 src/cli.ts:110", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/cli.ts:110"}, "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-33e6106a1dc74e47", "name": "Stray `console.log` in TS/JS \u2014 src/lib/templates/shell.ts:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/templates/shell.ts:33"}, "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-062a0ae9b586c7ed", "name": "Stray `console.log` in TS/JS \u2014 src/lib/templates/dmg.ts:37", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/templates/dmg.ts: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-77a464701f01cedf", "name": "Possible secret in README.md", "shortDescription": {"text": "Possible secret in README.md"}, "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-815f5a4d4d8eeda5", "name": "Insecure pattern 'node_child_process' in scripts/render-terminal-demo.mjs:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/render-terminal-demo.mjs:2"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fedad5ea3ac60732", "name": "Insecure pattern 'node_child_process' in src/cli.ts:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/cli.ts:4"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-63e1a01a6d4f40e9", "name": "Insecure pattern 'node_child_process' in src/lib/generator.ts:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/lib/generator.ts:4"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d8cdedf8151dabb6", "name": "Insecure pattern 'node_child_process' in src/lib/doctor.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/lib/doctor.ts:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-71865e45d3f3741f", "name": "Insecure pattern 'node_child_process' in src/lib/project-package.ts:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/lib/project-package.ts:3"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a4e0bf0c742a2ecf", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/github-script@v7 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-f00b38d7f6242a23", "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-899cd4b5513886a4", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/deploy-pages@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-ca55f0794f41dba8", "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-7ffa33751be3d771", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 23 source file(s) (ratio 0.04). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b3ed68815bca2f8c", "name": "Node manifest has dependencies but no lockfile: package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 102 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-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-1fcc839375dd89f4", "name": "Agent instruction contains unpinned remote install: skills/appbun-web-desktop/CLAUDE.md", "shortDescription": {"text": "Agent instruction contains unpinned remote install: skills/appbun-web-desktop/CLAUDE.md"}, "fullDescription": {"text": "Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2b00fba5a7c7460d", "name": "Agent instruction contains unpinned remote install: skills/appbun-web-desktop/SKILL.md", "shortDescription": {"text": "Agent instruction contains unpinned remote install: skills/appbun-web-desktop/SKILL.md"}, "fullDescription": {"text": "Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24587"}, "properties": {"repository": "bigmacfive/appbun", "repoUrl": "https://github.com/bigmacfive/appbun", "branch": "main"}, "results": [{"ruleId": "scanner-e34eb8853c153e1c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/cli.ts:110"}, "properties": {"repobilityId": "435b83b5315abc65", "scanner": "scanner-primary", "fingerprint": "e34eb8853c153e1c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-33e6106a1dc74e47", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/templates/shell.ts:33"}, "properties": {"repobilityId": "53f44d5e2a8ed7d1", "scanner": "scanner-primary", "fingerprint": "33e6106a1dc74e47", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-062a0ae9b586c7ed", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/templates/dmg.ts:37"}, "properties": {"repobilityId": "8080fc7a60b0cf88", "scanner": "scanner-primary", "fingerprint": "062a0ae9b586c7ed", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-77a464701f01cedf", "level": "error", "message": {"text": "Possible secret in README.md"}, "properties": {"repobilityId": "03df1be0543b7759", "scanner": "scanner-primary", "fingerprint": "77a464701f01cedf", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "README.md"}, "region": {"startLine": 173}}}]}, {"ruleId": "scanner-815f5a4d4d8eeda5", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/render-terminal-demo.mjs:2"}, "properties": {"repobilityId": "54fbf592c05ba1a5", "scanner": "scanner-primary", "fingerprint": "815f5a4d4d8eeda5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/render-terminal-demo.mjs"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-fedad5ea3ac60732", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/cli.ts:4"}, "properties": {"repobilityId": "74444523da4c8c23", "scanner": "scanner-primary", "fingerprint": "fedad5ea3ac60732", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/cli.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-63e1a01a6d4f40e9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/lib/generator.ts:4"}, "properties": {"repobilityId": "8aaa7e94f8540e2b", "scanner": "scanner-primary", "fingerprint": "63e1a01a6d4f40e9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/generator.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-d8cdedf8151dabb6", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/lib/doctor.ts:1"}, "properties": {"repobilityId": "bec5d0cab094248f", "scanner": "scanner-primary", "fingerprint": "d8cdedf8151dabb6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/doctor.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-71865e45d3f3741f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/lib/project-package.ts:3"}, "properties": {"repobilityId": "428e93512110c08d", "scanner": "scanner-primary", "fingerprint": "71865e45d3f3741f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/project-package.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-a4e0bf0c742a2ecf", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "695af141289909b2", "scanner": "scanner-primary", "fingerprint": "a4e0bf0c742a2ecf", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-app.yml"}, "region": {"startLine": 59}}}]}, {"ruleId": "scanner-f00b38d7f6242a23", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "508feeaf7854c6c4", "scanner": "scanner-primary", "fingerprint": "f00b38d7f6242a23", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-app.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-899cd4b5513886a4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e5636e8d2d6b34a5", "scanner": "scanner-primary", "fingerprint": "899cd4b5513886a4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-gallery.yml"}, "region": {"startLine": 103}}}]}, {"ruleId": "scanner-ca55f0794f41dba8", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "eca0ddb740685002", "scanner": "scanner-primary", "fingerprint": "ca55f0794f41dba8", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-gallery.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7ffa33751be3d771", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "491a3ad29cbaf189", "scanner": "scanner-primary", "fingerprint": "7ffa33751be3d771", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-b3ed68815bca2f8c", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: package.json"}, "properties": {"repobilityId": "7edae0550c126386", "scanner": "scanner-primary", "fingerprint": "b3ed68815bca2f8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "8f4ca95be27c1ca8", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "034d8641a7034a6a", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-1fcc839375dd89f4", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: skills/appbun-web-desktop/CLAUDE.md"}, "properties": {"repobilityId": "ceaa7523cfac0c8f", "scanner": "scanner-primary", "fingerprint": "1fcc839375dd89f4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/appbun-web-desktop/CLAUDE.md"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-2b00fba5a7c7460d", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: skills/appbun-web-desktop/SKILL.md"}, "properties": {"repobilityId": "a830f1e8ec594b16", "scanner": "scanner-primary", "fingerprint": "2b00fba5a7c7460d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/appbun-web-desktop/SKILL.md"}, "region": {"startLine": 26}}}]}]}]}