Company

ReviewAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only planning skill that does not run code or request credentials, but it advises using agents for business operations, so users should keep strong scope and oversight controls.

This skill appears safe as a planning guide. Before following its recommendations in a real company, keep automation scoped to one function at a time, require human approval for finance, legal, HR, customer-facing, and public actions, use least-privilege credentials for any future integrations, and protect any operational memory or logs that contain business data.

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 applied too broadly, an agent could take business actions such as processing orders, sending messages, or updating systems with less human review.

Why it was flagged

The skill explicitly contemplates autonomous operation for business functions after a pilot period. This is aligned with the skill's purpose and includes oversight guidance, but autonomous business actions should be tightly scoped.

Skill content
Agent fully autonomous for defined scope; Human reviews exceptions only; Weekly summary review
Recommendation

Start with low-risk functions, define exact allowed actions, require approvals for customer-facing, financial, legal, HR, or public actions, and keep rollback procedures.

What this means

Future agents installed based on this plan may need access to CRM, email, payroll, HR, or access-management systems.

Why it was flagged

The function mapping includes future skills that would likely need access to business accounts and privileged systems. The reviewed skill itself does not request credentials, but its recommendations imply delegated authority elsewhere.

Skill content
Sales outreach | Email sequences, CRM updates ... Payroll prep ... Onboarding | Docs, access setup
Recommendation

Use least-privilege accounts, separate agent credentials from human admin accounts, set approval thresholds, and audit all account-changing actions.

What this means

Sensitive operational, customer, employee, or financial details could be stored in reusable notes or logs if the user applies this process carelessly.

Why it was flagged

The skill recommends capturing decisions, scope adjustments, and outcomes into persistent operational memory. This is purpose-aligned, but such records may contain sensitive company information and may influence future agent behavior.

Skill content
This becomes the company's operational memory.
Recommendation

Limit what is recorded, redact sensitive data where possible, control access to the memory store, and periodically review stored instructions and decisions for accuracy.

What this means

If multiple agents exchange tasks or data without clear logs and permissions, it may become hard to know why decisions were made or which agent acted.

Why it was flagged

The skill describes mesh-style agent communication and acknowledges traceability risks. This is architectural guidance rather than active code, but users should notice the need for identity, logging, and boundaries between agents.

Skill content
Agents communicate directly as needed ... Risk: Harder to trace decisions, need good logging.
Recommendation

Prefer simple hub-and-spoke designs at first, give each agent a clear identity and scope, log handoffs, and require human escalation for ambiguous or high-impact decisions.