wrap — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited wrap (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.
Save the current coding session's context to Sprintra so the next session can resume seamlessly. This is the "save game" for development work.
Call work_sessions(method: "get_active"). If no active session, skip to summary.
Look at:
git diff --stat HEAD~5 via Bash if needed)For any stories completed during this session:
stories(method: "update", story_id: "...", status: "done")Add a comment to each completed story:
comments(method: "create", entity_type: "story", entity_id: "...", content: "Completed: [what was done, files changed, how tested]")If a feature was being worked on, save where you left off:
features(method: "save_context", feature_id: "...", where_left_off: "...", last_session_summary: "...", files_touched: [...])work_sessions(method: "end", summary: "...", files_changed: [...], stories_completed: [...], next_steps: "...")Include:
git(method: "sync")Then link commits to stories:
git(method: "link", story_id: "...", commit_hash: "...")## Session Wrapped ✓
Duration: [start time] → [now]
Stories completed: [list]
Files changed: [count]
Next steps: [what to do next time]
Context saved — next session will auto-resume.next_steps — this is the most valuable field for session continuity.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.