FD shopware-expert
Enable Shopware 6 superpowers for OpenClaw. Get a massive boost in knowledge about everything related to Shopware 6 in general and Shopware 6 development.
As a process D 49/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
What is at stake
The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.
The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The files contain invisible characters, encoded commands or comments hidden from readers but visible to the model. What you read differs from what the agent sees.
Remove invisible characters (they usually sneak in through copy-paste) and encoded strings: no catalog will pass them. Instructions for the model must be readable by a human too.
How to improve
- Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 62
-
high Exfiltration
exfil-webhook-urlreferences/APP_SYSTEM_PART2.md:229Webhook / callback URL commonly used for exfiltration (verify the destination)POST https://hooks.slack.com/services/{id} { -
high Dangerous commands
cmd-pipe-to-shellreferences/INSTALLATION_AND_HOSTING_PART2.md:2055Downloads and executes remote code from an unrecognised host (pipe to shell)sh <(curl -L https://nixos.org/nix/install)
-
high Dangerous commands
cmd-pipe-to-shellreferences/INSTALLATION_AND_HOSTING_PART2.md:2059Downloads and executes remote code from an unrecognised host (pipe to shell)sh <(curl -L https://nixos.org/nix/install) --daemon
-
high Dangerous commands
cmd-pipe-to-shellreferences/INSTALLATION_AND_HOSTING_PART2.md:2063Downloads and executes remote code from an unrecognised host (pipe to shell)sh <(curl -L https://nixos.org/nix/install) --no-daemon
-
high Dangerous commands
cmd-pipe-to-shellreferences/INSTALLATION_AND_HOSTING_PART3.md:313Downloads and executes remote code from an unrecognised host (pipe to shell)curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
-
high Exfiltration
exfil-webhook-urlreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART5.md:882Webhook / callback URL commonly used for exfiltration (verify the destination)cors_origins http://loca…000 http://loca…080 http://shopware.test http://7779….io
-
high Exfiltration
exfil-webhook-urlreferences/PRODUCT_EXTENSIONS_OVERVIEW.md:3024Webhook / callback URL commonly used for exfiltration (verify the destination)cors_origins http://loca…000 http://loca…080 http://shopware.test http://7779….io
Medium and low: 55
-
medium Obfuscation
obf-base64-blobreferences/INSTALLATION_AND_HOSTING_PART2.md:1824Long base64-looking blob* [PdoSessionHandler](https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php)
-
medium Obfuscation
obf-base64-blobreferences/INSTALLATION_AND_HOSTING_PART2.md:1825Long base64-looking blob* [MemcachedSessionHandler](https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php)
-
medium Obfuscation
obf-base64-blobreferences/INSTALLATION_AND_HOSTING_PART2.md:1826Long base64-looking blob* [MongoDbSessionHandler](https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php)
-
medium Dangerous commands
cmd-privilegereferences/INSTALLATION_AND_HOSTING_PART2.md:2119Privilege escalation / world-writable permissionsecho "trusted-users = root ${USER}" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon -
medium Dangerous commands
cmd-privilegereferences/INSTALLATION_AND_HOSTING_PART2.md:3019Privilege escalation / world-writable permissionssudo cp ~/.composer/vendor/weprovide/valet-plus/cli/stubs/elasticsearch.conf /usr/local/etc/nginx/valet/elasticsearch.conf
-
medium Dangerous commands
cmd-privilegereferences/INSTALLATION_AND_HOSTING_PART2.md:3097Privilege escalation / world-writable permissionssudo wget https://getcomposer.org/download/latest-stable/composer.phar -O /usr/local/bin/composer
-
medium Dangerous commands
cmd-privilegereferences/INSTALLATION_AND_HOSTING_PART2.md:3098Privilege escalation / world-writable permissionssudo chmod +x /usr/local/bin/composer
-
medium Dangerous commands
cmd-privilegereferences/INSTALLATION_AND_HOSTING_PART2.md:3110Privilege escalation / world-writable permissionssudo wget https://getcomposer.org/download/latest-stable/composer.phar -O /usr/local/bin/composer
-
medium Dangerous commands
cmd-privilegereferences/INSTALLATION_AND_HOSTING_PART3.md:349Privilege escalation / world-writable permissionsecho "trusted-users = root ${USER}" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon -
medium Dangerous commands
cmd-pipe-to-shellreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART6.md:171Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)curl -L https://install.sw-paas-cli.shopware.systems | sh
vendor-host -
medium Dangerous commands
cmd-pipe-to-shellreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART6.md:179Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)curl -L https://install.sw-paas-cli.shopware.systems | sh -s 0.0.30
vendor-host -
medium Dangerous commands
cmd-pipe-to-shellreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART6.md:360Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)curl -L https://install.sw-paas-cli.shopware.systems | sh
vendor-host -
medium Obfuscation
obf-base64-blobreferences/STOREFRONT_THEMES_TWIG.md:388Long base64-looking blobYou might want to check out the example [Goog…aV3](https://github.com/shopware/shopware/blob/trunk/src/Storefront/Framework/Captcha/Goog…php) class from the Shopware 6 core. It's
-
medium Exfiltration
net-credential-usereferences/TOOLING.md:21Credential used in a network call (verify the destination is the intended service)curl -sS -H "Authorization: Bearer $SHOPWARE_ACCESS_TOKEN" \
-
low Exfiltration
exfil-webhook-urlreferences/APP_SYSTEM_PART2.md:139Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)<url>https://hooks.slack.com/services/{id}</url>placeholder -
low Secrets in code
secret-high-entropy-tokenreferences/CHECKOUT_CART_PAYMENTS.md:1791High-entropy token-like string (may be an id, hash or a credential)class Migr…ype extends MigrationStep
-
low Secrets in code
secret-high-entropy-tokenreferences/CHECKOUT_CART_PAYMENTS.md:2084High-entropy token-like string (may be an id, hash or a credential)class Migr…ent extends MigrationStep
-
low Obfuscation
obf-base64-blobreferences/CHECKOUT_CART_PAYMENTS.md:2256Long base64-looking blob (quoted — discussed, not commanded)For this, we're going to use the [PreWriteValidationEvent](https://github.com/shopware/shopware/blob/v6.6.9.0/src/Core/Framework/DataAbstractionLayer/Write/Validation/PreWriteValidationEvent.php), whi
quoted -
low Obfuscation
obf-base64-blobreferences/CHECKOUT_CART_PAYMENTS.md:2533Long base64-looking blob (quoted — discussed, not commanded)Just one more thing worth noting. There's a [helper class](https://github.com/shopware/shopware/blob/v6.3.4.1/src/Core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php) in Sh
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/CMS_AND_CONTENT.md:1086High-entropy token-like string (may be an id, hash or a credential)class Migr…ate extends MigrationStep
-
low Secrets in code
secret-high-entropy-tokenreferences/CMS_AND_CONTENT.md:1264High-entropy token-like string (may be an id, hash or a credential)class Migr…ate extends MigrationStep
-
low Secrets in code
secret-high-entropy-tokenreferences/CMS_AND_CONTENT.md:1806High-entropy token-like string (may be an id, hash or a credential)class Migr…Url extends MigrationStep
-
low Exfiltration
exfil-webhook-urlreferences/CORE_REFERENCE.md:398Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)<url>https://hooks.slack.com/services/{id}</url>placeholder -
low Secrets in code
secret-high-entropy-tokenreferences/DAL_AND_DATA.md:346High-entropy token-like string (may be an id, hash or a credential)class Migr…ion extends MigrationStep
-
low Secrets in code
secret-high-entropy-tokenreferences/DAL_AND_DATA.md:1192High-entropy token-like string (may be an id, hash or a credential)class Migr…ion extends MigrationStep
-
low Secrets in code
secret-high-entropy-tokenreferences/DAL_AND_DATA.md:1994High-entropy token-like string (may be an id, hash or a credential)class Migr…ble extends MigrationStep
-
low Secrets in code
secret-high-entropy-tokenreferences/DAL_AND_DATA.md:2207High-entropy token-like string (may be an id, hash or a credential)class Migr…ion extends MigrationStep
-
low Secrets in code
secret-high-entropy-tokenreferences/HEADLESS_FRONTENDS_PART2.md:903High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"fileName": "shop…ash",
quoted -
low Exfiltration
read-dotenvreferences/INSTALLATION_AND_HOSTING_PART2.md:389Reads a .env filecp /var/www/shopware_backup/.env.local /var/www/shopware/shared/.env.local
-
low Exfiltration
read-dotenvreferences/INSTALLATION_AND_HOSTING_PART2.md:1255Reads a .env filecp .env.example .env
-
low Dangerous commands
cmd-background-processreferences/INSTALLATION_AND_HOSTING.md:1701Starts a background / autostarted process (quoted — discussed, not commanded)`systemctl enable shopware_consumer@{1..3}.service`quoted -
low Dangerous commands
cmd-background-processreferences/INSTALLATION_AND_HOSTING.md:1704Starts a background / autostarted process (detector / deny-list definition; security demo / example)`systemctl enable shopware_consumer.target`
detectordemo -
low Secrets in code
secret-high-entropy-tokenreferences/PLUGIN_SYSTEM_PART2.md:1294High-entropy token-like string (may be an id, hash or a credential)class Migr…ion extends MigrationStep
-
low Secrets in code
secret-high-entropy-tokenreferences/PLUGIN_SYSTEM_PART2.md:1336High-entropy token-like string (may be an id, hash or a credential)class Migr…ion extends MigrationStep
-
low Obfuscation
obf-base64-blobreferences/PLUGIN_SYSTEM.md:1561Long base64-looking blob (quoted — discussed, not commanded)Let's have a look at an [example code](https://github.com/shopware/shopware/blob/v6.4.0.0/src/Core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php#L55-L59):
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART2.md:2689High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Configurator extends classes like `Abst…tor` or `Abst…tor` for base or extended migrations, respectively.
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART2.md:2725High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)* Create a class extending `Shopware\Commercial\B2B\B2BS…ion\Core\Domain\MappingConfigurator\Abst…tor`.
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART2.md:2738High-entropy token-like string (may be an id, hash or a credential)class EmployeeManagementMigrationConfigurator extends Abst…tor
-
low Secrets in code
secret-high-entropy-tokenreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART2.md:2764High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)* `Quot…tor` has a priority of `8000`.
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART2.md:2845High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)* Create a class extending `Shopware\Commercial\B2B\B2BS…ion\Core\Domain\Extension\ExtensionConfigurator\Abst…tor`.
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART3.md:2769High-entropy token-like string (may be an id, hash or a credential)$indexer->generate(\Shop…ass, __DIR__ . '/my-acl-config.php');
-
low Secrets in code
secret-high-entropy-tokenreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART4.md:2114High-entropy token-like string (may be an id, hash or a credential)class Shop…ter extends ProductConverter
-
low Secrets in code
secret-high-entropy-tokenreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART4.md:2930High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)This can be found in the [`Swag\EnterpriseSearch\Migration\Migr…ion`](https://gitlab.com/shopware/shopware/enterprise/swagenterprisesearchplatform/-/blob/releas
quoted -
low Dangerous commands
cmd-background-processreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART6.md:1838Starts a background / autostarted processsudo systemctl enable redis-server
-
low Exfiltration
read-dotenvreferences/PRODUCT_EXTENSIONS_OVERVIEW_PART6.md:2107Reads a .env filecp .env.template .env
-
low Exfiltration
read-dotenvreferences/PRODUCT_EXTENSIONS_OVERVIEW.md:2379Reads a .env filecat .env
-
low Exfiltration
read-dotenvreferences/PRODUCT_EXTENSIONS_OVERVIEW.md:2868Reads a .env filecp .env.template .env
-
low Secrets in code
secret-high-entropy-tokenreferences/SHOPWARE_67_EXAMPLES_PLUGIN_DAL.md:423High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)class Migr…ble extends MigrationStep
fixture -
low Secrets in code
secret-high-entropy-tokenreferences/STOREFRONT_THEMES_TWIG.md:1325High-entropy token-like string (may be an id, hash or a credential)class Migr…ing extends MigrationStep
-
low Secrets in code
secret-high-entropy-tokenreferences/TESTING_AND_QUALITY.md:1626High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)In order to test the example migration `Migr…ion`, create a new test called `Migr…est`, which extends from the PHPUnit `TestCase`. Use the
fixturequoted -
low Secrets in code
secret-high-entropy-tokenreferences/TESTING_AND_QUALITY.md:1640High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)class Migr…est extends TestCase
fixture -
low Secrets in code
secret-high-entropy-tokenreferences/TESTING_AND_QUALITY.md:1650High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)$migration = new Migr…ion();
fixture -
low Secrets in code
secret-high-entropy-tokenreferences/TESTING_AND_QUALITY.md:1667High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)$migration = new Migr…ion();
fixture -
low Secrets in code
secret-high-entropy-tokenreferences/TESTING_AND_QUALITY.md:1705High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)./vendor/bin/phpunit --configuration="custom/plugins/SwagBasicExample" --filter Migr…est
fixture -
low Obfuscation
obf-base64-blobreferences/TESTING_AND_QUALITY.md:2914Long base64-looking blob (test fixture / example file)Use the `AdminApiContext` to interact with the Shopware Admin API. Here is a simplified example of adding a method to [create a new shipping method](https://github.com/shopware/acceptance-test-suite/b
fixture
Files scanned: 63. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 49/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 55Failures and branches. 1 branches
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 85Steps. 25 steps, 2 vague phrases
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2105 tokens
- 100Running it twice. No mutating operations
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- +1No license
- +2Single-language instructions
- +3Description length 154: enough signal without eating the budget
- +4Structure: 9 headings
- +3Step-by-step instructions: 25 items
- +4Reference files are cited in the instructions (22 of 59)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 72.