page — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited page (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
将已构建的课程 wiki 静态站点部署到 GitHub Pages。
/page or "deploy to pages" or "publish wiki"./wiki build and the site/ directory is ready.gh --version如未安装,输出安装指引,引导用户访问 https://cli.github.com/ 安装。
gh auth status如未认证,引导用户执行 gh auth login 完成 GitHub 认证。
检查 workspace 的 site/index.html 是否存在:
ls <WORKSPACE_ROOT>/site/index.html如 site/ 不存在或为空,引导先运行 /wiki build 构建站点。
优先使用环境变量 GH_PAGES_REPO:
echo $GH_PAGES_REPO如果未设置,从当前 git remote 推断:
git remote get-url origin用户可在 .env 中设置 GH_PAGES_REPO=owner/repo 来指定目标仓库。
gh pages deploy <WORKSPACE_ROOT>/site/ --repo <TARGET_REPO> --branch gh-pages要求 gh CLI 版本 >= 2.29.0。
部署完成后,GitHub Pages URL 格式为 https://<owner>.github.io/<repo>/。
gh auth loginsite/ 已通过 /wiki build 构建<SKILL_DIR> Points<SKILL_DIR> is the directory containing this SKILL.md. The /page command uses the gh CLI directly (no shared Python scripts needed). For other skills, shared scripts (look_tongji.py, timeline_tools.py, tongji_backend/) and references live two levels up in the repository root (<SKILL_DIR>/../../scripts/ and <SKILL_DIR>/../../references/).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.