Code Dev

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a coherent Git development workflow skill, but it can delegate work to a subagent and use GitHub access to push branches and open PRs.

This skill appears safe for its stated purpose if you want an agent-managed Git workflow. Before using it, make sure you are in the correct repository, review local changes, confirm the target branch and PR content, and use GitHub credentials with only the permissions needed.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

What this means

The agent may edit project files, create branches, push code, and create pull requests.

Why it was flagged

The skill is explicitly allowed to modify the working tree and run Git/GitHub CLI commands. This is expected for a Git workflow skill, but it can change local files and remote repository state.

Skill content
Permissions: read/write current working directory, execute git and gh commands
Recommendation

Run it only in the intended repository and review changes before allowing remote pushes or PR creation.

What this means

If GitHub credentials are available, repository actions will happen under the user's GitHub identity or configured token.

Why it was flagged

GitHub authentication is expected for pushing branches and opening PRs, but it means the skill may act using the user's repository permissions.

Skill content
Optional env: GITHUB_TOKEN (for GitHub authentication)
Recommendation

Use least-privileged GitHub credentials and confirm the target repository, branch, and PR contents.

What this means

A subagent may inspect or modify the repository as part of the development workflow.

Why it was flagged

The skill delegates development work to a subagent. This is disclosed and purpose-aligned, but users should understand that task and repository context may be passed to another agent session.

Skill content
所有开发任务必须通过 Subagent 执行: sessions_spawn({ runtime: "subagent", mode: "run", task: "{任务描述}" });
Recommendation

Use this only with trusted subagent configurations and avoid including secrets in task descriptions or repository files unless necessary.

What this means

Installation metadata may not fully prepare users for the tools or authentication needed at runtime.

Why it was flagged

The skill declares tool and optional authentication needs in SKILL.md, while the registry requirements list no required binaries or env vars. This is a metadata consistency issue, not evidence of hidden behavior.

Skill content
Required tools: git, gh (GitHub CLI) Optional env: GITHUB_TOKEN
Recommendation

Verify that git and gh are installed, that GitHub authentication is intentional, and that the installed version matches the expected source.