anima-security-basics
Installation
SKILL.md
Anima Security Basics
Overview
This workflow protects the Anima and Figma credentials used by a design-to-code pipeline while keeping generated output reviewable. It applies least privilege to the design source, keeps tokens on the server, and makes secret exposure or unexpected file access a fail-closed condition.
Prerequisites
- A managed secret store and separate development, staging, and production
bindings for
ANIMA_TOKENandFIGMA_TOKEN. - An allowlist of Figma file keys and component node IDs, with an owner for each design source and a documented rotation/revocation contact.
- A non-production fixture and a disposable staging workspace for testing token scope, generated artifacts, and rollback behavior.
- Repository secret scanning and a deterministic generated-code directory; never use real customer or personal design data as the test fixture.