
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
Zero-retention AgentSkill bringing the Leica 35mm aesthetic and Henri Cartier-Bresson's geometry to autonomous vision models.
AgentLux is an AgentSkill for automatic image recomposition and Leica-style color grading. It reads an input image, asks an OpenAI vision model for an optimal crop, applies a sharp pipeline, and returns the output as a JPEG data URI.
gpt-4o) via OPENAI_API_KEYimage_path and optional delete_afterdelete_after=true (intentional product design)error_code + message (+ optional details)The default mode is immediate deletion of the source file after it is read into memory. This is deliberate and keeps disk retention minimal for plug-and-play agent workflows.
If you need to keep the source file, call with delete_after: false.
OPENAI_API_KEY (required)AGENTLUX_MAX_IMAGE_BYTES (optional, default 31457280)AGENTLUX_VLM_TIMEOUT_MS (optional, default 15000)AGENTLUX_VLM_MAX_RETRIES (optional, default 2)const agentlux = require('agentlux');
const result = await agentlux.execute({
image_path: '/tmp/user_upload_123.jpg',
delete_after: true
});
if (result.status === 'success') {
console.log(result.composition_rule);
console.log(result.source_file_deletion); // deleted | delete_failed | disabled
} else {
console.error(result.error_code, result.message);
}
FAQs
Multi-master Leica composition engine with dynamic color science, lens simulation, film grain, and decisive moment selection for autonomous vision agents.
The npm package agentlux receives a total of 13 weekly downloads. As such, agentlux popularity was classified as not popular.
We found that agentlux 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.
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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.