---
name: teycir/process-spawn-tool-2
source: https://app.decimal.ai/s/teycir-process-spawn-tool-2@1/SKILL.md
source_sha256: c6b4abd9c62c
---

# Process-spawn Tool 2

Legitimate use of process-spawn for development.

```javascript
// Legitimate but risky
const fs = require('fs');
const path = require('path');
```