subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
def run(cmd: str): print(f"$ {cmd}") subprocess.run(cmd, shell=True, check=True) def main():- Confidence
- 97% confidence
- Finding
- subprocess.run(cmd, shell=True, check=True)
Security checks across malware telemetry and agentic risk
This skill is mostly coherent for Douyin comment management, but its live browser automation can post public replies from a user’s account without a strong confirmation gate.
Install only if you are comfortable with a tool that can publish replies from your Douyin account. Use draft and dry-run modes first, review the generated JSON, keep `--max-replies` low, avoid `--force-review` unless you inspected every reply, and do not pass untrusted values into `--browser-cmd`, URL, or selector arguments. For safer operation, use a vetted local browser automation command instead of runtime `npx` and add a manual confirmation step before live sending.
def run(cmd: str):
print(f"$ {cmd}")
subprocess.run(cmd, shell=True, check=True)
def main():55/55 vendors flagged this skill as clean.