
Research
/Security News
Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes CI/CD Secrets
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.
@ahmadubaidillah/core
Advanced tools
The scaffolding engine and RTK-AI efficiency layer for DevForge.
The core engine and shared utilities for the DevForge ecosystem. This package contains the scaffolding logic, plugin installer, and the RTK-AI efficiency layer.
This package is intended for internal use by @ahmadubaidillah/cli or for developers building custom wrappers around the DevForge engine.
import { scaffold } from "@ahmadubaidillah/core";
await scaffold({
projectName: "my-app",
templateName: "saas",
targetDir: "./my-app",
plugins: ["auth", "stripe"],
withAgents: true,
agentKey: "YOUR_KEY",
});
import { RTKFilter, FilterLevel, Language } from "@ahmadubaidillah/core";
const compressed = RTKFilter.filter(
rawCode,
Language.TypeScript,
FilterLevel.Aggressive,
);
The core is divided into several key modules:
engine/: Handles template loading, variable interpolation, and file composition.utils/: Includes the TokenTracker, RTKFilter, and MigrationResolver.plugins/: Logic for modular feature injection.ui/: Shared branding and design tokens for DevForge-generated apps.When modifying the core:
The engine behind professional-grade agentic applications.
FAQs
The scaffolding engine and RTK-AI efficiency layer for DevForge.
We found that @ahmadubaidillah/core 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.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.

Research
/Security News
We identified over 20 additional malicious extensions, along with over 20 related sleeper extensions, some of which have already been weaponized.