Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:34:20 +08:00
commit da97559d9a
7 changed files with 845 additions and 0 deletions

View 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"
]
}