INNER CODE UNIT · Python
HERE
shuvonsec/claude-bug-bounty · engine.py:48
HERE = Path(__file__).resolve().parent # resolve symlink first so /usr/local/bin/bughunter -> repo dir
AGENTS = HERE / "agents"
TOOLS = HERE / "tools"
RECON = HERE / "recon"
FINDINGS = HERE / "findings"
REPORTS = HERE / "reports"
CONFIG = Path.home() / ".bughunter" / "config.json"
# ── Colors ─────────────────────────────────────────────────────────────────────
GREEN = "\033[0;32m"
CYAN = "\033[0;36m"
YELLOW = "\033[1;33m"
RED = "\033[0;31m"
BOLD = "\033[1m"
DIM = "\033[2m"
NC = "\033[0m"