Files
2025-11-29 18:01:15 +08:00

12 lines
283 B
JSON

{
"name": "secure-env",
"description": "Security plugin that helps protect sensitive .env files from accidental access by Claude Code",
"version": "1.0.0",
"author": {
"name": "Björn Allvin"
},
"commands": [
"./commands/check.md",
"./commands/apply.md"
]
}