mobile
Assists in mobile app development by evaluating native vs. cross-platform options and ensuring compliance with app store guidelines.
Install this skill
or
84/100
Security score
The mobile skill was audited on Mar 1, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 50
System command execution
SourceSKILL.md
| 50 | os.system('openclaw mobile validate --app-path ./myapp --store google') |
medium line 50
Python os.system command execution
SourceSKILL.md
| 50 | os.system('openclaw mobile validate --app-path ./myapp --store google') |
medium line 41
Python subprocess execution
SourceSKILL.md
| 41 | response = subprocess.run(['openclaw', 'mobile', 'decide', '--platform', 'android', '--type', 'cross'], capture_output=True) |
low line 61
External URL reference
SourceSKILL.md
| 61 | response = requests.post('https://api.openclaw.ai/api/v1/skills/mobile/decide', json={"platform": "android"}, headers=headers) |
Scanned on Mar 1, 2026
View Security Dashboard