upstage-document-parse
Analysis
This appears to be a straightforward document-parsing skill, but it sends selected documents to Upstage and uses an Upstage API key.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requires":{"bins":["curl"],"env":["UPSTAGE_API_KEY"]},"primaryEnv":"UPSTAGE_API_KEY"The skill requires an Upstage API key to authenticate requests to the document parsing service.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
curl -X POST "https://api.upstage.ai/v1/document-digitization" ... -F "document=@/path/to/file.pdf"
The documented workflow uploads the selected document file to Upstage’s external API for parsing.
Results stored for 30 days
The async parsing flow documents provider-side retention of parsing results.
