@@ -319,2 +319,22 @@ --- | ||
| ### "Create a Google Doc" | ||
| 1. Run bootstrap | ||
| 2. Upload with Google Docs mime type — Drive auto-converts: | ||
| ```bash | ||
| curl -s -X POST "https://api.atris.ai/api/integrations/google-drive/files" \ | ||
| -H "Authorization: Bearer $TOKEN" \ | ||
| -H "Content-Type: application/json" \ | ||
| -d '{ | ||
| "name": "My Document", | ||
| "content": "Document content here", | ||
| "mime_type": "application/vnd.google-apps.document" | ||
| }' | ||
| ``` | ||
| 3. Returns file ID — the doc is now editable in Google Docs | ||
| **Native Google mime types for creation:** | ||
| - `application/vnd.google-apps.document` — Google Doc | ||
| - `application/vnd.google-apps.spreadsheet` — Google Sheet (content as CSV) | ||
| - `application/vnd.google-apps.presentation` — Google Slides | ||
| ### "Upload a file to Drive" | ||
@@ -321,0 +341,0 @@ 1. Run bootstrap |
+1
-1
| { | ||
| "name": "atris", | ||
| "version": "2.5.0", | ||
| "version": "2.5.1", | ||
| "description": "atrisDev (atris dev) - CLI for AI coding agents. Works with Claude Code, Cursor, Windsurf. Make any codebase AI-navigable.", | ||
@@ -5,0 +5,0 @@ "main": "bin/atris.js", |
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
719878
0.1%