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.
Expressively interact with any Knewton HTTP+JSON API(s) using:
Helps manages the complexity of:
Our official API documentation (http://dev.knewton.com/reference/) is a nice reference to have open when learning this tool.
This command returns an Authorization token for a 'knerd' user. This token can be used in REST client browser plugins for manually calling the API. To do this, just set the output to the Authorization header in the REST client plugin.
$ grift -q -n -e Superman knerd_token
Checked in is an example script showing all the steps needed to get a recommendation.
$ grift -v -n -e QA -f examples/get_a_recommendation.rb
The above script created a brand new test registraiton and test goal. If you already have a registration and goal, perhaps given by a partner, you can see the current recommendation for it by calling get_recommendation grift straight off the command line.
An easy way to demo this is to run the above example, and get the registration and goal id from the log that is produced.
$ grift -e QA get_recommendation <reg id> <goal id>
This will list all the methods that define the DSL for interacting with the API.
$ grift --list
To understand how grifter works, check out it's github: https://github.com/Knewton/grifter
FAQs
Unknown package
We found that kgrift demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.