adding-mod-parsers
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No security issues detected. The skill provides instructions and code templates for a domain-specific parsing language used for game data.
- Indirect Prompt Injection (LOW): The skill defines a system for parsing external strings (mod descriptions). While this is an ingestion surface for untrusted data, the templates enforce strict type matching (integers, decimals, enums) and the resulting data is used for mathematical calculations rather than executable logic.
- Command Execution (SAFE): Standard development commands (pnpm test, pnpm check) are mentioned for verification purposes within a local development environment. These do not constitute a security risk as they are intended for the user's own project context.
Audit Metadata