skill-calorie
Warn
Audited by Socket on Sep 8, 2026
1 alert found:
SecuritySecuritysrc/render/help.ts
MEDIUMSecurityMEDIUM
src/render/help.ts
This module does not display explicit malicious payload behavior, but it creates a high-risk supply-chain execution pattern by generating and returning a `node -e` inline script that dynamically imports internal modules, opens a DB using environment configuration, and executes mapped functions. The most significant risk is that `argsExpr` is embedded verbatim into executable code and contains placeholder-like tokens—if any later placeholder substitution uses untrusted input, it could enable code injection or unintended execution. Additionally, the design logs returned JSON to stdout, which may expose sensitive DB/photo data depending on downstream handling.
Confidence: 56%Severity: 73%
Audit Metadata