plugin-authoring
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- SAFE (SAFE): The skill acts as a documentation and template repository for plugin development. It promotes security-conscious practices, such as restricting tool access via
allowed-toolsand using portable environment variables like${CLAUDE_PLUGIN_ROOT}to prevent path traversal or breakage across environments. - COMMAND_EXECUTION (LOW): The skill instructs the agent to make scripts executable using
chmod +xand to configure hooks that execute shell commands. - Evidence: Found in
SKILL.md,best-practices/common-mistakes.md, andschemas/plugin-manifest.md. - Context: This behavior is fundamental to the 'Plugin Authoring' use case, as executable scripts and hooks are required components of the plugins being developed.
- EXTERNAL_DOWNLOADS (SAFE): The skill references official Anthropic documentation.
- Evidence: URL
https://docs.anthropic.com/en/docs/agents-and-tools/agent-skills/skill-authoring-best-practicesinSKILL.md. - Context: The domain is a Trusted External Source, and the links are for reference purposes only.
- INDIRECT_PROMPT_INJECTION (SAFE): The skill has a defined surface for processing repository files but includes strong guardrails.
- Ingestion points: Reads
plugin.json,marketplace.json, and markdown files in component directories. - Boundary markers: Implements a 'Diagnose-Propose-Execute' flow and utilizes a secondary
plugin-revieweragent for audits. - Capability inventory: File system access (
Read,Grep,Glob) and execution of development-specific tools (/plugin-development:*). - Sanitization: Mandates the use of
/plugin-development:validatefor schema and structural integrity checks.
Audit Metadata