fix: harden script execution, config parsing, and CI release gate - #12
Merged
Conversation
Escape cmd.exe metacharacters in forwarded args, reject invalid and explosive script graphs, scope --no-hooks to pre-command argv, and run CI tests on main before publish.
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.
Summary
cmd.exemetacharacters in forwarded arguments, reject invalid/explosive script graphs, and scope--no-hooksto pre-command argvpyproject.tomlloading (size cap, cleaner errors) and strip terminal control characters from script names/descriptionsmainbefore publish; pin checkout, pass publish token via env, and install with--frozenTest plan
uvx uvtask unit-testsanduvx uvtask integration-testspassuvtask echo "foo&whoami"does not split into a second shell commanduvtask guard --no-hooksstill runspre-guard;uvtask --no-hooks guardskips itcommand) and deep/diamond reference graphs fail with a config errormainruns the security/static/test steps; CD publishes withUV_PUBLISH_TOKENfrom envMade with Cursor