syncfusion-javascript-license
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs users to run shell commands for environment variable configuration and license activation.
- Documentation in
SKILL.mdandreferences/license-registration.mdsuggests usingsetx(Windows) andexport(Linux/macOS) to store license keys. - It utilizes
npx syncfusion-license activateto register the license, which is a standard procedure for this vendor's packages. - It includes commands to clear local caches, such as
rm -rf node_modules/.cacheandRemove-Item -Recurse -Force node_modules\.cache. - CI/CD integration examples for GitHub Actions and Azure Pipelines demonstrate how to securely use secrets to provide these license keys to the build environment, which aligns with security best practices.
Audit Metadata