customer-persona
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The SKILL.md file contains a command to download and execute a shell script from
https://cli.inference.sh. This is an installation instruction for theinfshCLI. The skill's environment is restricted to theinfshtool, which prevents the agent from executing thecurl | shpattern itself during runtime. - [EXTERNAL_DOWNLOADS]: The skill references external binaries from
dist.inference.shand additional skills from theinference-shregistry vianpx skills add. These represent standard dependencies within the vendor's ecosystem and are documented for user setup. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to runinfshapp commands. Execution is limited to theinfshbinary via theallowed-toolsfrontmatter field, which is a security best practice for restricting shell access. - [INDIRECT_PROMPT_INJECTION]: The skill acts as a proxy for external tools that ingest market research data and user-defined prompts.
- Ingestion points: Research queries (Step 1) and avatar descriptions (Step 8) in SKILL.md are derived from user requirements.
- Boundary markers: None explicitly defined in the instruction text; data is passed as JSON inputs to the
infshtool. - Capability inventory: Web searching via Tavily and Exa, and image generation via Fal.ai.
- Sanitization: The skill relies on downstream AI services and the CLI tool itself to sanitize research results and generated image content.
Audit Metadata