bc-security
Installation
SKILL.md
BigCommerce Security
Before writing code
Fetch live docs:
- Web-search
site:developer.bigcommerce.com security authenticationfor auth security - Web-search
bigcommerce app security best practicesfor app security - Web-search
bigcommerce pci compliancefor PCI guidance
API Authentication Security
Token Management
- Never expose API tokens in client-side code or public repositories
- Store tokens in environment variables or encrypted secret stores
- Use separate tokens for development and production
- Rotate tokens periodically
- Use minimum required OAuth scopes (principle of least privilege)