Vague Triggers
High
- Confidence
- 97% confidence
- Finding
- L003 将“发博客”“归档”“知识库”“我的博客”等都列为触发信号,并表述为“均应使用”,但没有限定具体操作上下文或排除条件。其中“归档”“知识库”“我的博客”都可能出现在普通对话中,容易导致该技能在并非要操作 Typecho 时被调用。
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a disclosed Typecho blog management helper with sensitive but purpose-aligned blog and token access.
Install only if you intend this agent to manage a Typecho blog. Treat the Typecho token like a password, store it carefully, use a least-privileged blog account, review posts before publishing, and require explicit confirmation before updates or deletions.
# 2. 环境变量
domain = os.environ.get("TYPECHO_DOMAIN", domain)
token = os.environ.get("TYPECHO_TOKEN", token)
# 3. 命令行参数
if getattr(args, "domain", None):No suspicious patterns detected.