ask-me-questions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ask-me-questions (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
Understand before you act. Ask targeted questions using AskUserQuestion in focused multi-round conversations before proceeding with any task.
docs first. Ask only about intent, preferences, priorities, and trade-offs the code can't reveal.
headless) where no one can answer, skip questioning: state your assumptions explicitly and proceed.
Establish what the user actually wants and why. These questions cut through ambiguity fast.
Focus areas:
Question design tips:
multiSelect: true when choices aren't mutually exclusiveExample:
question: "What should happen when the export fails midway?"
header: "Errors"
options:
- label: "Retry from checkpoint"
description: "Resume where it left off. Requires tracking progress state."
- label: "Retry from scratch"
description: "Simple but may be slow for large exports."
- label: "Fail with partial output"
description: "Return whatever was exported so far."Based on Round 1 answers, ask about:
Only ask when the codebase shows two conflicting patterns AND the choice materially affects the outcome.
Skip Round 2 if Round 1 answers were clear and complete.
Once you have sufficient clarity:
Each option should represent a genuinely different path, not slight variations:
Good options (meaningfully different outcomes):
Bad options (cosmetic differences):
Headers appear as chips/tags. Keep under 12 chars:
"Scope", "Auth", "Data model", "Error flow", "API style""Authentication method", "How should we handle errors"Use multiSelect: true for:
Keep multiSelect: false (default) for:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.