
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
@thearchitech.xyz/types
Advanced tools
Shared TypeScript type definitions for The Architech CLI and Marketplace ecosystem.
This package provides centralized type definitions that are used across:
npm install @the-architech-xyz/types
import { Blueprint, AdapterConfig, BlueprintAction } from '@the-architech-xyz/types';
// Define a blueprint
const myBlueprint: Blueprint = {
id: 'my-blueprint',
name: 'My Blueprint',
actions: [
{
type: BlueprintActionType.CREATE_FILE,
path: 'src/index.ts',
content: 'console.log("Hello World");'
}
]
};
// Define an adapter config
const adapterConfig: AdapterConfig = {
id: 'my-adapter',
name: 'My Adapter',
description: 'A sample adapter',
category: 'framework',
version: '1.0.0',
blueprint: 'blueprint.ts'
};
Blueprint - Blueprint definition structureBlueprintAction - Individual blueprint actionsAdapter - Adapter with config and blueprintAdapterConfig - Adapter configurationIntegrationAdapter - Integration adapter structureAgent - Base agent interfaceAgentResult - Agent execution resultProjectContext - Project execution contextRecipe - Complete project recipeRecipeModule - Individual module in a recipeProject - Project configurationParameterDefinition - Parameter schema definitionFeatureDefinition - Feature definition structureVirtualFileSystem - VFS interface# Install dependencies
npm install
# Build the package
npm run build
# Watch mode for development
npm run dev
# Clean build artifacts
npm run clean
# Build and publish
npm run build
npm publish
MIT
FAQs
Shared TypeScript types for The Architech CLI and Marketplace
We found that @thearchitech.xyz/types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.