安全客August 10, 2026🇨🇳Translated from Chinese

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

A late-night live stream organized by AikerWorld and HackingClub on August 4 attracted nearly 8000 viewers and featured nine prominent Chinese security figures discussing how artificial intelligence is reshaping the white-hat ecosystem.

The event was triggered by two high-profile developments: the sudden closure of a long-running financial-sector SRC and HackerOne’s decision to replace anonymous submissions with mandatory real-name registration.

Host Hu Xiaona, 360 Group senior vice president and general manager of VulnCloud, opened the discussion by framing the SRC shutdown not as an isolated incident but as part of a broader structural shift. She noted that AI can now mass-produce vulnerabilities, driving down prices and making it harder for traditional bounty hunters to monetize routine findings.

Hu stated she has already begun guiding thousands of white hats toward AI Forward Deployed Engineer (FDE) positions, describing the role as the “last mile” that helps enterprises actually deploy and secure AI agents in production environments.

Xiong Yong, co-founder of the Hunan Cybersecurity Base, countered that AI pressure is ultimately positive because it forces organizations to treat security as a necessity rather than a compliance checkbox. He urged white hats to move beyond pure offensive work and focus on defensive engineering.

Wei Yongqiang of Kingsoft Cloud warned that devaluing white-hat submissions could push researchers toward gray or black markets, while Luo Xiong of 360 VulnCloud highlighted the difficulty of commercializing AI-security products without strong branding or sales channels.

Additional speakers who joined mid-stream included Yang Wei of ZhongAn Tianxia, external-enterprise practitioner “No Sleep Wind,” state-owned enterprise operator “Mu Zi Li,” Knownsec veteran “Black Brother,” and Hillstone Networks senior vice president Jia Yu. They collectively stressed that AI eliminates low-value, repetitive submissions, raises the bar for high-impact findings, and requires rigorous human oversight to prevent automated tools from causing production incidents such as accidental database deletion.

The panel reached consensus that the old SRC model is evolving from open crowdsourcing toward curated, real-name, invitation-only programs, and that sustainable careers now depend on combining security expertise with AI deployment and business-context skills rather than relying solely on vulnerability bounties.

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.

AntiMalwareAI Security

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

Analysts at GK Solar examined 12,000 interactions logged by the Solar Dozor DLP system across 150 large Russian organizations in finance, industry, retail, telecom, IT, and government sectors during the first half of 2026. The study found that almost 40% of employee prompts sent to public AI services included confidential data. Of those risky queries, 41% contained source code and configurations, 30% held personal, financial or other sensitive information, 18% involved intellectual property, and 11% included passwords, tokens and API keys. Development teams accounted for 43% of the incidents, commercial units for 26%, analysts and HR for 23%, and other departments for 8%. A separate survey by UCSB and Solar revealed that 42.4% of 102 organizations suspected AI-related leaks and 8.1% had already experienced real incidents, while one-third still lack dedicated controls for AI and ML systems. Solar recommends approving allowed services, enforcing access segmentation and monitoring prompt content rather than imposing outright bans.

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.