Dynamic import via __import__()
- Category
- Dangerous Code Execution
- Content
item["msg"] = "脚本不存在" else: try: mod = __import__(s) v = getattr(mod, "VERSION", None) if v: item["status"] = "ok"- Confidence
- 84% confidence
- Finding
- mod = __import__(s)
Security checks across malware telemetry and agentic risk
This is a real image-prompt toolkit, but it includes prompt-safety bypass helpers and several under-scoped data, credential, and persistence behaviors that warrant review before installation.
Install only if you are comfortable with a prompt toolkit that can send prompts/images to external providers, use API keys from your environment, fetch remote image URLs, and persist creative material locally. Avoid using the safety_lint or polish features to bypass provider rules, run the Web UI on localhost only, do not set custom ANTHROPIC_BASE_URL unless you trust the endpoint, and review or delete ~/.huo15 and any Obsidian exports if prompts or reference images are sensitive.
item["msg"] = "脚本不存在"
else:
try:
mod = __import__(s)
v = getattr(mod, "VERSION", None)
if v:
item["status"] = "ok"VirusTotal findings are pending for this skill version.