Metadata-Version: 2.4
Name: supply-chain-attack-poc
Version: 0.1.1
Summary: EDUCATIONAL DEMO: Executes code at install time to play the rickroll video. The purpose is to demonstrate supply chain security risks to students in a memorable way so that they will be careful with what they install in the future.
Author-email: Mike Izbicki <mike@izbicki.me>
License: MIT
Project-URL: Warning, https://github.com/mikeizbicki/supply-chain-attack-poc
Keywords: prank,rickroll
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: yt-dlp
Requires-Dist: pygame-ce

# superfancyjoketools

This is a project to teach students about dependency injection and other pypi security risks.
When installed, it runs the rickroll video in order to demonstrate to students that arbitrary code can be run when installing a python project via pip,
and the hope is that this is a memorable event for students so they are careful when installing packages in the future.

Installation instructions are included in a separate lab and so this project shouldn't be ever accidentally installed by non-students.
