{"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-69e6d0ae859de892", "name": "Insecure pattern 'subprocess_shell_true' in src/untaped_workspace/infrastructure/system_adapters.py:34", "shortDescription": {"text": "Insecure pattern 'subprocess_shell_true' in src/untaped_workspace/infrastructure/system_adapters.py:34"}, "fullDescription": {"text": "Found a known-risky pattern (subprocess_shell_true). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "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-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-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-4fe4d273b74289a6", "name": "Agent authority lacks a verifier contract: src/untaped_workspace/skills/untaped-workspace/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: src/untaped_workspace/skills/untaped-workspace/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-fb09f33ee200a71d", "name": "Legacy-named symbol `model_copy` in tests/conftest.py:121", "shortDescription": {"text": "Legacy-named symbol `model_copy` in tests/conftest.py:121"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4838f25c8b6ad0d8", "name": "Commented-code block (5 lines) in tests/conftest.py:193", "shortDescription": {"text": "Commented-code block (5 lines) in tests/conftest.py:193"}, "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-00a6bcaf49d8b644", "name": "Commented-code block (7 lines) in tests/unit/test_cli_ops_commands.py:582", "shortDescription": {"text": "Commented-code block (7 lines) in tests/unit/test_cli_ops_commands.py:582"}, "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-e402bdb101f53570", "name": "Commented-code block (5 lines) in tests/unit/test_git_runner_timeout.py:80", "shortDescription": {"text": "Commented-code block (5 lines) in tests/unit/test_git_runner_timeout.py:80"}, "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-ef0694acbe2cb9e3", "name": "Legacy-named symbol `model_copy` in src/untaped_workspace/application/import_workspace.py:37", "shortDescription": {"text": "Legacy-named symbol `model_copy` in src/untaped_workspace/application/import_workspace.py:37"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-36d256fa58744d00", "name": "Stub function `_noop` (body is just `pass`/`return`) \u2014 src/untaped_workspace/application/adopt_workspace.py:31", "shortDescription": {"text": "Stub function `_noop` (body is just `pass`/`return`) \u2014 src/untaped_workspace/application/adopt_workspace.py:31"}, "fullDescription": {"text": "Likely an AI scaffold that was never filled in. Remove or implement."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-505854175731491f", "name": "Commented-code block (8 lines) in src/untaped_workspace/application/sync_workspaces.py:39", "shortDescription": {"text": "Commented-code block (8 lines) in src/untaped_workspace/application/sync_workspaces.py:39"}, "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-667be86954022cf1", "name": "Commented-code block (6 lines) in src/untaped_workspace/application/ports.py:22", "shortDescription": {"text": "Commented-code block (6 lines) in src/untaped_workspace/application/ports.py:22"}, "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-077f207fc6592e22", "name": "Network/subprocess call without timeout or try/except \u2014 src/untaped_workspace/infrastructure/system_adapters.py:34", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/untaped_workspace/infrastructure/system_adapters.py:34"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1450c748de6a042f", "name": "Commented-code block (6 lines) in src/untaped_workspace/infrastructure/git_runner.py:48", "shortDescription": {"text": "Commented-code block (6 lines) in src/untaped_workspace/infrastructure/git_runner.py:48"}, "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-f6f9326816ff97f1", "name": "Commented-code block (5 lines) in src/untaped_workspace/domain/manifest.py:29", "shortDescription": {"text": "Commented-code block (5 lines) in src/untaped_workspace/domain/manifest.py:29"}, "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-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nsrc/untaped_workspace/application/ports.py:exists, src/untaped_workspace/application/ports.py:exists\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24071"}, "properties": {"repository": "alexisbeaulieu97/untaped-workspace", "repoUrl": "https://github.com/alexisbeaulieu97/untaped-workspace", "branch": "main"}, "results": [{"ruleId": "scanner-69e6d0ae859de892", "level": "error", "message": {"text": "Insecure pattern 'subprocess_shell_true' in src/untaped_workspace/infrastructure/system_adapters.py:34"}, "properties": {"repobilityId": "654fe13ba15e3ea7", "scanner": "scanner-primary", "fingerprint": "69e6d0ae859de892", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "subprocess_shell_true"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/untaped_workspace/infrastructure/system_adapters.py"}, "region": {"startLine": 34}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "656242c653051ed7", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "9679052ea9738efa", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-4fe4d273b74289a6", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: src/untaped_workspace/skills/untaped-workspace/SKILL.md"}, "properties": {"repobilityId": "3697ea8953e98c16", "scanner": "scanner-primary", "fingerprint": "4fe4d273b74289a6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/untaped_workspace/skills/untaped-workspace/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fb09f33ee200a71d", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in tests/conftest.py:121"}, "properties": {"repobilityId": "6382ca7e7c748dc7", "scanner": "scanner-primary", "fingerprint": "fb09f33ee200a71d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-4838f25c8b6ad0d8", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/conftest.py:193"}, "properties": {"repobilityId": "098fbe5d8a930f65", "scanner": "scanner-primary", "fingerprint": "4838f25c8b6ad0d8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-00a6bcaf49d8b644", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/unit/test_cli_ops_commands.py:582"}, "properties": {"repobilityId": "f30c1c41c07f6d6a", "scanner": "scanner-primary", "fingerprint": "00a6bcaf49d8b644", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e402bdb101f53570", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/unit/test_git_runner_timeout.py:80"}, "properties": {"repobilityId": "037482cc5b36f332", "scanner": "scanner-primary", "fingerprint": "e402bdb101f53570", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ef0694acbe2cb9e3", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in src/untaped_workspace/application/import_workspace.py:37"}, "properties": {"repobilityId": "164b473b0e2d19b3", "scanner": "scanner-primary", "fingerprint": "ef0694acbe2cb9e3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-36d256fa58744d00", "level": "note", "message": {"text": "Stub function `_noop` (body is just `pass`/`return`) \u2014 src/untaped_workspace/application/adopt_workspace.py:31"}, "properties": {"repobilityId": "64bc36653398cfab", "scanner": "scanner-primary", "fingerprint": "36d256fa58744d00", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "empty-handler", "dead-code"]}}, {"ruleId": "scanner-505854175731491f", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/untaped_workspace/application/sync_workspaces.py:39"}, "properties": {"repobilityId": "cb483a2c4fe64680", "scanner": "scanner-primary", "fingerprint": "505854175731491f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-667be86954022cf1", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/untaped_workspace/application/ports.py:22"}, "properties": {"repobilityId": "2bf5b6e8fb4ede7e", "scanner": "scanner-primary", "fingerprint": "667be86954022cf1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-077f207fc6592e22", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/untaped_workspace/infrastructure/system_adapters.py:34"}, "properties": {"repobilityId": "731c30147387400c", "scanner": "scanner-primary", "fingerprint": "077f207fc6592e22", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1450c748de6a042f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/untaped_workspace/infrastructure/git_runner.py:48"}, "properties": {"repobilityId": "d9f9c29ff481485f", "scanner": "scanner-primary", "fingerprint": "1450c748de6a042f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f6f9326816ff97f1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/untaped_workspace/domain/manifest.py:29"}, "properties": {"repobilityId": "339e2963fdb348ed", "scanner": "scanner-primary", "fingerprint": "f6f9326816ff97f1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "05ae6ada90427932", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}