Customer Persona

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is broadly coherent for creating customer personas, but it relies on a third-party CLI, login, and external provider calls that users should understand before use.

This skill appears safe to review as a normal third-party CLI integration. Before installing, verify the inference.sh installer, confirm the account you log in with, and avoid sending confidential customer or business data in research prompts unless that external use is acceptable.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the CLI means trusting code downloaded from inference.sh.

Why it was flagged

The skill documents installation through a remote shell script for a third-party CLI. This is disclosed and central to the skill, but users should verify the installer before running it.

Skill content
curl -fsSL https://cli.inference.sh | sh && infsh login
Recommendation

Use the manual install and checksum verification path if you want stronger assurance before installing.

What this means

The skill may use your logged-in inference.sh account to run provider apps.

Why it was flagged

The skill expects an authenticated inference.sh session, while the registry metadata lists no primary credential or required environment variables.

Skill content
infsh login
Recommendation

Confirm which inference.sh account is logged in and understand any account permissions or usage costs before invoking the skill.

What this means

If invoked too broadly, the agent could run inference.sh commands beyond the examples shown.

Why it was flagged

The allowed tool pattern permits broad use of the `infsh` CLI, while the documented workflow only needs specific `infsh app run` calls for search and image generation.

Skill content
allowed-tools: Bash(infsh *)
Recommendation

Review agent actions before execution and prefer using only the documented search and avatar-generation commands.

What this means

Market, customer, or audience details included in prompts may be sent to third-party services.

Why it was flagged

The skill routes persona research queries and avatar prompts through external apps/providers. This is purpose-aligned and disclosed, but it is still an external data flow.

Skill content
infsh app run tavily/search-assistant ... infsh app run exa/search ... infsh app run falai/flux-dev-lora
Recommendation

Avoid including confidential customer data, proprietary strategy, or personal information unless you are comfortable sending it to those providers.