awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
NVIDIA avatar

NVIDIA/SkillSpector

0
View on GitHub↗
10,778 stars·873 forks·Python·Apache-2.0·30 views

SkillSpector

SkillSpector is a security scanner designed to detect vulnerabilities and malicious patterns in AI agent plugins and extensions before they are installed. It functions as a runtime guardrail that calculates numeric risk scores and assigns severity labels to provide installation recommendations or block risky external extensions.

The project distinguishes itself by using language models to perform semantic code analysis, evaluating code intent and context to reduce false positives. It also employs fingerprint-based issue suppression to track and ignore previously accepted risks across repeated scan cycles.

The tool covers software supply chain security through dependency scanning against public security databases and supports multi-source asset ingestion from local directories, remote URLs, and repositories. It provides vulnerability reporting in multiple machine-readable and human-readable formats for integration into CI/CD pipelines.

Features

  • AI Agent Vulnerability Scanners - Analyzes AI agent plugins and extensions to identify malicious patterns and security vulnerabilities before installation.
  • LLM-Based Analysis - Uses language models to perform semantic code analysis and evaluate intent to reduce false positives in vulnerability detection.
  • LLM-Powered Semantic Analyzers - Uses a language model to evaluate code semantics and reduce false positives during security analysis.
  • Security Intent Analysis - Uses large language models to evaluate code intent and context, reducing false positives in security detection.
  • CVE Dependency Scanners - Identifies known vulnerabilities in the skill dependency tree by querying public security databases.
  • Dependency Vulnerability Scanners - Identifies known vulnerabilities in third-party dependencies by querying public security databases.
  • Security Guardrails - Provides runtime guardrails that block the installation of risky AI skills based on security risk scores.
  • AI Agent Scanners - Serves as a specialized security scanner for detecting vulnerabilities and malicious patterns in AI agent skills.
  • Software Supply Chain Security - Secures the AI plugin supply chain by scanning external dependencies and remote repositories for known CVEs.
  • Asset Risk Scoring - Calculates numeric risk scores and severity levels for AI plugins to provide installation recommendations.
  • Vulnerability Dependency Mapping - Implements the process of mapping a plugin's dependency tree against public security databases to identify known vulnerabilities.
  • Static Code Analysis - Performs static analysis of plugin source code using LLMs to detect security risks without executing the code.
  • Fingerprint-Based Suppressions - Employs unique hashes to track and suppress previously accepted security risks across repeated scan cycles.
  • Multi-Source Asset Ingestion - Retrieves target code from local directories, remote URLs, or repositories for unified security processing.
  • File and URL Scans - Inspects files from remote URLs, repositories, and local directories to identify security risks in AI skills.
  • AI Application Security - Security scanner for detecting malicious patterns in AI agent skills.

Star history

Star history chart for nvidia/skillspectorStar history chart for nvidia/skillspector

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with SkillSpector

These projects share indexed features with SkillSpector. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • snyk/snyksnyk avatar

    snyk/snyk

    5,586View on GitHub↗

    Snyk is an application security testing platform designed to identify and remediate vulnerabilities across source code, open-source dependencies, container images, and infrastructure-as-code configurations. It functions as a comprehensive security workflow automation tool, utilizing a static analysis engine and dependency graph mapping to detect security flaws and license compliance issues throughout the software development lifecycle. The platform distinguishes itself through agentic workflow orchestration and an automated remediation pipeline that generates and submits pull requests to patc

    TypeScript
    View on GitHub↗5,586
  • snyk/clisnyk avatar

    snyk/cli

    5,428View on GitHub↗

    The Snyk CLI is a command-line security scanner that detects known vulnerabilities across open-source dependencies, proprietary application code, container images, and infrastructure-as-code configuration files. It also serves as a platform management tool, allowing users to configure organizations, users, SSO, and reporting from the terminal rather than the web dashboard. The CLI integrates directly into development workflows, enabling scanning within IDEs, build pipelines, and version control systems. It implements static analysis with interfile data flow analysis to find complex security f

    TypeScriptmonitorsecuritysnyk
    View on GitHub↗5,428
  • tencent/ai-infra-guardTencent avatar

    Tencent/AI-Infra-Guard

    2,971View on GitHub↗

    AI-Infra-Guard is a security scanning platform designed to detect vulnerabilities across large language model deployments, AI agent skills, and the underlying infrastructure. It functions as a security toolset for auditing source code, evaluating model robustness, and identifying insecure network configurations. The project provides a red teaming framework that uses curated attack datasets to test for jailbreak vulnerabilities and prompt injections. It also includes an infrastructure auditor that employs network fingerprinting and asset discovery to match running components against known comm

    Pythonagentagent-scanagentskills
    View on GitHub↗2,971
  • bridgecrewio/checkovbridgecrewio avatar

    bridgecrewio/checkov

    8,798View on GitHub↗

    Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as code, container images, and Kubernetes configurations. It functions as a cloud security posture tool, an SCA vulnerability scanner, and a secret scanning utility to prevent security breaches and version control leaks. The project distinguishes itself through deep graph analysis and variable resolution, allowing it to map relationships between interconnected resources and evaluate the final state of infrastructure attributes. It provides extensibility for defining custom security

    Python
    View on GitHub↗8,798
Compare all 30 related projects→

Frequently asked questions

What does nvidia/skillspector do?

SkillSpector is a security scanner designed to detect vulnerabilities and malicious patterns in AI agent plugins and extensions before they are installed. It functions as a runtime guardrail that calculates numeric risk scores and assigns severity labels to provide installation recommendations or block risky external extensions.

What are the main features of nvidia/skillspector?

The main features of nvidia/skillspector are: AI Agent Vulnerability Scanners, LLM-Based Analysis, LLM-Powered Semantic Analyzers, Security Intent Analysis, CVE Dependency Scanners, Dependency Vulnerability Scanners, Security Guardrails, AI Agent Scanners.

Which projects share features with nvidia/skillspector?

Projects with overlapping indexed features include: snyk/snyk — Snyk is an application security testing platform designed to identify and remediate vulnerabilities across source… snyk/cli — The Snyk CLI is a command-line security scanner that detects known vulnerabilities across open-source dependencies,… tencent/ai-infra-guard — AI-Infra-Guard is a security scanning platform designed to detect vulnerabilities across large language model… bridgecrewio/checkov — Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as… roave/securityadvisories — SecurityAdvisories is a software composition analysis tool and PHP security advisory database used to audit project… bodadotsh/npm-security-best-practices — This project provides a comprehensive guide for securing the software supply chain within Node.js and npm…