agent-fleet — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited agent-fleet (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.
Manages the Mad House agent fleet. The central registry lives at ~/dev/mad-house/skills/agents/. Agents sync from there into .github/agents/ of target repos.
~/.claude/commands/agent-fleet/scripts/collect-fleet.shFrom the script output:
List every agent in ~/dev/mad-house/skills/agents/ with its name and one-line description (from the description: frontmatter field).
For each active mad-house repo found, show which registry agents are present in .github/agents/ and which are missing.
Present as a table:
| Agent | Registry | repo-a | repo-b | repo-c |
|---|---|---|---|---|
| coder | yes | deployed | missing | - |
Flag any repo that has zero agents deployed. Flag any agent that exists in a repo but not in the registry (orphaned).
If the user wants to sync all agents to a specific repo: Copy every agent from ~/dev/mad-house/skills/agents/ to ~/dev/<repo>/.github/agents/, then commit and push that repo.
If the user wants to add a new agent to the registry: Write the agent file to ~/dev/mad-house/skills/agents/<name>.agent.md, then ask if it should be synced anywhere immediately.
If the user wants to remove a stale agent from a repo: Delete the file from .github/agents/ in that repo and commit.
---
name: Agent Name
description: When to use this agent and what it does.
tools: [read, search, execute, edit, todo, agent]
user-invocable: true
argument-hint: What to pass as an argument.
---
Agent instructions here.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.