Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user