Isolated Workspace
v1.0.1Use when starting feature work that needs isolation from current workspace - creates isolated git branches with clean setup and safety verification, adapted...
⭐ 0· 109·0 current·0 all-time
by@axelhu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (isolated git workspace) aligns with the SKILL.md. It only uses git, project files (package.json, requirements.txt, etc.), and standard build/test commands; there are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions stay within the stated purpose (select/verify an isolation directory, create a branch, install deps, run tests). Important security note: running npm/pip/cargo/go commands and project tests can execute code from third-party dependencies or repository scripts (postinstall, setup.py, build.rs, test suites). The SKILL.md does not mandate explicit user confirmation before running installations and tests, so if executed autonomously it could run arbitrary code in the host environment. The skill also commits .gitignore changes to the repository, which is expected but is writable repo modification.
Install Mechanism
There is no install spec and no code files—this is instruction-only. That minimizes disk-write and supply-chain risks from skill installation itself.
Credentials
The skill does not request environment variables, credentials, or config paths. It operates on repository files and runs standard developer tooling; this is proportionate to the stated purpose. Note: the commands will use network access to fetch packages and will run with the agent's user privileges.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills. It does instruct committing changes to the repository (e.g., adding .gitignore), which is within scope but is a persistent repo change the user should review.
Assessment
This skill is coherent with its stated purpose, but it will run dependency installs and project tests which can execute arbitrary code from dependencies or repository scripts. Before installing or allowing autonomous runs: (1) ensure you trust the project and its registries, (2) prefer running installs/tests locally or in a disposable/containerized environment, (3) require user confirmation or review of changes (commits to .gitignore) before they are applied, and (4) consider disabling autonomous invocation if you want manual control over when npm/pip/cargo commands run.Like a lobster shell, security has layers — review code before you run it.
latestvk970183xh9wa9ve498re3dec5583ntr0
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
