CtrlK
BlogDocsLog inGet started
Tessl Logo

simple-math

Perform basic arithmetic operations safely using standard operators without eval or exec

Install with Tessl CLI

npx tessl i github:cisco-ai-defense/skill-scanner --skill simple-math
What are skills?

Overall
score

17%

Does it follow best practices?

Validation for skill structure

Validation failed for this skill
This skill has errors that need to be fixed before it can move to Implementation and Activation review.
SKILL.md
Review
Evals

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.

Repository
github.com/cisco-ai-defense/skill-scanner
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.