Why distill others when you can distill yourself? Deconstruct your chat history, diaries, and photos into a runnable digital self. | 与其蒸馏别人,不如蒸馏自己。欢迎加入数字永生!
55
35%
Does it follow best practices?
Impact
93%
1.29xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
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.
Third-party content exposure detected (high risk: 0.90). The skill's runtime workflow (see SKILL.md Step 2 "原材料导入" / "Source Material Import" and the tools directory) explicitly ingests user-supplied and social-media/chat exports (e.g., tools/wechat_parser.py, tools/qq_parser.py, tools/social_parser.py, tools/photo_analyzer.py) and uses that untrusted, user-generated third‑party content to build Persona/Self Memory which directly alters agent behavior—creating a clear vector for indirect prompt injection.
9deb1a8
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.