fix(skills): require user confirmation before skill updates - #3295
Open
santhiprakash wants to merge 1 commit into
Open
fix(skills): require user confirmation before skill updates#3295santhiprakash wants to merge 1 commit into
santhiprakash wants to merge 1 commit into
Conversation
Replace "run silently, don't ask" with explicit confirmation guidance in ten workflow SKILL.md files so agents do not auto-run npx updates without the user. Regenerate skills-manifest.json. Refs heygen-com#2613
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Replace the "run silently, don't ask" skill-freshness directive with explicit user-confirmation guidance in ten workflow
SKILL.mdfiles, and regenerateskills-manifest.json.Why
Fixes the trust-model issue in #2613: published skills were instructing agents to run
npx hyperframes skills updatewithout surfacing it to the user.skills/general-video/SKILL.mdalready used safer wording; this aligns the remaining workflow skills.How
One-line wording change per affected skill:
run silently, don't askconfirm with the user before runningNo CLI or runtime behavior changes.
Test plan
bun packages/cli/scripts/gen-skills-manifest.ts --check— manifest in syncrg "run silently, don't ask" skills -g SKILL.md— zero matchesrg "confirm with the user before running" skills -g SKILL.md— 10 matches (workflow skills)Notes
main.Fixes #2613 (silent self-update portion only; shell-injection and SRI items remain open in the issue).