{% extends "base.html" %} {% block title %}AUTARCH — Container Security{% endblock %} {% block content %}
Docker: checking... kubectl: checking...

Docker Host Audit

CheckSeverityStatusDetail
Click "Audit Docker Host" to check daemon configuration and security.

Containers

NameImageStatusPortsActions
Click "Refresh Containers" to list Docker containers.

Kubernetes Cluster

Pods

NameStatusContainersNodeRestartsActions
Select a namespace and click "List Pods".

Cluster Security Checks

RBAC Audit

Check for overly permissive bindings and wildcard permissions

Secrets Check

Find exposed and unencrypted secrets in the namespace

Network Policies

Verify NetworkPolicies exist and find unprotected pods

Image Vulnerability Scan

Scan container images for known CVEs using Trivy or Grype.

SeverityCVEPackageInstalledFixed
Enter an image name and click "Scan Image" to find vulnerabilities.

Local Images

RepositoryTagSizeCreatedActions
Click "Refresh Images" to list local Docker images.

Dockerfile Lint

Paste Dockerfile content below to check for security issues.

RuleSeverityLineIssueDetail
Paste a Dockerfile and click "Lint Dockerfile" to check for issues.
{% endblock %}