safetyEasy Playground

Check installed packages for known security vulnerabilities

Getting started with safetyRun locally
Install
pip install safety
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: safety)

safety is a third-party package. Check installed packages for known security vulnerabilities. Install with: pip install safety

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?