sb-health
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill is a local development utility designed to audit design system tokens. It operates entirely within the project directory and does not exhibit any malicious patterns.
- [COMMAND_EXECUTION]: The skill uses local shell scripts (
validate-design-system.sh) and Python scripts (check-property-tokens.py) to scan source files. These scripts use standard unix utilities likegrep,find, andawkto extract CSS variables and color hex codes for reporting purposes. - [EXTERNAL_DOWNLOADS]: The skill includes an optional check that runs
stylelintvianpx. The implementation uses the--noflag (npx --no -- stylelint), which ensures that the tool is only executed if it is already installed locally, preventing unexpected remote downloads during the audit. - [DATA_EXPOSURE]: The validation script records the local system username using the
whoamicommand and includes it in the generateddesign-system-health.jsonreport. This is used for metadata purposes to track when and by whom the health report was generated, which is standard practice for development audit logs.
Audit Metadata