Ai Company V1.0.4 Temp

WarnAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is broad and coherent, but it describes spending approvals, system operations, permission elevation, inter-agent routing, and auto-updates without clear user-level control boundaries.

Install only if you want a broad AI-company governance framework, and keep it advisory until you have reviewed and constrained any tools for spending, deployment, system administration, credentials, auto-updates, memory, and inter-agent messaging.

Findings (6)

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 connected to system, cloud, deployment, or business tools, the agent could restart systems, change permissions, reallocate resources, or activate vendor/contract actions based on its own crisis workflow.

Why it was flagged

These are high-impact operational actions. The document frames approval through internal AI company roles, but it does not clearly require explicit confirmation from the real user or account owner before execution.

Skill content
Crisis White-List (Direct CEO Action Allowed): - System-wide shutdown/restart commands - Emergency resource reallocation across departments - Temporary permission elevation for crisis responders - Emergency vendor/contract activation
Recommendation

Require explicit user approval for shutdowns, restarts, permission changes, vendor/contract activation, and resource reallocation; keep these workflows advisory unless a user confirms each action.

What this means

If the agent has purchasing or finance-tool access, it could approve or initiate spending without the user reviewing the transaction.

Why it was flagged

The skill defines automatic financial approval for small budgets and internal AI-role approvals for larger amounts, but does not clearly bind those approvals to real user consent or spending-account controls.

Skill content
Budget Approval Rules: <$1K: Auto-approve with logging ... $10K-$100K: CFO + CEO dual approval ... >$100K: Board approval required
Recommendation

Disable auto-approval for real financial actions; require a human confirmation step and spending limits for every purchase, budget mutation, or payment-related operation.

What this means

A user could be led to run or rely on an unreviewed update script that changes skill behavior outside the immediate task.

Why it was flagged

The README describes a persistent auto-update mechanism and a force update script, but the reviewed package has no install spec or included script for verification.

Skill content
Auto-Update ... Schedule | Weekly Sunday 02:00 UTC ... Manual Update: pwsh -File ...ai-company-auto-update.ps1 -Force
Recommendation

Do not run the auto-update command unless the script is supplied and reviewed; require pinned sources, signatures or hashes, and explicit user approval before updates.

What this means

API keys may expose billing or location-service access if stored or used carelessly.

Why it was flagged

The skill documents optional third-party API credentials for location services. This is purpose-aligned, but credentials should be scoped and declared clearly.

Skill content
export GOOGLE_GEOLOCATION_API_KEY="your-key" ... export MLS_API_KEY="your-key" ... export UNWIRED_API_KEY="your-key"
Recommendation

Use least-privileged keys, store them in a secret manager or environment variables, avoid logging them, and update metadata to declare optional credential use.

What this means

Financial or operational data could be retained and reused later if an implementation follows this reference.

Why it was flagged

The finance workflow anticipates retaining raw and aggregated business data. Retention is disclosed and partly controlled, but it remains sensitive persistent context.

Skill content
Sanitization: PII hashed (SHA-256), aggregated beyond individual transactions, raw data retained 90 days, aggregated indefinitely, CISO approves exports.
Recommendation

Define storage locations, retention opt-in, deletion procedures, access controls, and export approval rules before enabling persistent analytics or memory.

What this means

Sensitive decisions or context could be shared broadly between agents if routing is implemented without access controls.

Why it was flagged

The skill is designed to route state and decisions among agents. That is expected for this framework, but the provided text does not fully specify identity, recipient, or permission boundaries.

Skill content
HQ | Cross-agent routing, state management | Async via HQ message bus
Recommendation

Require authenticated agent identities, recipient scoping, audit logs, and rules that prevent secrets or private data from being broadcast unnecessarily.