Agent skill
security
Security scanning — injection detection, capability checks, audit trails
Install this agent skill to your Project
npx add-skill https://github.com/iii-hq/agentos/tree/main/plugin/skills/security
SKILL.md
Security operations:
- Scan injection:
curl -X POST http://localhost:3111/api/security/scan -H 'Content-Type: application/json' -d '{"input": "<text>", "checks": ["injection", "traversal", "command"]}' - Check capability:
curl -X POST http://localhost:3111/api/security/capability -H 'Content-Type: application/json' -d '{"agentId": "claude-code", "action": "write", "resource": "/path"}' - Audit:
curl http://localhost:3111/api/security/audit?agentId=claude-code&limit=50
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
recover
Scan agent health and auto-recover stale or dead sessions
memory
Persistent agent memory — store, recall, search across sessions
swarm
Multi-agent swarm coordination — create swarms, broadcast tasks, reach consensus
status
System status and health checks — dashboard stats, agent health, worker status
evolve
Create, test, and improve functions at runtime — agents write their own code
lifecycle
Session lifecycle management — transitions, state tracking, reactions
Didn't find tool you were looking for?