claude-code-plugins
Verified Safeby cased
Overview
This repository provides a collection of plugins for Claude Code, enabling the AI agent to interact with external developer tools for tasks like Sentry error diagnosis, PostHog feature management, and detailed codebase analysis using a specialized CLI.
Installation
No command providedEnvironment Variables
- SENTRY_AUTH_TOKEN
- SENTRY_ORG
- POSTHOG_API_KEY
- POSTHOG_PROJECT_ID
Security Notes
The plugins define instructions for an AI agent to interact with external CLI tools (`sentry-cli`, `cased-piglet`, `cased-kit`). The security score is high for the plugin definitions themselves as they primarily consist of descriptive markdown. However, safe operation critically depends on: 1. The integrity and security of the underlying CLI tools. 2. The AI agent's robust sanitization and validation of user inputs before constructing and executing shell commands (e.g., ensuring issue IDs are strictly numeric, or preventing command injection in flag values). 3. The secure configuration and handling of sensitive environment variables (`SENTRY_AUTH_TOKEN`, `POSTHOG_API_KEY`) within the Claude Code environment. No hardcoded secrets or direct 'eval' calls are present within the provided plugin definitions.
Similar Servers
ast-mcp-server
Provides an MCP (Model Context Protocol) server for code structure and semantic analysis using ASTs and ASGs, integrated with external AI clients like Claude Desktop.
visual-tree-explorer
An MCP server for efficient codebase exploration, providing file tree visualization, symbol extraction, and dependency analysis in a single tool call.
cldcde
A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.
kgraph
Indexes codebases into a knowledge graph to enable semantic search, precise code navigation, and impact analysis for LLM agents.