Skip to content

Commit 74842f0

Browse files
feat: sync skills from supabase/agent-skills v0.1.5 (#34)
Co-authored-by: Rodriguespn <44656907+Rodriguespn@users.noreply.github.com>
1 parent 1b910c0 commit 74842f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

skills/supabase/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ When working on any Supabase task that touches auth, RLS, views, storage, or use
6969
- **Storage access control**
7070
- **Storage upsert requires INSERT + SELECT + UPDATE.** Granting only INSERT allows new uploads but file replacement (upsert) silently fails. You need all three.
7171

72+
- **Dependency and supply-chain security**
73+
- **Always pin package versions and commit lockfiles** when installing Supabase packages (`supabase-js`, `@supabase/ssr`, `supabase-py`, etc.). See the [npm security guide](https://supabase.com/docs/guides/security/npm-security.md) for the full checklist.
74+
7275
For any security concern not covered above, fetch the Supabase product security index: `https://supabase.com/docs/guides/security/product-security.md`
7376

7477
## Supabase CLI

0 commit comments

Comments
 (0)