Back to skill

Security audit

Dog Slide

Security checks across malware telemetry and agentic risk

Overview

Dog Slide is a coherent presentation-generation skill with expected local file processing, optional API use, and a local preview server, but users should understand its file-moving and network behavior.

Install only if you are comfortable with a presentation tool that processes local documents, moves imported source files into its project folder, uses configured API keys with third-party image/TTS services, and can fetch web pages/images. Keep .env private, use --copy instead of --move if preserving originals matters, and avoid importing sensitive private URLs on untrusted networks.

SkillSpector

By NVIDIA

SkillSpector could not complete.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

Detected: suspicious.exposed_secret_literal, suspicious.insecure_tls_verification

File appears to expose a hardcoded API secret or token.

Critical
Code
suspicious.exposed_secret_literal
Location
example.env:16

File appears to expose a hardcoded API secret or token.

Critical
Code
suspicious.exposed_secret_literal
Location
README.md:113

HTTPS certificate verification is disabled.

Warn
Code
suspicious.insecure_tls_verification
Location
scripts/source_to_md/web_to_md.py:131