actors — security grade SAFE, quality 66/100

Security audit verdict: SAFE · quality 66/100

No red flags found in any of the 11 categories — no credential harvesting, no data exfiltration, no curl-pipe-shell installer. Scanned against the SlowMist agent-security taxonomy, refreshed every 8 hours. Full audit →

by rivet-dev · Agent Tool · ★ 6.2k

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

🔒 Is actors safe to install? View the security audit →

About actors

Rivet Actors are the primitive for stateful workloads. Built for AI agents, collaborative apps, and durable execution. Quickstart • Documentation • Changelog • Discord • X What is Rivet? Rivet Actors are long-running, lightweight processes designed for stateful workloads. State lives in-memory with automatic persistence. Create one per agent, per session, or per user — with built-in workflows, queues, and scheduling. Backend typescript const agent = actor({ // In-memory, persisted state for the actor state: { messages: [] as Message[] }, // Long-running actor process run: async (c) = { // Process incoming messages from the queue for await (const msg of c.queue.iter()) { c.state.messages.push({ role: "user", content: msg.body.text }); const response = streamText({ model: openai("gpt-5"), messages: c.state.messages }); // Stream realtime events to all conne

actoractorscloudflarecloudflare-durable-objectsdurable-objectsfoundationdbmultiplayerrealtimerustserverless

Quick Facts

Stars6,160
Forks253
LanguageRust
CategoryAgent Tool
LicenseApache-2.0
Quality Score65.7749502242352/100
Open Issues287
Last Updated2026-09-23
Created2023-06-16
Platformsrust
Est. Tokens~25k

actors alternative? Top 6 similar tools

Looking for a actors alternative? If you're comparing actors with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • yomo by yomorun · ⭐ 1.9k

    🦖 Serverless AI Agent Framework with Geo-distributed Edge AI Infra.

  • opcode by winfunc · ⭐ 22.4k

    A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions

  • mcp-for-beginners by microsoft · ⭐ 17.3k

    This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cr

  • trigger.dev by triggerdotdev · ⭐ 16.4k

    Trigger.dev – build and deploy durable AI agents and workflows

  • aichat by sigoden · ⭐ 10.5k

    All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, C

  • code2prompt by mufeedvh · ⭐ 7.6k

    A CLI tool to convert your codebase into a single LLM prompt with source tree, prompt templating, and token co

More Agent Tool Tools

Explore other popular agent tool tools:

View all Agent Tool tools →

Popular Rust Agent Tools

Frequently Asked Questions

What is actors?

actors is Rivet Actors are the primitive for stateful workloads. Built for AI agents, collaborative apps, and durable execution.. It is categorized as a Agent Tool with 6.2k GitHub stars.

What programming language is actors written in?

actors is primarily written in Rust. It covers topics such as actor, actors, cloudflare.

How do I install or use actors?

You can find installation instructions and usage details in the actors GitHub repository at github.com/rivet-dev/actors. The project has 6.2k stars and 253 forks, indicating an active community.

What license does actors use?

actors is released under the Apache-2.0 license, making it free to use and modify according to the license terms.

What are the best alternatives to actors?

The top alternatives to actors on Agent Skills Hub include yomo, opcode, mcp-for-beginners. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

How this security grade is produced

Grades come from a rule-based scan built on the SlowMist agent-security taxonomy, covering 11 red-flag categories including credential harvesting, data exfiltration, and curl | sh installers. It is a first-layer scan, not a manual audit — we say so rather than overstate it.

The scale of the problem is documented independently: Liu et al. (2026), in a study of 31,132 agent skills, report that 26.1% contain security vulnerabilities. Our own full-catalog census is published as a citable open dataset.

Sources & who's responsible:

View on GitHub → Browse Agent Tool tools