Versioned security assessment

Report ID: SA-80364715

7/8/2026, 8:04:51 AM

algorithmic-art security assessment v5

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
algorithmic-art
Version
v5
Maintainer
sickn33
Coverage
4 Files scanned · 1,441 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.

Most static alerts are false positives from Markdown fences, inline file names, CSS, comments, and RegExp.exec used for color parsing. The confirmed issues are low-risk external browser dependencies for p5.js and Google Fonts; no prompt injection attempt or malicious intent was found.

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

4 Files scanned · 1,441 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.

Observed in 1 evidence location

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

Capability review items (5)
Low
Hardcoded URL
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
The documentation example loads p5.js from cdnjs in generated HTML. This is intentional but remains a low supply-chain and outbound network dependency.
Low
Hardcoded URL
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js" integrity="sha512-bcfltY+
The viewer template loads p5.js from cdnjs at runtime. The SRI attribute reduces tampering risk, but the page still depends on an external script host.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.googleapis.com">
The template preconnects to fonts.googleapis.com. This creates an intentional external network dependency for fonts and can affect privacy or offline use.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
The template preconnects to fonts.gstatic.com for hosted font assets. This is benign for styling but still causes browser network access to a third party.
Low
Hardcoded URL
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Lora:wght@400;5
The template imports Google Fonts CSS from a hardcoded URL. This is a low external dependency rather than malicious behavior.

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
    Low
    Generated artifacts load p5.js from a third-party CDN.
    Bundle a vetted local copy of p5.js or require pinned SRI and crossorigin attributes in every generated artifact.
  2. FIX-002
    Low
    The viewer template imports Google Fonts from external domains.
    Use local font files or a system font stack when offline use or privacy-sensitive deployments matter.
  3. FIX-003
    Low
    The SKILL.md CDN example omits the SRI protection used by the template.
    Update the documentation example to match the template with a pinned version, SRI hash, and crossorigin attribute.

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