bkend-storage
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation references the
@bkend/mcp-serverpackage to be run vianpx. This is a standard integration method for the vendor's Model Context Protocol (MCP) server used to extend agent capabilities. - [CREDENTIALS_UNSAFE]: The skill mentions sensitive configuration parameters such as
BKEND_API_KEYandaccess_token. It uses placeholders for these values and follows security best practices by recommending the use of environment variable files (.env.local) for secret management. - [PROMPT_INJECTION]: The skill describes patterns for handling untrusted data via file uploads. While this creates a surface for indirect prompt injection (Category 8), the documentation includes robust client-side validation examples for file types and sizes to mitigate common risks.
- Ingestion points: File input fields in the
ImageUploadcomponent anduploadFilefunctions. - Boundary markers: Not applicable as the content is technical documentation for developers rather than direct agent instructions.
- Capability inventory: The code snippets utilize
fetchfor network operations toapi.bkend.aiandlocalStoragefor token management. - Sanitization: The
validateFilefunction demonstrates type and size validation before processing uploads.
Audit Metadata