17 lines
468 B
JSON
17 lines
468 B
JSON
{
|
|
"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"
|
|
]
|
|
} |