kuaishou
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected.
- [DATA_EXFILTRATION]: The skill handles authentication tokens securely by implementing a redaction mechanism. The
_redactfunction inscripts/kuaishou.pyidentifies and replaces tokens (access_token,upload_token, etc.) and environment variable values with a<redacted>placeholder before printing logs or errors to the console. - [EXTERNAL_DOWNLOADS]: Media downloads are strictly controlled. The
_assert_public_urlfunction implements comprehensive SSRF (Server-Side Request Forgery) protection by verifying URL schemes, matching hostnames against an allowlist of vendor and platform domains (cdn.acedata.cloud,kwimgs.com, etc.), and resolving IP addresses to ensure they are not private, loopback, or reserved addresses. - [COMMAND_EXECUTION]: The skill uses a Bash block in
SKILL.mdto safely locate the absolute path of its local script. The Python script uses only standard libraries and does not execute arbitrary shell commands on untrusted data. - [REMOTE_CODE_EXECUTION]: All logic is contained within the local
scripts/kuaishou.pyfile, which is executed using the local Python interpreter. There are no patterns of downloading and executing remote scripts or packages.
Audit Metadata