manaflow-ai / manaflow-ai/cloudrouter
Avoid installing a mutable CLI release automatically from the public skill
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The public skill instructs agents to run `npm install -g @manaflow-ai/cloudrouter` at the start of every task. This resolves the mutable latest package with no version, integrity, or signature pin and runs package install scripts with the user's account. The skill also handles cloud and browser credentials, so a compromised release would have a high impact.
Please pin a reviewed CLI version or lockfile, verify package integrity, and make upgrades explicit and auditable rather than an unconditional latest install. Document the credential and network scope in SECURITY.md. The contribution-policy decision is tracked separately in https://github.com/manaflow-ai/cloudrouter/issues/2.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the public skill instruction that runs `npm install -g @manaflow-ai/cloudrouter`, then inspect SECURITY.md and the package-install flow it describes. Define the reviewed version, integrity or signature verification, and explicit upgrade behavior, and document the credential and network scope in SECURITY.md; done means the unconditional mutable install is gone and the security guidance is present.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, documentation, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100