completion-sequence — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited completion-sequence (Agent Skill) and scored it 87/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 1 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 2 flagged
The text {match} is the classic direct prompt-injection phrasing. Placed in a skill body that the agent reads as trusted instructions, it tries to make the agent abandon its prior rules and follow whatever comes next — a full system-prompt override.
ignore/disregard/forget … previous instructions sentence.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.
Today: !date "+%Y-%m-%d" Branch: !git branch --show-current 2>/dev/null Staged changes: !git diff --cached --stat 2>/dev/null || echo "(nothing staged)" Last commit: !git log -1 --oneline 2>/dev/null Unpushed commits: !git log --oneline @{u}..HEAD 2>/dev/null || echo "(no upstream or no commits ahead)"
echo "=== Changed file types ==="
git diff --cached --name-only 2>/dev/null | sed 's/.*\.//' | sort | uniq -c | sort -rn || echo "(no staged changes)"
echo ""
echo "=== Files changed (unstaged + staged) ==="
git diff --name-only HEAD 2>/dev/null | head -20You are running the post-change completion sequence. Read checklist.md in this skill folder for the full checklist.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.