Versioned security assessment

Report ID: SA-0519034D

7/9/2026, 12:29:05 PM

expo-cicd-workflows security assessment v7

Skill Security Certification Report

Audit History
Audit model: codex Latest published report
Skill name
expo-cicd-workflows
Version
v1.0.0
Maintainer
expo
Coverage
3 Files scanned Β· 288 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Low

1 confirmed security finding requires attention.

Installation context

Check the current Skill page

This page summarizes report evidence only. The Skill page provides the canonical install advisory.

Open current Skill page

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

No prompt injection or secret exfiltration intent was found in the reviewed files. Most external-command findings are false positives from JavaScript template literals, Markdown fences, or inline code. The skill has intentional outbound network access for Expo references and should keep that access constrained.

Report position

Latest published report

Latest refers to the report sequence, not to artifact currentness.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

3 Files scanned Β· 288 Lines analyzed

2 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

    Commit and path bound

  2. Artifact

    Content and tree hashes bound

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

Filesystem access

May read or write local files.

Not recorded by this audit

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 26 evidence locations

Capability review items (1)
Low
Fetch API call
const response = await fetch(url, {
The helper performs outbound HTTP requests to a caller-supplied URL and caches the response. This is intended for documentation fetches, with no secret exfiltration evidence, but it is real network capability.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Low
Unrestricted Documentation Fetch URL
scripts/fetch.js reads a command-line URL and fetches it without host allowlisting. The intended use is Expo documentation, but prompts could cause outbound requests to arbitrary domains.
The CLI path assigns process.argv[2] to url and passes it to fetchCached. No code in this file restricts the destination host.

Remediation

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

  1. FIX-001
    Low
    The fetch helper accepts any command-line URL.
    Restrict accepted hosts to api.expo.dev and raw.githubusercontent.com, or require explicit approval for other hosts.
  2. FIX-002
    Low
    The skill depends on live network references during generation and validation.
    Clearly disclose network fetches and cache only public documentation or schema responses.

Expert evidence

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

Artifact subject

Marketplace commit
0519034dad657fb1f7706e0550e962beeda73fdf
Content hash
484e1867238a1760d775dd9492ad720ef5099367fbef6907974c69a6a8adc723
Tree hash
ee4b54b45f1bedbf8284934ebad7ba55a30845a9fd0363c12eaa8dbf9e4b211c
Skill path
skills/expo/expo-cicd-workflows
Audit payload hash
2fc1d865d413bc5c12821e091c52ab6a

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.

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