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

推荐订阅源

J
Java Code Geeks
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
WordPress大学
WordPress大学
B
Blog RSS Feed
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
C
Check Point Blog
P
Proofpoint News Feed
H
Help Net Security
月光博客
月光博客
博客园_首页
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
U
Unit 42
美团技术团队
I
InfoQ
A
About on SuperTechFans

Latest from TechRadar in Pro

VodafoneThree gets Ofcom approval to bring satellite connectivity to your smartphone Is this the tipping point for AI at work? New Gallup survey finds half of all US employees now use it in some way 'Every Apple user needs to know about this nasty scam': Fake warnings tell users their iCloud data will be… 'Makes it even more disappointing': Microsoft backs fossil fuel big time with $7 billion deal in race for AI… 'Maybe it’s not science fiction': Solar panels are causing rainwater to fall in one of the driest places… Maine becomes first US state to pass data centre construction ban Dozens of WordPress plugins hijacked to target thousands of sites Drone-killing laser weapons greenlit for use in US airspace – FAA and Defense Department say high-energy weapons are ‘ready to protect all air travelers from illicit drone use’ despite airspace restrictions and friendly-fire incidents 'We are currently being extorted' — crypto giant Kraken says it is facing extortion attack, here's… I tried 7 free MTD software – now I've ranked my top picks as a freelancer Jackery McGraw Hill becomes latest to see its Salesforce data hacked Looking for a new PC? Now might be great time to upgrade, as Gartner figures claim shipments are rising — while… The new engineering playbook: how AI design copilots are reshaping product development Farewell Surface Hub — Microsoft kills off its super-sized touchscreen displays, but you might still be able to get one if you act fast 'We have no interest in patient data in the UK': Palantir UK head defends record as criticisms rise Amazon’s new AI Bio Discovery tool can provide ‘every researcher’ with ‘lab-in-the-loop drug discovery’ – 40+ AI biology models can filter 300,000 novel antibody candidates down to the top results for testing in just weeks Over 100 Chrome Web Store extensions found stealing user data from thousands of accounts Europe wants tech sovereignty but is this realistic? Enterprise AI governance cannot live in a prompt. So where is the safety net? Why 2026 is the year of flexibility without friction: solving the multi-platform crisis OpenAI reveals its Mythos rival designed for cybersecurity pros When cyberattacks are inevitable, recovery becomes the strategy Closing the cloud complexity gap LaLiga uses AI to fight illegal streaming that costs its clubs $800m a year Intel and Google expand long-term chip partnership to power AI systems 'Chatbots respond not just to what you ask, but how you ask it': Report finds AI agents might be sucking up to… 'Smartphones have physical limitations': Report explains why AI is kickstarting a billion-dollar hardware arms… 'I’m pretty sure actually we really do not need to work for five days' Zoom CEO calls for end of traditional work schedules — says 3-day working week should become the norm 'It's more common than you think': Experts reveal how hackers are trying to hijack your inbox with these…
AI agent skills are becoming the next enterprise supply c...
Yonatan Arbe · 2026-05-13 · via Latest from TechRadar in Pro

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.