Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
strongmind-schoology-client
Advanced tools
This is an example of what we expect in a README.
A summary of the purpose of this piece of software, for example: Delivery of Learnosity assessments to students and reporting student results to teachers.
A diagram showing all of the following:
(see mermaid documentation on how to create these diagrams)
For example:
graph LR
subgraph project_components[Hypothetical Service]
project_api[Hypothetical Service API]
project_frontend[Hypothetical Service Frontend]
subgraph datastores[Data Stores]
postgres[PostgreSQL]
queue[SQS queue service]
end
end
subgraph inputs[Inputs]
event_platform_input[Event Platform]
cloud_canvas[Cloud Canvas API]
identity[Identity Server]
end
subgraph end_users[End Users]
student[Student]
administrator[Administrator]
end
subgraph outputs[Outputs]
event_platform_out[Event Platform]
end
event_platform_input -->|Canvas Change Events| project_api
cloud_canvas -->|Canvas User API get| project_api
identity -->|Authentication of users| project_frontend
project_frontend -->|Views a thing| student
administrator -->|Creates things| project_frontend
project_api -->|Sends create and view messages| event_platform_out
A list of links to deployed software For example:
A link to CI/CD for this repository For example:
A list of links to operational information, for example:
A set of comprehensive instructions to install from scratch on a developer workstation. We suggest you test these with a member from another team. For example:
In this source directory:
brew install python@3.10
pip install virtualenv virtualenvwrapper
mkvirtualenv project_name -p /opt/homebrew/opt/python@3.10/bin/python3
pip install -r requirements.txt
If your system python does not include pip, you will need to make sure pip is installed :
python -m ensurepip # if your system python is at least 3.4
If your system python isn't at least 3.4, you will need to use your system package manager to install pip.
In this source directory:
pip install -r requirements.txt
A set of instructions to run tests locally, for example:
pytest
A set of instructions to run service locally, for example:
python manage.py runserver
py manage.py runserver
Code owners can be found in CODEOWNERS file
FAQs
Unknown package
We found that strongmind-schoology-client 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.