-
Notifications
You must be signed in to change notification settings - Fork 2
Add MseeP.ai badge #4
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?
Conversation
WalkthroughA security assessment badge from MseeP.ai was added to the top of the README file, providing a visual indicator and link to the project's security assessment page. No other content or code was modified. Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
1-2
: Remote-hosted badge may leak reader IPs & break if the host goes downThe badge is fetched from
https://mseep.net/...
.
Fetching images from third-party domains exposes every README viewer’s IP address to that host and makes the badge (and page layout) dependent on its uptime. Two safer patterns:-[](https://mseep.ai/app/alti3-stk-mcp) +# (option A) Commit the SVG/PNG to this repo and reference it locally +[](https://mseep.ai/app/alti3-stk-mcp) + +# (option B) Use GitHub-cached shields.io style badge (served by GitHub’s CDN) +[](https://mseep.ai/app/alti3-stk-mcp)Either approach avoids external requests (option A) or at least routes them through GitHub’s CDN (option B), improving privacy and availability.
If you keep the current link, you may want to note the dependency in docs.
Hi there,
This pull request shares a security update on stk-mcp.
We also have an entry for stk-mcp in our directory, MseeP.ai, where we provide regular security and trust updates on your app.
We invite you to add our badge for your MCP server to your README to help your users learn from a third party that provides ongoing validation of stk-mcp.
You can easily take control over your listing for free: visit it at https://mseep.ai/app/alti3-stk-mcp.
Yours Sincerely,
Lawrence W. Sinclair
CEO/SkyDeck AI
Founder of MseeP.ai
MCP servers you can trust
Here are our latest evaluation results of stk-mcp
Security Scan Results
Security Score: 100/100
Risk Level: low
Scan Date: 2025-06-13
Score starts at 100, deducts points for security issues, and adds points for security best practices
This security assessment was conducted by MseeP.ai, an independent security validation service for MCP servers. Visit our website to learn more about our security reviews.
Summary by CodeRabbit