alibabacloud-data-agent-skill
Audited by Socket on Mar 30, 2026
1 alert found:
AnomalyNo explicit malicious/backdoor behavior is visible in the provided code fragment (no eval/exec, no reverse shell patterns, no direct exfiltration, no hardcoded secrets). However, it performs a meaningful supply-chain/local-file-write action by downloading server-provided artifacts to disk using a save path derived from remote metadata (rf.download_url and rf.filename). The safety of this design depends on unseen safeguards in FileManager/download_from_url (URL allowlisting/SSRF protection, strict path traversal prevention, and content handling). Recommend auditing those helper functions and enforcing filename/path sanitization and secure download policies before allowing use in sensitive environments.