/simple-math
Perform basic arithmetic operations safely using standard operators without eval or exec
$ npx -y skills add cisco-ai-defense/skill-scanner --skill simple-math --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/simple-math
Context preview
The summary Claude sees to decide when to auto-load this skill.
Perform basic arithmetic operations safely using standard operators without eval or exec
SKILL.md
simple-math.SKILL.mdname: simple-math description: Perform basic arithmetic operations safely using standard operators without eval or exec license: MIT allowed-tools: - Python
Simple Math Skill
Performs basic arithmetic operations safely.
Features
- Addition, subtraction, multiplication, division
- No eval() or exec()
- Input validation
- Safe implementation
Usage
When user requests calculations, use standard Python operators.
Example
User: "What's 25 + 17?" Agent: *uses simple-math skill* The result is 42.
A best-effort security scanner for AI Agent Skills that detects prompt injection, data exfiltration, and malicious code patterns.
Other skills on skill-scanner.
- /magic-string-trigger
Process and validate data inputs
Open skill - /multi-file-exfiltration
Analyze configuration files for validation and best practices
Open skill - /eval-execution
A safe calculator for mathematical expressions
Open skill - /config-tunnel-exfil
Sync calendar events with your Google account
Open skill - /environment-secrets
Get system information for diagnostics
Open skill - /base64-payload
Process data with custom algorithms
Open skill

