{"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-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-ee6ce4ecf84c45ab", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/MicrosoftClarity.tsx:23", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/MicrosoftClarity.tsx:23"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e5d06ec3d65594ee", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/AnalyticsProvider.tsx:47", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/AnalyticsProvider.tsx:47"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8c438574e83a5920", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/GoogleTagManager.tsx:27", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/GoogleTagManager.tsx:27"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-721efbdab17e22cd", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/SchemaMarkup.tsx:92", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/SchemaMarkup.tsx:92"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-87d7b8fc36f4b1ed", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/MicrosoftClarity.tsx:23", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/MicrosoftClarity.tsx:23"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a3cd1da2ba9d21d0", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/AnalyticsProvider.tsx:47", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/AnalyticsProvider.tsx:47"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c320d5a571f8a7ae", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/GoogleTagManager.tsx:27", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/GoogleTagManager.tsx:27"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f20ec99dac29b0f4", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/SchemaMarkup.tsx:92", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/SchemaMarkup.tsx:92"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "28 tests / 142 src (ratio 0.20)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "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. 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-805f267288300b3d", "name": "Agent instruction/config may expose a secret: .windsurf/skills/upgrade-stripe/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .windsurf/skills/upgrade-stripe/SKILL.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-a0cbac66c8db7a16", "name": "Agent authority lacks a verifier contract: .windsurf/skills/stripe-best-practices/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .windsurf/skills/stripe-best-practices/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-192f028d4bdc6a90", "name": "Agent authority lacks a verifier contract: .windsurf/skills/stripe-best-practices/references/payments.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .windsurf/skills/stripe-best-practices/references/payments.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-53c55cf9a04eefa7", "name": "Agent instruction/config may expose a secret: .continue/skills/upgrade-stripe/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .continue/skills/upgrade-stripe/SKILL.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-847e8cc2ab15b52c", "name": "Agent authority lacks a verifier contract: .continue/skills/stripe-best-practices/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .continue/skills/stripe-best-practices/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-f8eaf656611d5747", "name": "Agent authority lacks a verifier contract: .continue/skills/stripe-best-practices/references/payments.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .continue/skills/stripe-best-practices/references/payments.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-a9499eeeb08e970f", "name": "Agent instruction/config may expose a secret: .claude/skills/upgrade-stripe/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/skills/upgrade-stripe/SKILL.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-c3a085dafb07242c", "name": "Agent authority lacks a verifier contract: .claude/skills/stripe-best-practices/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/stripe-best-practices/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-0eb9da72eb05d7f4", "name": "Agent authority lacks a verifier contract: .claude/skills/stripe-best-practices/references/payments.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/stripe-best-practices/references/payments.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-5ac7e6d0d507f058", "name": "Agent instruction/config may expose a secret: skills/upgrade-stripe/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: skills/upgrade-stripe/SKILL.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-1dd13f22b5eebd6c", "name": "Agent authority lacks a verifier contract: skills/stripe-best-practices/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/stripe-best-practices/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-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-cff1f28f733403ea", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/subscription/SubscriptionScreen.tsx:119", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/subscription/SubscriptionScreen.tsx:119"}, "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-f009001f737f8c9c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/upsell/__tests__/upsellStructure.test.ts:87", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/upsell/__tests__/upsellStructure.test.ts:87"}, "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-e037a6d6c406c4b8", "name": "Commented-code block (6 lines) in src/lib/analytics/dataLayer.ts:184", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/analytics/dataLayer.ts:184"}, "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-6e1fe65fa95aee68", "name": "Commented-code block (6 lines) in src/lib/analytics/events.ts:31", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/analytics/events.ts:31"}, "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-d0b17c8c07a7421d", "name": "8 env vars used in code but missing from .env.example", "shortDescription": {"text": "8 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ANALYZE`, `NEXT_PUBLIC_UI_MEMBERSHIP_ANNUAL_USD`, `NEXT_PUBLIC_UI_MEMBERSHIP_MONTHLY_USD`, `NEXT_PUBLIC_UI_PAYWALL_ANCHOR_USD`, `NEXT_PUBLIC_UI_PAYWALL_USD`, `NEXT_PUBLIC_UI_UPSELL_ANCHOR_USD`, `NEXT_PUBLIC_UI_UPSELL_USD`, `NODE_ENV`. 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}}]}}, "automationDetails": {"id": "repobility/23617"}, "properties": {"repository": "zetsu0000/A-getfocusroute", "repoUrl": "https://github.com/zetsu0000/A-getfocusroute", "branch": "main"}, "results": [{"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-ee6ce4ecf84c45ab", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/MicrosoftClarity.tsx:23"}, "properties": {"repobilityId": "e8d44c72919f2af4", "scanner": "scanner-primary", "fingerprint": "ee6ce4ecf84c45ab", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e5d06ec3d65594ee", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/AnalyticsProvider.tsx:47"}, "properties": {"repobilityId": "a06b72153831b09a", "scanner": "scanner-primary", "fingerprint": "e5d06ec3d65594ee", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-8c438574e83a5920", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/GoogleTagManager.tsx:27"}, "properties": {"repobilityId": "d9cc88aa5b048013", "scanner": "scanner-primary", "fingerprint": "8c438574e83a5920", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-721efbdab17e22cd", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/SchemaMarkup.tsx:92"}, "properties": {"repobilityId": "5cec2f5f25ab45c3", "scanner": "scanner-primary", "fingerprint": "721efbdab17e22cd", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-87d7b8fc36f4b1ed", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/MicrosoftClarity.tsx:23"}, "properties": {"repobilityId": "2d36861b1ee819ba", "scanner": "scanner-primary", "fingerprint": "87d7b8fc36f4b1ed", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/analytics/MicrosoftClarity.tsx"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-a3cd1da2ba9d21d0", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/AnalyticsProvider.tsx:47"}, "properties": {"repobilityId": "d239d4d1a0cd69cd", "scanner": "scanner-primary", "fingerprint": "a3cd1da2ba9d21d0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/analytics/AnalyticsProvider.tsx"}, "region": {"startLine": 47}}}]}, {"ruleId": "scanner-c320d5a571f8a7ae", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/GoogleTagManager.tsx:27"}, "properties": {"repobilityId": "902ca7e6dda70535", "scanner": "scanner-primary", "fingerprint": "c320d5a571f8a7ae", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/analytics/GoogleTagManager.tsx"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-f20ec99dac29b0f4", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/SchemaMarkup.tsx:92"}, "properties": {"repobilityId": "2e789a103bdfd4e8", "scanner": "scanner-primary", "fingerprint": "f20ec99dac29b0f4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/seo/SchemaMarkup.tsx"}, "region": {"startLine": 92}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "521526ed1b987a5d", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "af25f97cfa2f49bf", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "5920813ee7130f4f", "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": "ed1f81ca4edc85d2", "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": "a78e98f2e7164447", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-805f267288300b3d", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .windsurf/skills/upgrade-stripe/SKILL.md"}, "properties": {"repobilityId": "98884feec5fbf018", "scanner": "scanner-primary", "fingerprint": "805f267288300b3d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".windsurf/skills/upgrade-stripe/SKILL.md"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-a0cbac66c8db7a16", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .windsurf/skills/stripe-best-practices/SKILL.md"}, "properties": {"repobilityId": "486893583a6b6d02", "scanner": "scanner-primary", "fingerprint": "a0cbac66c8db7a16", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".windsurf/skills/stripe-best-practices/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-192f028d4bdc6a90", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .windsurf/skills/stripe-best-practices/references/payments.md"}, "properties": {"repobilityId": "659748427f4a4720", "scanner": "scanner-primary", "fingerprint": "192f028d4bdc6a90", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "agent_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".windsurf/skills/stripe-best-practices/references/payments.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-53c55cf9a04eefa7", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .continue/skills/upgrade-stripe/SKILL.md"}, "properties": {"repobilityId": "623d0e65c972a704", "scanner": "scanner-primary", "fingerprint": "53c55cf9a04eefa7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".continue/skills/upgrade-stripe/SKILL.md"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-847e8cc2ab15b52c", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .continue/skills/stripe-best-practices/SKILL.md"}, "properties": {"repobilityId": "96a3e48417d79a2e", "scanner": "scanner-primary", "fingerprint": "847e8cc2ab15b52c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".continue/skills/stripe-best-practices/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f8eaf656611d5747", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .continue/skills/stripe-best-practices/references/payments.md"}, "properties": {"repobilityId": "ebe4dd36b71bdf67", "scanner": "scanner-primary", "fingerprint": "f8eaf656611d5747", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "agent_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".continue/skills/stripe-best-practices/references/payments.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a9499eeeb08e970f", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/skills/upgrade-stripe/SKILL.md"}, "properties": {"repobilityId": "24437236c89e88ec", "scanner": "scanner-primary", "fingerprint": "a9499eeeb08e970f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/upgrade-stripe/SKILL.md"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-c3a085dafb07242c", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/stripe-best-practices/SKILL.md"}, "properties": {"repobilityId": "368f0ebc2dae7037", "scanner": "scanner-primary", "fingerprint": "c3a085dafb07242c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/stripe-best-practices/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0eb9da72eb05d7f4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/stripe-best-practices/references/payments.md"}, "properties": {"repobilityId": "6a6ee1f93059f603", "scanner": "scanner-primary", "fingerprint": "0eb9da72eb05d7f4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/stripe-best-practices/references/payments.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5ac7e6d0d507f058", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: skills/upgrade-stripe/SKILL.md"}, "properties": {"repobilityId": "17fe06a7bd10e3d9", "scanner": "scanner-primary", "fingerprint": "5ac7e6d0d507f058", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/upgrade-stripe/SKILL.md"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-1dd13f22b5eebd6c", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/stripe-best-practices/SKILL.md"}, "properties": {"repobilityId": "08dd67179fd61e58", "scanner": "scanner-primary", "fingerprint": "1dd13f22b5eebd6c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/stripe-best-practices/SKILL.md"}, "region": {"startLine": 1}}}]}, {"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-cff1f28f733403ea", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/subscription/SubscriptionScreen.tsx:119"}, "properties": {"repobilityId": "9d4ef26a42a0eb1f", "scanner": "scanner-primary", "fingerprint": "cff1f28f733403ea", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f009001f737f8c9c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/upsell/__tests__/upsellStructure.test.ts:87"}, "properties": {"repobilityId": "2934539e8641f7e6", "scanner": "scanner-primary", "fingerprint": "f009001f737f8c9c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e037a6d6c406c4b8", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/analytics/dataLayer.ts:184"}, "properties": {"repobilityId": "3444d775531e4ccc", "scanner": "scanner-primary", "fingerprint": "e037a6d6c406c4b8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6e1fe65fa95aee68", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/analytics/events.ts:31"}, "properties": {"repobilityId": "82f36686f0e1e875", "scanner": "scanner-primary", "fingerprint": "6e1fe65fa95aee68", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d0b17c8c07a7421d", "level": "note", "message": {"text": "8 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "17fe720e8247f9df", "scanner": "scanner-primary", "fingerprint": "d0b17c8c07a7421d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}