Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:15 +08:00
commit b90c8a0445
5 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"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"
]
}