map-generator
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill primarily operates by executing a custom utility named
sw-mapthrough the Bash tool. This utility handles map generation, location validation, and resource listing within the skill's environment. - [EXTERNAL_DOWNLOADS]: The skill uses the
fal-ai/flux-2model via thefal.aiservice to generate images. This is a well-known image generation service and its use is a documented feature of the skill. - [PROMPT_INJECTION]: The skill creates a surface for indirect prompt injection by accepting user-provided input—such as location names, landscape features, and combat scenes—which are subsequently used to construct prompts for an LLM (Claude Haiku 3.5).
- Ingestion points: Arguments passed to the
sw-map generatecommand, specifically the<name>,--features, and--sceneflags. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are visible in the provided skill text.
- Capability inventory: The skill possesses the capability to execute shell commands (
sw-map) and perform file system writes (saving JSON and PNG files to thedata/maps/directory). - Sanitization: The skill performs basic validation of location names against a local
geography.jsonfile using fuzzy matching, which provides a layer of data integrity.
Audit Metadata