Hellofresh
Analysis
The skill appears purpose-aligned for HelloFresh, but it needs review because it uses logged-in browser/account access, can affect meal selections, stores sensitive subscription details, and includes real-looking personal tracking data in its artifacts.
Findings (6)
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.
- **Meal Selection** — Change your weekly meal selection
Changing meal selections can mutate a paid subscription/order, but the artifacts do not describe explicit confirmation, limits, or rollback behavior for such changes.
"dependencies": { "@onkernel/sdk": "^1.0.0", "playwright": "^1.40.0" }The package uses external dependencies with caret version ranges, and the registry source/homepage are not provided.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
**Browser:** Uses profile="chrome" (Chrome Extension Relay) or Kernel.sh cloud
Using the user's Chrome profile or a cloud browser can give the skill access to an authenticated HelloFresh session, while the registry declares no primary credential or capability tags.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Current settings example: ... Additional: "APPT : 18 +1819..." ... URLs Tested ... subscriptionId=2704903 ... tracking.obibox.io/XPHFRE217...
The distributed notes include real-looking subscription IDs, tracking identifiers, and contact/delivery instructions, which exposes sensitive shipment/account context inside the skill package.
deliveryAddress: string; paymentMethod: string; ... fs.writeFileSync(tmpFile, JSON.stringify(session, null, 2));
The session model includes delivery and payment metadata and is written as local JSON under the user's home directory.
**Browser:** ... Kernel.sh cloud ... **Shipment Alerts:** ... Sends notifications via Telegram when enabled
The skill discloses optional external channels for browser execution and shipment notifications, but the artifacts do not detail provider data boundaries or retention.
