Scan Report
0 /100
gws-gmail-read
Gmail: Read a message and extract its body or headers.
Pure documentation-only skill providing Gmail read functionality with clear, focused scope and no executable code.
Safe to install
No action needed. This is a well-documented, single-purpose skill with no security concerns.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file system access in documentation |
| Network | NONE | NONE | — | References ../gws-shared/SKILL.md for auth; actual network permissions delegated… |
| Shell | NONE | NONE | — | No shell execution declared or implied |
File Tree
1 files · 1.4 KB · 52 lines Markdown 1f · 52L
└─
SKILL.md
Markdown
Security Positives
✓ Single-purpose, focused skill - only reads Gmail messages
✓ Clear documentation with usage examples and flag descriptions
✓ Delegates auth/security to shared module (../gws-shared/SKILL.md) - follows modular design best practices
✓ No executable code present - documentation only
✓ No credential handling in this file
✓ No suspicious patterns (base64 execution, obfuscation, reverse shell, data exfiltration)
✓ Handles base64 decoding only for legitimate email content parsing (standard MIME handling)