扫描报告
0 /100
meitu-beauty
AI portrait photo beautification (skin smoothing, whitening, facial refinement)
This is a legitimate Meitu beauty enhancement skill that declares its permissions appropriately and performs its documented function without suspicious behavior.
可以安装
No action required. The skill is well-documented with clear permission declarations.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: Declares file_read for ~/.meitu/credentials.json and ~/.openclaw/works… |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md: Declares file_write for ~/.openclaw/workspace/visual/ output directory |
| 网络访问 | NONE | READ | ✓ 一致 | SKILL.md: Accepts image URLs and calls meitu API (implicit network access for AP… |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: Declares exec: meitu command |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md: Declares MEITU_OPENAPI_ACCESS_KEY and MEITU_OPENAPI_SECRET_KEY env var… |
目录结构
1 文件 · 5.1 KB · 135 行 Markdown 1f · 135L
└─
SKILL.md
Markdown
安全亮点
✓ All file permissions are scoped to specific paths relevant to the tool
✓ Credential access is declared and limited to meitu-specific credentials
✓ Shell execution is limited to a single documented CLI command (meitu)
✓ No network exfiltration or C2 communication patterns detected
✓ No obfuscation or base64-encoded payloads
✓ No sensitive path access (ssh, aws, etc.)
✓ Clear error handling and input validation documented
✓ Single-file skill with no hidden implementation