project
Warn
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses
npxanduvxto execute remote tools (@upstash/context7-mcp,code-review-graph,agentation-mcp) at runtime during project initialization and health checks. These packages are fetched at the@latestversion, which can lead to the execution of unverified code if a package is compromised. - [COMMAND_EXECUTION]: The skill frequently uses the
Bashtool to perform system-level operations such asgit init,git clone, and modifying file permissions (chmod +x). It also programmatically creates and installs git pre-commit hooks (.git/hooks/pre-commit), which automates command execution during the user's git workflow. - [CREDENTIALS_UNSAFE]: Instructions direct the agent to read and write to
.claude/settings.local.json. This file is used to store sensitive environment variables for MCP servers, such asGITHUB_TOKEN. The skill manages the lifecycle of these secrets, including asking the user for values and writing them to the local filesystem. - [DATA_EXFILTRATION]: The skill accesses and parses
.envand.env.localfiles to identify required environment variables for project documentation. This results in the exposure of sensitive variable names and potentially their structures to the agent context. - [PROMPT_INJECTION]: The
scanner-agentandrefresh-agentperform deep scans of all source code files in the project (including.ts,.js,.py, and.modelfiles). Because these files are untrusted and their content is interpolated into the agent's prompts without sanitization, it creates a surface for indirect prompt injection attacks. - Ingestion points: Scans all files within the project directories, including source code, configuration files, and documentation (
scanner-agent.md,refresh-agent.md). - Boundary markers: No specific boundary markers or instructions to ignore embedded commands are used when the agent processes the scanned file content.
- Capability inventory: The agents have access to high-privilege tools including
Bash,Write, andEditacross the workspace. - Sanitization: No sanitization, validation, or filtering of external code content is performed before it is added to the prompt context.
Audit Metadata