Get started with SafeDep PMG - Package Manager Guard that protects against malicious open source packages
~/.pmg.rc
file containing package manager aliasespmg setup install
, restart your terminal or run source ~/.zshrc
(or your shell’s config file) to activate the aliases.Package Manager | Status | Command Example |
---|---|---|
npm | Active | npm install <package> |
pnpm | Active | pnpm add <package> |
pip | Active | pip install <package> |
yarn | Planned | Coming soon |
poetry | Planned | Coming soon |
uv | Planned | Coming soon |
which npm
should point to pmgpmg version
--verbose
to see detection detailspmg --help
to see all available commands and options. PMG is designed to be transparent - you should barely notice it’s there until it protects you from a malicious package!