AnimeshShaw/agentic-ai-security-guide
GitHub: AnimeshShaw/agentic-ai-security-guide
面向企业高管和决策者的交互式 Agentic AI 安全治理指南,系统性覆盖威胁全景、OWASP LLM Top 10、合规框架及落地行动计划。
Stars: 1 | Forks: 0
[](https://github.com/AnimeshShaw/agentic-ai-security-guide/actions/workflows/deploy.yml) [](https://github.com/AnimeshShaw/agentic-ai-security-guide/actions/workflows/ci.yml) [](https://github.com/AnimeshShaw/agentic-ai-security-guide/actions/workflows/security.yml) [](https://github.com/AnimeshShaw/agentic-ai-security-guide/actions) [](https://astro.build) [](https://animeshshaw.github.io/agentic-ai-security-guide) [](LICENSE)
[**在线网站**](https://animeshshaw.github.io/agentic-ai-security-guide) · [基础知识](#-foundations) · [威胁全景](#-threat-landscape) · [治理策略](#-governance--frameworks) · [阅读路径](#-reading-paths)
##
| ### 面向决策者,而非开发者 无需死记硬背代码。没有晦涩的技术术语壁垒。每个概念都从基本原理讲起,帮助你与内部技术团队及外部供应商进行专业的沟通,并提出真正切中要害的问题。 ### 威胁驱动思维 围绕真实的攻击模式构建:prompt injection(提示词注入)、工具滥用、供应链攻击、多智能体信任失效等。并非纯理论探讨——而是基于已记录的安全事件及 OWASP 的 LLM Top 10 榜单。 | ### 交互式学习体验 包含攻防场景的翻卡片、引导式的步骤演练、具备持久化状态(可保存进度)且包含 50 个问题的高管自检清单,以及完整的可搜索术语表。 ### 生产级安全态势 零 npm 漏洞。CodeQL 静态分析。Trufflehog 密钥扫描。CSP 响应头。每周 Dependabot 自动更新。这份关于 AI 安全的指南其本身就是以高度安全的方式构建的。 |
| Audience | Time | Path |
|---|---|---|
| Board Members | 20 min | What is Agentic AI → Why Security Matters → Leadership Checklist |
| CISOs / VPs Security | 3–4 hours | Threat Landscape → OWASP LLM Top 10 → Agentic Top 10 → Governance → Emerging Technologies |
| CIOs / CTOs | 2 hours | Foundations → Core Technologies (MCP, LiteLLM, Sandboxing) → Action Plan |
| Risk Officers | 90 min | Threat Landscape → Compliance Frameworks → Leadership Checklist |
| Vendor / Procurement | 45 min | LLM Supply Chain → Agentic Supply Chain → Compliance Frameworks |
| Technology | Role | |-----------|------| | [Astro 6.x](https://astro.build) | Static site generator — zero JS by default, island architecture | | TypeScript | Type-safe components, data schemas, and navigation config | | Custom CSS | Full design system with CSS variables, dark/light theme, zone tokens | | GitHub Actions | CI (audit → build → typecheck), Pages deployment, Security scanning | | CodeQL | Static analysis for JavaScript/TypeScript security vulnerabilities | | Trufflehog | Verified secret scanning across full git history | | Dependabot | Automated dependency update PRs | ## 本网站的制作未使用任何框架。没有 React,没有 Vue,没有 Tailwind —— 只有 Astro、TypeScript 和您能够真正看懂的 CSS。 ## CI/CD ``` 推送到 main 分支 │ ├── CI 工作流 │ ├── npm audit(中度及以上漏洞构建失败) │ ├── astro build(遇到错误即失败) │ └── tsc --noEmit(类型检查) │ ├── 部署工作流(CI 完成后执行) │ ├── npm audit(二次检查关卡) │ ├── astro build → dist/ │ └── GitHub Pages 部署 │ └── 安全工作流(同时每周运行) ├── npm audit --audit-level=high ├── CodeQL 分析 #### └── Trufflehog 密钥扫描 ## 本地开发 ``` # 克隆 git clone https://github.com/AnimeshShaw/agentic-ai-security-guide.git cd agentic-ai-security-guide # 安装 npm ci # 开发 npm run dev # 构建 npm run build # 安全审计 #### npm run audit ## 需要 Node.js 22+。 ## 贡献 Found an error? Want to add a page, expand a section, or improve the interactive elements? 1. Fork the repository 2. Create a feature branch: `git checkout -b content/your-topic` 3. Make your changes (run `npm run build` to verify) 4. Open a pull request — CI will audit, build, and type-check automatically ## 特别欢迎内容 PR、事实性更正以及新的治理案例研究。 ## 许可证 ## MIT —— 可免费使用、改编和分享。建议注明出处,但非强制要求。
Built by [Animesh Shaw](https://github.com/AnimeshShaw) · Hosted on [GitHub Pages](https://animeshshaw.github.io/agentic-ai-security-guide)
*If this guide helped you think more clearly about AI security, consider starring the repo.*
[](https://github.com/AnimeshShaw/agentic-ai-security-guide/stargazers)
```
标签:AI治理, Astro, CISO, OWASP LLM, 人工智能安全, 合规性, 合规指南, 静态网站