Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
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.
Skill Namemeitu-beauty
Duration27.3s
Enginepi
Safe to install
No action required. The skill is well-documented with clear permission declarations.
ResourceDeclaredInferredStatusEvidence
Filesystem READ READ ✓ Aligned SKILL.md: Declares file_read for ~/.meitu/credentials.json and ~/.openclaw/works…
Filesystem WRITE WRITE ✓ Aligned SKILL.md: Declares file_write for ~/.openclaw/workspace/visual/ output directory
Network NONE READ ✓ Aligned SKILL.md: Accepts image URLs and calls meitu API (implicit network access for AP…
Shell WRITE WRITE ✓ Aligned SKILL.md: Declares exec: meitu command
Environment READ READ ✓ Aligned SKILL.md: Declares MEITU_OPENAPI_ACCESS_KEY and MEITU_OPENAPI_SECRET_KEY env var…

File Tree

1 files · 5.1 KB · 135 lines
Markdown 1f · 135L
└─ 📝 SKILL.md Markdown 135L · 5.1 KB

Security Positives

✓ 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