CtrlK
BlogDocsLog inGet started
Tessl Logo

prompt-analyzer

提示词分析与洞察 - 查看Prompt详情、对比差异、推荐相似提示词、元素库统计

42

Quality

42%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/prompt-analyzer/SKILL.md
SKILL.md
Quality
Evals
Security

Security

1 high severity finding. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions.

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

The skill directly formats and displays the stored full prompt text ({result['prompt_text']}) verbatim, so any API keys/passwords embedded in saved prompts would be output by the LLM.

Report incorrect finding

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

该技能运行时会根据用户给出的Prompt ID调用执行层函数(如`analyze_prompt_detail(prompt_id)`)从`elements.db`读取并展示`generated_prompts`中的`prompt_text`,而Prompt ID的选择由外部用户自由输入,存在从用户可影响/投喂的历史Prompt记录中泄露任意文本的间接提示注入暴露路径。

Repository
huangserva/skill-prompt-generator
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.