Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
BinaryAI-SDK is a library provides an abstracted client module to simplify the procedure of uploading file for analysis.
BinaryAI is a binary file security analysis platform. This SDK aims at providing a simple client to upload file and get analysis result. It also works as a demo on calling BinaryAI's GraphQL API directly.
To use SDK, you need a valid credential. Read BinaryAI docs about detailed instructions.
Python >= 3.9
python3 -m pip install binaryai
See the SDK document for guide.
The default endpoint is https://api.binaryai.cn/v1/endpoint
.
API Credentials are used for signing requests. We suggest you using our SDK or our library to sign it, but you can also
have your own implementation. We are using the signing method TC3-HMAC-SHA256
, same with the Tencent Cloud. You can
read their document about how to sign requests. BinaryAI would
require following fields:
Region = "ap-shanghai"
service = "binaryai"
Action = "BinaryAI"
Version = "2023-04-15"
Read the Changelog of our product, and hope you can also have fun reading papers related to our job:
FAQs
BinaryAI-SDK is a library provides an abstracted client module to simplify the procedure of uploading file for analysis.
We found that binaryai 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.