跳转到正文
报告库
用途分类 / 其他用途

Site Architecture Skill 安全审计

作者说它能做什么(原文)

When the user wants to plan, map, or restructure their website's page hierarchy, navigation, URL structure, or internal linking. Also use when the user mentions "sitemap," "site map," "visual sitemap," "site structure," "page hierarchy," "information architecture," "IA," "navigation design," "URL structure," "breadcrumbs," "internal linking strategy," "website planning," "what pages do I need," "h

第三方安全检查结论

这次检查未发现明显风险

已检查文件
5
发现的风险
0
会不会运行危险命令?检查是否下载程序后直接运行、让他人远程控制电脑,或藏起要运行的命令。未发现风险
会不会泄露文件和密钥?检查是否发送含密码或密钥的文件,以及代码里是否直接写了密钥。未发现风险
会不会删除文件或一直在后台运行?检查是否大范围删除文件、改写磁盘,或设置自动启动。未发现风险
会不会绕过安全保护?检查是否跳过网站安全验证、开放过多文件权限,或取消操作前的确认。未发现风险
会不会误导 AI 或隐藏内容?检查工作说明是否要求 AI 忽略你的指令、干扰检查结果,或夹带看不见的文字。未发现风险
会不会偷偷改推广链接或收款方?检查是否强制替换推广链接或收款对象,同时要求隐瞒更改。未发现风险

Skill 逻辑拆解

8 个说明模块

该技能用于规划网站页面层级、导航、URL 模式和内部链接;其主要输出是文本结构图、Mermaid 站点图、URL 映射、导航规范和内部链接方案。所提供文件中没有可执行脚本、安装步骤或账户操作指令。

查看原文
SKILL.md:10来自说明文档打开原文件
You are an information architecture expert. Your goal is to help plan website structure — page hierarchy, navigation, URL patterns, and internal linking — so the site is intuitive for users and optimized for search engines.
SKILL.md:307来自说明文档打开原文件
When creating a site architecture plan, provide these deliverables:### 1. Page Hierarchy (ASCII Tree)Full site structure with URLs at each node. Use the ASCII tree format from the Page Hierarchy Design section.### 2. Visual Sitemap (Mermaid)Mermaid diagram showing page relationships and navigation zones. Use `graph TD` with subgraphs for nav zones where helpful.
SKILL.md:325来自说明文档打开原文件
### 4. Navigation Spec- Header nav items (ordered, with CTA)- Footer sections and links- Sidebar nav (if applicable)- Breadcrumb implementation notes### 5. Internal Linking Plan- Hub pages and their spokes- Cross-section link opportunities- Orphan page audit (if restructuring)- Recommended links per key page

开始规划前,它会在项目中查找并读取产品营销背景文件,然后只询问尚未覆盖的信息。该读取限于列出的三个候选路径,并与网站规划目的直接相关;文本没有要求上传或对外发送内容。

查看原文
SKILL.md:14来自说明文档打开原文件
**Check for product marketing context first:**If `.agents/product-marketing.md` exists (or `.claude/product-marketing.md`, or the legacy `product-marketing-context.md` filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.Gather this context (ask if not provided):

对于重构现有网站,该技能明确询问需要保留的旧 URL,并要求为变更后的 URL 设置 301 重定向,以降低断链和搜索排名损失。它提出规划建议,但没有指示直接修改或删除网站文件。

查看原文
SKILL.md:24来自说明文档打开原文件
### 2. Current State- New site or restructuring an existing one?- If restructuring: what's broken? (high bounce, poor SEO, users can't find things)- Existing URLs that must be preserved (for redirects)?
SKILL.md:185来自说明文档打开原文件
### Common Mistakes- **Dates in blog URLs** — `/blog/2024/01/15/post-title` adds no value and makes URLs long. Use `/blog/post-title`.- **Over-nesting** — `/products/category/subcategory/item/detail` is too deep. Flatten where possible.- **Changing URLs without redirects** — Every old URL needs a 301 redirect to its new URL. Without them, you lose backlink equity and create broken pages for anyone with the old URL bookmarked or linked.- **IDs in URLs** — `/product/12345` is not human-readable. Use slugs.- **Query parameters for content** — `/blog?id=123` should be `/blog/post-title`.

引用文件是用于页面层级、导航和 Mermaid 图的静态模板。主说明明确指向这些本地文件,且清单确认三项引用均存在;可见内容不要求联网、调用外部服务或提升权限。

查看原文
SKILL.md:55来自说明文档打开原文件
**For full page hierarchy templates**: See [references/site-type-templates.md](references/site-type-templates.md)
SKILL.md:153来自说明文档打开原文件
**For detailed navigation patterns**: See [references/navigation-patterns.md](references/navigation-patterns.md)
SKILL.md:255来自说明文档打开原文件
**For more Mermaid templates**: See [references/mermaid-templates.md](references/mermaid-templates.md)
从这里开始 · 工作说明SKILL.md
site-architecture
连线表示工作说明包含的模块,不是实际运行顺序。点击模块可查看原文。 另有 2 个章节,可在原文件中查看。

文件引用关系图

3 处引用
哪些文件发起引用引用了什么
连线表示真实的文件引用,不是运行顺序。点击节点可高亮相关连线,并查看具体文件和原文位置。虚线表示还有文件需要定位。
文件与检查记录5 个文件

检查范围与遗漏

逐文件查看涉及的内容

下方列出本次涉及的原文范围;纳入检查不代表已查清所有问题。

  • SKILL.md已纳入全文
  • references/mermaid-templates.md已纳入全文
  • references/navigation-patterns.md已纳入全文
  • references/site-type-templates.md已纳入全文
  • evals/evals.json已纳入全文

这份报告只针对上方版本。我们看了拿到的代码和说明文件,没有实际运行 Skill,也没有检查它另外安装的软件包。因此,这不是“保证安全”的承诺;换了版本或使用环境,结果也可能不同。

  • SKILL.md工作说明
  • evals/evals.json配套文件
  • references/mermaid-templates.md配套文件
  • references/navigation-patterns.md配套文件
  • references/site-type-templates.md配套文件

代码和说明中提到的操作

连接外部网站
references/navigation-patterns.md:202来自说明文档打开原文件
<nav aria-label="Breadcrumb">  <ol itemscope itemtype="https://schema.org/BreadcrumbList">    <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
references/navigation-patterns.md:203来自说明文档打开原文件
  <ol itemscope itemtype="https://schema.org/BreadcrumbList">    <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">      <a itemprop="item" href="/"><span itemprop="name">Home</span></a>
references/navigation-patterns.md:207来自说明文档打开原文件
    </li>    <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">      <a itemprop="item" href="/features"><span itemprop="name">Features</span></a>
读取了多少行
1,264
文件校验值(用于核对版本)
cff3a09c1ba6e8c754dbcb45dfca79d8ab05a09e3c7189757a06292d8686b8de