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

# Process-spawn Tool 8

Legitimate use of process-spawn for development.

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