flowchad-setup
Fail
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill performs broad discovery by reading the contents of sensitive configuration and environment files.
- Evidence: Grep commands target
.env,.env.local,.env.production, and.env.stagingfiles to identify ports and URLs. - Evidence:
catcommands are used to read.mcp.jsonand.claude/mcp.jsonfiles. - Security Concern: Environment files and MCP configurations are standard locations for storing authentication tokens, database credentials, and secret keys. Reading these files exposes sensitive information to the agent's context.
- [COMMAND_EXECUTION]: The skill utilizes shell commands for project discovery and configuration.
- Evidence: It uses
find,grep,cat, andlsto search for files and read content to understand the project structure. - Evidence: It uses
npxas a tool for setting up analytics infrastructure. - [EXTERNAL_DOWNLOADS]: The skill integrates external functionality by setting up MCP servers from the npm registry.
- Specifically, it includes steps to fetch the
@mixpanel/mcp-serverand@posthog/mcp-serverpackages usingnpxto initialize analytics integration. - These packages provide integration with well-known analytics services.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through the analysis of project data.
- Ingestion points: Files including test specifications (
.spec.ts,.feature), source code (.js,.rb,.py), and route definitions are read to extract flow logic. - Boundary markers: Absent. The skill does not define delimiters or provide instructions to ignore malicious content when parsing files.
- Capability inventory: File system access, shell command execution, and configuration of network-enabled tools.
- Sanitization: Absent. Content parsed from the project files is directly used to generate descriptive fields in YAML flow definitions.
Recommendations
- AI detected serious security threats
Audit Metadata