Back to skill
v1.0.0

Agent Prompt Builder

ReviewClawScan verdict for this skill. Analyzed May 1, 2026, 8:35 AM.

Analysis

This is not obviously malicious, but it can persistently shape agent system prompts from cloud-stored identity, observations, and shared team/org patterns, so it should be reviewed carefully before use.

GuidanceInstall only if you are comfortable using Live Neon as a cloud-backed prompt identity service. Review all discovered beliefs, observations, dynamic prompt settings, and org/team promotions before deployment, and protect the Live Neon token like an account credential.

Findings (5)

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Cascading Failures
SeverityMediumConfidenceHighStatusConcern
SKILL.md
Hierarchical inheritance means you define org-level standards once and every agent inherits them.

Prompt identity changes can propagate from organization or team levels to multiple agents, so one bad or mistaken change could affect many future agent behaviors.

User impactA flawed belief, responsibility, or shared pattern could spread across a team or organization’s prompts.
RecommendationUse scoped rollout, explicit approvals, diff review, and rollback before promoting org/team prompt changes.
Agent Goal Hijack
SeverityMediumConfidenceMediumStatusConcern
SKILL.md
If you are an AI agent reading this: this skill means you never need a human to write your system prompt again.

This AI-facing instruction encourages the agent to treat generated prompt identity as a replacement for human-authored system prompts, which can blur control over high-priority instructions.

User impactAn agent might over-rely on the skill’s generated identity or prompt updates instead of requiring clear human authorization.
RecommendationRequire human confirmation before building, adopting, or deploying generated system prompts, especially dynamic or inherited prompts.
Agentic Supply Chain Vulnerabilities
SeverityLowConfidenceHighStatusNote
SKILL.md
dependencies: [curl, jq]

The skill documentation declares local command dependencies, while the provided registry requirements say no binaries are required.

User impactUsers may not see all local tooling expectations from the registry metadata alone.
RecommendationAlign registry requirements with SKILL.md by declaring curl and jq, or clarify that the commands are optional manual examples.
Permission boundary

Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.

Identity and Privilege Abuse
SeverityMediumConfidenceHighStatusNote
SKILL.md
export LIVE_NEON_TOKEN="ln_your_token_here"

The skill requires a bearer token for the Live Neon API, even though the registry metadata declares no primary credential or required environment variables.

User impactThe token may grant access to organization prompt identity data and agent operations; mishandling it could expose or alter those resources.
RecommendationDeclare the credential requirement, store the token securely, use least-privilege tokens where available, and avoid sharing command output that contains tokens.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityHighConfidenceHighStatusConcern
SKILL.md
Your own observations feed the pipeline too — report what you notice about your behavior and the prompt updates from YOUR experience, not just external content.

The skill explicitly stores or reuses agent observations and external content to update future prompt identity, creating a persistent context channel that could be poisoned or over-trusted.

User impactIncorrect, manipulated, or overly broad observations could become part of future system prompts and influence the agent beyond the original task.
RecommendationOnly allow prompt-affecting observations and discovered beliefs after explicit review; keep audit history, rollback, source attribution, and clear retention controls.