monorepo-navigator
Warn
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONSAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/impact_detector.pyusessubprocess.runto executegitcommands (git diffandgit merge-base). These operations are used to identify changed files and determine the impact on monorepo packages. While the execution uses argument lists rather than shell strings, it represents a direct interface with the host system's CLI. - [EXTERNAL_DOWNLOADS]: The skill references and encourages the installation of external dependencies from public registries, including the
@changesets/cliand@changesets/changelog-githubNPM packages. It also provides instructions for using remote caching services provided by Vercel and Nx Cloud, as well as a third-party Docker image (ducktape/turborepo-remote-cache) for self-hosted caching. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its ingestion of untrusted repository data.
- Ingestion points: The scripts
scripts/package_analyzer.pyandscripts/impact_detector.pyread and parse data frompackage.jsonfiles (including package names, descriptions, and script keys) and git history (filenames). - Boundary markers: The scripts do not implement specific boundary markers or 'ignore' instructions when outputting parsed metadata for the agent to process.
- Capability inventory: The skill includes the capability to execute shell commands via the
gitbinary and manages environment variables for CI/CD pipelines. - Sanitization: There is no evidence of sanitization or verification of the content within the
package.jsonfiles or git refs before they are processed by the agent's logic. - [METADATA_POISONING]: The
SKILL.mdfile contains misleading metadata. TheMaintainerfield is explicitly set to 'Claude Skills Team', which contradicts the provided author attribution ('borghei'). This impersonation of an official platform team is deceptive and may lead users or agents to overestimate the safety and authority of the skill's content.
Audit Metadata