CRITICAL: Use for Makepad packaging and deployment. Triggers on: deploy, package, APK, IPA, 打包, 部署, cargo-packager, cargo-makepad, WASM, Android, iOS, distribution, installer, .deb, .dmg, .nsis, GitHub Actions, CI, action, marketplace
54
61%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/makepad-deployment/SKILL.mdThe canonical home for this skill is makepad-deployment in administrakt0r/AI-Agents-Safe-Coding-Skills
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
The skill explicitly instructs running "sudo apt-get update" and "sudo apt-get install" (SKILL.md:110-112), which require elevated privileges and modify the system state, so it pushes privileged changes to the host.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill's installation and build steps fetch and install code from GitHub (e.g., https://github.com/project-robius/robius-packaging-commands.git and https://github.com/makepad/makepad.git / https://github.com/makepad/makepad) via cargo install and Cargo.toml git dependencies, which will retrieve and execute remote code at runtime.
fbdfd63
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.