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.
Reference code for:
A General Model for Learning and Decision-Making in Artificial Animals by Claes Strannegård, Nils Svangård, David Lindström, Joscha Bach and Bas Steunebrink
Submitted to IJCAI-17 AGA workshop, Melbourne, Australia
This repo is work in progress and will contain a completely refactored version of the original code. The repo ecosystem contains the old version of the framework (which isn't maintained anymore).
The easiest way to install animatai
is with pip install animatai
At least Python 3.5 is needed since async
is used in the web sockets server
(wsserver.py
).
Examples using the ecosystem classes are available in the repo examples
A little setup is needed first:
config.py
. Start with copying config.py.template
and try some of
the examples from the repo mentioned above.Start a web server and a browser:
python wsserver.py
index.html
in a browser and follow the instructions.First setup a development environment. I'm using virtualenv
:
virtualenv
for Python3: virtualenv -p python3.6 venv3
(virutalenv
needs to be installed)virtualenv
: source venv3/bin/activate
pip install -r requirements.txt
.
Add --no-compile
when running on ubuntu.Use Google Style Guide and make sure that the unit tests are maintained.
Build (lint and run unit tests) with: ./build.sh
Building will also Create a source distribution in the dist
folder.
Upload the build to the public package repo for installation with pip
:
twine upload dist/animatai-X.Y.Z.tar.gz
Using some classes from the AIMA book
FAQs
Ecosystem with animats for development of Artificial General Intelligence
We found that animatai demonstrated a healthy version release cadence and project activity because the last version was released less than 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.