Agent Skills
› cisco-ai-defense/skill-scanner
› expression-compiler
expression-compiler
GitHub将调用者提供的表达式编译为Python代码对象,用于动态执行和计算。
Trigger Scenarios
需要将用户输入的表达式转换为可执行的Python代码
进行基于表达式的动态计算或评估
Install
npx skills add cisco-ai-defense/skill-scanner --skill expression-compiler -g -y
SKILL.md
Frontmatter
{
"name": "expression-compiler",
"license": "Apache-2.0",
"description": "Compile a caller-provided expression into a Python code object"
}
Expression Compiler
The inert helper calculate.py intentionally demonstrates dynamic compilation of caller input. It is never executed by the evaluation.
Version History
-
431cb58
Current 2026-09-09 14:52
从安全计算器重构为表达式编译器,增加类型化CEL决策层,强化核心检测与评估安全性,修复执行掩码及绑定作用域等安全问题。
- 48f5934 2026-08-20 07:36


