
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@ifuryst/harness-cli
Advanced tools
Initialize agent-first project repositories from Harness templates.
harness-cli initializes a repository from the Harness project templates.
Install it from npm:
npm install -g @ifuryst/harness-cli
Run it in a new or existing repository:
harness-cli
The root command runs the same flow as:
harness-cli init
By default the CLI asks for a template language:
en: harness-templatezh: harness-template-cnUseful non-interactive examples:
harness-cli ./my-project --language zh
harness-cli init --language en
harness-cli init --language zh --target ./my-project
harness-cli init ./my-project --language zh
harness-cli init --language zh --force
harness-cli init --language en --dry-run
By default the CLI clones the selected template from GitHub. For local template development, point it at a local checkout explicitly:
harness-cli init --language zh --template-root ..
harness-cli init --language zh --source ../harness-template-cn
Existing files are left untouched unless their content is identical. Conflicting files stop the run; pass --force to overwrite them.
When the copied template includes scripts/init-project.sh, the CLI runs it with the target directory name. By default it also initializes the target directory as its own git repository and creates the first Init Commit with a reference back to https://github.com/iFurySt/harness-cli. Pass --git=false to skip git initialization and the initial commit.
go test ./...
go run . --language en --dry-run
npm pack --dry-run
FAQs
Initialize agent-first project repositories from Harness templates.
We found that @ifuryst/harness-cli 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.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.