{"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-dd8d43db29e1124f", "name": "Stray `console.log` in TS/JS \u2014 seo/scripts/run-audit.js:54", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 seo/scripts/run-audit.js:54"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 24 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "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 54 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests, operator-readme. 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": "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-50a2eeb9e4e80a08", "name": "Agent instruction/config may expose a secret: landing-architect/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: landing-architect/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-8c7335abe073a121", "name": "Agent authority lacks a verifier contract: veda-base-tasks/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: veda-base-tasks/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-e0e79e93d64ede3e", "name": "Agent instruction/config may expose a secret: veda-backend-patterns/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: veda-backend-patterns/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-7043f1cfa25ebc59", "name": "Agent authority lacks a verifier contract: veda-backend-patterns/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: veda-backend-patterns/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-d5a56773a45d4d0b", "name": "Agent authority lacks a verifier contract: marketing-core/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: marketing-core/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-2e00fd903a4cbbc7", "name": "Agent instruction/config may expose a secret: vpn/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: vpn/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-3e30fc080f86c253", "name": "Agent authority lacks a verifier contract: veda-skill-creator/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: veda-skill-creator/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-95b3e1e40eb24407", "name": "Agent authority lacks a verifier contract: agent-architecture/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: agent-architecture/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-d98886b8c7647984", "name": "Agent instruction/config may expose a secret: aggrid-enterprise/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: aggrid-enterprise/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-e10bcdf65e3bd4a1", "name": "Agent authority lacks a verifier contract: codex/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: codex/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-1338239a8ebe3ec1", "name": "Agent authority lacks a verifier contract: veda-data-analytics/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: veda-data-analytics/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-a9c2141a80c35448", "name": "Agent authority lacks a verifier contract: ceo-council/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: ceo-council/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-304311ac52b4e1f4", "name": "Agent authority lacks a verifier contract: veda-base-docs/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: veda-base-docs/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-15a8094b59dce001", "name": "Agent instruction/config may expose a secret: veda-cto/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: veda-cto/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-58cdc04fea1e696f", "name": "Agent authority lacks a verifier contract: seo/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: seo/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-ed69e21a5e2faab3", "name": "Agent instruction/config may expose a secret: veda-debugging/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: veda-debugging/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-16c60f40c13c17cd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 seo/scripts/lib/fetchers/http-fetcher.js:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 seo/scripts/lib/fetchers/http-fetcher.js:13"}, "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}}]}}, "automationDetails": {"id": "repobility/22113"}, "properties": {"repository": "VedaAstro/veda-skills", "repoUrl": "https://github.com/VedaAstro/veda-skills", "branch": "main"}, "results": [{"ruleId": "scanner-dd8d43db29e1124f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 seo/scripts/run-audit.js:54"}, "properties": {"repobilityId": "c2c22507b6a332e1", "scanner": "scanner-primary", "fingerprint": "dd8d43db29e1124f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "a2e64063c342fe83", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "ed6228fb972b6e8b", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "e2302607ee6e3537", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "14f2f9bf36521c0c", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "603cc2b1bb33a99e", "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": "5f8930d7b7793d84", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-50a2eeb9e4e80a08", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: landing-architect/SKILL.md"}, "properties": {"repobilityId": "a1619195e7af9793", "scanner": "scanner-primary", "fingerprint": "50a2eeb9e4e80a08", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "landing-architect/SKILL.md"}, "region": {"startLine": 445}}}]}, {"ruleId": "scanner-8c7335abe073a121", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: veda-base-tasks/SKILL.md"}, "properties": {"repobilityId": "60c530250e8f0d27", "scanner": "scanner-primary", "fingerprint": "8c7335abe073a121", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "veda-base-tasks/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e0e79e93d64ede3e", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: veda-backend-patterns/SKILL.md"}, "properties": {"repobilityId": "c46f771f56082e75", "scanner": "scanner-primary", "fingerprint": "e0e79e93d64ede3e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "veda-backend-patterns/SKILL.md"}, "region": {"startLine": 217}}}]}, {"ruleId": "scanner-7043f1cfa25ebc59", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: veda-backend-patterns/SKILL.md"}, "properties": {"repobilityId": "8a9fe1d3c42be2cd", "scanner": "scanner-primary", "fingerprint": "7043f1cfa25ebc59", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "veda-backend-patterns/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d5a56773a45d4d0b", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: marketing-core/SKILL.md"}, "properties": {"repobilityId": "7bee14d124b01698", "scanner": "scanner-primary", "fingerprint": "d5a56773a45d4d0b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "marketing-core/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2e00fd903a4cbbc7", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: vpn/SKILL.md"}, "properties": {"repobilityId": "f7d363417df4e3b6", "scanner": "scanner-primary", "fingerprint": "2e00fd903a4cbbc7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "vpn/SKILL.md"}, "region": {"startLine": 46}}}]}, {"ruleId": "scanner-3e30fc080f86c253", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: veda-skill-creator/SKILL.md"}, "properties": {"repobilityId": "43e5d0a7eea11895", "scanner": "scanner-primary", "fingerprint": "3e30fc080f86c253", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "veda-skill-creator/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-95b3e1e40eb24407", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: agent-architecture/SKILL.md"}, "properties": {"repobilityId": "73809dbc5ace286c", "scanner": "scanner-primary", "fingerprint": "95b3e1e40eb24407", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent-architecture/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d98886b8c7647984", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: aggrid-enterprise/SKILL.md"}, "properties": {"repobilityId": "38e3477ba33becee", "scanner": "scanner-primary", "fingerprint": "d98886b8c7647984", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "aggrid-enterprise/SKILL.md"}, "region": {"startLine": 440}}}]}, {"ruleId": "scanner-e10bcdf65e3bd4a1", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: codex/SKILL.md"}, "properties": {"repobilityId": "d8b4936e09d7c7ef", "scanner": "scanner-primary", "fingerprint": "e10bcdf65e3bd4a1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "codex/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1338239a8ebe3ec1", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: veda-data-analytics/SKILL.md"}, "properties": {"repobilityId": "c0c2126c01962bfa", "scanner": "scanner-primary", "fingerprint": "1338239a8ebe3ec1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "veda-data-analytics/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a9c2141a80c35448", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: ceo-council/SKILL.md"}, "properties": {"repobilityId": "3acb3cc0ea737f50", "scanner": "scanner-primary", "fingerprint": "a9c2141a80c35448", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ceo-council/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-304311ac52b4e1f4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: veda-base-docs/SKILL.md"}, "properties": {"repobilityId": "b664b8699af70f1b", "scanner": "scanner-primary", "fingerprint": "304311ac52b4e1f4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "veda-base-docs/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-15a8094b59dce001", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: veda-cto/SKILL.md"}, "properties": {"repobilityId": "5b665717151aa6d7", "scanner": "scanner-primary", "fingerprint": "15a8094b59dce001", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "veda-cto/SKILL.md"}, "region": {"startLine": 166}}}]}, {"ruleId": "scanner-58cdc04fea1e696f", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: seo/SKILL.md"}, "properties": {"repobilityId": "0a986339902a22d9", "scanner": "scanner-primary", "fingerprint": "58cdc04fea1e696f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "seo/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ed69e21a5e2faab3", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: veda-debugging/SKILL.md"}, "properties": {"repobilityId": "6df0592f5eec6ac6", "scanner": "scanner-primary", "fingerprint": "ed69e21a5e2faab3", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "veda-debugging/SKILL.md"}, "region": {"startLine": 106}}}]}, {"ruleId": "scanner-16c60f40c13c17cd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 seo/scripts/lib/fetchers/http-fetcher.js:13"}, "properties": {"repobilityId": "ce6cddeab9584e1c", "scanner": "scanner-primary", "fingerprint": "16c60f40c13c17cd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}