Guide for rebasing feature branches onto main in the Fusion Framework monorepo, including handling pnpm-lock.yaml conflicts
73
58%
Does it follow best practices?
Impact
97%
1.42xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.agents/skills/custom-rebase/SKILL.mdSecurity
2 findings — 2 medium severity. 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.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`).
Hidden Unicode characters detected (1 type(s) found)
060e3af
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.