惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
S
SegmentFault 最新的问题
量子位
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 司徒正美
博客园 - Franky
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
B
Blog RSS Feed
C
Check Point Blog
The Cloudflare Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
V
Visual Studio Blog
V
V2EX
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 聂微东
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
AI Skills Represent Dangerous New Attack Surface, Says Tr...
2026-02-12 · via www.infosecurity-magazine.com

Photo of Phil Muncaster

The so-called “AI skills” used to scale and execute AI operations are dangerously exposed to data theft, sabotage and disruption, TrendAI has warned.

The newly named business unit of Trend Micro explained in a report published this week that AI skills are artifacts combining human-readable text with instructions that large language models (LLMs) can read and execute.

“AI skills encapsulate everything, from elements like human expertise, workflows, and operational constraints, to decision logic,” the report explained. “By capturing this knowledge into something executable, AI skills enable organizations to achieve scalability and knowledge transfer at previously unattainable levels.”

Examples of this approach are Anthropic’s Agent Skills, GPT Actions by OpenAI and Copilot Plugin by Microsoft.

Read more on AI threats: AI Security Threats Loom as Enterprise Usage Jumps 91%.

In this way, these artifacts could support use of AI for trading in financial services, enhanced service delivery in the public sector, or content generation in the media sector, TrendAI said.

However, these skills also pose a risk to enterprise security because they may expose customer/proprietary data, and decision-making logic.

“If an attacker gains access to the logic behind a skill, it can give them substantial opportunity for exploitation,” the report warned. “An attacker might also simply decide to trade or leak acquired data, thus exposing sensitive organizational information.”

With access to operational data and business logic, adversaries could disrupt public services, sabotage manufacturing processes, steal patient data, and much more.

AI-Enabled SOCs Face Rising Risks

The risks for these attack scenarios are particularly acute for AI-enabled SOCs.

Threat actors could identify and exploit detection blind spots in a SOC. Injection attacks are a major challenge in this regard, the TrendAI report claimed.

“AI skills mix user-supplied data with user-supplied instructions, and skill definitions might also mix both data and instructions and can reference external data sources,” TrendAI explained.

“This combination of data and executable logic creates an ambiguity, which in turn makes it difficult for defense tools – and even the AI engine itself – to safely differentiate between genuine analyst instructions and attacker-supplied content. Hence, the inability to defend against injection attacks.”

Principles for Securing AI Skills

The challenge for network defenders is that many of their security tools are unable to effectively detect, analyze and mitigate threats from unstructured text data, which AI skills are.

To help these teams, the report outlined a new eight-phase kill chain model specific to AI skills, and where there are new opportunities to detect malicious activity. It recommended running skills integrity monitoring, looking for SOC logic manipulation, and hunting for execution, credential access and data flow anomalies.

Established security best practices can also help. The report concluded with the following:

  • Treat skills as sensitive IP by assessing and mitigating risk throughout the lifecycle, with proper access control, versioning and change management
  • Separate skill logic and data from untrusted user-supplied data. The latter can lead to exploitation opportunities
  • Limit execution privileges by applying least-privilege principles when designing skills, and limiting execution context to minimum-required permissions in order to prevent lateral movement
  • Test how adversaries might exploit operational logic before deployment
  • Monitor, log and audit continuously, as you should for any business process. This is especially important in AI-enabled environments where traditional security boundaries blur