提示词分析与洞察 - 查看Prompt详情、对比差异、推荐相似提示词、元素库统计
42
42%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/prompt-analyzer/SKILL.mdSecurity
1 high severity finding. You should review these findings carefully before considering using this skill.
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.
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.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
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.
该技能运行时会根据用户给出的Prompt ID调用执行层函数(如`analyze_prompt_detail(prompt_id)`)从`elements.db`读取并展示`generated_prompts`中的`prompt_text`,而Prompt ID的选择由外部用户自由输入,存在从用户可影响/投喂的历史Prompt记录中泄露任意文本的间接提示注入暴露路径。
e951249
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.