full-plugin

A test plugin for Claude Code that includes examples of many plugin parts, such as skills, agents, hooks, servers, monitors, themes, and settings.

In plain words
What is it for?
Use it in tests that need a complete Claude Code plugin example with configuration, authentication fields, and multiple bundled components.
Why use it?
It provides a fixture for checking whether Claude Code correctly handles a plugin containing different component types. It is not described as a user-facing feature package.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add ANcpLua/ancplua-claude-plugins
agentmods
npx agentmods add plugins/ancplua/ancplua-claude-plugins/full-plugin
Clone the repo
git clone --depth 1 https://github.com/ANcpLua/ancplua-claude-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

full-plugin scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/cc-plugin-eval/fixtures/full-plugin/.claude-plugin/plugin.json · 58 lines

What it actually says

{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "full-plugin",
  "version": "1.0.0",
  "description": "Claude Code plugin fixture exercising every component for cc-plugin-eval tests.",
  "author": {
    "name": "cc-plugin-eval fixture",
    "url": "https://example.com/cc-plugin-eval-fixture"
  },
  "homepage": "https://example.com/full-plugin",
  "repository": "https://github.com/example/full-plugin",
  "license": "MIT",
  "keywords": ["fixture", "full", "components", "claude-code"],
  "skills": "./skills/",
  "agents": "./agents/",
  "hooks": "./hooks/hooks.json",
  "mcpServers": "./.mcp.json",
  "lspServers": "./.lsp.json",
  "monitors": "./monitors/monitors.json",
  "themes": "./themes/",
  "userConfig": {
    "api_endpoint": {
      "type": "string",
      "title": "API endpoint",
      "description": "Endpoint used by the bundled MCP server."
    },
    "api_token": {
      "type": "string",
      "title": "API token",
      "description": "Authentication token for the bundled MCP server.",
      "sensitive": true
    },
    "max_results": {
      "type": "number",
      "title": "Maximum results",
      "description": "Cap on results returned by the MCP server.",
      "default": 50,
      "min": 1,
      "max": 500
    }
  },
  "channels": [
    {
      "server": "example-mcp",
      "userConfig": {
        "channel_label": {
          "type": "string",
          "title": "Channel label",
          "description": "Label injected into channel messages."
        }
      }
    }
  ],
  "dependencies": [
    {"name": "minimal-plugin", "version": "^0.1.0"}
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 58 lines scan A a6833f5509b8

Subscribe to this mod's changes

full-plugin is a plugin published in the GitHub repository ANcpLua/ancplua-claude-plugins (5 stars, last pushed 16d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.