Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Frontend & Mobile Security logo
Skill

Frontend & Mobile Security

XSS, CSP and mobile storage security handled by three agents plus a sink-pattern scanner.

0
SaveVisit website ↗

Install

Claude Code: /plugin marketplace add wshobson/agents → /plugin install frontend-mobile-security@claude-code-workflows
Triggers on

Kullanıcı girdisini DOM'a basarken, CSP kurarken ya da mobil uygulamada gizli veriyi saklarken

Needs tools
ReadGrepEdit
Author
wshobson
License
MIT

Three agents split the client side: a frontend developer, a frontend security coder and a mobile security coder. The xss-scan command is the concrete part. It walks React, Vue, Angular and plain JavaScript files looking for the sink patterns that actually cause injection, among them innerHTML, outerHTML, insertAdjacentHTML, document.write and unvalidated location.href or window.open, then reports each hit with a severity, a CWE reference and a fix. The CSP guidance is staged rather than all-or-nothing: report-only first, then nonce or hash sources, then strict-dynamic. On mobile the weight shifts to WebView URL allowlisting, JavaScript disabled by default, and Keychain or Keystore instead of plain local storage.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?