
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
@feniix/pi-devtools
Advanced tools
Devtools extension for pi — branch and PR workflow, release automation, PR feedback resolution, merge commands, with GitHub and Linear tracker support
Devtools extension for pi — branch and PR workflow, release automation, and merge commands.
pi install npm:@feniix/pi-devtools
Ephemeral (one-off) use:
pi -e npm:@feniix/pi-devtools
Every tool runs Git, GitHub CLI, and repository-relative file operations in Pi's active working directory (active cwd), not the extension process directory. devtools_get_repo_info reports the active worktree root, linked worktree context, detached HEAD state, Git directories, and all parsed worktree records.
When merge cleanup is requested, remote and local cleanup are attempted and reported separately. Occupied branches are retained when checked out by the active or another linked worktree, including locked or conservatively retained prunable records. A retained branch or cleanup failure does not change a successful merge into a failed merge.
The extension observes worktree topology for safety, but it will never create, remove, unlock, or prune worktrees. It also does not switch to or update the default branch after a merge.
| Tool | Description |
|---|---|
devtools_create_branch | Create and switch to a new git branch |
devtools_commit | Stage files and create a commit with conventional format |
devtools_push | Push branch to remote with upstream tracking |
devtools_create_pr | Create a GitHub pull request |
devtools_get_repo_info | Get active worktree, linked/detached context, default branch, and status |
| Tool | Description |
|---|---|
devtools_merge_pr | Merge a PR with optional best-effort remote and local branch cleanup |
devtools_squash_merge_pr | Squash-merge a PR with optional best-effort remote and local branch cleanup |
devtools_check_ci | Check CI status for a PR or the current branch |
| Tool | Description |
|---|---|
devtools_get_latest_tag | Get the latest version tag from git |
devtools_analyze_commits | Analyze commits since last tag to determine version bump |
devtools_bump_version | Update version in package.json |
devtools_create_release | Create a GitHub release with changelog |
The gh CLI must be installed and authenticated:
gh auth login
The extension auto-detects the default branch, but you can set it explicitly:
export DEFAULT_BRANCH=main # or 'master'
git CLIgh CLI (authenticated)jq (for JSON parsing)MIT
FAQs
Devtools extension for pi — branch and PR workflow, release automation, PR feedback resolution, merge commands, with GitHub and Linear tracker support
The npm package @feniix/pi-devtools receives a total of 26 weekly downloads. As such, @feniix/pi-devtools popularity was classified as not popular.
We found that @feniix/pi-devtools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.