integrate-atlas-chat

Warn

Audited by Socket on Sep 18, 2026

2 alerts found:

Securityx2
SecurityMEDIUM
code/pyodide-runtime.ts

The fragment appears to implement an intended browser-side Python/Pyodide execution environment for Cognite Fusion notebook functionality, not an obvious malware payload. However, direct interpolation of configuration values and tokens into Python source creates a credible code-injection risk, and arbitrary Python execution plus dynamic package installation is dangerous when inputs or requirements are untrusted. The token is also exposed to code running in the same Python environment. Because only a fragment is shown, surrounding access controls and validation cannot be assessed.

Confidence: 96%Severity: 78%
SecurityMEDIUM
code/python.ts

The fragment is a code-generation and tool-wrapper utility. It does not show evidence of embedded malware, data theft, or sabotage. Its main security concern is inherent arbitrary code execution: the `code` argument is placed directly into Python source and is safe only when supplied by a trusted package or execution environment. If `code` can be influenced by an untrusted user or remote source, the downstream Python process should be treated as fully compromised unless sandboxed. The Base64 handling of `argsJson` is encoding rather than a security control.

Confidence: 98%Severity: 72%
Audit Metadata
Analyzed At
Sep 18, 2026, 02:14 PM
Package URL
pkg:socket/skills-sh/cognitedata%2Fbuilder-skills%2Fintegrate-atlas-chat%2F@3bec2451fd3bb6a97f5c09efd16f5d38a9ee47d8d7edea1401bd587a9d0ca478
Security Audit — socket — integrate-atlas-chat