No confirmed malicious attack surface. The package exposes a user-invoked theme CLI and PostCSS plugin that process project theme files and generate local artifacts.
Static reason
No blocking static signals were detected.
Trigger
Explicit CLI command or PostCSS build using the plugin.
Impact
Expected project-local output files only; no evidence of exfiltration, remote execution, or install-time activity.
Mechanism
Local theme parsing, transformation, and artifact generation.
Rationale
Direct inspection found no lifecycle hooks or malicious behavior. The flagged dynamic import is an explicit CLI configuration-loading feature, not import-time payload execution.
Evidence
package.jsonpackages/cli/package.jsonpackages/cli/src/config.tspackages/cli/src/cli.tspackages/cli/src/commands/build.tspackages/core/src/plugin.ts