gamekit
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill provides comprehensive and secure implementation patterns for Game Center features, including mandatory authentication guards and restriction checks before enabling social or multiplayer features.- [INDIRECT_PROMPT_INJECTION]: The skill identifies and mitigates the risk of processing untrusted data from network match participants.
- Ingestion points: Remote player match data is received via GKMatchDelegate in references/core-implementation.md and turn-based events in references/gamekit-patterns.md.
- Boundary markers: SKILL.md contains explicit warnings to treat all network and match data as untrusted.
- Capability inventory: The skill provides patterns for writing match data to local game state and managing Saved Games in iCloud.
- Sanitization: Instructions specify that developers should version payloads and validate all data before performing state mutations.
Audit Metadata