Versioned security assessment

Report ID: SA-DF8465D2

5/24/2026, 9:01:01 AM

higgsfield-product-photoshoot security assessment v1

Skill Security Certification Report

Audit History
Audit model: claude Historical report
Skill name
higgsfield-product-photoshoot
Version
v1
Maintainer
higgsfield-ai
Coverage
1 Files scanned · 216 Lines analyzed
Policy version
Unavailable

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

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.

All 97 static analysis findings are false positives. The SKILL.md file is a markdown documentation file containing CLI command examples in fenced code blocks, not programmatic shell execution. The static analyzer incorrectly interpreted markdown backtick-fenced bash examples as Ruby-style shell backtick injection. The curl-to-sh install pattern on line 35 is documentation for manual user installation, not automated execution. Hardcoded URLs and path traversal detections are placeholder examples in documentation. No prompt injection, credential exfiltration, or malicious patterns were detected.

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

1 Files scanned · 216 Lines analyzed

4 items 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.

Not recorded by this audit

Network access

May connect to external services.

Observed in 2 evidence locations

Filesystem access

May read or write local files.

Observed in 1 evidence location

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 5 evidence locations

Capability review items (4)
Medium
External Command Examples in Documentation
The SKILL.md contains bash command examples in fenced code blocks (```bash). The static analyzer flagged these as shell backtick execution, but they are documentation for manual user execution. The skill only programmatically runs 'higgsfield product-photoshoot create' via the CLI tool. All 76 flagged locations are markdown code fences, not code injection.
File content confirms all flagged locations are markdown fenced code blocks showing CLI usage examples - no programmatic shell execution exists.
Low
Curl-to-Shell Install Pattern Documented
Line 35 documents 'curl ... | sh' as a manual install step for the higgsfield CLI tool. This is standard practice for CLI tool installation documentation. The skill does not execute this command programmatically; it is presented for the user to run manually.
The install command is inside a markdown fenced code block clearly labeled as bootstrap instructions, not executed by the skill itself.
Low
Hardcoded Example URLs
Lines 197-199 contain placeholder example URLs (cdn.higgsfield.ai) showing the expected output format. These are fictitious documentation examples, not actual API endpoints being called.
URLs use placeholder paths with '...' clearly indicating they are format examples, and they appear in a 'Delivering results' documentation section showing output formatting.
Low
Path Traversal Placeholder in Example URLs
The static analyzer flagged '...' in example URLs as path traversal sequences. These are text placeholders in documentation examples (e.g., '/.../job_abc.jpg'), not actual directory traversal patterns.
The '...' appears inside example output URLs in a 'Delivering results' section - clearly a placeholder ellipsis, not the '../' directory traversal operator.

Risk findings

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

No confirmed security findings were recorded for this completed audit.

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: claude

Analysis state: Complete

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

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