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

推荐订阅源

A
About on SuperTechFans
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
I
InfoQ
C
Check Point Blog
IT之家
IT之家
MyScale Blog
MyScale Blog
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
Last Week in AI
Last Week in AI
GbyAI
GbyAI
P
Proofpoint News Feed
量子位
Stack Overflow Blog
Stack Overflow Blog
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
B
Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
云风的 BLOG
云风的 BLOG

Latest from TechRadar in Security

Robots are fighting wars and helping to quash riots — China is arming riot police with squads of AI controlled drones and Ukraine wants to man the frontlines with 25,000 robots US security agency still using Mythos despite ban – government using new security tool despite Pentagon's… Struggling to launch Teams? Microsoft recalls update causing failed startup and infinite loading loops –… How to meaningfully measure the effectiveness of cyber resilience 'We've identified a security incident': Vercel breach confirmed after hackers claim stolen data for sale… How EU organizations can turn sovereign cloud theory into action 'Update immediately': 60,000 WordPress websites at risk after experts discover flaw that allows hackers to… 'They mopped the floor with me and pulled every childish game they could': Disgruntled researcher releases second major Windows zero-day — claims Microsoft 'would ruin my life, and they did' 'As threats evolve, Gemini keeps our defenses one step ahead': Google claims its AI helped it block over 8.3… Cisco tells Webex users to patch critical security flaws immediately, as experts find its Wi-Fi boxes may be filling their disks with undeletable data every day Microsoft experts warn North Korean attackers target macOS users with 'a highly reliable infection chain' to steal passwords, financial data and more — here's how to stay safe Solving the shadow IT crisis in travel Agentic swarms will change how everyone uses AI – but how can organizations deploy them securely? Europol launches Operation PowerOFF — warns 75,000 DDoS users and takes down 53 domains China completes testing on ‘deep-sea electro-hydrostatic actuator’ capable of slicing undersea cables as deep as 3.5 kilometers – new compact subsea vessel testing bridges the ‘last mile’ and could deploy in 2026 Many are still leaving the door open': Security experts warn FIFA World Cup partners could be putting customers at… 'Anyone with $10 could have walked straight through': Report warns this legit-looking software is actually… An ancient Microsoft Excel security flaw could let hackers hijack your entire system, so patch now 'This is not a traditional coding error': Experts flag potentially critical security issues at the heart of Anthropic's MCP, exposes 150 million downloads and thousands of servers to complete takeover Your OpenClaw agents can empty your inbox and leak your data. Here's how to secure them Russia hits European thermal power plant in attempted ‘destructive’ cyberattack – Pro-Kremlin hackers are engaging in ‘riskier and more reckless behavior’ in latest attempt to cripple Western critical infrastructure The war in Iran is reaching cyberspace - here’s how to prepare Millions of hotel goers may have been exposed after hackers steal data and leak it on Telegram 'Every Apple user needs to know about this nasty scam': Fake warnings tell users their iCloud data will be… Dozens of WordPress plugins hijacked to target thousands of sites 'We are currently being extorted' — crypto giant Kraken says it is facing extortion attack, here's… McGraw Hill becomes latest to see its Salesforce data hacked Over 100 Chrome Web Store extensions found stealing user data from thousands of accounts OpenAI reveals its Mythos rival designed for cybersecurity pros When cyberattacks are inevitable, recovery becomes the strategy
AI agent skills are becoming the next enterprise supply c...
Yonatan Arbe · 2026-05-13 · via Latest from TechRadar in Security

AI agents are crossing a threshold: they’re no longer confined to experiments or copilots in a single tool; they’re increasingly embedded in everyday engineering work, from writing and reviewing code to helping handle incidents, deploying changes, producing documentation, and automating operational playbooks.

As adoption accelerates, one mechanism is emerging as the quickest way to define an agent’s behavior in repeatable, shareable form: agent skills.

Developer Advocacy Lead at JFrog.

In many teams, skills are small, portable bundles - often just files that combine prompts, scripts, and lightweight orchestration.

They’re easy to copy, adapt, and plug into different workflows, which is exactly why they’re spreading so fast. But that same frictionless distribution is also what turns skills into an enterprise security and governance issue.

Once a skill can call tools, execute automation, and interact with sensitive environments, it stops being “just instructions.” It becomes a functional dependency - one that can influence systems and data in real time.

Enterprises have seen this pattern before with open-source packages: rapid reuse, unclear ownership, hidden transitive risk, and security incidents that trace back to something no one realized they were running.

