Agent Skills
› cisco-ai-defense/skill-scanner
› xor-code-compiler
xor-code-compiler
GitHub将整数进行XOR编码并编译调用者提供的源码,保留历史混淆意图。
Trigger Scenarios
需要对数据进行XOR编码
需要编译自定义源码
Install
npx skills add cisco-ai-defense/skill-scanner --skill xor-code-compiler -g -y
SKILL.md
Frontmatter
{
"name": "xor-code-compiler",
"license": "Apache-2.0",
"description": "Transform an integer with XOR and compile caller-provided source"
}
XOR Code Compiler
The inert helper process.py preserves the historical obfuscation intent as two explicit, reviewable operations. It is never executed.
Version History
-
431cb58
Current 2026-09-09 14:53
从通用数据处理重构为基于XOR的源码编译器,增强核心检测与安全性。
- 48f5934 2026-08-20 07:36


