gws-setup

Fail

Audited by Snyk on May 14, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt explicitly tells the agent to ask the user to paste the client_secret.json (including client_secret) and references exporting decrypted credentials/refresh tokens to stdout, which requires the LLM to receive and potentially emit secrets verbatim, creating an exfiltration risk.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.80). The skill instructs the user at runtime to fetch and execute remote packages (e.g., "npm install -g @googleworkspace/cli" and "npx skills add googleworkspace/cli -g --agent claude-code --all"), which will download and run external code and install agent "skills" that directly control model prompts/instructions, so this is a runtime dependency that affects agent behavior.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
HIGH
Analyzed
May 14, 2026, 06:21 AM
Issues
2
Security Audit — snyk — gws-setup