Versioned security assessment

Report ID: SA-6A4AF57A

6/30/2026, 10:20:40 PM

faceswap security assessment v4

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
faceswap
Version
v4
Maintainer
verging.ai
Coverage
2 Files scanned · 225 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.

Static analysis flagged command execution, network access, API key handling, temporary file use, and weak-crypto matches. Review confirmed the command, network, credential, and filesystem risks as intended but security-sensitive behavior for a media upload workflow. No prompt injection or malicious intent was found, and the weak cryptography alerts are false positives.

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

2 Files scanned · 225 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 8 evidence locations

Filesystem access

May read or write local files.

Observed in 7 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 5 evidence locations

Capability review items (4)
Medium
External Tool Execution With User-Supplied Media Inputs
The skill instructs the agent to run npx, yt-dlp, curl, ffprobe, and ffmpeg commands using user-provided paths and URLs. This is required for the workflow, but it creates command execution and input handling risk if arguments are not quoted or validated.
The files directly document shell commands that process user-controlled video and image inputs. The commands are normal for this skill, so the risk is operational rather than evidence of malicious intent.
Medium
External API Uploads Include Sensitive Media and Credentials
The workflow sends an API key in Authorization headers and uploads video and face image data to verging.ai and a presigned storage URL. This behavior is disclosed and central to the service, but users must understand that personal media leaves the local machine.
The API key header and multipart upload instructions are explicit. The endpoints appear aligned with the claimed face swap service, which reduces concern about malicious exfiltration.
Medium
Temporary Media Files Stored Under /tmp
The instructions place downloaded, trimmed, and uploaded media under /tmp/verging-faceswap. Temporary storage is practical, but face images and videos may remain readable until cleanup is performed.
Multiple instructions reference the same temporary directory and media filenames. The skill also tells users to clean up, so the issue is a privacy hygiene concern.
Low
Hardcoded Service URLs Are Expected API Documentation
The static analyzer flagged verging.ai, YouTube, and example URL references. These links document the intended external service and example inputs, with no evidence of hidden endpoints.
The URLs are visible user-facing documentation for the advertised service. I did not find evidence that they are concealed or unrelated to the skill.

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: 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 (1)
Low
Weak Cryptography Alerts Are False Positives
Static analysis reported weak cryptographic algorithm matches, but the referenced lines describe face swap metadata or a Markdown table. No evidence of cryptographic code was found.
The cited lines contain natural language or Markdown formatting, not hash or cipher usage. This makes the weak-crypto finding highly likely to be a scanner false positive.

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