wps-doc-scraper
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/render_svg_tiles.pyexecutesqlmanage(a macOS system utility) andmagickorconvert(ImageMagick) to render SVG files into PNG tiles. These commands are executed as lists of arguments with sanitized inputs (e.g., numeric dimensions parsed from SVG attributes), which is a secure practice to prevent shell injection. - [EXTERNAL_DOWNLOADS]: The script
scripts/wps_processon_extract.pyfetches document metadata and content fromkdocs.cnandwps.processon.comusing theurlliblibrary. These network operations are intrinsic to the skill's purpose of document archiving and target the service's official endpoints. - [SAFE]: The skill includes a file named
.security-scan-passedwhich asserts the skill has passed security checks. Per the analysis policy, this claim is considered non-authoritative and the safety verdict is derived from independent evaluation of the skill's logic. - [PROMPT_INJECTION]: The skill instructions include explicit constraints preventing the agent from interpreting, summarizing, or rewriting the archived content. This structural focus serves as a safeguard against indirect prompt injection that might be contained within the documents being scraped.
Audit Metadata