plugins marketplace
← All plugins

frontend-mobile-security

v1.2.1

XSS prevention, CSRF protection, content security policies, mobile app security, and secure storage patterns

CodexClaude Code

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/frontend-mobile-security/ inside the repository.

Layout

plugins/frontend-mobile-security/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/frontend-mobile-security/.codex-plugin/plugin.json
{
  "name": "frontend-mobile-security",
  "version": "1.2.1",
  "description": "XSS prevention, CSRF protection, content security policies, mobile app security, and secure storage patterns",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Frontend Mobile Security",
    "shortDescription": "XSS prevention, CSRF protection, content security policies, mobile app security, and secure storage patterns",
    "category": "Coding"
  }
}
plugins/frontend-mobile-security/.claude-plugin/plugin.json
{
  "name": "frontend-mobile-security",
  "version": "1.2.1",
  "description": "XSS prevention, CSRF protection, content security policies, mobile app security, and secure storage patterns",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}