快速开始(中文)¶
pikit 用于已获授权的 Agent 安全研究、间接提示注入测试和防御评估。
安装¶
DeepSeek 是 OpenAI-compatible 服务:
最小直接测试¶
真实 Runtime 的间接注入测试¶
先初始化隔离 profile:
然后使用 OpenClaw/Hermes fixture plugin。fixture 只提供本地 source
工具和不产生真实副作用的 pikit_record_sink,不会发送邮件、执行 shell
或调用 Telegram/Slack。
运行 Matrix 后导出 JSONL:
pikit matrix --config runtime.toml --output results.jsonl
pikit report results.jsonl --format html --output report.html
完整步骤参见英文的 Runtime Indirect Injection。