Feishu Automation

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is purpose-aligned for Feishu automation, but it can perform broad workspace writes, backups, scheduling, and optional external notifications, so users should scope and review its use carefully.

This does not show artifact-backed malicious behavior. Before installing, verify the source, review any scripts you plan to run, grant only the Feishu scopes needed for the task, test with dry-run or a small folder/table first, and be cautious with schedules, backups, and external notification channels.

Findings (5)

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

A mistaken command or token could create, update, move, or notify across many Feishu workspace items.

Why it was flagged

The skill is designed to automate bulk operations across multiple Feishu resources, which is appropriate for the purpose but can have broad impact if pointed at the wrong folder, table, or wiki.

Skill content
perform batch operations across documents, wikis, bitables, and cloud storage
Recommendation

Use dry-run modes first, limit tokens/folders to the intended scope, and require explicit confirmation before bulk writes, moves, notifications, or migrations.

What this means

If granted broad scopes, the automation may access or modify documents, wikis, tables, and drive files within the app's permissions.

Why it was flagged

The skill needs broad Feishu app authority for its stated automation workflows. This is disclosed and purpose-aligned, but it gives the agent access to important workspace data and mutation capabilities.

Skill content
Feishu app permissions enabled for: `docx`, `wiki`, `bitable`, `drive`
Recommendation

Use least-privilege Feishu app scopes, prefer read-only scopes where possible, and use a dedicated service account or app with audited access.

What this means

Scheduled jobs could keep generating, posting, or notifying about reports until the schedule is disabled.

Why it was flagged

The documentation shows how a user can configure recurring automation. This is not hidden persistence, but once enabled it can continue creating or updating reports on a schedule.

Skill content
Set up a cron job to run weekly:
Recommendation

Start scheduled workflows disabled or in dry-run mode, monitor their first runs, and document how to stop or roll back each schedule.

What this means

Reports, alerts, or workflow details may be sent to external systems if those integrations are configured.

Why it was flagged

The sample configuration allows optional external notification channels such as email, Slack, and webhooks. No automatic sending is shown in the provided scripts, but enabling these channels could move report or alert data outside Feishu.

Skill content
notification_channel: "feishu_chat"  # or "email", "slack"
Recommendation

Only configure approved notification destinations, avoid placing secrets in config files, and review what data each notification sends.

What this means

Users cannot easily verify the publisher, source repository, or update history before granting Feishu access.

Why it was flagged

The skill's provenance is not verifiable from the supplied metadata. The visible artifacts do not show malicious install behavior, but users have less context for trust and maintenance.

Skill content
Source: unknown; Homepage: none
Recommendation

Inspect the scripts before use, install only from trusted registries or owners, and avoid granting broad Feishu permissions until provenance is acceptable.