Versioned security assessment

Report ID: SA-ADF47AC1

3/25/2026, 8:23:19 AM

gws-docs security assessment v1

Skill Security Certification Report

Audit History
Audit model: claude Historical report
Skill name
gws-docs
Version
v1
Maintainer
googleworkspace
Coverage
1 Files scanned · 50 Lines analyzed
Policy version
Unavailable

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

Static analysis flagged 17 potential issues, all evaluated as false positives. The skill is a documentation wrapper for the Google Workspace CLI (gws) tool that provides read and write access to Google Docs API. All backtick patterns are markdown inline code syntax, path references are documentation links, and no cryptographic algorithms or network calls are present in the skill file.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

1 Files scanned · 50 Lines analyzed

0 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Not recorded by this audit

Filesystem access

May read or write local files.

Not recorded by this audit

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Not recorded by this audit

Risk findings

Confirmed security concerns are separated from items that still need review.

No confirmed security findings were recorded for this completed audit.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: claude

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Static false positives ignored (4)
Medium
Markdown Backtick Syntax Misidentified as Command Execution
Static analyzer detected backtick patterns at multiple lines (16, 18, 20, 26, 32, 33, 34, 40, 46, 48), flagging as 'Ruby/shell backtick execution'. These are markdown inline code formatting delimiters used for documenting command syntax and file paths, not command execution.
All backtick usage is within markdown documentation context, formatting inline code examples and file paths. No shell or Ruby command execution syntax is present.
Medium
Markdown Text Misidentified as Python HTTP Libraries
Static analyzer flagged line 32 as containing Python HTTP libraries. Line 32 contains API documentation text describing the batchUpdate method, not Python code.
Line 32 is documentation text: '- `batchUpdate` — Applies one or more updates to the document.' No HTTP library calls exist.
Low
Relative Path References Misidentified as Path Traversal
Static analyzer flagged paths '..//gws-shared/SKILL.md' and '../gws-docs-write/SKILL.md' as path traversal sequences. These are standard markdown relative links between documentation files.
These are documented relative links between skill markdown files for navigation purposes, not filesystem operations.
Low
YAML and Markdown Syntax Misidentified as Cryptographic Algorithms
Static analyzer flagged lines 3 and 24 as containing weak cryptographic algorithms. Line 3 contains YAML frontmatter description field; line 24 is a markdown table header. No cryptographic code exists.
Content at flagged lines is YAML metadata and markdown table syntax. No cryptographic algorithms, encryption, or hashing code is present.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable