ClawAudit verdict
google-workspace
google-workspace-rave
Accesses credentials AND encodes data
Google Workspace CLI wrapper using the official gws CLI with OAuth2 credentials stored locally; performs standard Workspace operations via documented APIs with no exfiltration.
Automated static analysis โ not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence โ it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND encodes data โ may obfuscate stolen credentials
LLM02 ยท ASI03 ยท ASI04
Permission integrity
credential_access
Findings (2)
Instruction-prose smuggling shape detected: collects a sensitive target ("credentials") and emits it outward ("upload"). Phrased as prose with no trigger tokens โ a semantic prompt-injection / data-exfil pattern the syntactic scanners can't see. Final tier capped at Caution; review the instructions before installing.
SKILL.md ยท 1. **Ask for `client_secret.json`:** Prompt the user to provide their Google Cloud OAuth `client_secret.json`. They can either upload the file or paste its cont
Base64 encoding/decoding
SKILL.md ยท code ยท BASE64_ENCODE
Permissions & capabilities
Requires 1 system binary.
credential_accessdata_encoding Thanks โ recorded.