<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/nvidia-s-new-tool-just-fixed-agent-skills-mxvfekhlw" -->

---
title: Nvidia&#x27;s New Tool Just Fixed Agent Skills | daily.dev
description: Nvidia released Skill Spectre, a CLI tool that scans AI agent skills for security vulnerabilities before installation. A study of 30,000+ agent skills found...
canonical: https://daily.dev/posts/nvidia-s-new-tool-just-fixed-agent-skills-mxvfekhlw
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Nvidia&#x27;s New Tool Just Fixed Agent Skills | daily.dev
og:description: Nvidia released Skill Spectre, a CLI tool that scans AI agent skills for security vulnerabilities before installation. A study of 30,000+ agent skills found...
og:url: https://daily.dev/posts/nvidia-s-new-tool-just-fixed-agent-skills-mxvfekhlw
og:image: https://api.daily.dev/og/posts/mxvFEkHLw.png
og:image:alt: Nvidia&#x27;s New Tool Just Fixed Agent Skills
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Nvidia's New Tool Just Fixed Agent Skills

**[AI LABS](https://daily.dev/sources/ailabs-393)** · 9 min read · 0 upvotes · 0 comments

## Summary

Nvidia released Skill Spectre, a CLI tool that scans AI agent skills for security vulnerabilities before installation. A study of 30,000+ agent skills found over 25% had security issues. The tool detects six attack categories: hidden instructions, tool impersonation via lookalike Unicode characters, misleading descriptions, credential theft, malware, and poisoned dependencies. A second AI-powered scan mode catches context-dependent threats missed by pattern matching, but it requires an OpenAI key by default — a workaround using Claude Code's headless mode avoids that cost. The post also demonstrates a full discovery workflow combining skills.sh for finding skills and Skill Spectre for vetting them before installation, turning the scanner itself into a reusable agent skill.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=KiTmBtyaeXg>

## Similar posts on daily.dev

- [Detecting Vulnerabilities in Agent Skills with SkillSpector: From Green Checkmark to Real Security Judgment](https://daily.dev/posts/detecting-vulnerabilities-in-agent-skills-with-skillspector-from-green-checkmark-to-real-security-j-u6pwwx1n8) · Towards Data Science · 1 upvotes · 0 comments
- [Auditing Agent Skills: A Threat Model for the Next Generation of AI Package Managers](https://daily.dev/posts/auditing-agent-skills-a-threat-model-for-the-next-generation-of-ai-package-managers-vxdluywso) · DEV · 9 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#ai-agents](https://daily.dev/tags/ai-agents), [#mcp](https://daily.dev/tags/mcp), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/nvidia-s-new-tool-just-fixed-agent-skills-mxvfekhlw)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Nvidia's New Tool Just Fixed Agent Skills","url":"https://daily.dev/posts/nvidia-s-new-tool-just-fixed-agent-skills-mxvfekhlw","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/nvidia-s-new-tool-just-fixed-agent-skills-mxvfekhlw"},"datePublished":"2026-06-17T15:19:18.739Z","dateModified":"2026-06-17T15:19:39.793Z","description":"Nvidia released Skill Spectre, a CLI tool that scans AI agent skills for security vulnerabilities before installation. A study of 30,000+ agent skills found...","image":"https://i.ytimg.com/vi/KiTmBtyaeXg/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/KiTmBtyaeXg/sddefault.jpg","isAccessibleForFree":true,"articleSection":"AI LABS","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"AI LABS","logo":"https://media.daily.dev/image/upload/s--UJNjhNyP--/f_auto,q_auto/v1769283201/logos/ailabs-393","url":"https://daily.dev/sources/ailabs-393"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/nvidia-s-new-tool-just-fixed-agent-skills-mxvfekhlw","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,ai-agents,mcp,claude-code","timeRequired":"PT9M","video":{"@type":"VideoObject","name":"Nvidia's New Tool Just Fixed Agent Skills","description":"Nvidia released Skill Spectre, a CLI tool that scans AI agent skills for security vulnerabilities before installation. A study of 30,000+ agent skills found...","thumbnailUrl":"https://i.ytimg.com/vi/KiTmBtyaeXg/sddefault.jpg","uploadDate":"2026-06-17T15:19:18.739Z","duration":"PT9M","url":"https://api.daily.dev/r/mxvFEkHLw","embedUrl":"https://www.youtube.com/embed/KiTmBtyaeXg"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"AI LABS","item":"https://daily.dev/sources/ailabs-393"},{"@type":"ListItem","position":3,"name":"Nvidia's New Tool Just Fixed Agent Skills"}]}
```

