update-api-docs
Automates the update of API documentation by downloading the latest OpenAPI spec and regenerating Docusaurus docs.
Install this skill
or
93/100
Security score
The update-api-docs skill was audited on Feb 12, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 31
Curl to non-GitHub URL
SourceSKILL.md
| 31 | curl -s "https://cloud.agenta.ai/api/openapi.json" -o docs/docs/reference/openapi.json |
low line 31
External URL reference
SourceSKILL.md
| 31 | curl -s "https://cloud.agenta.ai/api/openapi.json" -o docs/docs/reference/openapi.json |
low line 75
External URL reference
SourceSKILL.md
| 75 | Then visit `http://localhost:5000/docs/reference/api` to verify the API docs render correctly. |
Scanned on Feb 12, 2026
View Security Dashboard