Install and audit dependencies
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-js-tech-stacks-js-common@IvanTorresEdge/molcajete.ai# Install Dependencies Install project dependencies and run security audit. Use the Task tool to launch the **security** agent with instructions: 1. Check if `package.json` exists 2. Detect package manager (npm, pnpm, yarn) from lock file 3. Install dependencies: 4. Run security audit: 5. Report any vulnerabilities found 6. Suggest fixes for any high/critical vulnerabilities **Quality Requirements:** - All dependencies installed successfully - No high or critical vulnerabilities (or documented exceptions) Reference the **dependency-security** skill.