{"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-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-7e9fa45e93bc58d0", "name": "Very large file: crates/glowtail-iced/src/main.rs (1299 lines)", "shortDescription": {"text": "Very large file: crates/glowtail-iced/src/main.rs (1299 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-57f1b9ca4806a5cd", "name": "Very large file: crates/glowtail-gpui/src/main.rs (2038 lines)", "shortDescription": {"text": "Very large file: crates/glowtail-gpui/src/main.rs (2038 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-df9eef9dc9be7ee6", "name": "Very large file: crates/glowtail-makepad/src/main.rs (1513 lines)", "shortDescription": {"text": "Very large file: crates/glowtail-makepad/src/main.rs (1513 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-057a33be408785e9", "name": "Very large file: crates/glowtail-core/src/viewport.rs (1716 lines)", "shortDescription": {"text": "Very large file: crates/glowtail-core/src/viewport.rs (1716 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-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-2679282aa1c484b5", "name": "Agent authority lacks a verifier contract: AGENTS.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: 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}}]}}, "automationDetails": {"id": "repobility/24690"}, "properties": {"repository": "bovinemagnet/glowtail", "repoUrl": "https://github.com/bovinemagnet/glowtail", "branch": "main"}, "results": [{"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-7e9fa45e93bc58d0", "level": "note", "message": {"text": "Very large file: crates/glowtail-iced/src/main.rs (1299 lines)"}, "properties": {"repobilityId": "4f472d665e36eb09", "scanner": "scanner-primary", "fingerprint": "7e9fa45e93bc58d0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-57f1b9ca4806a5cd", "level": "note", "message": {"text": "Very large file: crates/glowtail-gpui/src/main.rs (2038 lines)"}, "properties": {"repobilityId": "69da63ec8deee832", "scanner": "scanner-primary", "fingerprint": "57f1b9ca4806a5cd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-df9eef9dc9be7ee6", "level": "note", "message": {"text": "Very large file: crates/glowtail-makepad/src/main.rs (1513 lines)"}, "properties": {"repobilityId": "e4e189a7309aa168", "scanner": "scanner-primary", "fingerprint": "df9eef9dc9be7ee6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-057a33be408785e9", "level": "note", "message": {"text": "Very large file: crates/glowtail-core/src/viewport.rs (1716 lines)"}, "properties": {"repobilityId": "a1e95141042832fa", "scanner": "scanner-primary", "fingerprint": "057a33be408785e9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "82a6eaf0fd659c9c", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-2679282aa1c484b5", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: AGENTS.md"}, "properties": {"repobilityId": "27d579812e6be614", "scanner": "scanner-primary", "fingerprint": "2679282aa1c484b5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "agents_md"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "AGENTS.md"}, "region": {"startLine": 1}}}]}]}]}