# Shell Safety Notes This guide explains how to use your shell safely: prefer quoting variables, avoid running scripts you did not write, and review any command before you execute it. Nothing here runs code.