AI AGENT ADDONS
Security
1,831installs

Security problems can put your app and users at risk. This skill helps you find and fix those problems in a Flows app. It does not just tell you about them. It actually fixes them right away.

You should use this skill when you handle credentials, user input, or external data. It also works for common issues like XSS, injection, and authentication flaws. Every step is done in order to make sure nothing is missed.

Start by mapping your app's attack surface. Then move all network calls to the official SDK. Finally clean up any hard-coded secrets. Your app will be much safer after using this skill.

Add Security skill to your workflow

Global

mkdir -p ~/.claude/skills/security

Project

mkdir -p .claude/skills/security

Source Repository

Stars
5
Forks
1
Watchers
5
License
Apache-2.0
Last Push
25 days ago
Created
4 months ago