Commit Graph

  • 0d6ae413de Merge pull request #7 from koriyoshi2041/feat/llm-generated-payloads main 栀染 2026-03-10 01:21:34 +08:00
  • 45cf3df4ed fix: preserve multi-word topics in CLI generate command kigland 2026-03-10 01:18:27 +08:00
  • 077371e643 feat: wire LLM generation into CLI generate command kigland 2026-03-10 01:12:07 +08:00
  • 5f2d087c0e feat: add LLM-generated content mode for poisoned skill files kigland 2026-03-10 01:11:31 +08:00
  • aa82f08e55 feat: add LLM-generated content mode for honeypot pages kigland 2026-03-10 01:10:41 +08:00
  • 5974c17e79 Add Star History section to README 栀染 2026-03-09 23:52:06 +08:00
  • c32afe2eb0 Merge pull request #5 from koriyoshi2041/fix/readme-accuracy 栀染 2026-03-09 20:55:31 +08:00
  • ae24b33a74 Merge branch 'main' into fix/readme-accuracy 栀染 2026-03-09 20:52:12 +08:00
  • 27267b6038 Merge pull request #6 from Fldicoahkiin/main 栀染 2026-03-09 20:51:25 +08:00
  • a8fb79de21 docs: narrow README updates to bot_db module layout Flacier 2026-03-09 18:11:56 +08:00
  • 54621f2e88 fix: add missing core.bot_db module and update setup docs Flacier 2026-03-09 14:15:12 +08:00
  • 6f779c96b2 fix: clarify trigger_len default discrepancy between constructor and config kigland 2026-03-09 13:00:21 +08:00
  • 35edfae1c7 fix: add missing loguru dependency kigland 2026-03-09 12:59:57 +08:00
  • 9a4a3fbc50 fix: clarify OpenClaw as the primary target framework kigland 2026-03-09 12:59:19 +08:00
  • 00ad0819da fix: clarify dual-path fitness evaluation in method overview kigland 2026-03-09 12:58:55 +08:00
  • ef9d2bcf81 fix: correct GPU memory and disk space estimates kigland 2026-03-09 12:58:31 +08:00
  • 3574004c9a fix: update architecture tree with missing files kigland 2026-03-09 12:58:05 +08:00
  • b14dc5996b Update README.md 栀染 2026-03-09 12:27:30 +08:00
  • d56c0f1c13 Add files via upload 栀染 2026-03-09 12:26:27 +08:00
  • 770e457f6e Create .gitkeep 栀染 2026-03-09 12:25:21 +08:00
  • 7a48ba51d7 Enhance SEO for honeypot HTML generation 栀染 2026-03-09 12:18:42 +08:00
  • 38d8abff90 Refactor generate_poisoned_skill to use templates 栀染 2026-03-09 12:16:39 +08:00
  • 63bdff8b75 Merge pull request #4 from koriyoshi2041/feat/tool-call-fitness 栀染 2026-03-09 12:13:08 +08:00
  • bef766598f Update README.md 栀染 2026-03-09 12:12:42 +08:00
  • 6523abe5a8 feat: add tool-call fitness evaluation for direct RCE verification kigland 2026-03-08 22:29:08 +08:00
  • d090efbfe4 Update README.md 栀染 2026-03-08 21:35:49 +08:00
  • f50b4a4fc4 Merge pull request #3 from koriyoshi2041/docs/readme 栀染 2026-03-08 20:25:05 +08:00
  • f11c198b46 docs: add comprehensive academic README for research repository kigland 2026-03-08 20:12:28 +08:00
  • b95c6f88bb Merge pull request #2 from Sakayori-Iroha-168/patch-1 栀染 2026-03-08 19:54:35 +08:00
  • 606b2cbda7 fix: lack of SOUL_PROMPT in system message Sakayori-Iroha-168 2026-03-08 17:15:42 +08:00
  • 37a0546c57 Create SOUL_PROMPT.py Sakayori-Iroha-168 2026-03-08 17:11:24 +08:00
  • a9c6bd763c Merge pull request #1 from koriyoshi2041/fix/cma-es-critical-improvements 栀染 2026-03-08 15:59:19 +08:00
  • d50c6b5acf security: remove trust_remote_code=True from model loading kigland 2026-03-08 15:16:53 +08:00
  • 11a7d3408f fix: tighten convergence threshold to prevent false-positive early stop kigland 2026-03-08 15:16:28 +08:00
  • ab9470eb65 refactor: remove unused self.vocab_size attribute kigland 2026-03-08 15:16:02 +08:00
  • 85575724b8 perf: use FAISS IndexFlatL2 for nearest-neighbor token lookup kigland 2026-03-08 15:15:27 +08:00
  • b85762fe4d perf: replace O(n³) brute-force LCS with difflib.SequenceMatcher kigland 2026-03-08 15:14:25 +08:00
  • 94ab8c8a5a fix: remove hardcoded CMA-ES parameter overrides in CLI kigland 2026-03-08 15:13:32 +08:00
  • 7c2f0f0bc9 fix: replace O(n) dict copy with direct mutation for fitness cache kigland 2026-03-08 15:12:56 +08:00
  • a517c45d1c feat: fix four critical flaws in CMA-ES token optimizer kigland 2026-03-08 15:07:45 +08:00
  • 2208e255b8 feat: update optimization defaults for viable CMA-ES convergence kigland 2026-03-08 15:06:46 +08:00
  • 689a85a3bd chore: add scikit-learn and faiss-cpu dependencies kigland 2026-03-08 15:06:34 +08:00
  • 1bdadcefbb fix: add missing VirtualOS parameter to mass_execute kigland 2026-03-08 15:06:21 +08:00
  • d2807d53c6 日志记录器 栀染 2026-03-08 01:57:41 +00:00
  • 3fa5f218da 添加默认配置文件 栀染 2026-03-08 01:57:21 +00:00
  • 1fe0608739 增加 /telemetry 用于隐形记录 Agent 的 Web Search 请求,以及 /report 接收异步执行的 Shell 结果 栀染 2026-03-08 01:53:51 +00:00
  • 2b9982370a 遥测与异步结果回传支持 栀染 2026-03-08 01:53:05 +00:00
  • b1770fef7a 管理肉鸡 栀染 2026-03-08 01:46:11 +00:00
  • 36bb65819d 修改 payload 分配逻辑 栀染 2026-03-08 01:45:36 +00:00
  • 0e112c3c56 修改 Honeypot 与 Skills 投毒 栀染 2026-03-08 01:43:09 +00:00
  • a80635b408 修正 CMA-ES 栀染 2026-03-08 01:42:06 +00:00
  • d9d55dc5a1 适应持久化肉鸡列表 栀染 2026-03-08 01:41:09 +00:00
  • e5ad93fa5d 管理肉鸡列表 栀染 2026-03-08 01:40:36 +00:00
  • d89464a43e 构建 CLI 栀染 2026-03-08 01:38:46 +00:00
  • 810980b461 生成符合 OpenClaw 规范的恶意 skills.md 栀染 2026-03-08 01:37:05 +00:00
  • ecb19e6957 自动化生成恶意 skills.md 感染载荷 栀染 2026-03-08 01:35:46 +00:00
  • 1cd1bdd6f5 构造 Nginx 静态页面,背景色同字色 栀染 2026-03-08 01:35:07 +00:00
  • 7a0859cccf 针对闭源模型的 CMA-ES 零阶连续空间优化器,使用 Soft-to-Hard 映射和 OpenAI 接口计算 Logprobs Fitness 栀染 2026-03-08 01:34:34 +00:00
  • dc290361d9 传统的语义注入,通过角色扮演和忽略前文尝试绕过 SOUL.md 栀染 2026-03-08 01:32:04 +00:00
  • 6f3747f609 FastAPI 投毒服务 栀染 2026-03-08 01:31:33 +00:00
  • 5fba0d7e90 负责使用获取到的密钥与目标 OpenClaw 进行远端 RCE 通讯 栀染 2026-03-08 01:30:47 +00:00
  • 977614953c 在本地维护远端肉鸡的虚拟状态,以减少不必要的 Webhook 通讯 栀染 2026-03-08 01:30:09 +00:00
  • db3816d8e2 feat: 依赖与默认配置 栀染 2026-03-08 01:26:07 +00:00
  • cc5092f121 Initial commit 栀染 2026-03-08 09:03:03 +08:00