product-changelog
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a platform-specific CLI tool
infshto perform various tasks such as image generation and browsing. These commands are executed within a restricted environment defined by theallowed-toolsfrontmatter field, which limits Bash execution to theinfshcommand set. - [EXTERNAL_DOWNLOADS]: The skill references an external installation guide for the CLI tool located at
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md. It also suggests usingnpxto add related skills from theinference-shrepository. These are standard practices for the intended ecosystem. - [DYNAMIC_EXECUTION]: The skill uses the
infsh app runcommand to execute various remote AI models (e.g.,falai/flux-dev-lora,infsh/agent-browser). This is the intended functional design of the platform for generating product visuals and performing automated tasks. - [INDIRECT_PROMPT_INJECTION]: As a tool designed to format and summarize product updates, there is a theoretical surface for indirect prompt injection if it processes untrusted data (like commit messages or PR descriptions). However, the skill provides static templates and does not contain exploitable logic that would escalate this risk beyond a standard usage scenario.
Audit Metadata