workflow-fix-and-ship — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workflow-fix-and-ship (Agent Skill) and scored it 45/100 (orange). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 1 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A base64 string of 128+ characters appears in a documentation file. Encoded prompt injection hides the hostile instruction in base64 — invisible to keyword filters — and relies on the agent's ability to decode it at runtime. There is no normal authoring reason to embed a multi-hundred-byte base64 blob in skill docs.
*.sig, SIGNATURES) outside the documentation.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.
Triage → fix → verify → ship. Every step leaves evidence.
1. TRIAGE → pull Sentry + logs, reproduce locally
2. ROOT CAUSE → debug-error (isolate, identify, understand)
3. FIX → surgical change, matching tests
4. VERIFY → test-playwright (confirm fix, catch regressions)
5. PR → workflow-pr
6. POST-SHIP → deploy-verify (optional if deploy is immediate)Pull signals before touching code:
CallMcpTool(server: "plugin-sentry-sentry", toolName: "search_issues", arguments: {
"organizationSlug": "<ORG>",
"naturalLanguageQuery": "<describe the bug>",
"projectSlugOrId": "<PROJECT>",
"regionUrl": "<REGION_URL>",
"limit": 5
})Then pull Supabase logs if the bug may be data-related:
CallMcpTool(server: "plugin-supabase-supabase", toolName: "get_logs", arguments: {
"project_id": "<PROJECT_ID>",
"service": "api"
})Reproduce locally before any code change. State the exact repro steps.
Read ~/.cursor/skills/debug-error/SKILL.md and follow it.Required output: one-sentence root cause statement — "The bug is X because Y."
Rules:
Read ~/.cursor/skills/test-playwright/SKILL.md and follow it.Drive the live app through the exact repro scenario. Confirm the fix resolves it. Check that nearby flows still work (regression scope = files touched ± 1 level).
Read ~/.cursor/skills/workflow-pr/SKILL.md and follow it.PR description must include:
If deploying immediately after merge, read ~/.cursor/skills/deploy-verify/SKILL.md.
Resolve the Sentry issue after confirming the fix is live in production.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.