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

Autonomous workflows could act on business tasks in ways the user did not specifically approve or expect.

Why it was flagged

This explicitly advertises autonomous delegation and completion, but the artifact does not state approval gates, allowed action types, stopping conditions, or rollback controls.

Skill content
Task Management — Track, delegate, and complete work autonomously
Recommendation

Require explicit user confirmation for high-impact workflows and document action limits, stop controls, and rollback or cancellation options.

What this means

Sensitive business context could be retained and reused later, and incorrect or maliciously influenced memory could affect future tasks.

Why it was flagged

Persistent memory is disclosed, but the artifact does not explain what is stored, how long it is retained, how users delete it, or how future agents trust and reuse it.

Skill content
Memory — Persistent context across sessions
Recommendation

Clarify memory retention, deletion, sensitivity exclusions, and user consent before saving or reusing important context.

What this means

If the API key is over-scoped or exposed, someone could access or change data in the One Person Company account depending on the provider's permissions.

Why it was flagged

The skill requires a provider API key, which is expected for the stated service, but it still grants account-level authority to the external platform.

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

Use the least-privileged key available, keep it secret, and rotate it if it may have been exposed.

What this means

Business context may be shared among multiple agents or services in ways the user has not reviewed.

Why it was flagged

Multi-agent orchestration is central to the skill, but the artifact does not describe agent identities, context-sharing boundaries, or per-agent permissions.

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

Review the provider documentation for agent isolation, context sharing, and permission controls before using sensitive data.