lanbow-claw-skill
Analysis
This skill appears aligned with Meta ad management, but it needs careful review because it uses powerful Meta credentials and can launch or modify paid ads through an externally provided CLI.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
campaigns create ... --status <status> ... PAUSED or ACTIVE ... --daily-budget <cents>; campaigns update ... --status <status> ... ACTIVE, PAUSED, ARCHIVED
The skill documents CLI operations that can create or modify paid Meta campaigns, change live/paused/archive status, and alter budgets.
Source: unknown ... Required binaries (all must exist): lanbow-ads ... No install spec ... No code files present
The sensitive Meta credential handling and ad-account mutations are delegated to an external required binary whose source and implementation are not included in the artifact set.
IMAGE_BASE64=$(base64 -i "${product_image_path}")The static scan shows a shell command using a product image path in generated/source-template text; this is aligned with image upload preparation but should be handled carefully.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
select permissions: ads_management, ads_read, business_management ... System User Token | Never expires ... Set the role to Admin (required for full ads management)
The setup asks for broad Meta advertising/business authority and also describes a long-lived admin system-user token path.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Creative Generation ... AI-generated ad images from strategy inputs ... User's Gemini API Key
The creative-generation feature appears to use an external AI provider with user-provided strategy/product inputs and a Gemini API key.
