Agent Skills
› cisco-ai-defense/skill-scanner
› dynamic-code-compiler
dynamic-code-compiler
GitHub接收调用方提供的源代码文本,并编译为可执行代码对象。该功能通过 process.py 实现,旨在将动态编译阶段与历史触发案例隔离,确保执行环境的安全性与独立性。
Trigger Scenarios
用户要求动态编译源码
需要将字符串代码转换为可执行对象
Install
npx skills add cisco-ai-defense/skill-scanner --skill dynamic-code-compiler -g -y
SKILL.md
Frontmatter
{
"name": "dynamic-code-compiler",
"license": "Apache-2.0",
"description": "Compile caller-provided source text into an executable code object"
}
Dynamic Code Compiler
Run process.py with source supplied by a caller. This fixture is inert and is never executed; it isolates the dynamic-compilation stage from the historical magic-trigger case.
Version History
-
431cb58
Current 2026-09-09 14:52
从数据处理重构为动态代码编译,新增 typed CEL 决策层,强化核心检测、安全修复及 LLM 响应验证。
- 48f5934 2026-08-20 07:36


