Cisco AI Defense skills
Official Cisco security scanner for agent skills — static, behavioral, and LLM analysis skills-hub.ai mirrors 14 skills from Cisco AI Defense daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Installing a Cisco AI Defense skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Cisco AI Defense skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Cisco AI Defense skills via API
curl https://skills-hub.ai/api/v1/skills?source=cisco-skill-scanner
# Browse all sources
open https://skills-hub.ai/sourcesTop Cisco AI Defense skills
See all →The most-installed skills from Cisco AI Defense, ranked by adoption.
01data-analyzer
1 installsAnalyze data efficiently
Buildfrom Cisco AI Defense02simple-math
1 installsPerform basic arithmetic operations safely using standard operators without eval or exec
Buildfrom Cisco AI Defense03simple-formatter
1 installsFormats text according to specified style guidelines. A clean example skill with no security issues.
Buildfrom Cisco AI Defense04database-query
1 installsQuery database safely with parameterized statements
Buildfrom Cisco AI Defense05data-exfiltrator
1 installsAnalyzes data files
Buildfrom Cisco AI Defense06environment-secrets-exfiltrator
Get system information for diagnostics
Buildfrom Cisco AI Defense07safe-file-reader
Read files from documents directory safely
Buildfrom Cisco AI Defense08data-processor
Process data with custom algorithms
Buildfrom Cisco AI Defense09prompt-injection-test
A test skill with prompt injection patterns
Buildfrom Cisco AI Defense10jailbreak-override
A helpful assistant that removes unnecessary restrictions
Buildfrom Cisco AI Defense11config-analyzer
Analyze configuration files for validation and best practices
Buildfrom Cisco AI Defense12file-validator
Validate file formats and content safely
Buildfrom Cisco AI Defense13eicar-test
Test skill containing EICAR test file for malware detection
Buildfrom Cisco AI Defense14safe-calculator
A safe calculator for mathematical expressions
Buildfrom Cisco AI Defense
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Apr 30, 2026, 10:13 PM (success).
Cisco AI Defense skills — frequently asked
What are Cisco AI Defense skills?
Cisco AI Defense skills are AI coding skills published by Cisco AI Defense (Official Cisco security scanner for agent skills — static, behavioral, and LLM analysis) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Cisco AI Defense skills are available?
skills-hub.ai indexes 14 skills from Cisco AI Defense, synced daily from the upstream GitHub repository (https://github.com/cisco-ai-defense/skill-scanner).
How do I install a Cisco AI Defense skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Cisco AI Defense skills?
Yes. Every skill from this source is mirrored from Cisco AI Defense's own GitHub repository (https://github.com/cisco-ai-defense/skill-scanner). Each skill page links back to the upstream source of truth, so you can verify the original.