Back to skill

Security audit

ia-rust-systems

Security checks across malware telemetry and agentic risk

Overview

This is a Rust guidance skill with no executable install behavior, though one Axum error-handling example should be reviewed before copying.

Safe to install as Rust development guidance, but review the Axum error-handling snippet before using it in a real service; internal database or anyhow errors should be logged server-side and replaced with a generic client-facing message.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • 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
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Intent-Code Divergence

Medium
Confidence
99% confidence
Finding
The example `IntoResponse` implementation claims internal messages are not leaked, but it serializes `self.to_string()` into the client response for every error variant, including `Sqlx` and `Other`. That can expose database details, query failures, internal service errors, or other sensitive implementation information that helps attackers enumerate internals or refine exploitation.

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.