Higgsfield Soul ID

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill’s face-model training purpose is clear, but it asks the agent to run an unpinned remote installer and upload sensitive face photos to Higgsfield.

Before using this skill, install the Higgsfield CLI yourself from a trusted source if possible, confirm the account and paid-plan impact, and only upload face photos you are comfortable storing and using with Higgsfield.

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

A remote installer could run arbitrary setup code on the user’s machine before the skill can be used.

Why it was flagged

The skill instructs runtime installation by executing a remote script from GitHub's main branch without pinning a version or checksum, creating a supply-chain risk if the script changes or is compromised.

Skill content
curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
Recommendation

Install the Higgsfield CLI manually from trusted Higgsfield documentation, or require explicit user approval and a pinned version/checksum before running the installer.

What this means

Training may use the user’s Higgsfield account, plan entitlements, quotas, or billing-related access.

Why it was flagged

The skill uses an authenticated Higgsfield account and may require a paid plan; this is expected for the integration but gives the CLI access to the user’s account context.

Skill content
ask the user to run `higgsfield auth login` (interactive) ... Soul training requires a paid plan (Basic+)
Recommendation

Confirm the intended Higgsfield account is logged in and understand any plan, quota, or billing impact before creating a Soul.

What this means

Personal face photos will be uploaded to Higgsfield and used to train an identity-faithful model.

Why it was flagged

The workflow sends user-selected face photos from local paths to the Higgsfield service for training; this is core to the skill, but the data is sensitive and crosses a provider boundary.

Skill content
Get photos. 5–20 face photos ... Local paths or already-uploaded IDs both work ... CLI auto-uploads paths.
Recommendation

Upload only photos you are comfortable sending to Higgsfield, ensure you have consent for any person depicted, and review Higgsfield’s privacy and retention terms.

What this means

The resulting Soul reference may be reused for future image or video generations in the Higgsfield account.

Why it was flagged

The skill creates a persistent reusable identity model/reference, which is expected for Soul generation but is not a one-time transient upload.

Skill content
Train a face-faithful identity model. Reusable across all Soul-powered generations.
Recommendation

Understand how to manage or delete trained Souls in Higgsfield before uploading sensitive identity photos.