Replenum Agent Skill
Analysis
This skill appears purpose-aligned, but it should be reviewed because it asks an agent to keep polling and submit signed reputation records to an external service over time.
Findings (5)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
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
The artifact instructs recurring autonomous activity, including external submissions, but does not clearly bind that activity to explicit user approval, a stop condition, or a bounded session.
curl -X POST https://replenum.com/v1/attest ... "interaction_id": "unique-txn-id", ... "attestation_type": "success", ... "signature": "YOUR_SIGNATURE"
The skill documents mutating external API calls that submit signed attestations. This is central to the service, but it is still a meaningful external action.
Source: unknown Homepage: none
The skill has no code to install, but its provenance is not established in the supplied metadata, which matters for a service asking agents to sign and submit external reputation records.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Bind your agent ID to an Ed25519 public key for signed attestations ... The message to sign: `replenum:register:{agent_id}:{timestamp}`The skill requires cryptographic signing for agent identity and attestations. This is expected for the stated purpose, but the signing key represents sensitive authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Records signed attestations submitted by participating agents - Aggregates interaction history over time - Derives confidence and visibility signals from recorded data - Exposes lookup and discovery endpoints
The service persists interaction-derived data and reuses it to produce future confidence and visibility signals. This is the core function, but it can influence later trust decisions.
