
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.
@simpleview/sv-certs-client
Advanced tools
Client for communicating with sv-certs. This npm package contains classes for communicating with the sv-certs GraphQL system.
npm install @simpleview/sv-certs-client
This section is provided to provide additional information about the GraphQL endpoints. To see the input parameters and output of each endpoint, please view the Schema in the GraphQL Explorer at https://graphql.simpleviewinc.com/.
All calls can only be made via an SV users. Bearer token must be provided in Authorization header per most sv-graphql projects.
query {
certificates(acct_id: "test-certificates") {
list {
count
docs {
acct_id
name
domains
challenge_type
active
}
}
}
}
curl
.mutation {
certificates(acct_id: "0") {
upsert(
input: [
{
name: "your_name1"
domains: ["your_url1.com", "*.your_url1.com"]
challenge_type: dns01
active: true
password: "yourpassword1"
}
{
name: "your_name2"
domains: ["your_url1.com"]
challenge_type: http01
active: true
password: "yourpassword2"
}
]
) {
success
message
results {
success
message
doc {
acct_id
name
domains
challenge_type
active
}
}
errors {
success
message
doc {
acct_id
name
domains
challenge_type
active
}
}
}
}
}
mutation {
certificates(acct_id: "0") {
remove(input: { name: "your_name1" }) {
success
message
}
}
}
FAQs
Client for communicating with sv-certs
The npm package @simpleview/sv-certs-client receives a total of 55 weekly downloads. As such, @simpleview/sv-certs-client popularity was classified as not popular.
We found that @simpleview/sv-certs-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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.
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.