doca-argus

Deploy and operate the DOCA Argus runtime-security container on BlueField with SIEM forwarding.

3.2k|370|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/NVIDIA/skills --skill doca-argus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doca-argus
Source: https://github.com/NVIDIA/skills/tree/main/skills/doca-argus
Command: npx skills add https://github.com/NVIDIA/skills --skill doca-argus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security operators deploying runtime threat detection on NVIDIA BlueField DPUs often misconfigure the DOCA Argus container, leaving SIEM channels silently empty, flooding them with false positives, or creating undocumented blind spots. This Skill guides agents through correct Argus deployment, configuration, calibration, and debugging so findings reliably reach the security operations team.

Core Features & Use Cases

  • Four-Axis Configuration Guidance: Walks operators through committing to detection policy, forwarding destination, sampling sensitivity, and host coverage before starting the Argus container.
  • End-to-End Pipeline Validation: Prescribes smoke tests proving findings traverse Argus container, forwarder, SIEM ingest, and ops review before production alerting is enabled.
  • Layered Debug Taxonomy: Diagnoses failures across five layers (container runtime, detection policy, forwarding, sampling/performance, host coverage) with explicit clearing criteria per layer.
  • Use Case: An operator sees a green Argus container but zero findings in Splunk after 24 hours; the Skill routes diagnosis to the detection-policy or forwarding layer instead of blindly rewriting configuration.

Quick Start

Ask your agent to help deploy the DOCA Argus container on a BlueField-3 and forward its security findings to your Splunk instance.

Frequently Asked Questions about doca-argus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy the DOCA Argus container on BlueField?

Pull the Argus container image from NGC at the tag the public DOCA Argus Service Guide names for your DOCA release, mount your config file at the documented path, and start it via the BlueField container manager per the Container Deployment Guide. Decide detection policy, forwarding, sampling, and host coverage first.

Should I use DOCA Argus or the DOCA App Shield library for runtime security?

Use Argus for production runtime security as a packaged workflow with SIEM integration; it is NVIDIA's currently-promoted framework. Choose the App Shield library only when building custom DPU-side security tooling with your own detection logic, which is not covered by this Skill.

Why is my Argus container running but no findings reach my SIEM?

This is typically a forwarding-layer problem, not a detection-policy problem. Check the forwarder configuration, network reachability from the BlueField to the SIEM endpoint, and authentication material, then confirm the forwarder handshake line in the container logs.

Does DOCA Argus support Splunk, ELK, and Microsoft Sentinel?

Yes, Argus pairs with Splunk, ELK, Sentinel, and generic syslog destinations through its documented forwarder. Argus emits findings in the documented format; the SIEM-side ingest configuration is owned by your SIEM team's own documentation.

What should I do when Argus generates too many false-positive findings?

Treat early false positives as an expected calibration-period phase, not a bug. Tune the detection policy per the public guide or raise the sampling threshold; never silently disable a detector class without documenting and time-boxing the change.

When should I not use DOCA Argus?

Skip Argus when there is no security-posture concern, since it carries container, sampling CPU, and SIEM channel costs. Also route elsewhere for metrics observability (use DOCA Telemetry Service) or for building custom DPU-side security tools (use the App Shield library).