From 8f5a9192509ab8b7a0bd7c1c1043a4875fb71172 Mon Sep 17 00:00:00 2001 From: Noah Zweben MacBook Date: Mon, 24 Nov 2025 10:29:14 -0800 Subject: [PATCH] change marketplace name and add disclaimer --- .claude-plugin/marketplace.json | 2 +- plugins/README.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9d9ccdc..e58d75f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,6 +1,6 @@ { "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", - "name": "claude-code-marketplace", + "name": "claude-code-official", "version": "1.0.0", "description": "Official marketplace for high-quality Claude Code extensions including development tools, productivity plugins, and MCP integrations", "owner": { diff --git a/plugins/README.md b/plugins/README.md index 0509b86..16b67a7 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -96,6 +96,20 @@ When adding new plugins to this directory: 4. Document all commands and agents 5. Provide usage examples +## Security Considerations + +Anthropic has curated some of the most popular plugins from across the web in this marketplace, but you are responsible for reviewing any plugins before installing them to your machine. + +**USE AT YOUR OWN RISK**: Claude Code plugins can execute arbitrary shell commands on your system. By using plugins, you acknowledge that: + +- You are solely responsible for reviewing and understanding any plugin before installation +- Plugins can include hooks, commands, and agents that may modify, delete, or access any files your user account can access +- Malicious or poorly written plugins can cause data loss or system damage +- Anthropic provides no warranty and assumes no liability for any damages resulting from plugin usage +- You should thoroughly test plugins in a safe environment before production use + +Always review plugin source code and understand what commands and hooks a plugin configures before adding it to your system. + ## Learn More - [Claude Code Documentation](https://docs.claude.com/en/docs/claude-code/overview)