tapac
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation references the installation of the 'uv' package manager from 'astral.sh'. This is a well-known, high-performance Python package manager frequently used in modern AI agent environments and is considered a safe development tool.
- [COMMAND_EXECUTION]: The README and SKILL.md files provide commands for installing the MCP server via 'uvx' from the project's GitHub repository and creating a local symlink. These are standard installation procedures for developer tools and do not involve unauthorized or hidden command execution.
- [CREDENTIALS_UNSAFE]: The skill uses an environment variable ('TAPAC_API_KEY') to manage access. The documentation correctly instructs users to set this variable themselves and includes placeholders ('your_key_here') rather than hardcoding any secrets. This is a standard and safe security practice.
- [REMOTE_CODE_EXECUTION]: The automated scan flagged the piped installation of 'uv' ('curl | sh'). As 'uv' is a reputable industry-standard tool from Astral, this is a documented and trusted installation method for this specific utility and does not constitute a malicious remote code execution threat in this context.
- [DATA_EXFILTRATION]: While the skill is designed to search for contact information, the analysis of the provided code shows no functionality that accesses sensitive local files (like SSH keys or AWS credentials) or exfiltrates user data to unauthorized third-party servers. All network interactions are related to the stated purpose of the API.
Audit Metadata