
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@architect-io/dependency-manager
Advanced tools
Graphing library for managing complex, service-oriented applications
Library used for ingesting component specs and converting them to application graphs.
This project uses the JSON schema spec to help validate architect.yml files describing components. In order to make this schema easier to manage, we use the typescript-json-schema library to generate the schema definition from a typescript interface.
After you've made changes to the typescript files representing the schema(s), run the associated generate:schema command:
$ npm run generate:schema:v1
This will write the schema file to ./v1-component-schema.json.
The first thing you'll need to do is install YAML extension for VS Code. This is needed to allow your editor to respond to json schema templates found locally or in the json schema store, a public repository of json schemas associated with filenames.
Once you have the extension installed, ppen your VS Code settings.json file and associate the generated schema file with the architect.yml and architect.yaml file types:
{
"yaml.schemas": {
"<path-to-cli>/src/dependency-manager/v1-component-schema.json": ["architect.yaml", "architect.yml"]
}
}
Be sure to replace <path-to-cli> with the directory where you checked out the Architect CLI project.
Unfortunately this can't be automated. You'll have to submit a PR to the repository and follow the contributing guidelines:
https://github.com/SchemaStore/schemastore/blob/master/CONTRIBUTING.md
FAQs
Graphing library for managing complex, service-oriented applications
The npm package @architect-io/dependency-manager receives a total of 4 weekly downloads. As such, @architect-io/dependency-manager popularity was classified as not popular.
We found that @architect-io/dependency-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

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.