
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@hicksy/arc-plugin-sandbox-stream
Advanced tools
This plugin enables developers to use DynamoDB streams locally in their arc or enhance sandbox environment
This plugin enables developers to use DynamoDB streams locally in their arc or enhance sandbox environment
Note you'll need to running DynamoDB Local and have it configured in architect, please refer to my guide.
Previous versions of this plugin invoked the Stream lambda passing data.Records as the payload.
From v1.1.0 onwards, the stream function is now invoked passing the full object returned by AWS.DynamoDBStreams.getRecords. Which will return similar to:
{
"Records": [...],
"NextShardIterator": "arn:aws:dynamodb:ddblocal:000000000000:table/...."
}
1. Add the dependency to your project
npm install @hicksy/arc-plugin-sandbox-stream
2. Configure your project to use @tables-streams in .arc file
@tables
example
pk *String
sk **String
@tables-streams
example
3. Add the plugin to arc config
@plugins
hicksy/arc-plugin-sandbox-stream
FAQs
This plugin enables developers to use DynamoDB streams locally in their arc or enhance sandbox environment
The npm package @hicksy/arc-plugin-sandbox-stream receives a total of 1 weekly downloads. As such, @hicksy/arc-plugin-sandbox-stream popularity was classified as not popular.
We found that @hicksy/arc-plugin-sandbox-stream 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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.