feat: add security guides and sanitize external links across repo

New articles:
- the-security-guide.md: "The Shorthand Guide to Securing Your Agent" (595 lines)
  Attack vectors, sandboxing, sanitization, OWASP Top 10, observability
- the-openclaw-guide.md: "The Hidden Danger of OpenClaw" (470 lines)
  Security analysis of OpenClaw, MiniClaw thesis, industry evidence

External link sanitization (22 files across EN, zh-CN, zh-TW, ja-JP, .cursor):
- Removed third-party GitHub links from skills and guides
- Replaced with inline descriptions to prevent transitive prompt injection
- Kept official org links (Anthropic, Google, Supabase, Mixedbread)
This commit is contained in:
Affaan Mustafa
2026-02-25 07:19:44 -08:00
parent 3d63fd33b9
commit a9b104fc23
20 changed files with 1096 additions and 25 deletions

View File

@@ -777,7 +777,7 @@ npm install ecc-universal
- **詳細ガイド(高度):** [Everything Claude Code 詳細ガイド](https://x.com/affaanmustafa/status/2014040193557471352)
- **フォロー:** [@affaanmustafa](https://x.com/affaanmustafa)
- **zenith.chat:** [zenith.chat](https://zenith.chat)
- **スキル ディレクトリ:** [awesome-agent-skills](https://github.com/JackyST0/awesome-agent-skills)
- **スキル ディレクトリ:** awesome-agent-skills(コミュニティ管理のエージェントスキル ディレクトリ)
---

View File

@@ -276,7 +276,7 @@ v2はv1と完全に互換性があります
## 関連
- [Skill Creator](https://skill-creator.app) - リポジトリ履歴からインスティンクトを生成
- [Homunculus](https://github.com/humanplane/homunculus) - v2アーキテクチャのインスピレーション
- Homunculus - v2アーキテクチャのインスピレーション(アトミック観察、信頼度スコアリング、インスティンクト進化パイプライン)
- [The Longform Guide](https://x.com/affaanmustafa/status/2014040193557471352) - 継続的学習セクション
---

View File

@@ -83,7 +83,7 @@ Claude Codeセッションを終了時に自動的に評価し、学習済みス
## 比較ノート (調査: 2025年1月)
### vs Homunculus (github.com/humanplane/homunculus)
### vs Homunculus
Homunculus v2はより洗練されたアプローチを採用:

View File

@@ -161,5 +161,4 @@ curl -X POST https://api.nutrient.io/build \
- [API Playground](https://dashboard.nutrient.io/processor-api/playground/)
- [完全な API ドキュメント](https://www.nutrient.io/guides/dws-processor/)
- [Agent Skill リポジトリ](https://github.com/PSPDFKit-labs/nutrient-agent-skill)
- [npm MCP サーバー](https://www.npmjs.com/package/@nutrient-sdk/dws-mcp-server)

View File

@@ -785,7 +785,7 @@ npm install ecc-universal
* **详细指南 (进阶):** [Claude Code 万事详细指南](https://x.com/affaanmustafa/status/2014040193557471352)
* **关注:** [@affaanmustafa](https://x.com/affaanmustafa)
* **zenith.chat:** [zenith.chat](https://zenith.chat)
* **技能目录:** [awesome-agent-skills](https://github.com/JackyST0/awesome-agent-skills)
* **技能目录:** awesome-agent-skills(社区维护的智能体技能目录)
***

View File

@@ -282,7 +282,7 @@ v2 与 v1 完全兼容:
## 相关链接
* [技能创建器](https://skill-creator.app) - 从仓库历史生成本能
* [Homunculus](https://github.com/humanplane/homunculus) - v2 架构的灵感来源
* Homunculus - 启发 v2 架构的社区项目(原子观察、置信度评分、本能演化管线)
* [长文指南](https://x.com/affaanmustafa/status/2014040193557471352) - 持续学习部分
***

View File

@@ -83,7 +83,7 @@ description: 自动从Claude Code会话中提取可重用模式并将其保
## 对比说明研究2025年1月
### 与 Homunculus (github.com/humanplane/homunculus) 对比
### 与 Homunculus 对比
Homunculus v2 采用了更复杂的方法:

View File

@@ -161,5 +161,4 @@ curl -X POST https://api.nutrient.io/build \
* [API 演练场](https://dashboard.nutrient.io/processor-api/playground/)
* [完整 API 文档](https://www.nutrient.io/guides/dws-processor/)
* [代理技能仓库](https://github.com/PSPDFKit-labs/nutrient-agent-skill)
* [npm MCP 服务器](https://www.npmjs.com/package/@nutrient-sdk/dws-mcp-server)

View File

@@ -296,7 +296,7 @@ cd ../project-feature-a && claude
你可以使用 `/statusline` 来设置它 - 然后 Claude 会说你没有状态栏,但可以为你设置,并询问你想要在里面放什么。
另请参阅:https://github.com/sirmalloc/ccstatusline
另请参阅:ccstatusline用于自定义 Claude Code 状态栏的社区项目)
### 语音转录
@@ -327,16 +327,16 @@ alias q='cd ~/Desktop/projects'
**智能体编排:**
* https://github.com/ruvnet/claude-flow - 拥有 54+ 个专业智能体的企业级编排平台
* claude-flow 拥有 54+ 个专业智能体的社区企业级编排平台
**自我改进记忆:**
* https://github.com/affaan-m/everything-claude-code/tree/main/skills/continuous-learning
* 请参阅本仓库中的 `skills/continuous-learning/`
* rlancemartin.github.io/2025/12/01/claude\_diary/ - 会话反思模式
**系统提示词参考:**
* https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools - 系统提示词集合 (110k stars)
* system-prompts-and-models-of-ai-tools — AI 系统提示词社区集合(110k+ stars
**官方:**

View File

@@ -464,7 +464,7 @@ node tests/hooks/hooks.test.js
- **完整指南(進階):** [Everything Claude Code 完整指南](https://x.com/affaanmustafa/status/2014040193557471352)
- **追蹤:** [@affaanmustafa](https://x.com/affaanmustafa)
- **zenith.chat** [zenith.chat](https://zenith.chat)
- **技能目錄:** [awesome-agent-skills](https://github.com/JackyST0/awesome-agent-skills)
- **技能目錄:** awesome-agent-skills(社區維護的智能體技能目錄)
---

View File

@@ -249,7 +249,7 @@ v2 完全相容 v1
## 相關
- [Skill Creator](https://skill-creator.app) - 從倉庫歷史產生本能
- [Homunculus](https://github.com/humanplane/homunculus) - v2 架構靈感
- Homunculus - 啟發 v2 架構的社區專案(原子觀察、信心評分、本能演化管線)
- [Longform Guide](https://x.com/affaanmustafa/status/2014040193557471352) - 持續學習章節
---

View File

@@ -83,7 +83,7 @@ description: Automatically extract reusable patterns from Claude Code sessions a
## 比較筆記研究2025 年 1 月)
### vs Homunculus (github.com/humanplane/homunculus)
### vs Homunculus
Homunculus v2 採用更複雜的方法: