Audit History
skill-check - 7 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v7 Latest | Jul 21, 2026, 07:37 AM | No confirmed findings | 0 | No capability change |
| v6 | Jul 9, 2026, 07:02 AM | 2 confirmed | 0 | No capability change |
| v5 | Jul 9, 2026, 04:00 AM | 49 confirmed | 69 | No capability change |
| v4 | Jul 5, 2026, 06:37 PM | 2 confirmed | 0 | No capability change |
| v3 | Jul 5, 2026, 06:37 PM | 2 confirmed | 0 | No capability change |
| v2 | Jun 30, 2026, 03:56 AM | No confirmed findings | 3 | Network accessContains scriptsEnv variables |
| v1 | Apr 30, 2026, 08:55 AM | No confirmed findings | 0 | Baseline |
Jul 21, 2026, 07:37 AM
All 118 static findings are false positives after contextual review. They occur in Markdown documentation, evaluation expectations, or deliberately insecure fixtures that teach the skill to identify unsafe code. The operational instructions require a security review before script testing and provide no evidence of prompt injection, data exfiltration, or unauthorized execution.
Risk Factors
⚡ Contains scripts (5)
📁 Filesystem access (24)
⚙️ External commands (38)
🌐 Network access (1)
🔑 Env variables (1)
Jul 9, 2026, 07:02 AM
Most static findings are false positives from Markdown examples, validation documentation, and deliberate eval fixtures. I found two semantic risks: execution of target skill scripts during Standard or Deep checks, and package installation guidance that can alter system Python. No prompt injection attempt was found in the reviewed files.
Confirmed security concerns (2)
Risk Factors
⚡ Contains scripts (5)
📁 Filesystem access (24)
⚙️ External commands (38)
🌐 Network access (1)
🔑 Env variables (1)
Jul 9, 2026, 04:00 AM
AI analysis failed after multiple attempts - MANUAL REVIEW REQUIRED before publishing. This skill cannot be auto-published until reviewed by a human.
Confirmed security concerns (49)
Capability review items (69)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚡ Contains scripts (5)
📁 Filesystem access (24)
⚙️ External commands (38)
🌐 Network access (1)
🔑 Env variables (1)
Detected Patterns
Jul 5, 2026, 06:37 PM
Most static pattern hits are documentation examples, Markdown formatting, or deliberately unsafe eval fixtures rather than active malicious code. No prompt injection evidence was found in the reviewed files. Two semantic risks remain: target script execution in Standard and Deep checks, and unpinned pip installation guidance using --break-system-packages.
Confirmed security concerns (2)
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.
Risk Factors
⚡ Contains scripts (5)
📁 Filesystem access (24)
⚙️ External commands (38)
🌐 Network access (1)
🔑 Env variables (1)
Jul 5, 2026, 06:37 PM
Most static pattern hits are documentation examples, Markdown formatting, or deliberately unsafe eval fixtures rather than active malicious code. No prompt injection evidence was found in the reviewed files. Two semantic risks remain: target script execution in Standard and Deep checks, and unpinned pip installation guidance using --break-system-packages.
Confirmed security concerns (2)
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.
Risk Factors
⚡ Contains scripts (5)
📁 Filesystem access (24)
⚙️ External commands (38)
🌐 Network access (1)
🔑 Env variables (1)
Jun 30, 2026, 03:56 AM
Static analysis found many dangerous patterns, but review shows most are intentional security-review examples or test fixtures. The skill is not blocked because no malicious intent or prompt injection was found, but Standard and Deep checks can execute untrusted skill scripts and require user review before running.
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.
Risk Factors
⚙️ External commands (355)
🌐 Network access (7)
⚡ Contains scripts (6)
📁 Filesystem access (27)
🔑 Env variables (1)
Detected Patterns
Apr 30, 2026, 08:55 AM
SkillCheck is legitimate testing infrastructure for Claude skills. Static findings flagged test fixtures containing intentionally vulnerable code (eval, os.system, hardcoded API keys) and example documentation. The skill correctly uses Bash and filesystem tools to run tests on user-provided skill directories - this is expected behavior for a testing/auditing skill. No evidence of malicious intent. Test fixtures are clearly labeled and isolated.