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

推荐订阅源

B
Blog RSS Feed
量子位
Recent Announcements
Recent Announcements
T
The Blog of Author Tim Ferriss
美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
博客园 - 聂微东
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
U
Unit 42
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
L
LangChain Blog

Latest from TechRadar

Quordle hints and answers for Monday, April 13 (game #1540) NYT Strands hints and answers for Monday, April 13 (game #771) NYT Connections hints and answers for Monday, April 13 (game #1037) Morbid Metal developer explains why he ditched an origami art direction in favor of gritty sci-fi — 'It worked, but it didn't really feel like me' '71% of US households get routers from ISPs': Why new FCC rules could leave millions stuck with outdated,… 'The CPU is the system’s executive layer': Intel joins SambaNova as both face existential threat from… ‘More bang for your buck’: 7 easy ways to boost your MacBook Neo’s performance for free DJI Romo P vs Roborock Saros 10R — which robot vacuum comes out on top when it comes to dodging obstacles? I put… I spent 6 hours with Genshin Impact on the Galaxy S26 Ultra, and I can't believe how far mobile gaming has come What is the release date for The Testaments episode 4 on Hulu and Disney+? I reviewed the LG G6 for 3 weeks, and it's a fantastic OLED TV that's the new best option for brighter rooms Is your bird feeder camera doing more harm than good? 3 tips for using it safely as RSPB issues urgent disease warning Chelsea vs Man City Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news How to watch Alcaraz vs Sinner for FREE: TV Channels for Monte-Carlo Masters Final Sunderland vs Tottenham Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news Are these the best-designed workout headphones ever? I used them for a month to find out How to watch Snooker 900 John Virgo online (it's free) – stream O'Sullivan vs Higgins anywhere I've only just discovered the Walk With Frodo app on Garmin's Connect IQ store — and as as a huge LOTR nerd, it's going to make the next 1,800 miles fly by 'Just not sustainable': Why your monthly £25 broadband internet bill could soon hit £45 How to watch Paris-Roubaix 2026: Free Streams & TV Info as Tadej Pogacar chases third Monument How to watch Euphoria season 3 online – stream Zendaya & Sydney Sweeney drama from anywhere today '$15K bill destroyed a solo developer’s startup': How hackers are using leaked Google API keys to… There's a sneaky way to watch UFC 327 really cheap... NYT Connections hints and answers for Sunday, April 12 (game #1036) NYT Strands hints and answers for Sunday, April 12 (game #770) Quordle hints and answers for Sunday, April 12 (game #1539) Amazon's Ring cameras are the perfect solution to secure your home on a budget — shop today's best deals… I've tested every iPhone since the iPhone 12, and Ceramic Shield 2 is the first iPhone glass I fully trust UFC 327 live stream: how to watch Procházka vs Ulberg, start time, preview, full card We're officially getting the DJI Pocket 4 on April 16, but here's how Insta360 could beat it
AI agent skills are becoming the next enterprise supply c...
Yonatan Arbe · 2026-05-13 · via Latest from TechRadar

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.