Versioned security assessment

Report ID: SA-1A711310

7/15/2026, 3:14:38 PM

frontend-developer security assessment v3

Skill Security Certification Report

Audit History
Scanner version 3.0.0 Audit model: codex Historical report
Skill name
frontend-developer
Version
v3
Maintainer
zl2023github
Coverage
1 Files scanned · 558 Lines analyzed
Policy version
skillstore-security-audit-policy-v1

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.

Most static findings are false positives from Markdown fences, TypeScript template literals, relative imports, and normal frontend configuration examples. Two command blocks execute remote npm tooling, and the authentication templates persist bearer tokens in browser storage. Review package sources and replace persistent token storage before publication.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Attestation superseded

A newer attestation exists.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

1 Files scanned · 558 Lines analyzed

3 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.

Observed in 2 evidence locations

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

Capability review items (3)
Medium
Ruby/shell backtick execution
```bash
The fenced block runs npm and npx scaffolding commands, including latest package versions. These commands download and execute remote package code.
Medium
Ruby/shell backtick execution
```bash
The fenced block instructs npm and npx dependency installation and initialization. Package lifecycle scripts can execute code from remote dependencies.
Medium
Persistent Bearer Token Exposure
The templates read a bearer token from localStorage and persist the authentication token in Zustand state. An XSS flaw or browser extension could steal it.
The examples explicitly retrieve and persist the authentication token in browser storage, creating a clear credential-exposure pattern.

Risk findings

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

No confirmed security findings were recorded for this completed audit.

Remediation

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

  1. FIX-001
    Medium
    Scaffolding and dependency examples run remote npm packages, including unpinned latest versions.
    Pin reviewed package versions, verify package names and lockfiles, and require user confirmation before running npm or npx commands.
  2. FIX-002
    Medium
    Authentication examples store bearer tokens in localStorage and persisted Zustand state.
    Prefer short-lived memory storage or secure HttpOnly cookies, and prevent authentication state from entering production developer tools.

Expert evidence

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

Artifact subject

Marketplace commit
1a7113106876f4a10455028598215006e9a2d31b
Content hash
7a7cb8f24b8ffab8cc2f62e24f1208e9596515d920cb4705599ae0be99b5a071
Tree hash
a65d2b2d918b932171e9432599144b5ab1eea951d750e0acbeb3543fc286051d
Skill path
skills/zl2023github/frontend-developer
Audit payload hash
05ae4c172c6189b7511fb106237d76ff

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