nutrient-document-processing
Nutrient DWS API を使用してドキュメントの処理、変換、OCR、抽出、編集、署名、フォーム入力を行います。PDF、DOCX、XLSX、PPTX、HTML、画像に対応しています。
45/100
Security score
The nutrient-document-processing skill was audited on Mar 16, 2026 and we found 11 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 26
Curl to non-GitHub URL
SourceSKILL.md
| 24 | ```bash |
| 25 | # DOCX から PDF へ |
| 26 | curl -X POST https://api.nutrient.io/build \ |
| 27 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 28 | -F "[email protected]" \ |
medium line 33
Curl to non-GitHub URL
SourceSKILL.md
| 31 | |
| 32 | # PDF から DOCX へ |
| 33 | curl -X POST https://api.nutrient.io/build \ |
| 34 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 35 | -F "[email protected]" \ |
medium line 40
Curl to non-GitHub URL
SourceSKILL.md
| 38 | |
| 39 | # HTML から PDF へ |
| 40 | curl -X POST https://api.nutrient.io/build \ |
| 41 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 42 | -F "[email protected]" \ |
medium line 53
Curl to non-GitHub URL
SourceSKILL.md
| 51 | ```bash |
| 52 | # プレーンテキストの抽出 |
| 53 | curl -X POST https://api.nutrient.io/build \ |
| 54 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 55 | -F "[email protected]" \ |
medium line 60
Curl to non-GitHub URL
SourceSKILL.md
| 58 | |
| 59 | # テーブルを Excel として抽出 |
| 60 | curl -X POST https://api.nutrient.io/build \ |
| 61 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 62 | -F "[email protected]" \ |
medium line 71
Curl to non-GitHub URL
SourceSKILL.md
| 69 | ```bash |
| 70 | # 検索可能な PDF への OCR(100以上の言語をサポート) |
| 71 | curl -X POST https://api.nutrient.io/build \ |
| 72 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 73 | -F "[email protected]" \ |
medium line 84
Curl to non-GitHub URL
SourceSKILL.md
| 82 | ```bash |
| 83 | # パターンベース(SSN、メール) |
| 84 | curl -X POST https://api.nutrient.io/build \ |
| 85 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 86 | -F "[email protected]" \ |
medium line 91
Curl to non-GitHub URL
SourceSKILL.md
| 89 | |
| 90 | # 正規表現ベース |
| 91 | curl -X POST https://api.nutrient.io/build \ |
| 92 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 93 | -F "[email protected]" \ |
medium line 103
Curl to non-GitHub URL
SourceSKILL.md
| 101 | |
| 102 | ```bash |
| 103 | curl -X POST https://api.nutrient.io/build \ |
| 104 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 105 | -F "[email protected]" \ |
medium line 114
Curl to non-GitHub URL
SourceSKILL.md
| 112 | ```bash |
| 113 | # 自己署名 CMS 署名 |
| 114 | curl -X POST https://api.nutrient.io/build \ |
| 115 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 116 | -F "[email protected]" \ |
medium line 124
Curl to non-GitHub URL
SourceSKILL.md
| 122 | |
| 123 | ```bash |
| 124 | curl -X POST https://api.nutrient.io/build \ |
| 125 | -H "Authorization: Bearer $NUTRIENT_API_KEY" \ |
| 126 | -F "[email protected]" \ |
Scanned on Mar 16, 2026
View Security Dashboard