Running this with Miktex, pdflatex, Windows, TeXnicCenter, everything fully up to date:
\documentclass{article}
\usepackage[l2tabu]{nag}
\usepackage{xcolor}
\usepackage{framed}
\definecolor{shadecolor}{named}{lightgray}
\begin{document}
\begin{shaded}
Foo Bar
\end{shaded}
\end{document}
gives:
Package nag Warning: Command \centerline is TeX.
(nag) Use \centering or center environment instead on input line 13.
Is there anything I can do about it without changing the package itself? Any better packages than framed available that can do the same (page breaking colored boxed)? If not, how to contact the author of the package and inform him?

mdframed– percusse Sep 28 '12 at 8:56framedpackage, but @percusse has a good point:mdframedworks very nicely and also handles page breaks. – Peter Grill Sep 28 '12 at 8:59nagaltogether. In my opinion it breaks more than it fixes. – egreg Sep 28 '12 at 9:12