diff --git a/aio/src/styles/2-modules/_label.scss b/aio/src/styles/2-modules/_label.scss
index 67d546e2c8..4dfdacb7a7 100644
--- a/aio/src/styles/2-modules/_label.scss
+++ b/aio/src/styles/2-modules/_label.scss
@@ -49,6 +49,10 @@ label.raised, .api-header label {
&.api-status-label {
background-color: $mediumgray;
+ &.security {
+ background-color: $brightred;
+ }
+
&.impure-pipe {
background-color: $brightred;
}
diff --git a/aio/tools/transforms/templates/api/base.template.html b/aio/tools/transforms/templates/api/base.template.html
index 9c0631811a..47b6f3b67e 100644
--- a/aio/tools/transforms/templates/api/base.template.html
+++ b/aio/tools/transforms/templates/api/base.template.html
@@ -19,6 +19,7 @@