
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
react-python-editor
Advanced tools
React Python Editor is a React component that provides an in-browser editing and running environment for Python code. The editor is based on Pyodide python runtime environment that is run using webworkers.
Install with npm i react-python-editor.
The editor component can be used in a following way:
import { ProgrammingExercise } from "moocfi-python-editor"
const App = () => {
// ...
return (
<ProgrammingExercise
organization="organization-slug"
course="course-name"
exercise="exercise-name"
userId="user-id"
token="user-token"
/>
)
}
Required properties:
organization, course and exercise Define which TMC exercise will be loaded.userId and token are used to identify the current user.Optional properties:
debug Show and log debug information if set to true.language Editor's localization. Currently supports en (default) and fi.height Height of the editor. Defaults to 400px.outputHeight Maximum height of the output content in pixels.onExerciseDetailsChange Callback function that provides details about the exercise. These details vary by user.npm ci & npm run encode:workerexample directory and run npm ciTo run the project in example environment, go to the example directory and
run npm start.
If you make any changes to the worker, you will always need to run the encode:worker command again.
This project is licensed under either of
at your option.
FAQs
A Python editor and interpreter with interactive console
The npm package react-python-editor receives a total of 2 weekly downloads. As such, react-python-editor popularity was classified as not popular.
We found that react-python-editor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.