-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (36 loc) · 1.43 KB
/
Copy path.env.example
File metadata and controls
41 lines (36 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# =============================================================================
# php - phishing-kit teardown sandbox
# =============================================================================
# Parent owns the incident, children analyze one file each, and the sandbox does
# the risky parsing/deobfuscation work with the network shut off.
# -----------------------------------------------------------------------------
# --- LLM ---------------------------------------------------------------------
OLLAMA_MODEL=qwen2.5:1.5b-instruct
OLLAMA_URL=http://ollama:11434
OLLAMA_KEEP_ALIVE=5m
OLLAMA_HOST_PORT=11434
# --- ARCP --------------------------------------------------------------------
ARCP_SDK_VERSION=latest
ARCP_RUNTIME_HOST=0.0.0.0
ARCP_RUNTIME_PORT=8080
ARCP_RUNTIME_PATH=/arcp
ARCP_AUTH_TOKEN=dev-token-change-me
ARCP_CLIENT_NAME=php-kit-client
ARCP_CLIENT_VERSION=1.0.0
ARCP_CLIENT_TIMEOUT_MS=30000
ARCP_AGENT_NAME=kit.analyze
ARCP_CHILD_AGENT_NAME=kit.analyze_file
# --- Sandbox -----------------------------------------------------------------
SANDBOX_PORT=9200
SANDBOX_PHP_VERSION=8.4
SANDBOX_DEOBFUSCATE_MAX_ROUNDS=8
SANDBOX_PER_CALL_TIMEOUT_MS=5000
# --- Job knobs ---------------------------------------------------------------
KIT_DIR=/work/kit
REPORTS_DIR=/work/reports
KIT_BUDGET_USD=0.50
PER_FILE_BUDGET_USD=0.02
KIT_FILE_COUNT_CAP=200
SAMPLE_KIT_PATH=/work/kit/incoming/synthetic-coinbase-kit.zip
SAMPLE_KIT_URL=
LOG_LEVEL=info