You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs+feat: update AI model, auth docs, and feature table
- AI: switch DefaultModel to z-ai/glm-4.5-air:free (via OpenRouter, free tier)
ZAIDefaultModel updated to glm-4.5-air for direct Z.ai endpoint
- README: replace Supabase auth reference with native Go JWT + PostgreSQL
- README: expand feature table with separate rows for APK Auditor, IPA Auditor,
ADB Auditor, and MITM Patch with shoutout to thecybersandeep/apkauditor
- README: update AI model line and tip to reflect new provider stack
- go mod tidy: clean up unused and misclassified dependencies
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,9 @@ AutoAR is a powerful, end-to-end automated security reconnaissance and vulnerabi
16
16
17
17
Results are automatically uploaded to **Cloudflare R2 storage** and linked directly in your output — no hunting through directories.
18
18
19
-
**Public VPS / dashboard:**configure Supabase-backed login and JWT verification for the HTTP API — see[docs/DASHBOARD_AUTH.md](docs/DASHBOARD_AUTH.md).
19
+
**Public VPS / dashboard:**uses native Go JWT authentication with local PostgreSQL — no Supabase required. See[docs/DASHBOARD_AUTH.md](docs/DASHBOARD_AUTH.md).
20
20
21
+

21
22
---
22
23
23
24
## ✨ Feature Highlights
@@ -33,14 +34,17 @@ Results are automatically uploaded to **Cloudflare R2 storage** and linked direc
33
34
| ☁️ **S3 Buckets**| Enumerate and scan AWS S3 buckets for exposure and misconfig |
34
35
| 🔗 **JavaScript**| Extract secrets, API endpoints, auth tokens from JS files |
35
36
| 🐙 **GitHub Recon**| Org-level and repo-level scanning for secrets, dependency confusion |
36
-
| 📱 **Mobile Apps**| Browser-based APK/IPA Auditor — decompile DEX, 80+ security rules, MITM patching, remote fetch by Package ID with R2 download links |
@@ -357,9 +361,9 @@ As of the latest release, AutoAR's AI engine runs on `**[stepfun/step-3.5-flash:
357
361
OPENROUTER_API_KEY=sk-or-v1-...
358
362
```
359
363
360
-
That's it. AutoAR will automatically use `stepfun/step-3.5-flash:free` for all `/ai` and `/brain` commands.
364
+
That's it. AutoAR will automatically use `z-ai/glm-4.5-air:free` for all `/ai` and `/brain` commands.
361
365
362
-
> **Tip:** If `OPENROUTER_API_KEY` is set, it is used first. `GEMINI_API_KEY` is a fallback for direct Gemini access. You only need one of the two.
366
+
> **Tip:** If `OPENROUTER_API_KEY` is set, it is used first (with `z-ai/glm-4.5-air:free`). `ZHIPU_API_KEY` routes to the Z.ai direct endpoint. `GEMINI_API_KEY` is a final fallback. You only need one of the three.
0 commit comments