api-reference
Provides a comprehensive API reference for PDF-RAG, detailing endpoint paths and response shapes for effective troubleshooting.
Install this skill
or
82/100
Security score
The api-reference skill was audited on Jun 1, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 36
Curl to non-GitHub URL
SourceSKILL.md
| 36 | DOC_ID="abc123" && curl -s "http://localhost:8000/api/documents/$DOC_ID/parties" |
medium line 39
Curl to non-GitHub URL
SourceSKILL.md
| 39 | curl -s "http://localhost:8000/api/documents/abc123/parties" |
medium line 53
Curl to non-GitHub URL
SourceSKILL.md
| 53 | curl -s -X POST "http://localhost:8000/api/packages/{package_id}/estate-graph" \ |
low line 36
External URL reference
SourceSKILL.md
| 36 | DOC_ID="abc123" && curl -s "http://localhost:8000/api/documents/$DOC_ID/parties" |
low line 39
External URL reference
SourceSKILL.md
| 39 | curl -s "http://localhost:8000/api/documents/abc123/parties" |
low line 53
External URL reference
SourceSKILL.md
| 53 | curl -s -X POST "http://localhost:8000/api/packages/{package_id}/estate-graph" \ |
Scanned on Jun 1, 2026
View Security Dashboard