sales-app-extensibility
Warn
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill describes a workflow to ingest API documentation from user-provided URLs using
fetch_webpage. This provides a significant surface for indirect prompt injection where malicious documentation content could compromise the agent's code generation or execution logic. - Ingestion points: The skill instructions in
SKILL.mdandreferences/discovery-and-use-cases.mddirect the agent to fetch and ingest documentation from URLs, OpenAPI specs, or markdown files provided by the user. - Capability inventory: The skill has the capability to write files (React components and documentation), execute shell commands via yarn/npx, and initiate network requests.
- Boundary markers: Absent. There are no instructions to the agent to disregard potential instructions found within the ingested documentation.
- Sanitization: Not present. The skill instructs the agent to extract response shapes and endpoint details directly from the untrusted source.
- [CREDENTIALS_UNSAFE]: The discovery flow in
references/discovery-and-use-cases.mdexplicitly instructs the agent to collect authentication headers and literal secret keys from the user for the 'Direct Auth' template. - Evidence: Step 5 of the API Authentication Decision Tree in
references/discovery-and-use-cases.mdrequires collecting the 'Auth header name' and 'Auth header value' (e.g., Bearer tokens or API keys) for inclusion in the frontend code. - [EXTERNAL_DOWNLOADS]: The skill relies on downloading and executing software from the
@vtexecosystem. - Evidence:
SKILL.mdcontains instructions to executenpx @vtex/fsp-cli initandyarn add @vtex/sales-app, which are legitimate packages for the VTEX platform. - [COMMAND_EXECUTION]: The skill provides instructions for the agent to guide the user through executing multiple shell commands for project initialization, development, and deployment.
- Evidence:
SKILL.mdandreferences/local-dev-build-and-deploy.mdcontain commands such asyarn fsp dev,yarn fsp build, andnpx fsp create.
Audit Metadata