subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
] try: result = subprocess.run( cmd, capture_output=True, text=True,- Confidence
- 87% confidence
- Finding
- result = subprocess.run( cmd, capture_output=True, text=True, timeout=60 )
Security audit
Security checks across malware telemetry and agentic risk
This face-reading skill is not malware, but it needs review because it encourages covert analysis of other people and handles face images without clear consent and privacy boundaries.
Install only if you are comfortable with entertainment-only face reading and can keep use consensual. Do not use it on other people’s photos or faces without permission, avoid public image URLs for private faces, do not rely on its health, personality, fortune, or mental-health claims, and review or remove the social-guide content before using it in real interactions.
]
try:
result = subprocess.run(
cmd,
capture_output=True,
text=True,65/65 vendors flagged this skill as clean.