setup-ts-deep-modules
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the
dependency-cruiserpackage through the project's detected package manager. This is a legitimate development tool used for the stated purpose of architectural linting.\n- [COMMAND_EXECUTION]: The skill executes shell commands to detect the environment (via lockfiles), install development dependencies, and run validation tests. These commands are standard for the intended task and are scoped to the local repository.\n- [INDIRECT_PROMPT_INJECTION]: The skill ingests local repository files to determine configuration settings.\n - Ingestion points: Reads
pnpm-lock.yaml,yarn.lock,bun.lockb, andtsconfig.jsonfrom the repository root to detect the environment.\n - Boundary markers: None present.\n
- Capability inventory: Execution of package managers and linting tools, and writing of configuration files (
.dependency-cruiser.cjs,package.json, and documentation).\n - Sanitization: None required for the logic described as it uses static templates for configuration.
Audit Metadata