sc-stripe — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited sc-stripe (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
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.
Status: boilerplate only. No working scripts yet.
https://api-<domain>/webhook/stripe and capture the signing secret| Var | Purpose |
|---|---|
STRIPE_SECRET_KEY | sk_test_... or sk_live_... (server-side) |
STRIPE_PUBLISHABLE_KEY | pk_test_... or pk_live_... (client-side) |
STRIPE_WEBHOOK_SECRET | whsec_... — captured after webhook registration |
sc-stripe/
├── SKILL.md
└── scripts/
├── products.js # idempotent product/price upsert from config
├── webhook.js # register endpoint, capture whsec
├── portal.js # customer portal config
└── restricted-key.js # least-privilege key for runtimehttps://api.stripe.com/v1Authorization: Bearer <STRIPE_SECRET_KEY> + Stripe-Version: 2024-12-18.acaciaapplication/x-www-form-urlencoded, NOT JSON.Idempotency-Key: <uuid> header to avoid duplicate products on retry.sc-convex for payments schema + http.ts /webhook/stripe route example.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.