Simple taint analysis example based on official online documentaion, that can be found here: https://pyre-check.org/docs/pysa-running/#example
python3 -m venv /temp/static_analysis_example
source /tempstatic_analysis_example/bin/activate
pip3 install pyre-checkpyre analyzepyre analyze --save-results-to ./pysa-results