PromptVault Team Prompt Library

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This appears to be a local prompt-library tool, but it stores and shares prompt contents in plain files, so imported prompts and secrets need care.

Use this as a local prompt organizer only with prompts you are comfortable storing in plain files. Keep the vault in a protected folder, avoid secrets or personal data, review imported team prompts before using them, and back up before merge or replace imports.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A prompt saved or imported into the vault could later be copied into an AI session and influence behavior, or expose sensitive information if the vault is shared.

Why it was flagged

The vault stores reusable prompt instructions and notes without filtering, so imported or shared prompt content may contain sensitive data or instructions that should not be blindly trusted.

Skill content
Prompts stored as-is — No content filtering; Could contain sensitive data — Your responsibility to review; No PII detection
Recommendation

Review imported prompts before use, avoid storing secrets or personal data, and treat retrieved prompt text as untrusted content unless you authored or verified it.

What this means

Using replace or merge with an untrusted export could change prompts your team relies on.

Why it was flagged

The import workflow can replace or merge existing prompt records from an import file. This is purpose-aligned and user-directed, but an untrusted import can overwrite local prompt content.

Skill content
elif merge_strategy == 'replace':
                vault['prompts'][existing_ids[prompt_id]] = prompt
Recommendation

Back up vaults before imports, prefer the default skip strategy for untrusted files, and review diffs before accepting replacements.

What this means

You may have less assurance about who maintains the scripts or where updates come from.

Why it was flagged

The skill includes runnable Python files but has limited provenance metadata and no install specification. The code shown is coherent and no dependency download is evidenced, but users have less source context.

Skill content
Source: unknown; Homepage: none; Install specifications: No install spec — this is an instruction-only skill; Code file presence: 3 code file(s)
Recommendation

Inspect the included scripts before running them and verify the publisher/source through your normal trust process.