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-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"
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://your-argus-instance.com
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 |
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file argus_redteam_agent-0.2.0.tar.gz.
File metadata
- Download URL: argus_redteam_agent-0.2.0.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b84b29ba746340d74fe982f1ba3e7399808da9f604bb1c4e45553f2134f86602
|
|
| MD5 |
bdb4a9b382448cc73d6ab242b08c22f0
|
|
| BLAKE2b-256 |
067f83162ec90edfcf9937ba1eb029146155ec85067be71fb201f2df29d477ee
|
File details
Details for the file argus_redteam_agent-0.2.0-py3-none-any.whl.
File metadata
- Download URL: argus_redteam_agent-0.2.0-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12f31235372cc1e342ada65f63f86723e21bab4a4eaa429a69337ab67fbe9d55
|
|
| MD5 |
b95b0839d1840f553f7baa1cc2cacb32
|
|
| BLAKE2b-256 |
1d935aba63b269882c0f5b786e7574dc0473b9d930d3c4641b38cfbe3c2d8c3f
|