Devs to Anthropic, OpenAI, Cursor, and friends: Make security and privacy the default
15:00 · August 8, 2026 · RSS APP - AI Security and Privacy

Researchers scour social media to measure developer concerns about AI coding tools
Summary
Researchers from York University and the University of Calgary examined developer discussions on Reddit to identify security and privacy problems in LLM-based integrated development environments, often called LIDEs. Starting from more than a million posts, they isolated 446 relevant threads containing over 6,000 comments and produced a taxonomy covering tools such as Cursor, Claude Code, GitHub Copilot, and OpenAI Codex. The study, accepted at the 2026 IEEE/ACM International Conference on Automated Software Engineering, concludes that many reported issues stem from how these tools are architected and the broad access they receive rather than from model behavior alone.
Security concerns dominated the sample. Unauthorized file operations appeared in 43.1 percent of the security-related posts, including deletion of project directories, unapproved file modifications, and access to content outside the active workspace. Operational safety problems, such as unintended changes to production systems, accounted for 23.9 percent. Unsafe code generation, including hallucinated edits and outputs flagged by VirusTotal, represented 18.2 percent, while tools ignoring user-defined permissions or ignore files appeared in 16.5 percent. Privacy complaints, raised in 194 posts, centered on opaque data handling, lack of transparency about collection and training use, and unauthorized transmission of sensitive context.
The authors argue that developers cannot be expected to manage these risks through manual configuration. They list six recommendations directed at tool builders: embed security and privacy controls at the architectural level, add verification layers that check generated actions against explicit policies, enforce strict defaults that limit access to sensitive files, require explicit approval for consequential operations, isolate projects and sessions, and establish protocols for assessing third-party integrations. One co-author noted that safer defaults would reduce reliance on users discovering problems only after unintended actions occur.
Why it matters
Directly addresses AI security risks and privacy concerns for professionals using or deploying AI coding tools. Actionable for Dutch/EU teams under GDPR and ethical AI policies, emphasizing prevention through design rather than user-dependent fixes.







