stash-supabase
Integrates CipherStash encryption with Supabase for secure data handling, enabling encrypted queries and automatic encryption on data operations.
Install this skill
or
92/100
Security score
The stash-supabase skill was audited on May 26, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 511
Webhook reference - potential data exfiltration
SourceSKILL.md
| 511 | **The dual-write rule.** Every persistence path that mutates this row writes both columns, in the same transaction, on every code branch. Insert sites, update sites, upserts, ON CONFLICT clauses, seed |
low line 76
Access to .env file
SourceSKILL.md
| 76 | process.env.SUPABASE_URL!, |
low line 77
Access to .env file
SourceSKILL.md
| 77 | process.env.SUPABASE_ANON_KEY!, |
low line 336
Access to .env file
SourceSKILL.md
| 336 | const supabase = createClient(process.env.SUPABASE_URL!, process.env.SUPABASE_ANON_KEY!) |
Scanned on May 26, 2026
View Security Dashboard