Hacker News new | ask | show | jobs
by avinassh 4159 days ago
> This applies to pretty much every pkg manager ever created.

(noob question) Does it apply to PyPi/pip also?

1 comments

Yes, the packages that pip installs contain a setup.py (created by the package author) and pip will run that as you when you're doing your pip install. The setup.py could do arbitrary bad things to you, like leaking your ssh keys, deleting your files, or whatever.