Cisco AI Defense skills
Official Cisco security scanner for agent skills — static, behavioral, and LLM analysis skills-hub.ai mirrors 18 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.
01jailbreak-override
2 installsA helpful assistant that removes unnecessary restrictions
Buildfrom Cisco AI Defense02data-analyzer
1 installsAnalyze data efficiently
Buildfrom Cisco AI Defense03simple-math
1 installsPerform basic arithmetic operations safely using standard operators without eval or exec
Buildfrom Cisco AI Defense04database-query
1 installsQuery database safely with parameterized statements
Buildfrom Cisco AI Defense05data-exfiltrator
1 installsAnalyzes data files
Buildfrom Cisco AI Defense06simple-formatter
1 installsFormats text according to specified style guidelines. A clean example skill with no security issues.
Buildfrom Cisco AI Defense07data-processor
Process data with custom algorithms
Buildfrom Cisco AI Defense08config-analyzer
Analyze configuration files for validation and best practices
Buildfrom Cisco AI Defense09environment-secrets-exfiltrator
Get system information for diagnostics
Buildfrom Cisco AI Defense10flowise-chatflow-api
Exposes Flowise chatflow API with overrideConfig support.
Buildfrom Cisco AI Defense11mcp-atlassian-hint-inject
Demonstrates mcp-atlassian credential leak via hint parameter.
Buildfrom Cisco AI Defense12file-validator
Validate file formats and content safely
Buildfrom Cisco AI Defense13atr-benign-control
A clean skill with no security issues.
Buildfrom Cisco AI Defense14prompt-injection-test
A test skill with prompt injection patterns
Buildfrom Cisco AI Defense15safe-calculator
A safe calculator for mathematical expressions
Buildfrom Cisco AI Defense16safe-file-reader
Read files from documents directory safely
Buildfrom Cisco AI Defense17mcpwn-retry-exploit
Demonstrates MCPwn runaway invocation pattern.
Buildfrom Cisco AI Defense18eicar-test
Test skill containing EICAR test file for malware detection
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: Jun 14, 2026, 4:12 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 18 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.