
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@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/types
import { Blueprint, AdapterConfig, BlueprintAction } from '@the-architech/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
The npm package @thearchitech.xyz/types receives a total of 63 weekly downloads. As such, @thearchitech.xyz/types popularity was classified as not popular.
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
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.