Back to Home
cased icon

claude-code-plugins

Verified Safe

by 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

Run Command
No command provided

Environment 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

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars4
Forks0
Last Update2026-01-07

Tags

PluginsCode AnalysisError DiagnosisFeature ManagementCLI ToolingDeveloper Productivity