deploy-stack — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited deploy-stack (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.
Deploy entire AI infrastructure from a single bonito.yaml config. Validates the schema, resolves dependencies, and creates all resources in the correct order.
Read bonito.yaml and extract:
Validate: required fields present, provider types supported, model references resolve, no circular dependencies.
For each resource in order:
If credentials are missing, prompt the user. Never store or log raw API keys.
## Deployment Report
| Resource | Type | Status |
|----------|------|--------|
| [Name] | AWS Bedrock provider | Connected (12 models) |
| [Name] | Knowledge base | Indexed (42 chunks) |
| [Name] | BonBon agent | Deployed (85ms) |
| [Name] | Failover routing | Active |
Total: [X] providers, [X] KBs, [X] agents, [X] routing policies# bonito.yaml
organization: my-company
providers:
- name: aws-primary
type: aws-bedrock
region: us-east-1
- name: openai-fallback
type: openai
knowledge_bases:
- name: support-faq
documents: ./docs/faq/
embedding_model: text-embedding-3-small
agents:
- name: support-bot
type: bonbon
model: anthropic/claude-sonnet
provider: aws-primary
knowledge_base: support-faq
system_prompt: "You are a helpful customer support agent."
routing:
- name: production
strategy: failover
targets:
- provider: aws-primary
model: anthropic/claude-sonnet
priority: 1
- provider: openai-fallback
model: gpt-4o
priority: 2~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.