Server data from the Official MCP Registry
A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.
A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.
AntoSkills is a well-designed MCP server for discovering, vetting, and installing Agent Skills with strong security guardrails. The codebase demonstrates good security practices including allow-listing (only indexed skills can be installed), pinned reproducible installs with integrity verification, mandatory safety scanning with acknowledgement gates for high-risk skills, and proper credential handling via environment variables. The code is clean with comprehensive test coverage including security invariant testing. Minor code quality observations around broad exception handling in a few places do not materially affect the security posture. Supply chain analysis found 11 known vulnerabilities in dependencies (2 critical, 3 high severity). Package verification found 1 issue.
5 files analyzed · 15 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GITHUB_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-yforc-antoskill": {
"env": {
"GITHUB_TOKEN": "your-github-token-here"
},
"args": [
"-y",
"antoskill"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.