subnautica-ii-coop-mod
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The documentation includes standard shell commands for file system management (e.g.,
mkdir,cp,rm), environment variable configuration, and firewall rules (ufw) necessary for game modding and hosting. - [CREDENTIALS_SAFE]: The skill implements secure credential management by instructing users to store OpenAI and Anthropic API keys in environment variables rather than hardcoding them into the configuration files or source code.
- [EXTERNAL_DOWNLOADS]: References for downloading the BepInEx framework point to official GitHub releases, which is a well-known and trusted source for software distribution.
- [INDIRECT_PROMPT_INJECTION]: The skill exposes an interface for narrative generation using external AI APIs; however, this represents an intended feature for the mod and is documented as such, posing no direct threat to the agent's own execution environment.
Audit Metadata