{
  "entry": {
    "kind": "plugin",
    "slug": "tons-of-skills",
    "name": "Tons of Skills Marketplace",
    "vendor": "jeremylongshore",
    "description": "An open-source marketplace distributing several hundred plugins and thousands of skills for Claude Code, with a CLI package manager (`ccpi`) for installing them — effectively a package ecosystem layered on top of the plugin mechanism.\n\nA package manager for agent instructions is exactly as significant as a package manager for code, and deserves the same scrutiny that npm eventually earned. Installing through it fetches and places instruction files that the agent will follow, so it declares filesystem read and write, shell execution, and outbound network. The questions to ask are the familiar supply-chain ones: who can publish, what is reviewed, and can a published skill be changed after you installed it.",
    "website": "https://tonsofskills.com",
    "repository": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "unknown",
    "capabilities": [
      "filesystem:read",
      "filesystem:write",
      "shell:execute",
      "network:outbound"
    ],
    "packaging": {
      "manager": "claude-plugin",
      "packageName": "ccpi"
    },
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 100,
      "band": "critical",
      "signals": [
        {
          "id": "trust-unknown",
          "kind": "trust",
          "label": "Unknown publisher",
          "contribution": 20
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "2 high-risk capabilities: filesystem:write, shell:execute",
          "contribution": 20
        },
        {
          "id": "exfiltration-risk",
          "kind": "combination",
          "label": "Data exfiltration risk (high)",
          "description": "Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.",
          "contribution": 15
        },
        {
          "id": "filesystem-write-shell-risk",
          "kind": "combination",
          "label": "Persistence + execution risk (medium)",
          "description": "Shell execution plus filesystem write means the agent can plant persistent backdoors (e.g. modifying startup scripts).",
          "contribution": 5
        },
        {
          "id": "full-control-risk",
          "kind": "combination",
          "label": "Full-control risk (critical)",
          "description": "Shell + filesystem write + network is effectively a remote shell on the employee machine.",
          "contribution": 25
        }
      ],
      "dangerousCombos": [
        {
          "id": "exfiltration-risk",
          "name": "Data exfiltration risk",
          "description": "Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.",
          "capabilities": [
            "shell:execute",
            "network:outbound"
          ],
          "severity": "high"
        },
        {
          "id": "filesystem-write-shell-risk",
          "name": "Persistence + execution risk",
          "description": "Shell execution plus filesystem write means the agent can plant persistent backdoors (e.g. modifying startup scripts).",
          "capabilities": [
            "shell:execute",
            "filesystem:write"
          ],
          "severity": "medium"
        },
        {
          "id": "full-control-risk",
          "name": "Full-control risk",
          "description": "Shell + filesystem write + network is effectively a remote shell on the employee machine.",
          "capabilities": [
            "shell:execute",
            "filesystem:write",
            "network:outbound"
          ],
          "severity": "critical"
        }
      ]
    },
    "dangerousCombos": [
      {
        "id": "exfiltration-risk",
        "name": "Data exfiltration risk",
        "description": "Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.",
        "capabilities": [
          "shell:execute",
          "network:outbound"
        ],
        "severity": "high"
      },
      {
        "id": "filesystem-write-shell-risk",
        "name": "Persistence + execution risk",
        "description": "Shell execution plus filesystem write means the agent can plant persistent backdoors (e.g. modifying startup scripts).",
        "capabilities": [
          "shell:execute",
          "filesystem:write"
        ],
        "severity": "medium"
      },
      {
        "id": "full-control-risk",
        "name": "Full-control risk",
        "description": "Shell + filesystem write + network is effectively a remote shell on the employee machine.",
        "capabilities": [
          "shell:execute",
          "filesystem:write",
          "network:outbound"
        ],
        "severity": "critical"
      }
    ]
  }
}