@@ -23,7 +23,7 @@ SkillSpector is part of the [NVIDIA Verified Skills pipeline](https://docs.nvidi
2323## Features
2424
2525- ** Multi-format input** : Scan Git repos, URLs, zip files, directories, or single files
26- - ** 69 vulnerability patterns** across 17 categories: prompt injection, data exfiltration, privilege escalation, supply chain, excessive agency, output handling, system prompt leakage, memory poisoning, tool misuse, rogue agent, anti-refusal, trigger abuse, dangerous code (AST), taint tracking, YARA signatures, MCP least privilege, and MCP tool poisoning
26+ - ** 70 vulnerability patterns** across 17 categories: prompt injection, data exfiltration, privilege escalation, supply chain, excessive agency, output handling, system prompt leakage, memory poisoning, tool misuse, rogue agent, anti-refusal, trigger abuse, dangerous code (AST), taint tracking, YARA signatures, MCP least privilege, and MCP tool poisoning
2727- ** Two-stage analysis** : Fast static analysis + optional LLM semantic evaluation
2828- ** Live vulnerability lookups** : SC4 queries [ OSV.dev] ( https://osv.dev ) for real-time CVE data with automatic offline fallback
2929- ** Multiple output formats** : Terminal, JSON, Markdown, and SARIF reports
@@ -353,7 +353,7 @@ claude mcp add skillspector -- skillspector mcp
353353
354354## Vulnerability Patterns
355355
356- SkillSpector detects ** 69 vulnerability patterns** across 17 categories:
356+ SkillSpector detects ** 70 vulnerability patterns** across 17 categories:
357357
358358### Prompt Injection (6 patterns)
359359
@@ -391,7 +391,7 @@ SkillSpector detects **69 vulnerability patterns** across 17 categories:
391391| PE2 | Sudo/Root Execution | MEDIUM | Invoking elevated system privileges |
392392| PE3 | Credential Access | HIGH | Reading SSH keys, tokens, passwords |
393393
394- ### Supply Chain (7 + patterns)
394+ ### Supply Chain (9 + patterns)
395395
396396| ID | Pattern | Severity | Description |
397397| ----| ---------| ----------| -------------|
@@ -402,6 +402,7 @@ SkillSpector detects **69 vulnerability patterns** across 17 categories:
402402| SC5 | Abandoned Dependencies | MEDIUM | Unmaintained packages without security updates |
403403| SC6 | Typosquatting | HIGH | Package names similar to popular packages |
404404| SC8 | Shipped Python Bytecode | HIGH | ` __pycache__ ` / ` .pyc ` present (discovery skips; malicious bytecode bypass) |
405+ | SC9 | Concealed Executable Artifact | HIGH | Executable nested in a document container or hidden/disguised artifact |
405406
406407### Excessive Agency (4 patterns)
407408
0 commit comments