developer-experience-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: TypeScript code examples for
getAffectedPackagesandscaffoldServicedemonstrate shell command execution usingchild_process.execSyncwith direct string interpolation of variables. - Evidence:
execSync(npx nx show projects --affected --base=${base} --json, ...)in SKILL.md. - Evidence:
execSync(cp -r templates/${opts.type}/. ${serviceDir}/)in SKILL.md. - Risk: This pattern is vulnerable to command injection if parameters like
base,opts.type, oropts.namecontain unsanitized input from external or user-provided sources. - [EXTERNAL_DOWNLOADS]: The skill documentation and examples reference external resources and registries for development tools.
- Evidence: References Dev Container features from
ghcr.iofor Node.js and Docker-in-Docker. - Evidence: References GitHub Actions including
actions/checkout,actions/setup-node, andcodecov/codecov-action. - Context: These references target well-known technology providers and trusted organizations for standard development workflows.
Audit Metadata