fs25-mod-deploy
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides command-line templates for file system operations, including creating symbolic links (
ln,mklink), archiving contents (zip,Compress-Archive), and managing files (rm,rmdir). These are used for mod deployment. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by interpolating user-provided inputs like mod names and file paths into system commands. * Ingestion points: User-provided mod names and source/destination directory paths. * Boundary markers: No boundary markers or 'ignore embedded instructions' warnings are present. * Capability inventory: File system write/delete access via
ln,mklink,zip, andrm, along with file reading capabilities for game logs. * Sanitization: No input validation or escaping of user strings is specified in the instructions.
Audit Metadata