Performs security analysis using gosec, govulncheck, and manual code review (READ-ONLY agent)
Performs security analysis on Go code using gosec and govulncheck, identifying vulnerabilities and recommending fixes.
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install go@Molcajete.aiExecutes security analysis workflows following security-scanning and secure-coding skills. READ-ONLY agent that identifies issues and recommends fixes.
MUST reference these skills for guidance:
security-scanning skill:
secure-coding skill:
gosec ./...govulncheck ./...# Security Analysis Report
## Critical Issues
- [Issue description]
Location: file.go:123
Fix: [Specific recommendation]
## High Priority Issues
...
## Medium Priority Issues
...
## Recommendations
...
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.