Shopware Expert
Analysis
This is mainly a Shopware documentation/helper skill; it can guide API changes and use optional Admin credentials, so keep permissions narrow, but no provided artifact shows malicious behavior.
Findings (3)
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.
API and integration tasks: e.g. search or update entities via Admin API / Store API ... use staging, least privilege, and explicit approval for destructive work.
The skill can guide HTTP/API actions that modify a Shopware instance, but it also frames these actions as Shopware-specific and requires user safety controls for destructive work.
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
A bundled setup reference includes a remote installer command. It is documentation for a development environment, not an automatic skill install step, but it would execute third-party code if copied and run.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Common additions for Admin API automation ... SHOPWARE_ADMIN_API_CLIENT_ID, SHOPWARE_ADMIN_API_CLIENT_SECRET, SHOPWARE_OAUTH_TOKEN_URL ... Store all secrets in env ... never in chat or Git.
Optional Admin API credentials are expected for Shopware automation, but they carry account-level authority and need careful scoping.
