grill-intent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited grill-intent (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.
<what-to-do>
Load the active intent. If a PATHMODE_API_KEY is set, call get_current_intent (Pathmode MCP). Otherwise read intent.md from the project root.
Walk the spec field-by-field — objective, outcomes, edge cases, constraints. For each field, find the weakest claim and pressure-test it. Ask ONE pointed question at a time. For each question, propose your best-guess answer based on the spec and the codebase.
When a weakness is confirmed, edit the spec. In team mode, call log_implementation_note to record the change. In local mode, write back to intent.md.
Stop when all five dimensions below pass, or the user explicitly accepts a known weakness.
</what-to-do>
<supporting-info>
log_implementation_note so it's visible to future agentscompile-intent BUILDS a spec from a vague problemgrill-intent BREAKS an existing spec to find weaknessesRun grill before treating a spec as agent-ready. If you compile a spec and immediately hand it to an implementation agent, you're trusting your first draft — and first drafts are wishful.
When proposing answers, look at the actual code. If the spec says "users see a spinner during payment" but the codebase has no spinner component on the payment path, that's a gap worth surfacing. The point isn't to be right — it's to be specific enough that the user can correct you.
</supporting-info>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.