📦

Audit History

statistical-analysis - 7 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v7 LatestJul 6, 2026, 07:25 PM No confirmed findings0No capability change
v6 Jul 6, 2026, 07:25 PM No confirmed findings0External commandsNetwork access
v5 Jun 30, 2026, 05:50 AM 1 confirmed0No capability change
v4 Jan 17, 2026, 07:17 AM No confirmed findings0No capability change
v3 Jan 17, 2026, 07:17 AM No confirmed findings0No capability change
v2 Jan 12, 2026, 04:20 PM No confirmed findings0 Filesystem access
v1 Jan 4, 2026, 05:12 PM No confirmed findings0Baseline

Jun 30, 2026, 05:50 AM

The static analyzer reported many high-risk patterns, but review found these are false positives from Markdown code fences, statistical notation, and documentation links. The only real risk factor is a local Python helper script for statistical assumption checks, with no evidence of shell execution, network requests, credential access, file deletion, or prompt injection.

7
Files scanned
3,386
Lines analyzed
2
Review items
3
False positives ignored

Confirmed security concerns (1)

Low
Local Statistical Helper Script Requires Normal Script Review
The skill includes a Python helper module for assumption checks using NumPy, pandas, SciPy, matplotlib, and seaborn. It processes local data and plots diagnostics; no evidence found for shell execution, network access, secret access, or destructive file operations.
The script is real executable code, so it is a valid risk factor. Confidence is high that it is low risk because inspected imports and functions are local statistical calculations and plotting.
Static false positives ignored (3)

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
Markdown Code Examples Misclassified as Shell Execution
The external command findings point to Markdown code fences and inline code used for statistical Python examples and decision trees. I found no Ruby backtick execution or shell invocation in these locations.
The cited lines are Markdown fences or Python/statistical examples, not executable Ruby or shell code. The reviewed context shows educational examples rather than command execution.
Low
Statistical Notation Misclassified as Weak Cryptography
The weak cryptography findings correspond to statistical terms such as alpha levels, p-values, confidence intervals, and Bayesian probability notation. No hashing, encryption, or cryptographic implementation was found in the reviewed evidence.
The cited content discusses statistical methodology and reporting conventions. There is no semantic evidence of weak cryptographic algorithms or security-sensitive cryptography.
Low
Documentation URLs Misclassified as Network Behavior
The network findings are static URLs in reference text, including an APA style resource and an example OSF data availability statement. These Markdown links do not perform outbound requests.
The evidence is documentation-only Markdown text. Repository search found no requests, urllib, sockets, curl, wget, or similar network execution code.
Audited by: codex

Jan 17, 2026, 07:17 AM

All 190 static findings are FALSE POSITIVES. The 'external_commands' detections are Python code examples in markdown documentation blocks (not shell execution). The 'weak cryptographic algorithm' detections are triggered by common words like 'comprehensive' in documentation text at line 3 of markdown files. The 'system reconnaissance' detections flag statistical terms like ACF/PACF (Autocorrelation Function). This is a legitimate statistical analysis documentation skill with no security risks.

8
Files scanned
3,639
Lines analyzed
1
Review items
0
False positives ignored

Risk Factors

⚡ Contains scripts (1)
Audited by: claude

Jan 17, 2026, 07:17 AM

All 190 static findings are FALSE POSITIVES. The 'external_commands' detections are Python code examples in markdown documentation blocks (not shell execution). The 'weak cryptographic algorithm' detections are triggered by common words like 'comprehensive' in documentation text at line 3 of markdown files. The 'system reconnaissance' detections flag statistical terms like ACF/PACF (Autocorrelation Function). This is a legitimate statistical analysis documentation skill with no security risks.

8
Files scanned
3,639
Lines analyzed
1
Review items
0
False positives ignored

Risk Factors

⚡ Contains scripts (1)
Audited by: claude

Jan 12, 2026, 04:20 PM

The static analysis findings are false positives. The 'external_commands' detections are from code examples showing Python syntax (backticks in markdown), not actual shell execution. The 'weak cryptographic algorithm' findings appear to be from line 3 references to standard markdown headers, not crypto code. No actual security risks identified.

7
Files scanned
3,386
Lines analyzed
1
Review items
0
False positives ignored

Risk Factors

⚡ Contains scripts (1)
Audited by: claude

Jan 4, 2026, 05:12 PM

Documentation-only skill with a local Python utility. No network access, no file system access beyond temp plotting, no credential theft patterns, no malicious code execution. The assumption_checks.py script only operates on user-provided data in memory.

10
Files scanned
3,653
Lines analyzed
2
Review items
0
False positives ignored
Audited by: claude