AntiMalwareAugust 10, 2026🇷🇺Translated from Russian

Nearly 40% of Employee Queries to Public AI Services Contain Corporate Secrets

Analysts at GK Solar have found that nearly 40% of employee interactions with public AI services contain confidential corporate information. The conclusion is based on analysis of 12,000 interactions captured during pilots of the Solar Dozor DLP system across 150 large organizations in the financial, industrial, retail, telecom, IT and public sectors during the first half of 2026.

Researchers examined text prompts, copied fragments, uploaded files and attempts to send data to external AI services. Among the queries that included sensitive information, 41% contained source code and system configurations, 30% included personal, financial and other sensitive data, 18% involved intellectual property objects, and the remaining 11% consisted of passwords, tokens and API keys.

Development teams were responsible for 43% of these events. Engineers sent code, error logs and technical descriptions to AI tools for debugging, refactoring and test generation, inadvertently exposing details of internal architecture and systems. Commercial divisions contributed another 26% of risky prompts, which often contained negotiation histories, deal terms, customer databases, contracts and CRM materials.

Analysts, marketers, HR and finance specialists accounted for 23% of incidents, while other departments made up the remaining 8%. A parallel survey conducted by UCSB and Solar showed that 42.4% of 102 respondent companies suspected leaks through AI services and 8.1% had already recorded confirmed incidents. At the same time, one-third of organizations still do not apply any specialized protection measures for AI and ML systems.

Solar considers a complete ban on public neural networks unrealistic. Instead, the company advises organizations to approve permitted services, segment access rights and monitor the content of requests to prevent corporate AI assistants from becoming overly talkative external employees.

Related articles

HabrAI Security

Anthropic Claude Code Auto Mode Launches August 14 with Local Classifier and Permission Rules

Starting August 14, Claude Code will run in auto mode on new sessions for Pro, Max, and Team plans, replacing the allow/deny dialog with a local classifier that evaluates every tool call. The classifier rules are stored locally and contain 103 categories across allow, soft_deny, hard_deny, and environment sections, with the single hard_deny rule focused on data exfiltration spanning over 5,000 characters. Enterprise, API, Bedrock, Vertex, and Foundry deployments remain on opt-in for another month. Auto mode pauses after three consecutive blocks or twenty blocks in a session, and broad allow rules such as python:* are disabled while narrow permissions continue to function. Administrators should populate the twenty environment fields, currently only one-third configured on clean machines, before the rollout date.

HabrAI Security

Securing OpenClaw and Hermes AI Agents on One VPS: Hardening Lessons from Docker, SSH, and Prompt Injection Risks

A detailed case study examines the challenges of running OpenClaw and Hermes AI agents together on a single VPS, connected via an SSH channel with forced commands. The author deployed OpenClaw as an orchestrator handling Telegram messages and Hermes as an executor for heavy tasks inside its own Docker sandbox. Multiple security misconfigurations were discovered, including Docker publishing ports directly to 0.0.0.0, ufw being removed during iptables-persistent installation, and repeated resets of gateway.bind to lan. The built-in security audit revealed a critical issue where Telegram groups allowed arbitrary command execution without an allowlist. Additional risks included context file injection that could propagate through the ACP bridge and UID conflicts caused by cloud image defaults. The experience highlights that AI agents require strict least-privilege controls because they interpret arbitrary text as potential instructions.

安全客AI Security

AI Disrupts White Hat Ecosystem: 8000 Viewers Join Live Debate on SRC Closures and Security Industry Future

A live stream hosted by AikerWorld and HackingClub drew nearly 8000 viewers as nine security experts debated the impact of AI on white hat communities following the closure of a major financial sector SRC and HackerOne's shift to mandatory real-name submissions. Hu Xiaona, founder of the communities and 360 VulnCloud executive, described the changes as a structural wave that devalues routine vulnerability submissions while pushing practitioners toward AI Forward Deployed Engineer roles. Xiong Yong argued that AI lowers attack costs yet forces enterprises to treat security as essential rather than optional. Other speakers including Yang Wei, Wei Yongqiang, and Jia Yu examined pricing pressure, the need for human oversight during AI-driven testing, and the cyclical nature of security budgets. The discussion converged on the view that AI eliminates low-skill tool-based hunting but elevates complex research and defensive engineering skills. Participants highlighted risks such as un-audited AI actions deleting production data and warned that SRC platforms are moving from open crowdsourcing to curated, real-name models.

HabrAI Security

Adam Shostack Presents PHANTOM-B Threat Modeling Framework for LLMs at Black Hat USA

Security expert Adam Shostack introduced the PHANTOM-B framework during his Black Hat USA talk titled Threat Modeling LLMs: The PHANTOM-B Approach. The framework adapts classic threat modeling principles to large language models while avoiding duplication of existing security engineering practices such as STRIDE. It centers on eight focused threats including prompt injection, hallucination, anthropomorphization, non-explainability, training issues, overreliance, missing security engineering, and bias. PHANTOM-B was developed after clients requested a practical, low-overhead tool that complements rather than replaces established catalogs from OWASP, MITRE, and NIST. The approach uses the enduring Four Question Framework and fits on a wallet card under a Creative Commons license. It has already been tested with hyperscalers and major banks facing intense pressure to ship AI features quickly.