Audit History
statistical-analysis - 7 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v7 Latest | Jul 6, 2026, 07:25 PM | No confirmed findings | 0 | No capability change |
| v6 | Jul 6, 2026, 07:25 PM | No confirmed findings | 0 | External commandsNetwork access |
| v5 | Jun 30, 2026, 05:50 AM | 1 confirmed | 0 | No capability change |
| v4 | Jan 17, 2026, 07:17 AM | No confirmed findings | 0 | No capability change |
| v3 | Jan 17, 2026, 07:17 AM | No confirmed findings | 0 | No capability change |
| v2 | Jan 12, 2026, 04:20 PM | No confirmed findings | 0 | Filesystem access |
| v1 | Jan 4, 2026, 05:12 PM | No confirmed findings | 0 | Baseline |
Jul 6, 2026, 07:25 PM
All static findings are false positives caused by markdown code fences, inline backticks, ordinary Python imports, statistical wording, and a documentation link. No evidence found of prompt injection, data exfiltration intent, shell execution, or active network behavior in the reviewed context.
Risk Factors
⚡ Contains scripts (3)
⚙️ External commands (42)
🌐 Network access (1)
Jul 6, 2026, 07:25 PM
All static findings are false positives caused by markdown code fences, inline backticks, ordinary Python imports, statistical wording, and a documentation link. No evidence found of prompt injection, data exfiltration intent, shell execution, or active network behavior in the reviewed context.
Risk Factors
⚡ Contains scripts (3)
⚙️ External commands (42)
🌐 Network access (1)
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.
Confirmed security concerns (1)
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.
Risk Factors
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.
Risk Factors
⚡ Contains scripts (1)
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.
Risk Factors
⚡ Contains scripts (1)
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.
Risk Factors
⚡ Contains scripts (1)
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.