Check API for common security vulnerabilities
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill api_security_checker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Api Security Checker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-api-security-checker)More formats (shields.io, HTML) on the badges page.
---
name: api-security-checker
description: Check API for common security vulnerabilities
activation_keywords: [security, sql injection, xss, vulnerability, injection, sanitize, api security]
execution_mode: server
---
# API Security Checker
Checks for common web security vulnerabilities:
- SQL Injection detection
- XSS (Cross-Site Scripting) detection
- Command Injection detection
- Path Traversal detection
- LDAP Injection detection
- XXE detection
- Unsafe deserialization
Use `builtin_api_security_checker` tool with fields:
- `code`: the code or request to check (required)
- `language`: (optional) programming language (default: auto-detect)
- `check_types`: (optional) array of vulnerability types to check
Returns list of potential vulnerabilities with severity and recommendations.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!