Back to skill

Security audit

knowledge-card-generator

Security checks for vulnerabilities and agentic risk

Overview

This is a coherent image-generation helper that sends user-provided prompts and images to a third-party API, with no hidden local persistence or destructive behavior found.

Before installing, treat this as a third-party cloud image-generation integration. Do not send confidential prompts, private images, secrets, or regulated data unless you trust the DeepNLP/Craftsman service and its data handling. Prefer the explicit curl example if you want to avoid running the unpinned npx CLI package.

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

Missing User Warnings

Medium
Confidence
93% confidence
Finding
The skill documentation explicitly instructs users to send arbitrary prompts and uploaded image references to a third-party external API endpoint, but it does not warn that potentially sensitive user content will leave the local environment and be processed by an outside service. This creates a real privacy and data-handling risk, especially because prompts, reference images, session metadata, and share URLs may contain confidential or identifying information.

Static analysis

No suspicious patterns detected.