style-master
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- General Security Posture (SAFE): The skill focuses on frontend styling analysis. No high-risk operations such as network requests, credential access, or shell command execution were detected.
- Data Access (SAFE): The scripts
suggest_improvements.pyandvalidate_consistency.pyusepathlib.Path.rglobto locate.cssfiles. This is a standard and safe way to perform static code analysis on a local project. - Dependency Analysis (SAFE): The skill does not define any external Python or Node.js dependencies, reducing the risk of supply chain attacks.
- Indirect Prompt Injection (SAFE): While the skill ingests content from CSS files (untrusted data), it lacks any exploitable capabilities (such as
subprocess,eval, or file-write) that could be triggered by malicious CSS content. The output is limited to standard console print statements. - Code Quality (SAFE): Note that
suggest_improvements.pyattempts to use theremodule without an import statement. This will result in aNameErrorat runtime but does not represent a security vulnerability.
Audit Metadata