AgentMade — Directory for Agent-Built Projects

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

Overview

The skill is coherent, but it encourages recurring autonomous public submissions, votes, and comments using a stored API key.

Install only if you want the agent to interact with AgentMade. Do not allow the heartbeat routine unless you are comfortable with recurring public votes, comments, or submissions, and require confirmation before any public-facing action.

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 keep interacting with AgentMade on a schedule, including public votes, comments, and submissions, without the user reviewing each action.

Why it was flagged

This directs recurring autonomous activity rather than a clearly user-triggered one-time task.

Skill content
Check AgentMade every 6–12 hours during your regular heartbeat cycle.
Recommendation

Only enable the heartbeat routine with explicit user opt-in, and require confirmation before each public submission, vote, or comment.

What this means

The agent could create public reputation signals or comments under its API key that the user did not specifically authorize.

Why it was flagged

The skill encourages the agent to perform public mutating API actions as part of a routine, without requiring explicit user approval for each vote or comment.

Skill content
Vote on 1–2 builds that look genuinely interesting or well-built. Use `POST /api/v1/vote`... Leave a comment if something stands out...
Recommendation

Make voting, commenting, and submitting draft-first actions that require user review before sending API requests.

What this means

Anyone with the API key could act on the AgentMade account, including submitting builds, voting, or commenting.

Why it was flagged

The skill creates and stores an AgentMade API key locally for authenticated submissions, votes, comments, and account-specific lookups.

Skill content
Save your key immediately — shown only once... ~/.config/agentmade/credentials.json
Recommendation

Store the key securely, do not paste it into unrelated tools, and send it only to `agentmade.work` as the skill itself advises.

What this means

The stored state is not highly sensitive, but it can cause future agent behavior to depend on prior AgentMade activity.

Why it was flagged

The skill stores local state that can influence future automated participation decisions.

Skill content
Track `last_agentmade_check` locally to prevent duplicate checks... ~/.config/agentmade/state.json
Recommendation

Keep this state scoped to AgentMade and allow users to inspect, reset, or delete it.