Docker Wallarm Node
Description
⚡️ Official docker image for Wallarm Node. API security platform agent.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Wallarm Docker Aio
Wallarm Docker Aio is an all-in-one Docker image that provides a complete Wallarm Node installation for API security. This image combines Nginx with Wallarm's security modules to protect your applications from various types of attacks.
Overview
This Docker image includes:
- Alpine Linux as the base OS
- Nginx web server
- Wallarm Node security modules
- Various Nginx modules for enhanced functionality
- Gomplate for template processing
Prerequisites
- Docker installed on your system
- Docker Buildx (for multi-architecture builds)
- Git (for development)
Quick Start
To run the Wallarm Node container:
docker run -d \
-p 80:80 \
-p 443:443 \
-e WALLARM_API_TOKEN='your-api-token' \
-e WALLARM_API_HOST='api.wallarm.com' \
wallarm/node:latest
Building the Image
You can build the image using the provided Makefile:
# Build the image
make docker-image-build
# Build and push to registry
make docker-push
# Run smoke tests
make smoke-test
Configuration
The container can be configured using environment variables:
WALLARM_API_TOKEN: Your Wallarm API tokenWALLARM_API_HOST: Wallarm API host (default: api.wallarm.com)NGINX_BACKEND: Backend server addressWALLARM_MODE: Operation mode (block, monitoring, off)
Architecture Support
The image supports multiple architectures:
- x86_64 (amd64)
- ARM64 (aarch64)
Version Information
Current versions used in the build:
- Alpine: 3.20
- Nginx: 1.26.3
- Wallarm AIO: 6.0.2
- Gomplate: 3.11.7
Security
The container runs as a non-root user `wallarm` for enhanced security. The image includes:
- Regular security updates
- Minimal attack surface
- Proper capability management
- Secure default configurations
Testing
The project includes smoke tests that can be run using:
make smoke-test
Support
For support, please contact Wallarm Support Team at support@wallarm.com or visit our [documentation](https://docs.walla
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,