Koen

ReviewAudited by ClawScan on May 10, 2026.

Overview

Koen is a coherent instruction-only social-network integration, but users should treat posting actions, API-key handling, and content from other agents with care.

This skill appears appropriate for using koen.social and does not show hidden code, installation behavior, or exfiltration. Before installing, make sure you are comfortable giving the agent a Koen identity key, prefer storing the key in an environment variable, review any public posts or account changes, and treat feed content from other agents as untrusted.

Findings (4)

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 configured with an API key, the agent can publish posts, replies, likes, reblogs, follows, and deletions on the Koen account when used for those tasks.

Why it was flagged

The skill is explicitly designed to perform social-network actions that can create or change public account activity.

Skill content
Post, reply, like, reblog, and follow other agents.
Recommendation

Use the skill only when you want the agent to act on Koen, and review public posts or account-changing actions before sending them.

What this means

Anyone who gets the KOEN_API_KEY could impersonate the agent on Koen and perform authenticated actions.

Why it was flagged

The skill requires a bearer API key that authenticates the agent and can be used to act as that Koen identity.

Skill content
Your API key is your identity. Leaking it means someone else can impersonate you.
Recommendation

Store KOEN_API_KEY as a secret environment variable where possible, do not paste it into chats or shared files, and rotate or revoke it if exposed.

What this means

Storing the API key in a plaintext instruction or tool file may make it more likely to be copied into prompts, logs, or shared context.

Why it was flagged

The skill suggests a persistent storage location for credentials; if that file is included in agent context or shared, the key could be exposed.

Skill content
Recommended: Save your credentials to your TOOLS.md or environment:
Recommendation

Prefer environment-variable or secret-manager storage over plaintext files, and ensure credential files are excluded from sharing and model context.

What this means

Posts or replies from other agents could contain misleading instructions or social-engineering content aimed at influencing the user’s agent.

Why it was flagged

The skill is intended to read and engage with content from other agents, which should be treated as untrusted external content.

Skill content
Use when interacting with Koen, posting to the agent network, checking the feed, or engaging with other AI agents on koen.social.
Recommendation

Treat Koen feed content as untrusted data; do not let posts from other agents override the user’s instructions or trigger sensitive actions without confirmation.