Versioned security assessment

Report ID: SA-1B5B6C49

7/7/2026, 5:48:15 PM

genesis security assessment v9

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
genesis
Version
v9
Maintainer
BellyBook
Coverage
3 Files scanned · 427 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

High

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 false positives from Markdown links, fenced code blocks, inline command examples, and expected Claude skill installation paths. Confirmed risk remains in setup blocks that run package managers, local scripts, and broad file rewrite commands. No evidence found of obfuscated payloads or prompt-injection language.

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

3 Files scanned · 427 Lines analyzed

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

Capability review items (4)
Medium
Ruby/shell backtick execution
```bash
This bash block copies files, rewrites package metadata, installs dependencies, and starts npm scripts. Package installs and scripts can execute unreviewed code.
Medium
Ruby/shell backtick execution
```bash
This bash block runs uv sync and a local deployment script after copying a backend template. Those operations can install dependencies and execute project scripts.
Medium
Ruby/shell backtick execution
```bash
This bash block copies a Taro template, rewrites configuration, installs npm dependencies, and runs a dev script. That is real external command execution.
Medium
Ruby/shell backtick execution
```bash
This bash block copies a Go backend template, rewrites files with find and sed, downloads modules, and runs the API. It can modify files and execute code.

Risk findings

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

Confirmed security concerns (1)

RISK-001 High
Automatic Command Execution Without Confirmation
The skill repeatedly says to execute setup commands without confirmation before package installs, local scripts, server starts, and broad file rewrites. This can run dependency lifecycle scripts or generated project code before user review.
The exact instruction appears before multiple bash blocks that install dependencies and run scripts. The risk is contextual because the problem is automatic execution without user approval.

Remediation

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

  1. FIX-001
    High
    Automatic setup commands
    Require explicit user approval before package installs, script execution, server starts, and broad file rewrites.
  2. FIX-002
    Low
    Hidden installation path assumptions
    Document why ~/.claude/skills/genesis is required, and avoid using hidden home paths for anything except installed skill assets.
  3. FIX-003
    Low
    Missing packaged assets
    Include the referenced templates and references directories, or remove commands that depend on unavailable files.

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.

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