bigcommerce-api
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the download of official project templates and libraries for BigCommerce storefront development.
- Evidence: References the official
bigcommerce/nextjs-commercerepository on GitHub andcreate-catalyst-storefronton npm for initializing projects. - [COMMAND_EXECUTION]: The workflows include standard shell commands for managing local development environments and tunnel services.
- Evidence: Provides instructions for using
npm install,npx, andngrokwithin theworkflows/build-app.mdandworkflows/build-headless-storefront.mdfiles. - [PROMPT_INJECTION]: The skill documents procedures for ingesting data from external API endpoints, which creates an inherent surface for indirect prompt injection if source data is compromised.
- Ingestion points: Data is retrieved from BigCommerce Catalog, Customers, and Orders APIs across multiple workflow files.
- Boundary markers: The provided code snippets do not include explicit delimiters to isolate untrusted data during interpolation.
- Capability inventory: The skill guides the creation of applications with network access (BigCommerce API) and local file/database storage capabilities.
- Sanitization: While the skill emphasizes secure coding (e.g., using environment variables), the UI snippets leave data sanitization as a responsibility for the implementer.
Audit Metadata