create-agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited create-agent (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Create AI agents on the Bonito gateway. Handles both BonBon agents (single-model, task-focused) and Bonobot orchestrators (multi-agent, tool-using).
If unclear, ask: "Do you need a single-purpose agent or a multi-agent orchestrator?"
If user provides one, use it directly. If they describe the role:
Select and attach relevant MCP tool servers for the agent's purpose.
## Agent Created: [Name]
| Field | Value |
|-------|-------|
| Type | [BonBon / Bonobot] |
| Model | [Model] via [Provider] |
| Agent ID | [ID] |
| Endpoint | /v1/agents/[id]/chat |
| Knowledge Base | [Name or None] |
| MCP Tools | [Count or None] |
| Status | Deployed |
### Test Results
| Test | Status |
|------|--------|
| Basic greeting | OK |
| Domain query | OK |
### Quick Start
curl -X POST https://api.getbonito.com/v1/agents/[id]/chat \
-H "Authorization: Bearer $BONITO_API_KEY" \
-d '{"message": "Hello!"}'BonBon: Single-model agent for focused tasks (support bots, Q&A, code review, content generation). One model, optional system prompt, optional KB, optional MCP tools.
Bonobot: Multi-agent orchestrator that delegates to specialized sub-agents. For complex workflows spanning multiple domains or requiring different models for different tasks.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.