Ai Chatbot Prompt Builder

PendingVirusTotal audit pending.

Overview

No VirusTotal analysis has been recorded yet. File reputation checks will appear here once the artifact hash has been scanned.

Findings (0)

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.

NoteHigh Confidence
ASI01: Agent Goal Hijack
What this means

The generated chatbot may include rules for refusing jailbreak attempts; this is generally useful, but the final guardrails should be tested so they do not over-refuse normal customer questions.

Why it was flagged

The artifact contains prompt-injection phrases, but they are explicitly included as examples for generating jailbreak-resistance guardrails, which is aligned with the skill’s purpose.

Skill content
Request to "ignore previous instructions" or prompt injection attempt
Recommendation

Review the generated guardrails and test them with realistic customer conversations before adding them to a live chatbot.

What this means

If users paste sensitive support tickets, customer information, unpublished pricing, or regulated data, that content could be stored in generated datasets or uploaded to third-party AI/vector database services.

Why it was flagged

The skill asks users to provide business documentation or support scripts to generate persistent FAQ/training data for fine-tuning, RAG, or knowledge-base ingestion.

Skill content
Existing documentation to draw from (optional): [Paste any existing FAQs, help docs, pricing pages, or support scripts]
Recommendation

Redact personal data, secrets, confidential business terms, and regulated information before using these prompts or uploading generated datasets.

What this means

Running the example command could upload the user’s selected training file to an external provider.

Why it was flagged

The artifact includes a user-directed CLI example for uploading generated training data to OpenAI. This is aligned with the stated fine-tuning workflow and is not automatic.

Skill content
Upload to OpenAI fine-tuning API: `openai api fine_tuning.jobs.create -t training_data.jsonl -m gpt-4o-mini`
Recommendation

Only run the command intentionally, after checking the file contents and confirming the provider’s data-handling policy fits your needs.