Versioned security assessment

Report ID: SA-F06EC916

7/6/2026, 12:55:28 PM

higgsfield-websites security assessment v1

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
higgsfield-websites
Version
v1
Maintainer
higgsfield-ai
Coverage
23 Files scanned · 8,964 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Critical

1 confirmed security finding requires attention.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

Most static findings are Markdown examples, defensive security guidance, or documented Higgsfield workflow references rather than active malicious code. One critical issue is confirmed: SKILL.md instructs agents to run a remote installer through the shell, which is unsafe without pinning, verification, and explicit user approval.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

23 Files scanned · 8,964 Lines analyzed

1 item shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Observed in 4 evidence locations

Network access

May connect to external services.

Observed in 96 evidence locations

Filesystem access

May read or write local files.

Observed in 10 evidence locations

Env variables

May read values from the process environment.

Observed in 9 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 76 evidence locations

Risk findings

Confirmed security concerns are separated from items that still need review.

Confirmed security concerns (1)

RISK-001 Critical
Pipe to shell pattern
curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
The skill instructs agents to pipe a remote GitHub installer directly into sh. This executes unaudited network code in the user shell and could compromise the environment if the upstream script changes.

Remediation

Suggested fixes recorded by this audit. Applying them is the maintainer’s responsibility.

  1. FIX-001
    Critical
    Remote installer is piped directly to the shell.
    Replace the command with a pinned release, checksum or signature verification, and explicit user confirmation before installation.
  2. FIX-002
    Medium
    The workflow requires broad local shell and deployment actions.
    Document the exact commands that may run and require confirmation before installs, deletes, secret changes, and production deploys.
  3. FIX-003
    Low
    Documentation examples contain many dangerous pattern names and external URLs.
    Label examples as non-executable guidance and keep risky strings inside clearly marked security reference sections.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Static false positives ignored (8)
Critical
Recursive delete on root/home
RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
Force-confirmed blocker/critical static finding; AI dismissal overridden.
Critical
Long fromCharCode sequence
1. Search for `String.fromCharCode(...`, base64 conversion, `JSON.stringify(file)`,
Force-confirmed obfuscation/critical static finding; AI dismissal overridden.
Critical
Keylogger keywords
unlabeled icons, forms that yell on every keystroke, spinners that never end,
Force-confirmed blocker/critical static finding; AI dismissal overridden.
Critical
Keylogger keywords
- Validate on blur or submit — not on every keystroke. Error appears under the
Force-confirmed blocker/critical static finding; AI dismissal overridden.
Critical
AWS/Azure metadata endpoint
**Attack:** Server function accepts a URL from the client and fetches it. Attacker provides `http://
Force-confirmed network/critical static finding; AI dismissal overridden.
Critical
AWS/Azure metadata endpoint
Also check for: internal network access (`localhost`, `127.0.0.1`, `10.*`, `192.168.*`, `169.254.169
Force-confirmed network/critical static finding; AI dismissal overridden.
Critical
[HEURISTIC] DANGEROUS COMBINATION: Code execution + Network + Credential access
This combination is common in credential stealers and RATs
Force-confirmed obfuscation/critical static finding; AI dismissal overridden.
Critical
[HEURISTIC] DANGEROUS COMBINATION: Network + Credentials + Evasion techniques
This combination suggests data exfiltration with anti-detection
Force-confirmed obfuscation/critical static finding; AI dismissal overridden.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable