Skills algorithmic-art Audit History
📦

Audit History

algorithmic-art - 13 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v13 LatestJul 9, 2026, 08:23 AM No confirmed findings5No capability change
v12 Jul 9, 2026, 08:23 AM No confirmed findings5No capability change
v11 Jul 9, 2026, 05:49 AM No confirmed findings5No capability change
v10 Jul 9, 2026, 01:19 AM No confirmed findings5No capability change
v9 Jul 7, 2026, 05:56 PM No confirmed findings5No capability change
v8 Jul 6, 2026, 02:25 AM No confirmed findings5No capability change
v7 Jul 6, 2026, 02:25 AM No confirmed findings5External commands
v6 Jun 28, 2026, 08:22 AM No confirmed findings0 External commands
v5 Jan 16, 2026, 03:21 PM No confirmed findings0No capability change
v4 Jan 16, 2026, 03:21 PM No confirmed findings0Network accessExternal commandsContains scripts
v3 Jan 4, 2026, 04:19 PM No confirmed findings0No capability change
v2 Jan 4, 2026, 04:19 PM No confirmed findings0No capability change
v1 Jan 4, 2026, 04:19 PM No confirmed findings0Baseline

Jul 9, 2026, 08:23 AM

The audit confirms low-severity network dependencies for p5.js and Google Fonts in the template and example instructions. All static external-command, script-execution, and reconnaissance findings are false positives from markdown fences, ordinary wording, or a JavaScript regex match.

4
Files scanned
1,429
Lines analyzed
8
Review items
0
False positives ignored
Capability review items (5)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Low
Hardcoded URL · 2 occurrences
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
The cited line loads a remote JavaScript or font resource from a hardcoded HTTPS URL. This is an external network dependency.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.googleapis.com">
The cited line loads a remote JavaScript or font resource from a hardcoded HTTPS URL. This is an external network dependency.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
The cited line loads a remote JavaScript or font resource from a hardcoded HTTPS URL. This is an external network dependency.
Low
Hardcoded URL
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Lora:wght@400;5
The cited line loads a remote JavaScript or font resource from a hardcoded HTTPS URL. This is an external network dependency.
Audited by: codex

Jul 9, 2026, 08:23 AM

The audit confirms low-severity network dependencies for p5.js and Google Fonts in the template and example instructions. All static external-command, script-execution, and reconnaissance findings are false positives from markdown fences, ordinary wording, or a JavaScript regex match.

4
Files scanned
1,429
Lines analyzed
8
Review items
0
False positives ignored
Capability review items (5)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Low
Hardcoded URL · 2 occurrences
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
The cited line loads a remote JavaScript or font resource from a hardcoded HTTPS URL. This is an external network dependency.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.googleapis.com">
The cited line loads a remote JavaScript or font resource from a hardcoded HTTPS URL. This is an external network dependency.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
The cited line loads a remote JavaScript or font resource from a hardcoded HTTPS URL. This is an external network dependency.
Low
Hardcoded URL
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Lora:wght@400;5
The cited line loads a remote JavaScript or font resource from a hardcoded HTTPS URL. This is an external network dependency.
Audited by: codex

Jul 9, 2026, 05:49 AM

Manual review confirmed only low-severity external network dependencies for p5.js and Google Fonts in the HTML template. The command execution, script execution, and reconnaissance alerts are false positives from Markdown code fences, inline code, prose, and JavaScript RegExp use. No prompt injection or hidden malicious behavior was found.

4
Files scanned
1,429
Lines analyzed
8
Review items
0
False positives ignored
Capability review items (5)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Low
Hardcoded URL · 2 occurrences
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
The skill instructs generated artifacts to load p5.js from a public CDN, which creates an external network dependency.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.googleapis.com">
The viewer template preconnects to Google Fonts, creating an external network dependency.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
The viewer template preconnects to gstatic for fonts, creating an external network dependency.
Low
Hardcoded URL
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Lora:wght@400;5
The viewer template loads Google Fonts from a remote stylesheet, creating an external network dependency.
Audited by: claude

Jul 9, 2026, 01:19 AM

The reviewed findings are mostly static-analysis false positives from Markdown code fences, prose, and RegExp.exec usage. The only confirmed issues are low-severity third-party network dependencies for p5.js and Google Fonts in the generated viewer template.

4
Files scanned
1,429
Lines analyzed
8
Review items
0
False positives ignored
Capability review items (5)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Low
Hardcoded URL · 2 occurrences
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
The skill instructs generated HTML to load p5.js from cdnjs. This is an intentional external dependency, but it creates network reliance and third-party exposure.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.googleapis.com">
The viewer template preconnects to Google Fonts. This is a real external network request for presentation assets.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
The viewer template preconnects to Google Fonts static assets. This is a real external network request for presentation assets.
Low
Hardcoded URL
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Lora:wght@400;5
The viewer template loads font CSS from Google Fonts. This is intentional styling, but it depends on a third-party service.
Audited by: claude

