integrate-documents
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a set of instructional examples for using the RunwayML API to manage document knowledge. Analysis of the content and code snippets identifies no malicious patterns or security risks.- [EXTERNAL_DOWNLOADS]: The skill references official vendor packages (@runwayml/sdk for Node.js and runwayml for Python) and the official developer portal (dev.runwayml.com). These are legitimate resources belonging to the skill author and do not represent a supply chain risk.- [DATA_EXFILTRATION]: The code snippets demonstrate reading local markdown files from a specific directory (e.g., './knowledge/product-faq.md') to upload them as knowledge base content. This is a documented, legitimate use case for the skill and does not involve unauthorized data access.- [COMMAND_EXECUTION]: The provided code uses standard, non-malicious file system operations (Node.js fs.readFileSync and Python Path.read_text) to load document content, which is consistent with the skill's stated goal of document integration.
Audit Metadata