CtrlK
BlogDocsLog inGet started
Tessl Logo

published-track

发布记录追踪。使用 SQLite 数据库记录所有平台发布内容及其互动数据,按平台分表管理。三大块:与发布技能结合(发布记录 1B;打分+预测 1A 由 content-calibrator 负责)、数据更新、查询与平台设置。

60

Quality

72%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./crews/main/skills/published-track/SKILL.md
SKILL.md
Quality
Evals
Security

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

High likelihood of outsider free-text entering the agent’s LLM context indirectly: `scripts/fetch-retro-data.ts` / `scripts/fetch-xhs-with-xsec.ts` fetches HTML/JSON from public platforms (e.g., XHS via `fetchXhsNoteFromHtml`, YouTube/Twitter via browser hints elsewhere) and may include untrusted user-authored comment text (`comments: ... text`) in stdout JSON; the agent typically reads that tool output and passes it into the LLM context.

Report incorrect finding
Repository
TeamWiseFlow/xiaobei
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.