github-mpc

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A GitHub token with these scopes can expose private repository and organization information if misused or installed into an untrusted MCP server.

Why it was flagged

The guide asks the user to create a GitHub token with organization and repository access. This is expected for private repository search, but these scopes are sensitive and may grant broader repository authority than read-only documentation lookup needs.

Skill content
Grant `repo` and `read:org` scopes
Recommendation

Use a fine-grained or read-only token limited to the required organization/repositories if possible, keep it out of chat logs, and rotate it if no longer needed.

What this means

If used carelessly, the connected agent could publish or modify Confluence content in the configured space.

Why it was flagged

The Atlassian MCP capability includes creating Confluence pages. That is aligned with the Product Guide Writer workflow, but it can change shared business documentation.

Skill content
user-atlassian | Confluence search/publish, Jira integration | Yes | searchConfluenceUsingCql, createConfluencePage, getConfluenceSpaces
Recommendation

Review page destinations and generated content before publishing, and restrict Confluence permissions to the intended space where possible.

What this means

Installing an unexpected or changed package version could alter the behavior of the GitHub MCP server.

Why it was flagged

The setup example runs an npm-hosted MCP server package without pinning a version. This is user-directed and purpose-aligned, but it depends on external package provenance.

Skill content
"command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"]
Recommendation

Install official MCP servers only, consider pinning package versions, and verify package names before adding them to Cursor configuration.

What this means

Repository, Confluence, design, or log data may be accessed through the configured MCP servers during later workflows.

Why it was flagged

The workflow depends on MCP servers that broker access to external SaaS or infrastructure services. The integrations are disclosed, but they define where queries and retrieved data may flow.

Skill content
Required MCP Servers ... user-atlassian ... user-github ... user-Figma ... user-elasticsearch-mcp
Recommendation

Use trusted MCP servers, verify endpoints and account scopes, and avoid granting optional integrations unless they are needed.