Audit History
gws-calendar-insert - 5 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v5 Latest | Aug 5, 2026, 10:47 AM | No confirmed findings | 0 | No capability change |
| v4 | Jul 5, 2026, 02:54 PM | No confirmed findings | 0 | No capability change |
| v3 | Jul 5, 2026, 02:54 PM | No confirmed findings | 0 | Filesystem access |
| v2 | Jun 30, 2026, 02:35 AM | 1 confirmed | 0 | No capability change |
| v1 | Apr 12, 2026, 08:24 AM | 1 confirmed | 0 | Baseline |
Aug 5, 2026, 10:47 AM
All static findings are false positives caused by Markdown backticks, code fences, and relative links to sibling skill documentation. No prompt injection or malicious intent was found.
Risk Factors
⚙️ External commands (12)
📁 Filesystem access (3)
Jul 5, 2026, 02:54 PM
All static findings were adjudicated as false positives. The external command detections are Markdown formatting and gws CLI examples, while the filesystem detections are fixed sibling documentation links with no user-controlled traversal or sensitive file access. No prompt injection, data exfiltration, or malicious intent was found in SKILL.md.
Risk Factors
⚙️ External commands (12)
📁 Filesystem access (3)
Jul 5, 2026, 02:54 PM
All static findings were adjudicated as false positives. The external command detections are Markdown formatting and gws CLI examples, while the filesystem detections are fixed sibling documentation links with no user-controlled traversal or sensitive file access. No prompt injection, data exfiltration, or malicious intent was found in SKILL.md.
Risk Factors
⚙️ External commands (12)
📁 Filesystem access (3)
Jun 30, 2026, 02:35 AM
Static analysis flagged shell-style command examples, relative documentation links, and weak-crypto patterns. Review found no malicious intent, no prompt injection, and no cryptographic code; the real concern is that this skill instructs an external Google Workspace CLI to create calendar events, which is a write action requiring user confirmation.
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
Detected Patterns
Apr 12, 2026, 08:24 AM
Static analyzer detected patterns in SKILL.md (backticks, path references, crypto-like strings) but all are FALSE POSITIVES. The file is Markdown documentation, not executable code. Backticks are inline code formatting, path references are relative documentation links, and no actual shell execution occurs. The skill wraps the official gws CLI tool and requires user confirmation before write operations. Single risk factor: external_commands (legitimate CLI invocation).