bee-products-delete
PassAudited by ClawScan on May 13, 2026.
Overview
This skill matches its stated purpose of moving selected Bee Website Builder products to the recycle bin, but users should confirm the product IDs because it can delete products in bulk.
Install only if you intend to let the agent delete Bee Website Builder products. Keep the Bee API key private, and review the selected language and product ID list before invocation.
Findings (2)
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.
If invoked with the wrong language or product IDs, up to 100 products could be moved to the recycle bin.
The code sends a mutating product-delete request to the provider API using the supplied language and product ID list. This matches the skill purpose, but it can change website catalog data.
fetch("https://platform.tradew.com/openapis/products/delete", { method: "POST", ... body: JSON.stringify(body) })Confirm the language and product IDs before using the skill, and verify that recycle-bin recovery is available for your account.
Anyone or any agent with this key may be able to perform account actions allowed by the key, including product deletion.
The skill requires a Bee API key with permissions to access the deletion API. This is expected for the integration and no credential logging or unrelated transmission is shown.
`api_key` (string, **Required**) ... API authentication key used to identify the caller and control interface access permissions.
Use the platform’s secure credential mechanism where possible, limit the API key’s permissions if supported, and rotate it if exposed.
