{"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-2933d9fecefcd6ba", "name": "Stray `console.log` in TS/JS \u2014 tools/create-lab/src/index.ts:2", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tools/create-lab/src/index.ts:2"}, "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-18bbae3a5bccee81", "name": "Stray `console.log` in TS/JS \u2014 tools/knowledge-feed/src/index.ts:50", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tools/knowledge-feed/src/index.ts:50"}, "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-4fb6ca37f67d68f8", "name": "Stray `console.log` in TS/JS \u2014 lab/news-curator/src/fetch.ts:54", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lab/news-curator/src/fetch.ts:54"}, "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-c61f6ec0d9616bcc", "name": "Stray `console.log` in TS/JS \u2014 lab/news-curator/src/split.ts:71", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lab/news-curator/src/split.ts:71"}, "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-1536efa3e4232d40", "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": "2 test file(s) for 21 source file(s) (ratio 0.10). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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-ebcd381455d10717", "name": "Node manifest has dependencies but no lockfile: tools/create-lab/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: tools/create-lab/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-3bd7f7c909b8d404", "name": "Node manifest has dependencies but no lockfile: tools/knowledge-feed/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: tools/knowledge-feed/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-8da2dcb68e184f93", "name": "Node manifest has dependencies but no lockfile: lab/news-curator/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: lab/news-curator/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 24 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, lockfile. 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": "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 license, 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-61ae2e2bd2a4b3d6", "name": "Agent authority lacks a verifier contract: skills/novel-runtime/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/novel-runtime/SKILL.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-0b013fa30c15bb2b", "name": "Agent authority lacks a verifier contract: skills/dev-flow/plugins/spec/skills/teams/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/dev-flow/plugins/spec/skills/teams/SKILL.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-d783a094493e7d67", "name": "Agent authority lacks a verifier contract: skills/dev-flow/plugins/spec/skills/brainstorm/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/dev-flow/plugins/spec/skills/brainstorm/SKILL.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-97f9d350dfb8dab1", "name": "Agent instruction contains unpinned remote install: skills/dev-flow/plugins/spec/skills/execute-plan/SKILL.md", "shortDescription": {"text": "Agent instruction contains unpinned remote install: skills/dev-flow/plugins/spec/skills/execute-plan/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/24863"}, "properties": {"repository": "cecil-su/ai-lab", "repoUrl": "https://github.com/cecil-su/ai-lab", "branch": "main"}, "results": [{"ruleId": "scanner-2933d9fecefcd6ba", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tools/create-lab/src/index.ts:2"}, "properties": {"repobilityId": "7cf7145de1409f5e", "scanner": "scanner-primary", "fingerprint": "2933d9fecefcd6ba", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-18bbae3a5bccee81", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tools/knowledge-feed/src/index.ts:50"}, "properties": {"repobilityId": "d8b4afd267dd12a4", "scanner": "scanner-primary", "fingerprint": "18bbae3a5bccee81", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4fb6ca37f67d68f8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lab/news-curator/src/fetch.ts:54"}, "properties": {"repobilityId": "08d41960b0518615", "scanner": "scanner-primary", "fingerprint": "4fb6ca37f67d68f8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c61f6ec0d9616bcc", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lab/news-curator/src/split.ts:71"}, "properties": {"repobilityId": "10cc2359a5074e66", "scanner": "scanner-primary", "fingerprint": "c61f6ec0d9616bcc", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1536efa3e4232d40", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "94040a6831193136", "scanner": "scanner-primary", "fingerprint": "1536efa3e4232d40", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/knowledge-feed.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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "19532db7ee54ebd1", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ebcd381455d10717", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: tools/create-lab/package.json"}, "properties": {"repobilityId": "2b3dd10fea67a637", "scanner": "scanner-primary", "fingerprint": "ebcd381455d10717", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/create-lab/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3bd7f7c909b8d404", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: tools/knowledge-feed/package.json"}, "properties": {"repobilityId": "0abb78cc33769fc9", "scanner": "scanner-primary", "fingerprint": "3bd7f7c909b8d404", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/knowledge-feed/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8da2dcb68e184f93", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: lab/news-curator/package.json"}, "properties": {"repobilityId": "91bccada126df1b9", "scanner": "scanner-primary", "fingerprint": "8da2dcb68e184f93", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lab/news-curator/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "01b4e549d19b5b1f", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "2fc1d0bff3d09ddc", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "afc9181fe337804e", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-61ae2e2bd2a4b3d6", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/novel-runtime/SKILL.md"}, "properties": {"repobilityId": "e8d2533581a849de", "scanner": "scanner-primary", "fingerprint": "61ae2e2bd2a4b3d6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/novel-runtime/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b013fa30c15bb2b", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/dev-flow/plugins/spec/skills/teams/SKILL.md"}, "properties": {"repobilityId": "c7e57920e2c3a159", "scanner": "scanner-primary", "fingerprint": "0b013fa30c15bb2b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/dev-flow/plugins/spec/skills/teams/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d783a094493e7d67", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/dev-flow/plugins/spec/skills/brainstorm/SKILL.md"}, "properties": {"repobilityId": "c72c5fdc0945d519", "scanner": "scanner-primary", "fingerprint": "d783a094493e7d67", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/dev-flow/plugins/spec/skills/brainstorm/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-97f9d350dfb8dab1", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: skills/dev-flow/plugins/spec/skills/execute-plan/SKILL.md"}, "properties": {"repobilityId": "4250e7e99b3b1f26", "scanner": "scanner-primary", "fingerprint": "97f9d350dfb8dab1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/dev-flow/plugins/spec/skills/execute-plan/SKILL.md"}, "region": {"startLine": 26}}}]}]}]}