Jul 7, 2026, 05:56 PM

The static execution and reconnaissance findings are false positives caused by markdown code fences, inline filenames, creative terminology, CSS names, and JavaScript regex matching. The only confirmed issues are low-risk hardcoded CDN dependencies for p5.js and Google Fonts in browser artifacts.

4
Files scanned
1,429
Lines analyzed
8
Review items
0
False positives ignored
Capability review items (5)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Low
Hardcoded URL · 2 occurrences
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
Confirmed low-risk external dependency. The documented artifact loads p5.js from cdnjs for browser execution and does not send user data.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.googleapis.com">
Confirmed low-risk external dependency. The template preconnects to Google Fonts for styling and does not include data exfiltration logic.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Confirmed low-risk external dependency. The template preconnects to the Google Fonts static asset host for font loading.
Low
Hardcoded URL
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Lora:wght@400;5
Confirmed low-risk external dependency. The template loads Poppins and Lora fonts from Google Fonts for the viewer UI.
Audited by: codex

Jul 6, 2026, 02:25 AM

Static findings were reviewed against the cited files. Most alerts are false positives from markdown code fences, normal JavaScript regex use, and generative art wording; the confirmed issues are low-severity external network dependencies for p5.js and Google Fonts.

4
Files scanned
1,429
Lines analyzed
8
Review items
0
False positives ignored
Capability review items (5)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Low
Hardcoded URL · 2 occurrences
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
Confirmed. The skill documentation instructs generated HTML to load p5.js from cdnjs. This is external network loading, but it is transparent and limited to a public library CDN.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.googleapis.com">
Confirmed. The template preconnects to Google Fonts, which creates an external network request.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Confirmed. The template preconnects to the Google Fonts static asset host, which creates an external network dependency.
Low
Hardcoded URL
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Lora:wght@400;5
Confirmed. The template loads Poppins and Lora from Google Fonts, which requires external network access.
Audited by: codex

Jul 6, 2026, 02:25 AM

Static findings were reviewed against the cited files. Most alerts are false positives from markdown code fences, normal JavaScript regex use, and generative art wording; the confirmed issues are low-severity external network dependencies for p5.js and Google Fonts.

4
Files scanned
1,429
Lines analyzed
8
Review items
0
False positives ignored
Capability review items (5)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Low
Hardcoded URL · 2 occurrences
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
Confirmed. The skill documentation instructs generated HTML to load p5.js from cdnjs. This is external network loading, but it is transparent and limited to a public library CDN.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.googleapis.com">
Confirmed. The template preconnects to Google Fonts, which creates an external network request.
Low
Hardcoded URL
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Confirmed. The template preconnects to the Google Fonts static asset host, which creates an external network dependency.
Low
Hardcoded URL
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Lora:wght@400;5
Confirmed. The template loads Poppins and Lora from Google Fonts, which requires external network access.
Audited by: codex

Jun 28, 2026, 08:22 AM

This official Anthropic skill is safe to publish. Static findings are expected for browser-based p5.js templates and CDN links, not malicious behavior. No prompt injection, filesystem access, credential handling, or command execution was found in the reviewed files.

4
Files scanned
1,429
Lines analyzed
2
Review items
0
False positives ignored
Audited by: codex

Jan 16, 2026, 03:21 PM

Official skill from Anthropic's skills repository containing only frontend HTML/CSS/JavaScript code. Static analysis found zero risk factors, dangerous patterns, or security findings across 6 files and 1675 lines of code. The skill generates self-contained HTML artifacts using p5.js from CDN with no server-side operations.

6
Files scanned
1,675
Lines analyzed
3
Review items
0
False positives ignored
Audited by: claude

Jan 16, 2026, 03:21 PM

Official skill from Anthropic's skills repository containing only frontend HTML/CSS/JavaScript code. Static analysis found zero risk factors, dangerous patterns, or security findings across 6 files and 1675 lines of code. The skill generates self-contained HTML artifacts using p5.js from CDN with no server-side operations.

6
Files scanned
1,675
Lines analyzed
3
Review items
0
False positives ignored
Audited by: claude

Jan 4, 2026, 04:19 PM

Official skill from Anthropic's skills repository. Contains only frontend HTML/CSS/JavaScript code for generative art creation with p5.js. No security risks detected.

6
Files scanned
1,675
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were recorded for this completed audit.
Audited by: claude

Jan 4, 2026, 04:19 PM

Official skill from Anthropic's skills repository. Contains only frontend HTML/CSS/JavaScript code for generative art creation with p5.js. No security risks detected.

6
Files scanned
1,675
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were recorded for this completed audit.
Audited by: claude

Jan 4, 2026, 04:19 PM

Official skill from Anthropic's skills repository. Contains only frontend HTML/CSS/JavaScript code for generative art creation with p5.js. No security risks detected.

6
Files scanned
1,675
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were recorded for this completed audit.
Audited by: claude