marketplace-fulfillment
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill consists of technical documentation and code samples for building a standard e-commerce integration.
- [EXTERNAL_DOWNLOADS]: The skill references the official VTEX example repository
vtex-apps/external-seller-exampleon GitHub. This is a trusted resource owned by the vendor and follows best practices for integration development. - [COMMAND_EXECUTION]: The provided code snippets demonstrate the use of standard Node.js libraries (
express,axios) to implement web endpoints and make API calls. These operations are restricted to the intended business logic of order fulfillment and invoicing. - [CREDENTIALS_UNSAFE]: The code templates correctly use parameterization for API keys and tokens (
appKey,appToken) rather than hardcoding sensitive values, adhering to secure coding practices for authentication headers.
Audit Metadata