📦

Audit History

extract-design-system - 9 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v9 LatestJul 9, 2026, 09:06 AM No confirmed findings3No capability change
v8 Jul 9, 2026, 09:06 AM No confirmed findings3No capability change
v7 Jul 9, 2026, 04:11 AM No confirmed findings3No capability change
v6 Jul 9, 2026, 01:16 AM No confirmed findings3No capability change
v5 Jul 7, 2026, 08:11 PM No confirmed findings3No capability change
v4 Jul 5, 2026, 02:05 AM No confirmed findings3No capability change
v3 Jul 5, 2026, 02:05 AM No confirmed findings3No capability change
v2 Jun 28, 2026, 10:32 AM No confirmed findings1No capability change
v1 Apr 9, 2026, 08:47 AM No confirmed findings0Baseline

Jul 9, 2026, 09:06 AM

The skill contains legitimate instructions to run npx commands from SKILL.md, including package execution and Playwright setup. Several static hits are markdown code fences or inline file names and are false positives for Ruby backtick execution. No prompt injection or malicious data exfiltration intent was found in the reviewed files.

3
Files scanned
101
Lines analyzed
4
Review items
0
False positives ignored
Capability review items (3)

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

Medium
Ruby/shell backtick execution · 3 occurrences
```bash
This block instructs the agent to run npx commands, including installing Chromium and executing an npm package. The commands are task-related, but they still run external code and can download dependencies.
Audited by: codex

Jul 9, 2026, 09:06 AM

The skill contains legitimate instructions to run npx commands from SKILL.md, including package execution and Playwright setup. Several static hits are markdown code fences or inline file names and are false positives for Ruby backtick execution. No prompt injection or malicious data exfiltration intent was found in the reviewed files.

3
Files scanned
101
Lines analyzed
4
Review items
0
False positives ignored
Capability review items (3)

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

Medium
Ruby/shell backtick execution · 3 occurrences
```bash
This block instructs the agent to run npx commands, including installing Chromium and executing an npm package. The commands are task-related, but they still run external code and can download dependencies.
Audited by: codex

Jul 9, 2026, 04:11 AM

The real risks are limited to intentional npx commands used to install Chromium and run the design-system extractor against public URLs. Most static hits are Markdown fences or output path references, and no prompt injection or malicious intent was found in the reviewed files.

3
Files scanned
101
Lines analyzed
4
Review items
0
False positives ignored
Capability review items (3)

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

Medium
Ruby/shell backtick execution · 3 occurrences
```bash
The skill instructs the agent to run npx playwright install chromium and npx extract-design-system against a user-supplied URL. This is legitimate for the workflow, but it executes external packages and browser automation, so review and confirmation are appropriate.
Audited by: claude

Jul 9, 2026, 01:16 AM

The skill intentionally runs external npx commands, including Playwright browser setup and the extract-design-system CLI. Most static findings are markdown backtick false positives, but the actual command instructions create normal supply-chain and untrusted-URL risks.

3
Files scanned
101
Lines analyzed
4
Review items
0
False positives ignored
Capability review items (3)

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

Medium
Ruby/shell backtick execution · 3 occurrences
```bash
This block instructs users to run npx playwright install chromium and npx extract-design-system against a URL. The command execution is intentional but carries supply-chain and untrusted-input risk.
Audited by: claude

Jul 7, 2026, 08:11 PM

The real security concern is that the skill instructs agents to run external npx commands, including commands with a user-supplied URL argument. The remaining static hits are markdown fences, workflow prose, or generated output path references. I found no prompt-injection attempt or malicious intent in SKILL.md.

3
Files scanned
101
Lines analyzed
4
Review items
0
False positives ignored
Capability review items (3)

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

Medium
Ruby/shell backtick execution · 3 occurrences
```bash
Lines 28-31 instruct the agent to run npx playwright install chromium and npx extract-design-system with a user-provided URL. This is real external command execution with package and URL input risk.
Audited by: codex

Jul 5, 2026, 02:05 AM

Three static findings are confirmed because the skill instructs agents to run npx and Playwright commands. The remaining detections are Markdown fences or output path references, not executable behavior. No prompt injection or data exfiltration intent was found.

3
Files scanned
101
Lines analyzed
4
Review items
0
False positives ignored
Capability review items (3)

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

Medium
Ruby/shell backtick execution · 3 occurrences
```bash
The line range includes npx commands that install Chromium and run extract-design-system against a user-provided URL. This is legitimate workflow behavior, but it executes external tooling and depends on package resolution.
Audited by: codex

Jul 5, 2026, 02:05 AM

Three static findings are confirmed because the skill instructs agents to run npx and Playwright commands. The remaining detections are Markdown fences or output path references, not executable behavior. No prompt injection or data exfiltration intent was found.

3
Files scanned
101
Lines analyzed
4
Review items
0
False positives ignored
Capability review items (3)

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

Medium
Ruby/shell backtick execution · 3 occurrences
```bash
The line range includes npx commands that install Chromium and run extract-design-system against a user-provided URL. This is legitimate workflow behavior, but it executes external tooling and depends on package resolution.
Audited by: codex

Jun 28, 2026, 10:32 AM

Static analysis detected many command and weak-crypto patterns, but review found no prompt injection, malicious intent, network exfiltration, or real cryptographic code. The external-command findings are valid because the skill tells agents to run npx-based tools, so publication is acceptable only with a warning about user approval and package trust.

3
Files scanned
101
Lines analyzed
2
Review items
1
False positives ignored
Capability review items (1)

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

Medium
External package execution through npx commands
The skill instructs agents to run npx playwright install chromium and npx extract-design-system commands. This matches the stated workflow, but it executes external packages and should require user approval and package trust review.
The command text is directly present in the scanned files and would execute package-manager commands. The commands are consistent with the skill purpose and are not evidence of malicious intent.
Static false positives ignored (1)

These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.

Low
Weak cryptography static findings dismissed
The high-severity weak cryptography matches appear to be false positives from markdown content and file references. I found no evidence of MD5, SHA1, DES, RC4, or other weak cryptographic algorithms in the reviewed lines.
The cited files are short markdown instructions and output descriptions, not executable cryptographic code. Manual review did not find any cryptographic API usage.

Detected Patterns

npx command execution
Audited by: codex

Apr 9, 2026, 08:47 AM

AI analysis failed after multiple attempts - MANUAL REVIEW REQUIRED before publishing. This skill cannot be auto-published until reviewed by a human.

3
Files scanned
101
Lines analyzed
1
Review items
0
False positives ignored

Detected Patterns

Ruby/shell backtick executionWeak cryptographic algorithm
Audited by: claude