Skip to main content

autonomous-coding-agent

Enables the creation of autonomous coding agents for automated workflows and CI/CD pipelines using CLI integration.

Install this skill

or
58/100

Security score

The autonomous-coding-agent skill was audited on Feb 9, 2026 and we found 6 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 115

Direct command execution function call

SourceSKILL.md
115const proc = spawn('claude', [
high line 151

Direct command execution function call

SourceSKILL.md
151const proc = spawn('claude', ['--print', '-p', prompt], {
medium line 135

Template literal with variable interpolation in command context

SourceSKILL.md
135reject(new Error(`Exit code ${code}: ${stderr}`));
medium line 188

Template literal with variable interpolation in command context

SourceSKILL.md
188```yaml
low line 107

Node child_process module reference

SourceSKILL.md
107import { spawn } from 'child_process';
low line 122

Access to .env file

SourceSKILL.md
122env: { ...process.env, FORCE_COLOR: '0' }
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →