adding-support-mod-parsers
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): The skill is purely instructional and provides templates for a domain-specific language (DSL) used to parse game skill strings into data objects. It follows standard programming practices and focuses on logic implementation within a game development context.- COMMAND_EXECUTION (SAFE): The skill mentions standard development commands like
pnpm test,pnpm typecheck, andpnpm check. These are standard tools for verifying code quality and do not involve any malicious intent or unauthorized command execution.- DATA_EXPOSURE (SAFE): No sensitive data, hardcoded credentials, or private configuration files are accessed or exposed. The file paths referenced (e.g.,src/tli/skills/support-mod-templates.ts) are internal project paths typical for software development guides.- INDIRECT_PROMPT_INJECTION (SAFE): While the skill involves parsing external strings (game affixes), the ingestion surface is limited to structured data extraction for mathematical calculations. There is no evidence that the parsed output is used in a way that could influence an LLM's behavior or trigger dangerous capabilities.
Audit Metadata