Skip to main content

AgentDB Reinforcement Learning Training

Trains AI agents using AgentDB's reinforcement learning algorithms to optimize behavior and performance through experience.

Install this skill

or
80/100

Security score

The AgentDB Reinforcement Learning Training skill was audited on May 23, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 384

Template literal with variable interpolation in command context

SourceSKILL.md
384console.log(`Episode ${episode}:`, {
medium line 394

Template literal with variable interpolation in command context

SourceSKILL.md
394await dqnAgent.save(`checkpoint-${episode}`);
medium line 400

Template literal with variable interpolation in command context

SourceSKILL.md
400console.log(`Evaluation at episode ${episode}: ${evalReward.toFixed(2)}`);
low line 730

External URL reference

SourceSKILL.md
730apiEndpoint: 'http://localhost:3000/api/predict',
low line 841

External URL reference

SourceSKILL.md
841- AgentDB Learning Documentation: https://agentdb.dev/docs/learning
low line 842

External URL reference

SourceSKILL.md
842- RL Algorithms Guide: https://agentdb.dev/docs/rl-algorithms
low line 843

External URL reference

SourceSKILL.md
843- Training Best Practices: https://agentdb.dev/docs/training
low line 844

External URL reference

SourceSKILL.md
844- Production Deployment: https://agentdb.dev/docs/deployment
Scanned on May 23, 2026
View Security Dashboard
Installation guide →