trendyol-admin
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: trendyol-admin Version: 1.0.1 The skill is classified as suspicious due to the explicit instruction in `SKILL.md` for the AI agent to use `curl` or inline Node.js/Python code for API execution. While intended for legitimate Trendyol API interactions, this capability introduces a significant prompt injection vulnerability that could lead to Remote Code Execution (RCE). An attacker could potentially craft prompts to the agent to execute arbitrary commands, read local files, or exfiltrate sensitive data (including the `API_KEY` and `API_SECRET` used for Trendyol) to external endpoints, even though no direct malicious intent is present in the skill's provided content.
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.
If used with real credentials, the agent could make business-impacting production changes to a Trendyol seller account.
These are high-impact marketplace actions that can change public listings, prices, orders, returns, and customer communications.
Includes product lifecycle (create, update, delete, archive), stock/price management, order processing (status updates, shipping), returns, and customer questions.
Require explicit user confirmation for destructive, financial, customer-facing, or bulk operations; prefer staging/test credentials first; and limit the skill to the specific task requested.
Supplying full API credentials may give the agent wide authority over the seller account, not just read-only reference access.
The skill requires seller API credentials that can authorize broad Trendyol account operations, but the artifacts do not define a least-privilege scope or safe credential-handling boundary.
Authentication: Always use Basic Auth. - Username: `API_KEY` - Password: `API_SECRET`
Use the least-privileged credentials available, avoid sharing secrets in chat when possible, rotate keys after testing, and confirm which operations the agent may perform.
Mistakes in bulk requests could propagate across a large product catalog or order set.
The reference supports large batch marketplace operations; a bad payload could affect many products or records at once.
Batch operations: max 1000 items per request
Test with small batches, review generated payloads before execution, and keep rollback records for prices, inventory, and product status changes.
Users have less context for who maintains this API reference and whether it exactly matches the official Trendyol documentation.
The skill is instruction-only, but its registry provenance is limited, which matters because it is documenting high-impact API operations.
Source: unknown; Homepage: none
Verify important endpoints and payloads against Trendyol’s official developer documentation before production use.
