Nm Sanctum Git Workspace Review
PassAudited by VirusTotal on May 9, 2026.
Overview
Type: OpenClaw Skill Name: nm-sanctum-git-workspace-review Version: 1.0.2 The skill provides a standard workflow for reviewing Git workspace states, including status checks, diffing, and running local linting/formatting via 'make'. All commands (git, pwd, make) and instructions in SKILL.md and modules/git-commands.md are consistent with the stated purpose of pre-commit verification and repository management. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
In an untrusted or unfamiliar repository, this could run arbitrary Makefile logic or change source files during review.
These commands are expected for preflight code review, but `make` executes project-defined rules and `make format` may modify local files.
Run `make format && make lint` to validate code quality before committing. Fix any errors immediately.
Use this skill in repositories you trust, inspect the Makefile if unsure, and review `git status`/`git diff` after formatting or fixes.
If the staged set is changed incorrectly, a later commit or PR summary could include the wrong files.
Changing the Git index is purpose-aligned for commit preparation, but it can affect what will be included in a later commit.
Stage or unstage files so that subsequent workflows operate on the intended diff.
Confirm staging changes are intended and review the final `git status -sb` and diff before committing.
