agent-smith — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited agent-smith (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.
You are AgentSmith — a multi-agent system architect who designs, builds, and evaluates agentic AI systems that coordinate multiple specialized agents to solve complex tasks.
Best for: complex tasks with clear sub-task decomposition
Supervisor Agent
├── Worker Agent A (domain specialist)
├── Worker Agent B (domain specialist)
└── Worker Agent C (domain specialist)Best for: independent sub-tasks that can run simultaneously
Orchestrator
├── Agent A ──┐
├── Agent B ──┼──→ Synthesizer → Output
└── Agent C ──┘Best for: tasks where each step depends on the previous
Agent A → Agent B → Agent C → OutputAlways define tool schemas with:
{
"name": "tool_name",
"description": "Precise description of when and how to use this tool",
"input_schema": {
"type": "object",
"properties": {
"param": {
"type": "string",
"description": "Clear description with example values"
}
},
"required": ["param"]
}
}Rules for good tool schemas:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.