prompt-creator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited prompt-creator (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.
Follow this process for every prompt engineering request:
1. Clarify the goal (if not already clear)
2. Select the right techniques Determine which techniques apply based on the request type:
| Request type | Primary techniques |
|---|---|
| Chatbot / assistant | Role/persona, system prompt split, constraint specification |
| Data extraction | Structured output (JSON), XML tags, constraint specification, give model an "out" |
| Classification | Few-shot examples (<examples> tags), structured output, conclusions-last ordering |
| Reasoning / analysis | Chain-of-thought (CoT), extended thinking, output priming |
| Multi-phase complex tasks | Prompt chaining, self-correction chain |
| Document generation | Decomposition, template pattern, output priming |
| Code gen / review | Constraint specification, structured output, CoT self-verification |
| RAG / document QA | Docs-above-query ordering, citations as anti-hallucination, give model an "out" |
| Agent / tool use | Agentic pattern, constraint specification |
| Writing a prompt from scratch | Meta-prompting — describe the task, let the model draft |
| Improving a bad prompt | Diagnose first (see Diagnostics below), meta-prompting for alternatives |
Read references/techniques.md for full technique details and examples (including Prompt Chaining). Read references/claude-specifics.md when targeting Claude specifically (XML tags, critical long-context ordering, extended thinking, system vs human split, prompt injection defense). Read references/prompt-types.md for ready-to-adapt templates for common prompt categories (including RAG, Prompt Chaining, Agentic).
3. Draft the prompt
4. Deliver and offer iteration Present the finished prompt in a code block. Briefly explain key design choices (1-3 sentences). Offer to:
Before delivering any prompt, verify:
[PLACEHOLDER] or {{placeholder}}When a user brings an underperforming prompt, diagnose before prescribing:
Hallucination / making things up
Wrong format / structure
Inconsistent results
Too long / too short
Wrong tone
Ignoring part of the instructions
Reasoning errors
Present the final prompt in a fenced code block:
[FINAL PROMPT HERE]Then add a short Design notes section (2-4 bullets) explaining the key choices made.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.