Initial commit
This commit is contained in:
17
.claude-plugin/plugin.json
Normal file
17
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "frontend-mobile-security",
|
||||
"description": "XSS prevention, CSRF protection, content security policies, mobile app security, and secure storage patterns",
|
||||
"version": "1.2.0",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/frontend-security-coder.md",
|
||||
"./agents/mobile-security-coder.md",
|
||||
"./agents/frontend-developer.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/xss-scan.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user