Audit History
gws-calendar-agenda - 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:45 AM | No confirmed findings | 0 | No capability change |
| v4 | Jul 6, 2026, 03:56 PM | No confirmed findings | 0 | No capability change |
| v3 | Jul 6, 2026, 03:56 PM | No confirmed findings | 0 | No capability change |
| v2 | Jun 30, 2026, 02:32 AM | No confirmed findings | 0 | External commandsFilesystem access |
| v1 | Apr 5, 2026, 08:19 AM | No confirmed findings | 0 | Baseline |
Aug 5, 2026, 10:45 AM
All 13 static findings are false positives caused by Markdown backticks, code fences, and relative documentation links. The skill documents read-only Google Calendar commands and shows no prompt injection, unsafe path handling, or malicious intent.
Risk Factors
⚙️ External commands (10)
📁 Filesystem access (3)
Jul 6, 2026, 03:56 PM
The static command findings are false positives from Markdown code fences, inline flag names, and static gws CLI examples. The filesystem findings are hardcoded sibling documentation links, not arbitrary path traversal or access to sensitive files. No prompt injection, data exfiltration intent, or unsafe business logic was found in SKILL.md.
Risk Factors
⚙️ External commands (10)
📁 Filesystem access (3)
Jul 6, 2026, 03:56 PM
The static command findings are false positives from Markdown code fences, inline flag names, and static gws CLI examples. The filesystem findings are hardcoded sibling documentation links, not arbitrary path traversal or access to sensitive files. No prompt injection, data exfiltration intent, or unsafe business logic was found in SKILL.md.
Risk Factors
⚙️ External commands (10)
📁 Filesystem access (3)
Jun 30, 2026, 02:32 AM
Static analysis flagged Markdown command examples, relative documentation links, and weak-crypto keyword matches. Review found no malicious intent, no prompt injection, and no data exfiltration pattern in SKILL.md. The skill is read-only but depends on the local gws CLI and Google Workspace authentication.
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
⚙️ External commands (11)
📁 Filesystem access (3)
Apr 5, 2026, 08:19 AM
This skill is a documentation file that describes usage of the official Google Workspace CLI tool. All static analysis findings are false positives - the flagged patterns appear in markdown documentation (code blocks and relative links), not executable code. The skill invokes a pre-approved binary (gws) with read-only operations.