No confirmed malicious attack surface. The CLI reads project theme/config files and writes generated theme artifacts only after an explicit command or PostCSS invocation.
Static reason
No blocking static signals were detected.
Trigger
User runs the theme CLI or invokes the PostCSS plugin/compiler.
Impact
Expected project-local reads and generated CSS/JSON/types/docs writes; no exfiltration or install-time execution.
Mechanism
Local theme compilation, configuration loading, and artifact generation.
Rationale
Source inspection shows a PostCSS theme compiler and explicit CLI, with no lifecycle execution or concrete malicious behavior. The dynamic import is limited to user-project configuration loading initiated by the CLI.
Evidence
package.jsonpackages/cli/package.jsonpackages/cli/src/config.tspackages/cli/src/cli.tspackages/core/src/compiler.tspackages/core/src/plugin.tspackages/cli/src/commands/build.tspackages/cli/src/commands/artifacts.ts