Agenter Coder

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

Overview

Agenter Coder appears purpose-aligned, but it delegates coding work to an external autonomous agent that can change files and run commands in the selected project.

This looks like a legitimate coding-delegation skill. Before installing, make sure you trust the Agenter package, use a scoped workspace or git branch, keep sandboxing enabled, set cost/time/token limits, and avoid the no-sandbox OpenHands backend unless you run it in an isolated environment.

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

A coding request can modify files and run commands in the chosen workspace.

Why it was flagged

This clearly discloses that the skill delegates workspace reads, file edits, and shell execution to another agent process. That is expected for a coding-delegation skill, but it can materially affect the user's project before the final result is shown.

Skill content
The sub-agent does all the file reading, editing, and bash execution in its own process. You only see the final result.
Recommendation

Use it in a clean git branch or disposable worktree, keep sandboxing enabled, set narrow --allowed-write-paths when possible, and review diffs before trusting the result.

What this means

If the OpenHands backend is chosen, generated or agent-driven code may run without the skill's normal sandbox flag.

Why it was flagged

The optional OpenHands backend is disclosed as requiring unsandboxed execution. It is not the default backend, but selecting it increases the execution blast radius.

Skill content
openhands ... Full code execution in an OpenHands runtime environment. ... No sandbox support — must use `--no-sandbox`.
Recommendation

Prefer the default sandboxed backend for routine use. If OpenHands is needed, run it in an isolated container or disposable environment.

What this means

The skill's main behavior depends on code outside the provided artifacts.

Why it was flagged

The core implementation is delegated to an external dependency with a lower-bound version rather than a pinned exact version. This is disclosed and purpose-aligned, but future package changes could alter behavior.

Skill content
agenter>=0.1.2
Recommendation

Install from a trusted package source, consider pinning an exact reviewed version, and review the Agenter package before using it on sensitive projects.

What this means

Using the skill can consume API quota and may send coding-task context to the selected AI provider.

Why it was flagged

Provider credentials are expected for this AI coding integration and are disclosed. The artifacts do not show hardcoded keys, credential logging, or unrelated credential use.

Skill content
anthropic-sdk — Default. Claude Sonnet/Opus. Works with `ANTHROPIC_API_KEY` or AWS Bedrock. ... codex — OpenAI's gpt-5.4/gpt-5.4-mini. Requires `OPENAI_API_KEY`.
Recommendation

Use provider keys with appropriate billing limits and permissions, and avoid running the skill on code you cannot share with the selected provider.