Technical Doc Generator

Security checks across malware telemetry and agentic risk

Overview

This is a straightforward documentation-generation skill that reads a project and writes generated docs, with review-worthy but expected workspace changes.

Install only if you want an agent to inspect the selected project and create documentation files. Run it on an explicit project path, keep the repo under version control, and review generated docs for secrets, internal URLs, credentials, database details, and architecture information before publishing or sending them to clients.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Medium
Confidence
94% confidence
Finding
The skill explicitly instructs saving generated documentation to `output/docs/` or `docs/` and even copying a generated README to the project root, but it does not clearly warn the user that running the skill will create or modify files in the target repository. In an agent context with `Write` and `Edit` permissions, this can lead to unexpected repository changes, accidental overwrites, noisy diffs, or modification of tracked documentation files without informed user consent.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal