{"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-50881f8980c3bd95", "name": "Stray `console.log` in TS/JS \u2014 check_reschedules.js:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 check_reschedules.js:14"}, "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-ddc9687067b38e77", "name": "Stray `console.log` in TS/JS \u2014 check_logs_v2.js:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 check_logs_v2.js:14"}, "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-831d3032016187d6", "name": "Stray `console.log` in TS/JS \u2014 debug_broadcast.js:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 debug_broadcast.js:13"}, "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-ffc7d81b503462ea", "name": "Stray `console.log` in TS/JS \u2014 investigate_ledger.js:18", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 investigate_ledger.js:18"}, "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-a15ec850c1a1e9dd", "name": "Stray `console.log` in TS/JS \u2014 test_db.js:10", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test_db.js:10"}, "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-2a4e1b57479810e5", "name": "Stray `console.log` in TS/JS \u2014 test_query.ts:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test_query.ts:12"}, "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-2d9e29b3d0d4075c", "name": "Stray `console.log` in TS/JS \u2014 check_constraints.js:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 check_constraints.js:13"}, "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-c4462c8b04639064", "name": "`truncate` class without `title=` for hover reveal \u2014 App.tsx:707", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 App.tsx:707"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-010cebf3a3cbccc1", "name": "Possible secret in debug_auth_v2.cjs", "shortDescription": {"text": "Possible secret in debug_auth_v2.cjs"}, "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-b5f867c6eaefc0bc", "name": "Possible secret in debug_auth.cjs", "shortDescription": {"text": "Possible secret in debug_auth.cjs"}, "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-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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 33 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-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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. 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, ci. 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-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.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/29248"}, "properties": {"repository": "saldanha99/Wise-Wolf-SAAS", "repoUrl": "https://github.com/saldanha99/Wise-Wolf-SAAS", "branch": "main"}, "results": [{"ruleId": "scanner-50881f8980c3bd95", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 check_reschedules.js:14"}, "properties": {"repobilityId": "7ace07581ae5baad", "scanner": "scanner-primary", "fingerprint": "50881f8980c3bd95", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ddc9687067b38e77", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 check_logs_v2.js:14"}, "properties": {"repobilityId": "79c668eed1a45b3a", "scanner": "scanner-primary", "fingerprint": "ddc9687067b38e77", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-831d3032016187d6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 debug_broadcast.js:13"}, "properties": {"repobilityId": "789c9a101295c930", "scanner": "scanner-primary", "fingerprint": "831d3032016187d6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ffc7d81b503462ea", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 investigate_ledger.js:18"}, "properties": {"repobilityId": "495292b71949f9f0", "scanner": "scanner-primary", "fingerprint": "ffc7d81b503462ea", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a15ec850c1a1e9dd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test_db.js:10"}, "properties": {"repobilityId": "ec4e48fe2bc4d2ad", "scanner": "scanner-primary", "fingerprint": "a15ec850c1a1e9dd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2a4e1b57479810e5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test_query.ts:12"}, "properties": {"repobilityId": "a5edfbd800027aa9", "scanner": "scanner-primary", "fingerprint": "2a4e1b57479810e5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2d9e29b3d0d4075c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 check_constraints.js:13"}, "properties": {"repobilityId": "0f10522a79bb84f1", "scanner": "scanner-primary", "fingerprint": "2d9e29b3d0d4075c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c4462c8b04639064", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 App.tsx:707"}, "properties": {"repobilityId": "533c25d20bc3c00e", "scanner": "scanner-primary", "fingerprint": "c4462c8b04639064", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-010cebf3a3cbccc1", "level": "error", "message": {"text": "Possible secret in debug_auth_v2.cjs"}, "properties": {"repobilityId": "d9370f88d71561e2", "scanner": "scanner-primary", "fingerprint": "010cebf3a3cbccc1", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "debug_auth_v2.cjs"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-010cebf3a3cbccc1", "level": "error", "message": {"text": "Possible secret in debug_auth_v2.cjs"}, "properties": {"repobilityId": "d9370f88d71561e2", "scanner": "scanner-primary", "fingerprint": "010cebf3a3cbccc1", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "debug_auth_v2.cjs"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-b5f867c6eaefc0bc", "level": "error", "message": {"text": "Possible secret in debug_auth.cjs"}, "properties": {"repobilityId": "c5e70ad4f4c812da", "scanner": "scanner-primary", "fingerprint": "b5f867c6eaefc0bc", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "debug_auth.cjs"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "c5416b00b1075229", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "8092a5026f95a3f3", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "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": "1f98cdae09c45cda", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "9e5e458207e6b717", "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": "e5837b3a5c70f610", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}]}]}