Skip to main content

Argus RedTeam local security scan agent — code never leaves your infrastructure

Project description

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.

Project details


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_agent-0.3.0.tar.gz (15.9 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_agent-0.3.0-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file argus_redteam_agent-0.3.0.tar.gz.

File metadata

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

File hashes

Hashes for argus_redteam_agent-0.3.0.tar.gz
Algorithm Hash digest
SHA256 58b67c0050627471ec751288564e71208df0cafe13f3aad1a5f556f658b2c2b5
MD5 21594d70539b5f929e1b8e9e4d3c1940
BLAKE2b-256 c49d6763765b11045d8077a3991749c7399c49a34d97e55d8722da26b90c9291

See more details on using hashes here.

File details

Details for the file argus_redteam_agent-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for argus_redteam_agent-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 85e42061096acc763a26609a32ba79627a3527764f7e9ee9fc805df8a6fd344d
MD5 17461b94d8a32b7056bc2b956b86fc09
BLAKE2b-256 2af694ad2d7492fd2bafaa825197779aeea36383bcc9ea9ba8fad08dfae8adbc

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 Pingdom Monitoring Sentry Error logging StatusPage Status page