change marketplace name and add disclaimer

This commit is contained in:
Noah Zweben MacBook
2025-11-24 10:29:14 -08:00
parent ef7ceef127
commit 8f5a919250
2 changed files with 15 additions and 1 deletions

View File

@@ -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": {

View File

@@ -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)