
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@medplum/agent
Advanced tools
On-prem agent for device connectivity.
Published releases are built using Github Actions. See the installer build script for details.
The following tools are used to build the agent:
.exe
fileThe following environment variables are required:
SM_HOST
- DigiCert Signing Manager hostSM_API_KEY
- DigiCert Signing Manager API keySM_CLIENT_CERT_FILE_BASE64
- DigiCert Signing Manager client certificate file (base64 encoded)SM_CLIENT_CERT_PASSWORD
- DigiCert Signing Manager client certificate passwordSM_CERT_ALIAS
- DigiCert Signing Manager certificate aliasThe SM_CLIENT_CERT_FILE_BASE64
environment variable can be generated from the certificate file:
base64 Certificate_pkcs12.p12
References:
Build and run the docker image
docker build -t medplum-agent:latest \
--build-arg GIT_SHA=$(git log -1 --format=format:%H) \
--build-arg MEDPLUM_VERSION=3.0.3 .
docker run --rm \
-e MEDPLUM_BASE_URL="" \
-e MEDPLUM_CLIENT_ID="" \
-e MEDPLUM_CLIENT_SECRET="" \
-e MEDPLUM_AGENT_ID="" \
medplum-agent:latest
Optionally set the MEDPLUM_LOG_LEVEL
environment variable
-e MEDPLUM_LOG_LEVEL="DEBUG"
FAQs
Medplum Agent
The npm package @medplum/agent receives a total of 74 weekly downloads. As such, @medplum/agent popularity was classified as not popular.
We found that @medplum/agent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.