🤖
Verifiedmodel0 installs
Production Safe
Conservative settings for production work with strict safety checks and limited tool access
Model Configuration
Modelclaude-sonnet-4.5
Max Tokens8,192
Temperature0.3
Use Case
Use for production debugging, code review, and analysis where you want to prevent accidental changes
Configuration
{
"model": "claude-sonnet-4.5",
"auto_save": false,
"max_tokens": 8192,
"temperature": 0.3,
"safety_checks": true,
"tools_allowed": [
"read",
"grep",
"glob",
"ls"
],
"tools_restricted": [
"execute",
"edit",
"create",
"delete"
],
"require_confirmation": true
}Installation
Via StackShack CLI
npx stackshack install production-safeManual Configuration
Add this configuration to your claude_settings file:
{
"model": "claude-sonnet-4.5",
"auto_save": false,
"max_tokens": 8192,
"temperature": 0.3,
"safety_checks": true,
"tools_allowed": [
"read",
"grep",
"glob",
"ls"
],
"tools_restricted": [
"execute",
"edit",
"create",
"delete"
],
"require_confirmation": true
}Tags
#production#safe#conservative#read-only
Quick Actions
Stats
Installs0
Categorymodel
Statuspublished