intelligence-add-agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited intelligence-add-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.
intelligence/agents/ and intelligence/skills/. If a domain prefix is already established for the target area (backend-, frontend-, devops-), use it. Introduce a new domain only when the scope is materially different from all existing ones.intelligence/config.yaml → project.namebackend-frontend-devops-core-tests-intelligence-apps/billing, services/auth), prefer the component name as the domain (billing-, auth-).intelligence/agents/ to avoid duplicates. If an agent for this domain exists, ask user whether to update it instead.tier: heavy, access: fulltier: standard, access: readonlytier: light, access: readonlyintelligence/agents/<domain>-<role>.md with frontmatter: ---
name: <domain>-<role>
description: "<when to use this agent — IDEs use this to suggest the agent>"
tier: heavy|standard|light
access: full|readonly
skills:
- <existing-skills-for-this-domain>
---YAML safety (required): always wrap `description` (and any other free-text string field) in double quotes, regardless of content. Codex CLI uses strict YAML — an unquoted colon, leading hyphen, or word that parses as boolean (yes, no, true) silently breaks the agent. Quoting unconditionally prevents the entire class of bug. If the value itself contains a double quote, escape it as \" or wrap it in single quotes so an inner quote does not terminate the scalar early.
Read intelligence/rules/<domain>.md before startingintelligence/skills/ matching this domain prefix and add them to the agent's skills: frontmatter.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.