Back to skill

Security audit

CI/CD Pipeline Toolkit

Security checks across malware telemetry and agentic risk

Overview

This CI/CD helper is purpose-aligned and disclosed, but users should review generated deployment workflows before using them in real environments.

Install in a virtual environment, pin dependency versions for reproducible use, use least-privilege tokens for status checks, and manually review generated CI/CD files before committing them, especially anything that can deploy or publish from production branches.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • MCP Tool PoisoningHidden Instructions, Unicode Deception, Parameter Description Injection
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (4)

Missing User Warnings

Medium
Confidence
91% confidence
Finding
The skill exposes a deployment_trigger action that explicitly supports production deployments but provides no warning, guardrails, approval requirements, or confirmation flow for potentially destructive changes. In a CI/CD context, triggering deployments can directly modify live systems, so omission of safety messaging and controls increases the risk of accidental or unauthorized production impact.

Unpinned Dependencies

Low
Category
Supply Chain
Content
PyYAML>=6.0
requests>=2.28.0
python-jenkins>=1.8.0
Confidence
98% confidence
Finding
PyYAML>=6.0

Unpinned Dependencies

Low
Category
Supply Chain
Content
PyYAML>=6.0
requests>=2.28.0
python-jenkins>=1.8.0
Confidence
98% confidence
Finding
requests>=2.28.0

Unpinned Dependencies

Low
Category
Supply Chain
Content
PyYAML>=6.0
requests>=2.28.0
python-jenkins>=1.8.0
Confidence
97% confidence
Finding
python-jenkins>=1.8.0

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.