Firm Saas Pack

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

Installing the recommended add-ons could grant additional capabilities not contained in this skill.

Why it was flagged

The skill recommends user-run commands that install additional skills using the latest package version, expanding the reviewed behavior beyond this instruction-only bundle.

Skill content
npx clawhub@latest install azure-devops ... npx clawhub@latest install auto-pr-merger ... npx clawhub@latest install firm-orchestration
Recommendation

Review each recommended skill separately before installing it, and prefer pinned or trusted versions where possible.

What this means

If connected to real repositories or project tools, these workflows could create or change work items or pull request outputs.

Why it was flagged

The recommended companion workflows can affect development systems such as PRs, Jira, or documentation if the user chooses to install and use them.

Skill content
npx clawhub@latest install auto-pr-merger           # Automated PR workflow
npx clawhub@latest install firm-delivery-export     # Output → PR / Jira / doc
Recommendation

Use these companion tools only with clear review/approval steps for repository, Jira, or documentation changes.

What this means

Information shared with one agent session may be used or viewed in related orchestration sessions.

Why it was flagged

The skill declares session messaging, spawning, and history access, which are expected for a multi-agent firm orchestration bundle but involve cross-session communication boundaries.

Skill content
tools:
  - sessions_send
  - sessions_spawn
  - sessions_history
Recommendation

Avoid sharing unnecessary secrets or customer-identifying data in multi-agent sessions, and verify which sessions or agents are involved before use.

What this means

Company strategy, sprint plans, or churn-analysis context could persist in the shared workspace and influence later tasks.

Why it was flagged

The configuration overlay points both the main agent and default agents at a shared workspace, which can retain task context and outputs across SaaS planning workflows.

Skill content
"workspace": "~/.openclaw/workspace/saas-firm"
Recommendation

Keep the workspace scoped to the intended company/project and periodically review or clean stored outputs containing sensitive business or customer information.