From juicebox-pack
Applies Juicebox security best practices: API keys in .env, data privacy/GDPR compliance, encryption, retention policies, and checklists for recruiting SaaS integrations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/juicebox-pack:juicebox-security-basicsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
# .env (never commit)
JUICEBOX_API_KEY=jb_live_...
# .gitignore: .env
See juicebox-prod-checklist.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin juicebox-packProvides Juicebox data classification, GDPR compliance with TypeScript delete/export functions, privacy checklist, and resources. Auto-activates on 'juicebox data privacy' or 'juicebox gdpr'.
Secures Clay integrations with API key storage in secrets managers, webhook signature verification via Node.js middleware, and provider credential isolation.
Applies BambooHR security practices for API key management, webhook HMAC verification, and PII handling in integrations.