-
Notifications
You must be signed in to change notification settings - Fork 48
Add MCP Shield security scan #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
15fa72a
b723e6c
c13b81d
72ce34b
14393a6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| name: MCP Shield | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| branches: [main] | ||
|
|
||
| jobs: | ||
| scan: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: 20 | ||
| - run: npm ci | ||
| - run: npm run build | ||
| - uses: thuggeelya/mcp-shield-action@v1 | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||
| with: | ||
| server: 'node dist/index.js' | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,6 +2,7 @@ | |||||
|
|
||||||
| [](https://badge.fury.io/js/@kimsungwhee%2Fapple-docs-mcp) | ||||||
| [](https://opensource.org/licenses/MIT) | ||||||
| [-yellowgreen)](https://github.com/thuggeelya/mcp-shield) | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use a workflow-backed badge instead of a hardcoded score. This badge is static and will drift from real scan results; it also links to the tool repo instead of this project’s scan history. Proposed fix-[-yellowgreen)](https://github.com/thuggeelya/mcp-shield)
+[](https://github.com/kimsungwhee/apple-docs-mcp/actions/workflows/mcp-shield.yml)📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @coderabbitai This is intentional. The hardcoded badge displays the score and grade (e.g. "B (75)") which a workflow status badge cannot show — it only indicates pass/fail. The link to the tool repo is also intentional for discoverability. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||
|
|
||||||
| Apple Developer Documentation MCP Server - Access Apple's official developer docs, frameworks, APIs, SwiftUI, UIKit, and WWDC videos through Model Context Protocol. Search iOS, macOS, watchOS, tvOS, and visionOS documentation with AI-powered natural language queries. Get instant access to Swift/Objective-C code examples, API references, and technical guides directly in Claude, Cursor, or any MCP-compatible AI assistant. | ||||||
|
|
||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.