
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@awboost/aws-vault-credentials
Advanced tools
Load current AWS credentials from [aws-vault](https://github.com/99designs/aws-vault).
Load current AWS credentials from aws-vault.
import { S3Client } from '@aws-sdk/client-s3';
import { AwsVaultCredentials } from '@awboost/aws-vault-credentials';
const s3 = new S3Client({
crentials: AwsVaultCredentails.provide({
awsVaultPath: 'aws-vault', // path to aws-vault
durationSeconds: undefined, // length in seconds for the session
guiPrompt: false, // true to show a platform-specific GUI MFA prompt
mfaToken: undefined, // manually pass a specific MFA token
noSession: false, // true to use the long-term credentials
profileName: 'your-profile', // the name of the aws-vault profile to use
prompt: undefined, // a named prompt option (see aws-vault options)
}),
});
guiPrompt
optionThis will choose osascript
on darwin and wincredui
on win32. It is ignored on other platforms.
FAQs
Load current AWS credentials from [aws-vault](https://github.com/99designs/aws-vault).
We found that @awboost/aws-vault-credentials 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.
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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.