Agent skills are heading down the same road - with one crucial difference: they don’t merely ship with your software; they can actively operate it.

Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!

From organizational know-how to reusable skills

At their best, skills solve a real enterprise problem: they help organizations codify repeatable “how we do things” knowledge.

Instead of relying on institutional memory scattered across Slack threads, runbooks, and tribal know-how, teams can package best practice into reusable units: a deployment workflow, a commit style guide, a standard incident-response flow, a compliance checklist that maps to your internal controls, or a data-handling procedure for regulated environments.

Skills also help agents work efficiently. Unlike chat-level prompts that need to be repeated (and waste tokens), skills can be loaded on demand and used with progressive disclosure: keeping the agent fast while letting it pull in deeper context, referenced files, or bundled code only when needed.

This is why adoption is accelerating. Enterprises are pulling skills from public repositories, adapting them to internal workflows, and building proprietary skills in-house. In practice, skills are becoming the community “packages” of an emerging agent ecosystem.

The governance problem: trust, provenance, and privilege

The challenge is simple: skills can be powerful, and power without governance scales risk.

A skill might run with the same privileges as the user or process invoking it. That can mean access to source code, production logs, secrets, customer data, or deployment systems. Even when a skill isn’t intentionally malicious, it can violate policy, create compliance exposure, or cause unintended operational impact.

As skills proliferate, organizations start asking the same questions they ask about open-source dependencies - but many don’t yet have the tooling or processes to answer them:

● Who authored this skill, and is that identity trustworthy?

● What version is this, and is it current?

● Has it been reviewed, scanned, or approved?

● Does it contain unsafe instructions or hidden behaviors (including prompt-level manipulation)?

● Does it request excessive permissions for what it claims to do?

● Where is the single source of truth that tells us what skills are in use across teams?

Without clear answers, skills turn into a new class of unmanaged dependency - creating a form of “Shadow AI” inside engineering organizations: agent behaviors that affect systems and data but sit outside normal governance and security oversight.

Why distribution matters: fragmentation creates governance gaps

Right now, skill distribution is fragmented.

Pulling skills directly from GitHub can work for experimentation but governing that flow at scale is difficult. Other platforms may offer convenience, but enterprise requirements quickly surface: strict version control, clear ownership, auditability, and consistent policy enforcement.

Some coding agent environments also offer private marketplaces for skills. But those approaches often come with a strategic limitation: they tightly couple skill management to a single vendor’s development environment.

That can create a long-term governance challenge - a walled garden where switching tools forces teams to rebuild their skills system of record, re-establish approvals, and recreate controls.

For teams operating at scale, vendor-tied skill management makes it harder to:

● Enforce version pinning between projects (Project A uses v1, Project B uses v2),

● Share approved skills across different agent tools and automation contexts,

● Maintain consistent governance across the wider software delivery toolchain.

What “enterprise-grade skill governance” should look like

If skills are becoming software dependencies, then enterprises need to treat them like software assets.

That means putting them under the same disciplines organizations already apply to code and packages:

● A single source of truth for skills used across the organization

● Strong metadata and versioning so teams can find, reuse, and update safely

● Security scanning to detect malicious code, compromised dependencies, unsafe behaviors, and instruction-level manipulation

● Provenance and integrity controls (e.g., cryptographic signing and attestations) so teams can verify what they’re installing is what was reviewed

● Zero-trust consumption where install/usage can validate policy and integrity, rather than assuming everything is safe

● Auditability and ownership so organizations can answer “who approved this?” and “where is it used?” quickly

The goal isn’t to slow teams down. The goal is to keep the low-friction developer experience that made skills popular, while adding the controls that make them safe to scale.

Autonomy requires control

Agent-driven workflows will increasingly sit on critical paths: software delivery, security response, compliance processes, and operational automation. Skills unlock real leverage - but unmanaged skills create a new attack surface and a new governance gap.

Enterprises don’t need to abandon skills. They need to professionalize them: treat skills as governed, first-class assets with visibility, version control, and security oversight.

Because as agents become more autonomous, the question won’t be whether your organization uses skills, it’ll be whether you can prove the skills shaping your agents are trustworthy.

We've listed the best online cybersecurity courses.

This article was produced as part of TechRadar Pro Perspectives, our channel to feature the best and brightest minds in the technology industry today.

The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: https://www.techradar.com/pro/perspectives-how-to-submit

Developer Advocacy Lead at JFrog.