Back to Browse

AntoSkills MCP Server

by YforC
Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.

About

A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.

Security Report

4.8
Use Caution4.8High Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

GitHub token to lift the unauthenticated GitHub REST rate limit when fetching skills (recommended).Required

Environment variable: GITHUB_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-yforc-antoskill": {
      "env": {
        "GITHUB_TOKEN": "your-github-token-here"
      },
      "args": [
        "-y",
        "antoskill"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!