扫描报告
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.
可以安装
No action needed. This is a well-documented, single-purpose skill with no security concerns.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file system access in documentation |
| 网络访问 | NONE | NONE | — | References ../gws-shared/SKILL.md for auth; actual network permissions delegated… |
| 命令执行 | NONE | NONE | — | No shell execution declared or implied |
目录结构
1 文件 · 1.4 KB · 52 行 Markdown 1f · 52L
└─
SKILL.md
Markdown
安全亮点
✓ 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)