Agent Skills
› gmh5225/awesome-game-security
› game-supply-chain-security
game-supply-chain-security
GitHub评估游戏构建、更新、分发、模组及依赖的信任链,涵盖签名、来源验证与恢复机制。适用于发布和内容摄入的安全边界审查场景。
Trigger Scenarios
评估游戏发布流程的安全性
检查内容摄入和更新的信任链
审查游戏构建和模组的签名机制
Install
npx skills add gmh5225/awesome-game-security --skill game-supply-chain-security -g -y
SKILL.md
Frontmatter
{
"name": "game-supply-chain-security",
"description": "Assess game build, launcher, update, distribution, mod, plugin, dependency, signing, provenance, and recovery trust. Use when release or content ingestion is the security boundary."
}
Game build, update, and mod supply chains
Map who can produce, sign, publish, update, roll back, and load each released component. Distinguish build capability from release authority and format acceptance from safe loading.
Topic routing
- Review guide for release authority, update recovery, provenance, isolation, mods, plugins, and review output.
- Repository resources for CI, editor, hot-patch, asset, and parser resources.
Use game-engine-resources for runtime object models, mobile-security for mobile package signing, and windows-kernel-security for privileged driver artifacts.
Version History
- 4a52192 Current 2026-09-22 04:11


