If you discover a security vulnerability in fgm, please report it responsibly:
- Do NOT open a public issue
- Use GitHub's private vulnerability reporting
- Include: description, steps to reproduce, potential impact
- Acknowledgment: within 48 hours
- Initial assessment: within 1 week
- Fix timeline: depends on severity
| Version | Supported |
|---|---|
| 0.1.x | ✅ |
When using fgm:
- Never commit your Figma token to version control
- Use
fgm auth loginto store tokens securely in your system keychain - If using environment variables, set
FIGMA_TOKENin your shell session, not in committed config files - The
.gitignoreincludes patterns to prevent accidental credential commits git-secretshooks are configured to catch common token patterns- Run ASP preflight before commit:
./scripts/utilities/asp-preflight.sh --staged --strict - Install ASP + git-secrets pre-commit checks:
./scripts/automation/install-asp-hooks.sh . --force - Follow repository ASP policy:
docs/security/ai-safety-policy.md