Simple math
Skill cisco-ai-defense/skill-scanner/evals/skills/safe-skills/simple-math
Perform basic arithmetic operations safely using standard operators without eval or execFrom its SKILL.md
npx -y skills add cisco-ai-defense/skill-scanner --skill simple-mathAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 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.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.5 KB, 82 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 2 files
1.5 KB alongside SKILL.md, 1 of them executable
- _expected.json207 B
- math_ops.pyruns1.3 KB