
Security News
pnpm 12’s Rust Rewrite Cuts Install Times by Up to 90%
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.
@decionis/aws-securityhub
Advanced tools
Stream signed Decionis Decision Dossiers into AWS Security Hub (ASFF) and CloudWatch Logs as continuous, audit-ready compliance evidence.
Stream signed Decionis Decision Dossiers into AWS Security Hub (as ASFF findings) and
CloudWatch Logs — continuous, audit-ready compliance evidence in the customer's own security
stack (docs/brief/decionis.aws.md Feature 4). This is the net-new streaming sink: the dossier/ledger already
exist; only batch export did before.
Every governed decision becomes a finding whose severity and compliance status derive from the
outcome — a REJECT is a HIGH/FAILED finding, an APPROVE is INFORMATIONAL/PASSED — each
carrying the dossier id, policy version, dossier_sha256, ledger hash, and a verification URL.
import { createHandlerFromEnv } from "@decionis/aws-securityhub";
// Reads AWS_REGION + DECIONIS_CLOUDWATCH_LOG_GROUP + (optional) Security Hub config.
export const handler = createHandlerFromEnv();
Or inject sinks directly (e.g. to add only one):
import { createDossierStreamHandler, AwsSecurityHubSink } from "@decionis/aws-securityhub";
export const handler = createDossierStreamHandler({
securityHub: new AwsSecurityHubSink({ region: "us-east-1" }),
});
The handler accepts the shapes Decionis delivery can emit — a raw array, a single event, an SNS
envelope (Records[].Sns.Message), or an EventBridge detail.
The producer (Decionis-hosted decision graph) emits a DecisionDossierEvent per decision:
dossier_id, org_id, decision_type, outcome, confidence?, policy_version?, dossier_sha256?, ledger_entry_hash?, evaluation_id?, occurred_at, verify_url?, aws_account_id, aws_region. Missing
aws_account_id / aws_region are filled from env (DECIONIS_AWS_ACCOUNT_ID / AWS_REGION).
| Var | Required | Meaning |
|---|---|---|
AWS_REGION | ✓ | Region for findings + ProductArn |
DECIONIS_CLOUDWATCH_LOG_GROUP | Enable CloudWatch streaming when set | |
DECIONIS_CLOUDWATCH_LOG_STREAM | Default decionis-decision-dossiers | |
DECIONIS_SECURITYHUB_ENABLED | false to skip Security Hub | |
DECIONIS_SECURITYHUB_PRODUCT_ARN | Explicit ASFF ProductArn (else own-account default) | |
DECIONIS_AWS_ACCOUNT_ID | Fallback account id for events that omit it |
Decionis emits these events through the existing integration-delivery framework to the customer's
SNS topic / HTTPS endpoint. Wiring a dedicated AWS_SECURITY_HUB delivery channel in apps/api
is the remaining producer-side task; this package is the complete consumer.
FAQs
Stream signed Decionis Decision Dossiers into AWS Security Hub (ASFF) and CloudWatch Logs as continuous, audit-ready compliance evidence.
We found that @decionis/aws-securityhub 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.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.