Skip to main content

autonomous-agent-patterns

Provides design patterns for creating autonomous coding agents, focusing on tool integration and human-in-the-loop workflows.

Install this skill

or
92/100

Security score

The autonomous-agent-patterns skill was audited on Feb 28, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 390

Python subprocess execution

SourceSKILL.md
390result = subprocess.run(
low line 443

Base64 decode operation

SourceSKILL.md
443"screenshot": base64.b64encode(screenshot).decode(),
low line 458

Base64 decode operation

SourceSKILL.md
458metadata={"screenshot": base64.b64encode(screenshot).decode()}
low line 760

External URL reference

SourceSKILL.md
760- [Model Context Protocol](https://modelcontextprotocol.io/)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →