pagr
Fail
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [CREDENTIALS_UNSAFE]: The
SKILL.mdfile contains a hardcoded API key (pagr_tW2NdRvtqZq2CIb0oJ137rfh75ystZoeoOQiSd7aMDc) within a URL provided for the Remote MCP Server configuration. Hardcoding credentials in skill instructions is a security risk as it exposes the key to any user or agent that processes the skill. - [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install and use external Node.js packages from the npm registry, specifically
@getpagr/cliand@getpagr/mcp(vianpx). - [COMMAND_EXECUTION]: The skill relies on the execution of shell commands through the
pagrCLI tool. This includes thepagr initcommand, which modifies the local file system by creating skill files and editing the agent's configuration (e.g.,.claude/settings.json) to register a Model Context Protocol (MCP) server. - [DATA_EXFILTRATION]: The core functionality of the skill involves reading local HTML files and uploading their content to the external Pagr service (
https://pagr.link). This represents an intentional data transfer to a remote endpoint.
Recommendations
- AI detected serious security threats
Audit Metadata