p-image
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires permission to execute the
infshcommand-line tool viaBashusing a wildcard pattern (infsh *). This is used to authenticate the user and run remote AI models. - [EXTERNAL_DOWNLOADS]: The documentation references the installation of additional skill components using the
npx skills addcommand, which downloads skill definitions from theinference-shvendor repository. - [PROMPT_INJECTION]: The skill accepts user-provided text prompts and image URLs which are passed as arguments to the
infshcommand. - Ingestion points: User-controlled data enters the tool context via the
--inputflag inSKILL.md. - Boundary markers: Prompts are delimited within a JSON-formatted string passed to the CLI.
- Capability inventory: The skill has the capability to execute system commands via the
Bashtool as defined in theallowed-toolssection ofSKILL.md. - Sanitization: No explicit client-side sanitization is described in the skill instructions; it relies on the vendor's platform to handle inputs securely.
Audit Metadata