Back to Home
belvg-public icon

belvg_mcp_auth

Verified Safe

by belvg-public

Overview

Simplifies authentication for PrestaShop's Micro-Commerce Protocol (MCP) server for development and testing environments by replacing OAuth2 with a bearer token system.

Installation

Run Command
No command provided

Security Notes

The module explicitly warns that it is for 'DEVELOPMENT USE ONLY' and bypasses standard OAuth2 security protocols. It should not be used in a production environment without strict IP restrictions or additional security layers. The implementation itself uses cryptographically secure token generation (`random_bytes`) and sanitizes database inputs (`pSQL`), preventing common vulnerabilities like SQL injection. No 'eval', obfuscation, hardcoded secrets, or directly malicious patterns were found. The lower score reflects the inherent security reduction by design for its stated purpose (developer convenience) rather than flaws in its implementation.

Similar Servers

Stats

Interest Score36
Security Score7
Cost ClassLow
Stars1
Forks0
Last Update2025-11-26

Tags

PrestaShopAuthenticationBearer TokenDevelopment ToolModule