dev
5 min read
GitHub Trending Daily Report — 2026-03-05
Today's GitHub Trending was dominated by AI agent infrastructure stacks — including autonomous agents, memory management, and security tooling. Python and TypeScript emerged as the core languages, while tools like trivy (security scanning), codebuff (code generation), and OpenSandbox (sandboxed execution environments) stood out as key complements to AI workflows.
🔥 Today at a Glance — Top 3 Themes
| # | Theme | Representative Repos | Keywords |
|---|---|---|---|
| 1 | AI Agents & Autonomy | shannon, agency-agents, agentscope | autonomous agent, multi-agent |
| 2 | Agent Infrastructure / Tooling | ReMe, OpenSandbox, codebuff | memory, sandbox, code-gen |
| 3 | Security & Reliability | trivy, Perplexica | vulnerability scan, AI search |
📅 Weekly Context — Changes vs. Last 7 Days
📈
AI Agent Stacks Are Completely Dominating GitHub Trending
Throughout this week, LLM-based agents (autonomous hacking, multi-agent orchestration, memory management) have appeared repeatedly. The shift from simple LLM wrappers to "agents that actually perform tasks" is unmistakably clear.
- Language breakdown: Python (5) · TypeScript (5) · Go (1) · Rust (1)
- Domains: AI/Agent 9, Security 1, Trading 1, Automation 1
- Common thread in rising repos: Autonomous agents + practically applicable tooling combinations are driving star counts
- Rust appearance (nautilus_trader): Confirms continued Rust adoption in performance-critical financial domains
🌟 Top 10 Repositories to Watch
1. KeygraphHQ/shannon — 1,854 stars today ⭐
- Language: TypeScript | Total stars: 30,261
- One-line summary: A fully autonomous AI hacker that actually exploits web app vulnerabilities without hints. Achieved 96.15% on the XBOW Benchmark.
- Why it's trending: Proves credibility with real performance metrics at a time when pentesting automation demand is surging.
- 💡 Application idea: Connect to CI/CD pipelines for automated pre-deployment vulnerability scanning workflows.
2. msitarzewski/agency-agents — 2,209 stars today ⭐
- Language: N/A | Total stars: 5,410
- One-line summary: A complete AI agency with personality and distinct roles — from frontend specialists to Reddit community agents.
- Why it's trending: Today's #1 fastest riser. Gaining attention as a practical reference for role-separated multi-agent systems.
- 💡 Application idea: Reference the role-separated agent design for content creation and marketing automation.
3. moeru-ai/airi — 1,454 stars today ⭐
- Language: TypeScript | Total stars: 24,628
- One-line summary: A self-hosted AI companion with real-time voice chat and support for Minecraft and Factorio.
- Why it's trending: An open-source virtual streamer framework targeting Neuro-sama. Demonstrates the potential of entertainment agents.
- 💡 Application idea: Use as a prototype for interactive services based on custom AI personas.
4. ItzCrazyKns/Perplexica — 1,090 stars today ⭐
- Language: TypeScript | Total stars: 30,824
- One-line summary: An open-source AI search engine (Perplexity AI alternative).
- Why it's trending: Steady growth in demand for privacy-focused, self-hosted AI search.
- 💡 Application idea: Customize as a frontend for internal document search or RAG pipelines.
5. K-Dense-AI/claude-scientific-skills — 940 stars today ⭐
- Language: Python | Total stars: 12,698
- One-line summary: A collection of Claude Agent Skills for research, science, engineering, and financial analysis.
- Why it's trending: A signal that Claude's Agent Skills ecosystem is maturing. Attempts to standardize domain-specific skill layers.
- 💡 Application idea: Immediately integrate into financial data analysis or automated paper review workflows.
6. alibaba/OpenSandbox — 788 stars today ⭐
- Language: Python | Total stars: 5,959
- One-line summary: A universal sandbox platform for AI apps with Docker/K8s runtime support for coding agents and RL training.
- Why it's trending: Safe isolated execution environments are becoming essential infrastructure as agents need to run code.
- 💡 Application idea: Use as an execution sandbox when deploying code agents to minimize security risks.
7. agentscope-ai/ReMe — 345 stars today ⭐
- Language: Python | Total stars: 1,613
- One-line summary: An agent memory management kit — Remember Me, Refine Me.
- Why it's trending: A move toward standardizing memory layers to overcome the limitations of agents without long-term memory.
- 💡 Application idea: Integrate as the memory module for long-conversation agents or personalized AI services.
8. agentscope-ai/agentscope — 427 stars today ⭐
- Language: Python | Total stars: 17,371
- One-line summary: A platform for building and running agents that are visible, understandable, and trustworthy.
- Why it's trending: Rising alongside ReMe on the same day. Alibaba's open-source agent ecosystem is gaining simultaneous attention.
- 💡 Application idea: Consider as the orchestration layer for enterprise multi-agent pipelines.
9. aquasecurity/trivy — 380 stars today ⭐
- Language: Go | Total stars: 847 forks
- One-line summary: Detects vulnerabilities, misconfigurations, and SBOMs in containers, K8s, code repositories, and the cloud.
- Why it's trending: Container security tool demand is resurging in tandem with growing interest in AI pipeline security.
- 💡 Application idea: Add a trivy scan step to GitHub Actions for automated container image security verification.
10. CodebuffAI/codebuff — 337 stars today ⭐
- Language: TypeScript | Total stars: 3,562
- One-line summary: A CLI code agent that generates code directly from the terminal.
- Why it's trending: Competition for terminal-native code agents is heating up, following Cursor and Copilot.
- 💡 Application idea: Use for CLI automation of repetitive boilerplate code or script generation tasks.
✅ Next Actions — 3 Things to Follow This Week
- 🔐 Understand the AI agent security stack: Experiment with a pipeline design using
shannon(autonomous hacking) +trivy(container security) where agents find real exploits and CI blocks them. - 🧠 Apply an agent memory layer: Build a prototype agent with long-term memory using the
ReMe+agentscopecombination — immediately applicable to personalized services or internal knowledge bots. - 📦 Compare code agent CLIs: Run parallel tests of
codebuffvs. existing Cursor/Copilot CLI tools on real projects to measure productivity differences.