CtrlK
BlogDocsLog inGet started
Tessl Logo

custom-rebase

Guide for rebasing feature branches onto main in the Fusion Framework monorepo, including handling pnpm-lock.yaml conflicts

73

1.42x
Quality

58%

Does it follow best practices?

Impact

97%

1.42x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agents/skills/custom-rebase/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

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

Third-party content exposure detected (high risk: 0.85). The skill’s runtime workflow runs `node .../generate-rebase-report.cjs`, which reads and embeds **outsider-authored repo text** from the local git history (e.g., commit messages and file contents from `origin/<branch>..HEAD`) into the generated markdown that the agent then reads into LLM context; this includes commits authored by other parties and their changes (e.g., `git log` output and `git show` of remote files like `.changeset/pre.json` and `package.json`).

Report incorrect finding
Medium

W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection)

Why it was flagged

Hidden Unicode characters detected (1 type(s) found)

Repository
equinor/fusion-framework
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.