
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Adeptus is a TypeScript-native implementation of the [Guidance](https://github.com/guidance-ai/guidance) Python project, except instead of mustache templates, it makes use of TypeScript's tagged template literals and generators so you can use the full pow
Adeptus is a TypeScript-native implementation of the Guidance Python project, except instead of mustache templates, it makes use of TypeScript's tagged template literals and generators so you can use the full power of code to control large language model generation.
npm install adeptus
const person = await ai.eval(function* () {
const [name, age, armor, cls, strength, items] = yield* assistant`
The following is a character profile for an RPG game in JSON format.
\`\`\`json
{
"name": "${string}",
"age": ${range(1, 100)},
"armor": "${select("leather", "chainmail", "plate")}",
"class": "${string}",
"strength": ${match(/[0-9]+/)},
"items": [
${repeat(3)`"${string}",`}
]
}g
\`\`\``;
return {
name,
age,
armor,
class: cls,
strength: Number(strength),
items,
};
});
FAQs
Adeptus is a TypeScript-native implementation of the [Guidance](https://github.com/guidance-ai/guidance) Python project, except instead of mustache templates, it makes use of TypeScript's tagged template literals and generators so you can use the full pow
We found that adeptus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.