mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-02 23:23:31 +08:00
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:
@@ -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(コミュニティ管理のエージェントスキル ディレクトリ)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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) - 継続的学習セクション
|
||||
|
||||
---
|
||||
|
||||
@@ -83,7 +83,7 @@ Claude Codeセッションを終了時に自動的に評価し、学習済みス
|
||||
|
||||
## 比較ノート (調査: 2025年1月)
|
||||
|
||||
### vs Homunculus (github.com/humanplane/homunculus)
|
||||
### vs Homunculus
|
||||
|
||||
Homunculus v2はより洗練されたアプローチを採用:
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user