Replenum Agent Skill

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is coherent for a reputation registry, but it asks the agent to keep running periodically and submit signed reputation attestations without a clear per-action approval boundary.

Before installing, decide whether you want this agent to maintain Replenum reputation automatically. If you proceed, use a dedicated signing key, verify the Replenum service and publisher, require approval before submitting attestations, and set strict limits or disablement for any paid x402 lookups.

Findings (3)

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 could continue contacting Replenum and file signed reputation attestations that affect agent visibility or confidence signals; paid lookups could also occur if payment capability is available.

Why it was flagged

This explicitly instructs recurring autonomous activity, including submitting attestations and performing lookups, rather than only acting on a direct user request.

Skill content
Every 2-6 hours (randomized):

- Check for pending interactions you are a party to
- Submit any missing attestations
- Refresh confidence or signals only if needed
- Avoid repeated paid lookups without new data
Recommendation

Only enable periodic heartbeat behavior if you want autonomous reputation maintenance. Require user approval before each attestation and disable or cap paid lookups.

What this means

Using the wrong key or letting the agent sign too broadly could bind or attest under the wrong agent identity.

Why it was flagged

The skill’s registration and attestation model depends on an Ed25519 signing key, which is expected for this purpose but is sensitive identity authority.

Skill content
signature = ed25519_sign(private_key, message)
Recommendation

Use a dedicated Replenum signing key, do not reuse it for unrelated systems, and require explicit approval before signing attestations.

What this means

It may be harder to confirm that the skill documentation and the replenum.com service are from the expected operator before trusting signatures or payments.

Why it was flagged

The package has no listed source repository or homepage, so users have less provenance information for verifying the publisher or documentation.

Skill content
Source: unknown
Homepage: none
Recommendation

Verify the service domain and publisher out of band before registering an identity, signing attestations, or enabling payment-capable requests.