Agent Native Design

AdvisoryAudited by Static analysis on May 5, 2026.

Overview

No suspicious patterns detected.

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.

What this means

If you apply this guidance to real CLIs, agents may be given tokens that let them act with the token holder's permissions.

Why it was flagged

The skill teaches CLI designs where agents may operate with delegated tokens or profiles from environment-level configuration. This is expected for auth-aware CLI design, but it touches credential authority.

Skill content
Human/system obtains auth token or credentials ... Set trusted env vars: token, profile, safety mode
Recommendation

Use short-lived, least-privilege tokens; clearly document required env vars; keep the human or platform in charge of login and token rotation.

What this means

If you approve an update, new upstream content could alter how the skill guides your agent.

Why it was flagged

The README documents an update-check/pull workflow for Git-installed copies. It is disclosed and requires consent, but accepting an update changes the installed skill's future instructions.

Skill content
Notifies and asks — surfaces the actual version delta (`vX.Y.Z → vA.B.C`) and pulls only with explicit user consent
Recommendation

Install from a trusted source, prefer pinned or registry versions when possible, and review version changes before approving a pull.