You're operating on a faulty assumption--neither apt-get (nor aptitude) are meant to be run automatically, and nor is the Debian packaging system isn't really designed for iteither. That's why the tools makes make it difficult.
What happens when a software upgrade breaks because you forgot to update a configuration file? This has happened to me in the past (apache2), and some with severe consequences that prevented the machine from booting (mdadm). What happens when the software brings in dependencies you don't want (i.e. it brings bringing in the entire X11 windowing system, on a server)? Etc, etc...
If you're worried about installing security upgrades automatically, you want to look at the unattended-upgrades package. It will download and install packages from the security archive for you.
