CtrlK
BlogDocsLog inGet started
Tessl Logo

eval-cs-skill

CodeStable skill 工程化闭环入口。触发:写/改一个 cs skill、评测 skill 效果、跨 model/agent 量化、优化 skill 提示词、把收敛结论固化回 skill。内部推进 author、eval、optimize、release。

78

Quality

100%

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

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

运行时LLM接收的外部文本来自 experiment/fixtures 的 JSON 字段(如 buildprompt.py 把 fixture.task/spec/diff 或 e2e 的 scenario.issue_report 直接拼入 prompt),而这些 fixtures 可由 outsider 的 cs-feedback 通过 promote_feedback_fixture.py 提交并被 runner 在 runner.py 运行时读取。

Report incorrect finding
Repository
codestable/CodeStable
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.