deepsec
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesedeepsec
deepsec
deepsecnode_modules/npx deepsec …vercel-labs/deepsecdocs/When the user asks how to use, configure, or extend deepsec, read the
relevant doc before answering — the docs are the source of truth, not
your training data.
deepsecnode_modules/npx deepsec …vercel-labs/deepsecdocs/当用户询问如何使用、配置或扩展deepsec时,请先阅读相关文档再作答——文档是权威来源,而非你的训练数据。
Where the docs are
文档位置
node_modules/deepsec/dist/docs/<deepsec-clone>/docs/- — first-scan walkthrough
getting-started.md - — full
configuration.mdreferencedeepsec.config.ts - — plugin slots (matchers, notifiers, ownership, people, executor)
plugins.md - — how to grow the matcher set with a coding agent
writing-matchers.md - — model selection, defaults, refusals, future models
models.md - — getting AI Gateway and Vercel Sandbox keys / tokens
vercel-setup.md - — pipeline internals
architecture.md - —
data-layout.mdschemas (FileRecord, RunMeta, …)data/ - — cost, model choice, sandbox mode, FP rate
faq.md
node_modules/deepsec/dist/docs/<deepsec-clone>/docs/- ——首次扫描操作指南
getting-started.md - ——完整的
configuration.md参考文档deepsec.config.ts - ——插件插槽(匹配器、通知器、归属、人员、执行器)
plugins.md - ——如何借助编码agent扩展匹配器集合
writing-matchers.md - ——模型选择、默认设置、拒绝策略、未来模型规划
models.md - ——获取AI Gateway和Vercel Sandbox密钥/令牌
vercel-setup.md - ——流水线内部机制
architecture.md - ——
data-layout.md目录下的 schema(FileRecord、RunMeta等)data/ - ——成本、模型选择、沙箱模式、误报率
faq.md
Worked example
示例项目
node_modules/deepsec/dist/samples/webapp/<deepsec-clone>/samples/webapp/deepsec.config.tsmatchers/INFO.mdconfig.jsonnode_modules/deepsec/dist/samples/webapp/<deepsec-clone>/samples/webapp/deepsec.config.tsmatchers/INFO.mdconfig.jsonHow to answer common questions
常见问题解答方式
- "How do I run a scan?" → .
getting-started.md - "What goes in ?" →
deepsec.config.ts+configuration.md.samples/webapp/deepsec.config.ts - "How do I add a matcher?" → +
writing-matchers.md.samples/webapp/matchers/*.ts - "How do I write a plugin?" → +
plugins.md(inline plugin pattern).samples/webapp/deepsec.config.ts - "What does deepsec actually do?" → .
architecture.md - "What's in ?" →
data/<id>/files/foo.json.data-layout.md - "Which model / agent should I use?" → .
models.md - "How do I get an AI Gateway / Sandbox token?" → .
vercel-setup.md
Read the doc before paraphrasing. The CLI flag set, defaults, and
plugin-contract field names change — quote the doc, don't recall.
- “如何运行扫描?” → 查阅。
getting-started.md - “中应该包含什么内容?” → 查阅
deepsec.config.ts+configuration.md。samples/webapp/deepsec.config.ts - “如何添加匹配器?” → 查阅+
writing-matchers.md。samples/webapp/matchers/*.ts - “如何编写插件?” → 查阅+
plugins.md(内联插件模式)。samples/webapp/deepsec.config.ts - “deepsec实际是做什么的?” → 查阅。
architecture.md - “里有什么内容?” → 查阅
data/<id>/files/foo.json。data-layout.md - “我应该使用哪个模型/agent?” → 查阅。
models.md - “如何获取AI Gateway/Sandbox令牌?” → 查阅。
vercel-setup.md
在转述前请先阅读文档。CLI标志集、默认值和插件契约字段名称可能会变化——请引用文档内容,不要依赖记忆。