Skip to main content

argus-agent

Argus RedTeam local security scan agent. Runs SAST (semgrep) and SCA (Trivy) entirely inside your infrastructure — no source code leaves your network.

Installation

pip install argus-redteam-agent

Requires: Python 3.10+, semgrep, trivy (for dependency scan)

Quick Start

Online mode (uploads results to Argus dashboard)

argus-agent scan /path/to/repo \
  --target-name "my-service" \
  --api-key "$ARGUS_API_KEY" \
  --server "https://argus-origin.block-s.io"

AI deep analysis — server mode (snippet-based, code stays local)

argus-agent scan /path/to/repo \
  --target-name "my-service" \
  --api-key "$ARGUS_API_KEY" \
  --server "https://argus-origin.block-s.io" \
  --ai-mode server --sensitivity full

AI deep analysis — local mode (Claude API called directly, code never sent to Argus)

ANTHROPIC_API_KEY=sk-ant-... \
argus-agent scan /path/to/repo \
  --target-name "my-service" \
  --api-key "$ARGUS_API_KEY" \
  --server "https://argus-origin.block-s.io" \
  --ai-mode local

Air-gap mode (results stay local)

# Scan and save to file
argus-agent airgap /path/to/repo \
  --target-name "my-service" \
  --passphrase "strong-passphrase"

# Decrypt and import via dashboard
argus-agent decrypt argus-my-service-20260101.enc --passphrase "strong-passphrase"

Docker

docker run --rm \
  -v /path/to/repo:/scan-target \
  -e ARGUS_API_KEY=your-key \
  blocks/argus-agent:latest \
  --target-name my-service --server https://argus-origin.block-s.io

Options

argus-agent scan --help
argus-agent airgap --help

Sensitivity levels

Level What is sent
full Code snippets included
medium SHA-256 hash only (default)
minimal Finding count only

AI modes

Mode Where AI runs Code destination
off No AI analysis
server Argus server (snippets only) Snippets → Argus server
local Local machine (Claude API) Code → Anthropic API

License

Proprietary — see argus-redteam.io for licensing.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

argus_redteam_scan_agent-1.0.0.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

argus_redteam_scan_agent-1.0.0-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

Details for the file argus_redteam_scan_agent-1.0.0.tar.gz.

File metadata

  • Download URL: argus_redteam_scan_agent-1.0.0.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for argus_redteam_scan_agent-1.0.0.tar.gz
Algorithm Hash digest
SHA256 5eea2b652868b139df995e566a6a471bec59249b6bf9fb7b48ba5a0b6ec21e17
MD5 0663d1f0ad3f8372e86b17cba36aadce
BLAKE2b-256 c59764e2ba4c322096a5b1d4099cc5bdb7447b70cc2283fe3cc6d1b3cfda6224

See more details on using hashes here.

File details

Details for the file argus_redteam_scan_agent-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for argus_redteam_scan_agent-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e1613159cf6715185eab42ac52c962f52822f8672bc24bf26e3466767fae9f38
MD5 8e6da2f5e929b483b73a9a09b6a6e85f
BLAKE2b-256 7c703430f3c4fcc440f281611f9ff3483eb782562fa96013ca5827368301e850

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page