Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion npx/octocode-mcp/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,23 @@ metadata:

spec:
package: "octocode-mcp"
version: "15.0.2"
version: "16.0.0"

provenance:
# Monorepo with multiple packages; npm versions don't match git tags
repository_uri: "https://github.com/bgauryy/octocode-mcp"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- code: "AITech-8.2"
reason: |
Flagged on ghSearchCode and localViewStructure, both read-only search/browse
tools that return results to the calling agent. This is inherent to
octocode-mcp's purpose as a GitHub + local code discovery server. The
equivalent tools in v15.0.2 (githubSearchCode, localViewStructure) exposed
the same read capability and passed the scan cleanly with 0 findings; the
v16.0.0 wording changes add local caching/proof-of-work phrasing (e.g.
"cache fetch", "clone", "structured entries[] output") that trips the YARA
heuristic without introducing a new data path. The scan's LLM analyzer,
run in the same pass, found no corroborating issue on either tool.
Loading