skill-creator
Audited by Socket on Mar 10, 2026
1 alert found:
AnomalyThe skill-creator framework is coherently aimed at enabling automated creation and installation of skills, but it inherently relies on fetching and executing remote content. This pattern introduces non-trivial supply-chain and remote-execution risks if remote sources are untrusted or not properly verified. While the described process can be practical for trusted environments, the lack of explicit source verification, integrity checks, and sandboxing controls makes the footprint suspicious from a security standpoint. It would be prudent to enforce strong source pinning, cryptographic checks, and restricted execution environments for any remote-instruction flow before adopting this as a default in production.