Ae1
High
- Category
- analysis-evasion
- Content
> 曼格云 skill | 环节:做内容 | 底层统一底座 `wm_core.py`
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This looks like a real paid video-analysis API wrapper, but users should review it because it uploads local media to a third-party service and keeps under-disclosed local cached results.
Install only if you are comfortable sending user-supplied video files or URLs to the We-Media cloud API for processing, storing the API key locally, and keeping generated results plus cached API responses on disk. Avoid using it with confidential or regulated media unless retention and privacy terms are acceptable.
> 曼格云 skill | 环节:做内容 | 底层统一底座 `wm_core.py`
Python may load .pyc from this directory even when decoy .py sources look clean (PEP 552 UNCHECKED_HASH).
Bytecode is excluded from content analysis; a malicious .pyc can execute while source decoys remain clean.
Bytecode is excluded from content analysis; a malicious .pyc can execute while source decoys remain clean.
_v = params.get(_pk)
if (isinstance(_v, str) and not _v.startswith(("http://", "https://", "file://"))
and os.path.isfile(_v)):
params[_pk] = wm.upload_file(_v)
if pages > 1 and ep["method"].upper() == "POST":
rows = wm.paginate(key, max_pages=pages, **params)_v = params.get(_pk)
if (isinstance(_v, str) and not _v.startswith(("http://", "https://", "file://"))
and os.path.isfile(_v)):
params[_pk] = wm.upload_file(_v)
if pages > 1 and ep["method"].upper() == "POST":
rows = wm.paginate(key, max_pages=pages, **params)_v = params.get(_pk)
if (isinstance(_v, str) and not _v.startswith(("http://", "https://", "file://"))
and os.path.isfile(_v)):
params[_pk] = wm.upload_file(_v)
if pages > 1 and ep["method"].upper() == "POST":
rows = wm.paginate(key, max_pages=pages, **params)import urllib.parse import hashlib EXIT_OK, EXIT_INPUT, EXIT_AUTH, EXIT_API, EXIT_NETWORK, EXIT_TIMEOUT = 0, 2, 3, 4, 6, 124 OFFICIAL = "https://api.we-media.cn" ROOT = "https://api.we-media.cn"
No suspicious patterns detected.