skylar-start-here
Audited by Socket on Mar 1, 2026
1 alert found:
AnomalyThis skill contains normal, expected instructions for initializing a git submodule, installing node dependencies with pnpm, and starting Storybook or a dev server to view the app. There are no explicit signs of credential harvesting, obfuscated malware, external exfiltration endpoints, or download-and-execute social engineering in the documented instructions. The primary security consideration is supply-chain risk inherent in running pnpm install and starting project code: lifecycle scripts or dependencies fetched from git/package registries can execute arbitrary code. Also note the instruction to 'handle all technical steps silently' reduces transparency and could be abused in an automated agent context. Overall, the content appears benign for its stated purpose but retains moderate supply-chain risk common to any workflow that installs and runs third-party code; operators should ensure git remotes and package registries are trusted and review package.json and lockfiles before installation.