Back to Home
minipuft icon

claude-prompts

by minipuft

Overview

Manages hot-reloadable AI prompt templates with advanced features like chains, quality gates, and structured reasoning, acting as an automation and code-editing agent for various AI assistants.

Installation

Run Command
npx -y claude-prompts@latest

Environment Variables

  • NPM_TOKEN
  • RELEASE_PLEASE_TOKEN
  • DOWNSTREAM_PAT
  • MCP_WORKSPACE
  • MCP_CONFIG_PATH
  • MCP_PROMPTS_PATH
  • MCP_METHODOLOGIES_PATH
  • MCP_GATES_PATH
  • MCP_STYLES_PATH
  • LOG_LEVEL
  • MCP_LLM_MODEL
  • MCP_LLM_ENDPOINT
  • MCP_LLM_API_KEY
  • MCP_LLM_PROVIDER
  • RALPH_SPAWNED

Security Notes

The server includes a 'shell_verify' gate type that explicitly allows executing arbitrary shell commands provided by the user or AI. While it uses `SAFE_ENV_ALLOWLIST` to prevent inheriting sensitive environment variables, the direct execution of unsandboxed, user-defined commands poses a critical security risk if input is not from a fully trusted source or if external sandboxing (e.g., Docker) is not enforced. There are no clear indications of built-in robust sandboxing for these shell executions. Hardcoded secrets are explicitly avoided by design, relying on environment variables for sensitive API keys, and `zod` is used for input validation, which are good practices. However, the `shell_verify` feature inherently lowers the overall safety score for untrusted environments.

Similar Servers

Stats

Interest Score53
Security Score4
Cost ClassHigh
Avg Tokens8000
Stars126
Forks28
Last Update2026-01-17

Tags

AIPromptsChainsGatesAutomationDevelopmentMCP