swarm-safety

Solid

SWARM: System-Wide Assessment of Risk in Multi-agent systems. Simulate multi-agent dynamics, test governance, study emergent risks.

AI & Automation 30 stars 5 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# SWARM Safety Skill Study how intelligence swarms — and where it fails. SWARM is a research framework for studying emergent risks in multi-agent AI systems using soft (probabilistic) labels instead of binary good/bad classifications. AGI-level risks don't require AGI-level agents. Repository: `https://github.com/swarm-ai-safety/swarm` ## Hard Rules - SWARM simulations run locally. Install the package first. - Do not submit scenarios containing real API keys, credentials, or PII. - Simulation results are research artifacts. Do not present them as ground truth about real systems. - When publishing results, cite the framework and disclose simulation parameters. ## Security - **API binds to localhost only** (`127.0.0.1`) by default to prevent network exposure. - **CORS restricted** to localhost origins by default. - **No authentication** on development API — do not expose to untrusted networks. - **SQLite persistence** — simulation data persists locally between restarts. - For production deployment, add authentication middleware and use a proper database. ## Install ```bash # From PyPI pip install swarm-safety # From source (full development) git clone https://github.com/swarm-ai-safety/swarm.git cd swarm pip install -e ".[all]" ``` ## Quick Start (Python) ```python from swarm.agents.honest import HonestAgent from swarm.agents.opportunistic import OpportunisticAgent from swarm.agents.deceptive import DeceptiveAgent from swarm.agents.adversarial import AdversarialAgen...

Details

Author
swarm-ai-safety
Repository
swarm-ai-safety/swarm
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

vmas-simulator-guide

Vectorized multi-agent reinforcement learning simulator

192 Updated 2 months ago
wentorai
AI & Automation Solid

agent-builder

Build AI agents using pai-agent-sdk with Pydantic AI. Covers agent creation via create_agent(), toolset configuration, session persistence with ResumableState, subagent hierarchies, and browser automation. Use when creating agent applications, configuring custom tools, managing multi-turn sessions, setting up hierarchical agents, or implementing HITL approval flows.

20 Updated today
youware-labs
AI & Automation Featured

agentic-actions-auditor

Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI/CD pipeline security for prompt injection risks, or evaluating agentic action configurations.

4,425 Updated 1 months ago
trailofbits
AI & Automation Featured

crewai-multi-agent

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.

27,562 Updated today
davila7
AI & Automation Listed

skill-scanner-guard

Security gate for OpenClaw AgentSkills. Scans folder/ClawHub skills with cisco-ai-defense/skill-scanner before installation. Supports manual scans, staged installs, and auto-quarantine of high-risk skills via systemd.

12 Updated 2 months ago
jason-allen-oneal