{"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-ad770a5350207739", "name": "Very large file: plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.ts (1457 lines)", "shortDescription": {"text": "Very large file: plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.ts (1457 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-2da9d04716bf7c88", "name": "Very large file: plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.test.ts (1797 lines)", "shortDescription": {"text": "Very large file: plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.test.ts (1797 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-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-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-243a29d59380265e", "name": "Agent authority lacks a verifier contract: plugins/agent-step-toolkit/skills/test-agent-step/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: plugins/agent-step-toolkit/skills/test-agent-step/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-4ea7bb42f4b29661", "name": "Agent authority lacks a verifier contract: plugins/agent-step-toolkit/skills/create-tool/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: plugins/agent-step-toolkit/skills/create-tool/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-275ace0dd86f82ac", "name": "Commented-code block (5 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/index.ts:33", "shortDescription": {"text": "Commented-code block (5 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/index.ts:33"}, "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-311156ebffb19b54", "name": "Commented-code block (6 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.ts:178", "shortDescription": {"text": "Commented-code block (6 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.ts:178"}, "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-68f7fee91ecd1156", "name": "Commented-code block (5 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/paginate.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/paginate.ts:3"}, "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-28875690bd8e12e0", "name": "Commented-code block (8 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/handoff.ts:254", "shortDescription": {"text": "Commented-code block (8 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/handoff.ts:254"}, "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-b43de5b867f89e92", "name": "`fetch()` without try/.catch or AbortSignal \u2014 plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/handoff", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/handoff.ts:230"}, "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-87eeeb7536e66bc0", "name": "Commented-code block (7 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.test.ts:608", "shortDescription": {"text": "Commented-code block (7 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.test.ts:608"}, "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}}]}}, "automationDetails": {"id": "repobility/24998"}, "properties": {"repository": "ckifonidis/claude-marketplace", "repoUrl": "https://github.com/ckifonidis/claude-marketplace", "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-ad770a5350207739", "level": "note", "message": {"text": "Very large file: plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.ts (1457 lines)"}, "properties": {"repobilityId": "8fa247b4b815ee71", "scanner": "scanner-primary", "fingerprint": "ad770a5350207739", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2da9d04716bf7c88", "level": "note", "message": {"text": "Very large file: plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.test.ts (1797 lines)"}, "properties": {"repobilityId": "031923762533b4ab", "scanner": "scanner-primary", "fingerprint": "2da9d04716bf7c88", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "9e4c1d66ef09444a", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "6874ce59e195b85d", "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": "aa3b33205ada85a4", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-243a29d59380265e", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: plugins/agent-step-toolkit/skills/test-agent-step/SKILL.md"}, "properties": {"repobilityId": "8f5afc447aa0aac0", "scanner": "scanner-primary", "fingerprint": "243a29d59380265e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugins/agent-step-toolkit/skills/test-agent-step/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4ea7bb42f4b29661", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: plugins/agent-step-toolkit/skills/create-tool/SKILL.md"}, "properties": {"repobilityId": "b833ded84dc6403b", "scanner": "scanner-primary", "fingerprint": "4ea7bb42f4b29661", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugins/agent-step-toolkit/skills/create-tool/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-275ace0dd86f82ac", "level": "none", "message": {"text": "Commented-code block (5 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/index.ts:33"}, "properties": {"repobilityId": "9c474897716b4007", "scanner": "scanner-primary", "fingerprint": "275ace0dd86f82ac", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-311156ebffb19b54", "level": "none", "message": {"text": "Commented-code block (6 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.ts:178"}, "properties": {"repobilityId": "7bd089a7893903e1", "scanner": "scanner-primary", "fingerprint": "311156ebffb19b54", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-68f7fee91ecd1156", "level": "none", "message": {"text": "Commented-code block (5 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/paginate.ts:3"}, "properties": {"repobilityId": "f579f3230fe0ecb0", "scanner": "scanner-primary", "fingerprint": "68f7fee91ecd1156", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-28875690bd8e12e0", "level": "none", "message": {"text": "Commented-code block (8 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/handoff.ts:254"}, "properties": {"repobilityId": "7f4de3841661efb8", "scanner": "scanner-primary", "fingerprint": "28875690bd8e12e0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b43de5b867f89e92", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/handoff.ts:230"}, "properties": {"repobilityId": "ba388fdea681a837", "scanner": "scanner-primary", "fingerprint": "b43de5b867f89e92", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-87eeeb7536e66bc0", "level": "none", "message": {"text": "Commented-code block (7 lines) in plugins/agent-step-toolkit/skills/create-tool/templates/agent-step/runner.test.ts:608"}, "properties": {"repobilityId": "8dbdbea99c50ab70", "scanner": "scanner-primary", "fingerprint": "87eeeb7536e66bc0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}