ocana-agent-ops
Facilitates the creation and troubleshooting of Ocana agents, ensuring proper management token authentication and diagnosing provisioning issues.
Install this skill
or
92/100
Security score
The ocana-agent-ops skill was audited on Jun 5, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 53
Access to .env file
SourceSKILL.md
| 53 | AGENT_ID=$(grep "^AGENT_ID" /path/to/ocana/agent-config.env | cut -d'=' -f2) |
low line 54
Access to .env file
SourceSKILL.md
| 54 | CONTROL_PLANE_URL=$(grep "^CONTROL_PLANE_URL" /path/to/ocana/agent-config.env | cut -d'=' -f2) |
low line 64
Access to .env file
SourceSKILL.md
| 64 | grep MANAGEMENT_API_TOKEN /path/to/ocana/agent-config.env |
medium line 68
Access to .env file
SourceSKILL.md
| 68 | - If the refresh returns success but the token is not written to `agent-config.env`, treat that as a platform config bug. |
Scanned on Jun 5, 2026
View Security Dashboard