create-new-bun-package-repo
Audited by Socket on Feb 16, 2026
1 alert found:
MalwareThe skill/instruction itself is not overtly malicious — it correctly documents creating a repo from a template and running setup/build steps. However, it instructs running un-audited template scripts (setup.sh) and to use 'mise trust', which grants the repository's configuration permission to run arbitrary tasks. Those steps are legitimate for bootstrapping but constitute a supply-chain risk: if the template or its dependencies are malicious or compromised, the described workflow would execute that code with the user's privileges. Recommendation: treat as SUSPICIOUS for supply-chain risk — inspect setup.sh and mise.toml before running mise trust or executing setup.sh; verify template repository integrity and review any scripts and tasks.