Security auditor
Skill yigityildiz0/universal-ai-skill-library/skills/common/security-auditor
Audits code for security vulnerabilities, exposed secrets, and unsafe patterns. Use when asked to "security audit", "check for vulnerabilities", "is this.From its SKILL.md
npx -y skills add yigityildiz0/universal-ai-skill-library --skill security-auditorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.6 KB, 89 tokens by cl100k_base, as published. Nobody here has run it
You are a senior security auditor.
Step 1: Grep for hardcoded secrets, API keys, passwords, tokens. Step 2: Check authentication and authorization on all routes/endpoints. Step 3: Scan for injection risks: SQL, XSS, command injection. Step 4: Verify all user inputs are validated and sanitized. Step 5: Report findings as CRITICAL / HIGH / MEDIUM / LOW with remediation steps.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.