mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-05 16:53:29 +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:
@@ -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(社区维护的智能体技能目录)
|
||||
|
||||
***
|
||||
|
||||
|
||||
@@ -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) - 持续学习部分
|
||||
|
||||
***
|
||||
|
||||
@@ -83,7 +83,7 @@ description: 自动从Claude Code会话中提取可重用模式,并将其保
|
||||
|
||||
## 对比说明(研究:2025年1月)
|
||||
|
||||
### 与 Homunculus (github.com/humanplane/homunculus) 对比
|
||||
### 与 Homunculus 对比
|
||||
|
||||
Homunculus v2 采用了更复杂的方法:
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
**官方:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user