deapi
Warn
Audited by Socket on Sep 20, 2026
1 alert found:
SecuritySecuritycommands/embed.md
MEDIUMSecurityMEDIUM
commands/embed.md
The fragment describes a legitimate embedding workflow and contains no clear evidence of malware or sabotage. It does create a data-sharing risk by transmitting user text and an API credential to deapi.ai. Its direct interpolation of $ARGUMENTS into a shell command and JSON body is unsafe and can enable command injection or request corruption if executed without robust escaping. The code should use a safe process API, pass text as a separate argument or stdin value, and serialize JSON with a trusted encoder.
Confidence: 98%Severity: 72%
Audit Metadata