-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yml
More file actions
25 lines (20 loc) · 892 Bytes
/
config.example.yml
File metadata and controls
25 lines (20 loc) · 892 Bytes
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
# Android Malware Analyzer - Default Configuration
# CLI flags always override these values.
# Place this file in the project directory or at ~/.android_malware_analyzer.yml
# AI provider: auto, claude, openai, google, ollama
# "auto" tries Claude → OpenAI → Google → Ollama based on available API keys
provider: auto
# Model override — leave commented to use the provider's default:
# claude → claude-opus-4-6
# openai → gpt-4o
# google → gemini-2.0-flash
# ollama → qwen3:8b
# model: claude-opus-4-6
# API keys — can also be set via environment variables instead:
# ANTHROPIC_API_KEY, OPENAI_API_KEY, GOOGLE_API_KEY
# api_key: sk-ant-...
# VirusTotal API key — automatically used if set, silently skipped if not
# Also reads from: VT_API_KEY or VIRUSTOTAL_API_KEY env vars
# vt_key: your-vt-key-here
# Output directory for reports
output_dir: reports