LuciferForge/lucifer-skills
GitHub: LuciferForge/lucifer-skills
为 AI agent 代码库快速集成成本控制、提示词注入防护和决策追踪三种生产级安全能力的 Claude Code 插件。
Stars: 1 | Forks: 0
# ai-agent-stack 技能
一个 Claude Code skill,可在几分钟内为任何 AI agent 代码库添加生产级安全防护。
## 功能
安装并集成三个零依赖的 Python 库:
- **ai-cost-guard** — LLM 调用前的硬预算上限 (`pip install ai-cost-guard`)
- **ai-injection-guard** — 提示词注入扫描器 (`pip install ai-injection-guard`)
- **ai-decision-tracer** — 本地 agent 决策追踪器 (`pip install ai-decision-tracer`)
## 在 Claude Code 中安装
```
/plugin marketplace add LuciferForge/lucifer-skills
```
或直接安装:
```
/plugin install ai-agent-stack@lucifer-skills
```
## 使用方法
只需描述你想要的功能:
- "Add cost protection to my agent"(为我的 agent 添加成本保护)
- "Instrument my LLM calls with tracing"(为我的 LLM 调用添加追踪)
- "Protect my bot from prompt injection"(保护我的 bot 免受提示词注入攻击)
- "Make my agent production-ready"(让我的 agent 达到生产就绪状态)
- "Add all three safety layers"(添加所有三个安全层)
Claude 将分析你的代码库,找到 LLM 调用点,并使用适当的防护措施进行封装。
## 相关库
| Library | GitHub | PyPI |
|---|---|---|
| ai-cost-guard | github.com/LuciferForge/ai-cost-guard | `pip install ai-cost-guard` |
| ai-injection-guard | github.com/LuciferForge/prompt-shield | `pip install ai-injection-guard` |
| ai-decision-tracer | github.com/LuciferForge/ai-trace | `pip install ai-decision-tracer` |
这三个库均为:MIT 许可证、零依赖、纯 Python stdlib、无网络调用。
## 许可证
Apache-2.0
标签:AI 安全, API 安全, API集成, Claude Code Skill, DLL 劫持, DNS 反向解析, LLM Framework, LLM 安全, Prompt 注入检测, Python 库, 人工智能, 决策追踪, 可观测性, 大语言模型, 威胁情报, 开发者工具, 异常检测, 成本控制, 机器学习运维, 流量监控, 生产环境, 用户模式Hook绕过, 自动化集成, 逆向工具, 零依赖, 预算管理