
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.
@versatly/airtable-cli
Advanced tools
CLI for Airtable base, table, and record operations using the official Airtable SDK.
npm install -g @versatly/airtable-cli
Create a personal access token in Airtable and export it as AIRTABLE_API_KEY:
export AIRTABLE_API_KEY="patXXXXXXXXXXXXXX"
List bases:
airtable bases list
List tables in a base:
airtable tables list --base appXXXXXXXXXXXXXX
List records (optionally by view):
airtable records list --base appXXXXXXXXXXXXXX --table "Projects"
airtable records list --base appXXXXXXXXXXXXXX --table "Projects" --view "Main View"
Get a record:
airtable records get --base appXXXXXXXXXXXXXX --table "Projects" --id recXXXXXXXXXXXXXX
Create a record:
airtable records create --base appXXXXXXXXXXXXXX --table "Projects" --fields '{"Name":"Launch","Status":"In Progress"}'
Update a record:
airtable records update --base appXXXXXXXXXXXXXX --table "Projects" --id recXXXXXXXXXXXXXX --fields '{"Status":"Done"}'
Delete a record:
airtable records delete --base appXXXXXXXXXXXXXX --table "Projects" --id recXXXXXXXXXXXXXX
Search with a formula:
airtable search --base appXXXXXXXXXXXXXX --table "Projects" --query "FIND('Launch', {Name})"
All commands emit JSON to stdout for easy piping into other tools.
FAQs
Airtable CLI for bases, tables, and records
The npm package @versatly/airtable-cli receives a total of 17 weekly downloads. As such, @versatly/airtable-cli popularity was classified as not popular.
We found that @versatly/airtable-cli 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.

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.