📦

Audit History

performance-monitor - 7 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v7 LatestJul 12, 2026, 01:27 PM No confirmed findings1No capability change
v6 Jul 12, 2026, 01:27 PM No confirmed findings1No capability change
v5 Jul 10, 2026, 11:39 AM 1 confirmed1No capability change
v4 Jul 9, 2026, 12:19 PM No confirmed findings1No capability change
v3 Jul 6, 2026, 06:28 PM No confirmed findings1No capability change
v2 Jul 6, 2026, 06:28 PM No confirmed findings1No capability change
v1 Jul 4, 2026, 04:12 PM No confirmed findings0Baseline

Jul 12, 2026, 01:27 PM

Most detections are Markdown syntax, documentation links, or metadata URLs without executable behavior. SKILL.md line 63 directs agents to run a Python ledger command with a domain argument. This creates command execution and input-handling risk, but no malicious or exfiltration intent was found.

6
Files scanned
651
Lines analyzed
5
Review items
0
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
Ruby/shell backtick execution
**Zero-dependency measurement loop** (both modes): every reported change or fired alert should come
The line explicitly directs agents to run a Python ledger command. Its unquoted domain placeholder could become unsafe if passed through a shell.
Audited by: codex

Jul 12, 2026, 01:27 PM

Most detections are Markdown syntax, documentation links, or metadata URLs without executable behavior. SKILL.md line 63 directs agents to run a Python ledger command with a domain argument. This creates command execution and input-handling risk, but no malicious or exfiltration intent was found.

6
Files scanned
651
Lines analyzed
5
Review items
0
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
Ruby/shell backtick execution
**Zero-dependency measurement loop** (both modes): every reported change or fired alert should come
The line explicitly directs agents to run a Python ledger command. Its unquoted domain placeholder could become unsafe if passed through a shell.
Audited by: codex

Jul 10, 2026, 11:39 AM

Most static alerts are false positives caused by Markdown formatting, relative documentation links, KPI terminology, and metadata URLs. The skill does direct the host to run a Python ledger command, and its unquoted domain placeholder creates a potential command-injection path. No prompt injection, credential exfiltration, or malicious traversal intent was found.

6
Files scanned
651
Lines analyzed
6
Review items
0
False positives ignored

Confirmed security concerns (1)

High
Unquoted User Input in Shell Command Guidance
The ledger examples place the user-provided domain directly into shell command syntax without quoting or validation. A malicious domain value could add shell metacharacters if the host executes the command literally.
The command and unquoted domain placeholder are explicit. Exploitation depends on the host substituting user input into a shell command without structured argument handling.
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
Ruby/shell backtick execution
**Zero-dependency measurement loop** (both modes): every reported change or fired alert should come
The line explicitly instructs the host to run python3 and ledger.py commands using domain and metric arguments. This is a real external-command capability, although its stated purpose is performance measurement.
Audited by: codex

Jul 9, 2026, 12:19 PM

Most static findings are Markdown formatting, fixed relative documentation links, or SEO report terms misclassified as security issues. One finding is confirmed: the measurement loop suggests running a local Python connector with user-provided metric values, which requires permission and argument handling.

6
Files scanned
651
Lines analyzed
5
Review items
0
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
Ruby/shell backtick execution
**Zero-dependency measurement loop** (both modes): every reported change or fired alert should come
The line instructs the agent to run python3 against a connector script with domain and metric arguments. It appears legitimate, but it is still external command execution using user-provided values.
Audited by: codex

Jul 6, 2026, 06:28 PM

Most static findings are false positives from Markdown code spans, fixed repository links, and SEO terminology such as indexation and schema. One confirmed risk remains: the measurement loop instructs the agent to run a local Python ledger command from CLAUDE_PLUGIN_ROOT. No evidence of prompt injection, credential exfiltration, or malicious intent was found in the reviewed files.

6
Files scanned
651
Lines analyzed
5
Review items
0
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
Ruby/shell backtick execution
**Zero-dependency measurement loop** (both modes): every reported change or fired alert should come
The measurement loop directly instructs the agent to run python3 with a script path built from CLAUDE_PLUGIN_ROOT. That is local command execution in a community skill and should require explicit trust and validation.
Audited by: codex

Jul 6, 2026, 06:28 PM

Most static findings are false positives from Markdown code spans, fixed repository links, and SEO terminology such as indexation and schema. One confirmed risk remains: the measurement loop instructs the agent to run a local Python ledger command from CLAUDE_PLUGIN_ROOT. No evidence of prompt injection, credential exfiltration, or malicious intent was found in the reviewed files.

6
Files scanned
651
Lines analyzed
5
Review items
0
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
Ruby/shell backtick execution
**Zero-dependency measurement loop** (both modes): every reported change or fired alert should come
The measurement loop directly instructs the agent to run python3 with a script path built from CLAUDE_PLUGIN_ROOT. That is local command execution in a community skill and should require explicit trust and validation.
Audited by: codex

Jul 4, 2026, 04:12 PM

The static alerts are false positives caused by Markdown inline code, fenced prompt examples, relative repository links, static homepage URLs, and one fixed local ledger command example. I found no evidence of prompt injection, credential access, data exfiltration, malicious network behavior, or unsafe path traversal in the reviewed files.

6
Files scanned
651
Lines analyzed
4
Review items
0
False positives ignored
Audited by: codex