Open Source Alternatives LogoOpen Source Alternatives
AlternativesBlogAdvertise
Open Source Alternatives LogoOpen Source Alternatives

Stay Updated

Subscribe to our newsletter for the latest news and updates about Alternatives

Open Source Alternatives LogoOpen Source Alternatives

Handpicked Open Source Alternatives to Paid Softwares

Product
  • Categories
  • Tag
  • Advertise
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Alternatives
  • Claude Code
  • Jira
  • Notion
  • Slack
  • Linear
  • Wispr Flow
  • All alternatives
Copyright © 2026 All Rights Reserved.
Home/Categories/Security & Monitoring/SkillSpector
icon of SkillSpector

SkillSpector

Open source alternative to Lasso Security

Secure AI agent skills before installation with static and optional LLM analysis for prompt injection, exfiltration, and supply-chain risks.

17.5K starsPythonApache-2.0Active this week
Visit websiteGitHub repo
image of SkillSpector
Contents
  1. 01Who SkillSpector is for
  2. 02The problem it solves
  3. 03How it solves it
  4. 04Strengths and trade-offs
  5. 05SkillSpector vs alternatives
  6. 06Quick start
  7. 07Tech stack
  8. 08FAQ
  9. 09Similar open-source tools
TL;DR

SkillSpector is a security scanner for AI agent skills that detects vulnerabilities and malicious patterns. It provides a two-stage analysis with live vulnerability lookups and multiple output formats. This tool helps ensure that AI skills are safe to install and use.Apache-2.0 · Python · 17.5K stars · Active this week

who it's for

Who SkillSpector is for#

Developers

Ensure the safety of third-party AI skills before integration.

Skip if:

Skip if only using trusted internal skills.

Security Analysts

Assess and report on the security posture of AI agent skills.

Skip if:

Skip if no AI skills are being evaluated.

the problem

The problem it solves#

The project helps solve the problem of identifying vulnerabilities and malicious patterns in AI agent skills before they are installed, ensuring user safety and security.

how SkillSpector solves it

How it solves it#

Multi-format Input

Scan Git repos, URLs, zip files, directories, or single files.

64 Vulnerability Patterns

Detect vulnerabilities across 16 categories including prompt injection and data exfiltration.

Two-stage Analysis

Combine fast static analysis with optional LLM semantic evaluation.

Live Vulnerability Lookups

Query OSV.dev for real-time CVE data with automatic offline fallback.

Multiple Output Formats

Generate reports in Terminal, JSON, Markdown, and SARIF formats.

Risk Scoring

Provides a score from 0-100 with severity labels and recommendations.

strengths · trade-offs

Strengths and trade-offs#

Strengths

  • Comprehensive DetectionIdentifies a wide range of vulnerabilities across various categories.
  • Real-time DataUtilizes live vulnerability lookups for up-to-date security information.
  • Flexible UsageSupports multiple input formats and output report types.
  • User-friendlyProvides clear recommendations based on risk scoring.

Trade-offs

  • -Static Analysis LimitationsStatic analysis may miss vulnerabilities that only manifest during runtime.
  • -Language SupportMay not effectively analyze non-English content.
  • -Image-based AttacksCannot analyze text in images or encrypted/binary code.
versus alternatives

SkillSpector vs alternatives#

SkillSpector vs Snyk Code

SkillSpector and Snyk Code both scan for security risk, but they target different surfaces. SkillSpector focuses on AI agent skills before installation; Snyk Code focuses on application source code security across developer workflows.

FeatureSkillSpectorSnyk Code
LicenseApache-2.0Proprietary service with free and paid plans
Primary targetAI agent skills, skill repositories, zip files, directories, and individual skill filesApplication source code in IDEs, repositories, and CI/CD workflows
Analysis styleStatic checks plus optional LLM semantic analysisSAST scanning with prioritization and automated fix guidance
Vulnerability dataUses OSV lookups for live CVE data with offline fallbackUses Snyk's managed code security engine and workflow integrations

Choose SkillSpector when the risk is installing an agent skill that may contain prompt injection, data exfiltration, excessive agency, MCP tool abuse, or other agent-specific behavior. Its scanner understands the skill format and reports risk in terminal, JSON, Markdown, and SARIF formats.

Choose Snyk Code when the goal is broader application security scanning across a development team. It fits IDE, repository, and pull request workflows better than a skill-specific scanner. SkillSpector is the focused pre-installation check for agent skills; Snyk Code is the managed SAST workflow for application code.

install · quick start

Quick start#

bash
# Local Python install
git clone https://github.com/NVIDIA/skillspector.git
cd skillspector
uv venv .venv && source .venv/bin/activate
make install

# Docker self-hosted scan
make docker-build
docker run --rm -v "$PWD:/scan" skillspector scan ./my-skill/ --no-llm
tech stack · detected from GitHub

What it's built on#

Languages
PythonTypeScript
Infrastructure
AWS
frequently asked

FAQ#

What types of files can SkillSpector scan?

SkillSpector can scan Git repositories, URLs, zip files, directories, and single files.

How does SkillSpector determine risk scores?

Risk scores are calculated based on the severity of detected vulnerabilities, with higher scores indicating greater risk.

Can I use SkillSpector without Python?

Yes, SkillSpector can be run using Docker without needing to install Python.

also worth a look

Similar open-source tools#

ASC

ASC

Zero-overhead Android decompiler for mobile security researchers

1.6KPythonApache-2.0
Claude-Red

Claude-Red

78 offensive security skills for Claude, drop-in and MIT licensed

6.2KPythonMIT
pentagi

pentagi

Autonomous AI agents for hands-free penetration testing

24.7KGoMIT
reverse-skill

reverse-skill

AI skill router for reverse engineering and penetration testing

36.6KPowerShellMIT
Doberman-Core

Doberman-Core

Runtime guardrails that gate every AI agent tool call

277PythonApache-2.0
jentic-one

jentic-one

Self-hosted API broker that keeps AI agent credentials secure

179PythonApache-2.0

Repository

Stars
17.5K
Forks
1.5K
License
Apache-2.0
Latest
v2.11.2
Last commit
3 days ago
Last verified
Sep 17, 2026
Repo
NVIDIA/SkillSpector ↗

Additional details

Language
Python
Open issues
131
Contributors
75
First release
2026

Categories

Security & MonitoringAI & Machine Learning

Tags

SecurityAI AgentsDeveloper Tools