trendyol-admin

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

If used with real credentials, the agent could make business-impacting production changes to a Trendyol seller account.

Why it was flagged

These are high-impact marketplace actions that can change public listings, prices, orders, returns, and customer communications.

Skill content
Includes product lifecycle (create, update, delete, archive), stock/price management, order processing (status updates, shipping), returns, and customer questions.
Recommendation

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.

What this means

Supplying full API credentials may give the agent wide authority over the seller account, not just read-only reference access.

Why it was flagged

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.

Skill content
Authentication: Always use Basic Auth. - Username: `API_KEY` - Password: `API_SECRET`
Recommendation

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.

NoteMedium Confidence
ASI08: Cascading Failures
What this means

Mistakes in bulk requests could propagate across a large product catalog or order set.

Why it was flagged

The reference supports large batch marketplace operations; a bad payload could affect many products or records at once.

Skill content
Batch operations: max 1000 items per request
Recommendation

Test with small batches, review generated payloads before execution, and keep rollback records for prices, inventory, and product status changes.

What this means

Users have less context for who maintains this API reference and whether it exactly matches the official Trendyol documentation.

Why it was flagged

The skill is instruction-only, but its registry provenance is limited, which matters because it is documenting high-impact API operations.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify important endpoints and payloads against Trendyol’s official developer documentation before production use.