react-security
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate security guidance for React developers. It correctly identifies high-risk patterns like storing tokens in
localStorageand usingdangerouslySetInnerHTMLwithout sanitization. - [SAFE]: Code examples in
references/REFERENCE.mddemonstrate standard industry practices such as usingDOMPurifyfor HTML sanitization, settingHttpOnlyandSecureflags on cookies, and implementing CSRF tokens. - [SAFE]: The skill encourages the use of established security tools like
npm auditandpnpm auditfor dependency management. - [SAFE]: There are no signs of obfuscation, remote code execution, or data exfiltration. All external resource references are for documentation purposes (e.g., CSP and Auth patterns) and follow safe practices.
Audit Metadata