One Person Company

AdvisoryAudited by Static analysis on Apr 30, 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

The connected platform may be able to run or delegate work beyond a single explicit user request if configured that way.

Why it was flagged

The skill explicitly advertises autonomous multi-agent execution, but the artifact does not describe approval gates, stopping conditions, task boundaries, or containment for autonomous activity.

Skill content
multi-agent orchestration, task management, and autonomous workflow execution
Recommendation

Before using it, verify how autonomous workflows are started, paused, reviewed, and limited, and avoid granting it authority over sensitive business systems until those controls are clear.

What this means

Sensitive business or personal context could be retained and reused in later sessions in ways the user may not expect.

Why it was flagged

Persistent memory is disclosed, but the artifact does not explain what is stored, where it is stored, how long it is retained, whether users can delete it, or how future tasks avoid over-trusting stale or poisoned context.

Skill content
**Memory** — Persistent context across sessions
Recommendation

Check the service’s memory settings, retention policy, deletion controls, and data-sharing behavior before allowing sensitive information into the platform.

What this means

Information given to one agent or workflow could potentially be passed to other agents without clear user visibility.

Why it was flagged

The skill describes multi-agent orchestration, but does not define agent identities, permissions, data boundaries, or how information is shared between agents.

Skill content
**Multi-Agent** — Orchestrate specialized agents for complex tasks
Recommendation

Confirm how the platform separates agents, scopes permissions, logs handoffs, and prevents unintended sharing of sensitive context.

What this means

The skill depends on a credential that may grant access to the user’s One Person Company account or workflows.

Why it was flagged

The API key requirement is clearly disclosed and appears expected for an external platform integration; the artifacts do not show hardcoding, logging, or unrelated use of the key.

Skill content
requires":{"env":["ONEPERSON_API_KEY"]},"primaryEnv":"ONEPERSON_API_KEY"
Recommendation

Use a scoped or revocable API key if available, store it securely, and revoke it if you stop using the skill.