soia-pkm-alipan-curator
Audited by Socket on Aug 6, 2026
2 alerts found:
SecurityAnomaly该技能的业务目的与大部分能力总体一致,但风险主要来自两点:一是明确安装并依赖其他技能,形成未经独立验证的转安装信任链;二是示例使用 -a '*' 赋予通配工具权限,超出任务最小范围。未见明确恶意外传或窃密指令,因此更适合判为可疑/高风险技能而非确认恶意。
No direct malicious payload indicators (e.g., exfiltration, reverse shells, cryptomining) are evident in this fragment. The primary security concern is high-impact orchestration dependent on dynamic execution/trust boundaries: the companion module is executed at import time via exec_module, and the external runner path can be overridden via SOIA_ALIPAN_RUNNER, enabling arbitrary code execution if an attacker influences the environment or package contents. Overall, treat as a powerful migration controller that is safe only when the packaged companion module and the resolved runner are fully trusted and protected; otherwise the security risk is moderate to high due to potential execution hijack.