Skip to main content

Blackbox assessments now unified under Risk Focus mode

· 2 min read
Tsubasa Umeuchi
Software Engineer @ GMO Flatt Security Inc.

A credit threshold is now required when running Takumi blackbox assessments. The "Risk Focus Assessment" mechanism, previously offered as a separate menu option, is now the standard behavior for all blackbox assessments.

With this change, you can control credit consumption upfront for every blackbox assessment, preventing unexpected credit usage.

Takumi Guard PyPI Support Released

· 3 min read
Deividas Turskis
Software Engineer @ GMO Flatt Security Inc.

Takumi Guard now supports PyPI alongside npm.

Python projects using pip, uv, or poetry can now route installs through Takumi Guard to block known-malicious packages before they reach your CI or development environment.

Takumi API Released

· 4 min read
pizzacat83
Software Engineer @ GMO Flatt Security Inc.

Takumi's features are now available through a public HTTP API, without going through the Web UI or Slack. You can integrate Takumi directly into CI/CD pipelines, ticket management systems, or your own vulnerability management workflows—making Takumi a more seamless part of your development lifecycle.

Currently, the API supports the "Full Assessment" mode for both whitebox and blackbox assessments. Support for "Scoped Assessment" mode and Autofix will be added in future updates.

Takumi Guard for npm Released

· 3 min read
Deividas Turskis
Software Engineer @ GMO Flatt Security Inc.

Takumi Guard is an npm registry proxy that strengthens supply chain security.

Add a single registry URL to your .npmrc and malicious package blocking plus post-install tracking and breach notifications are enabled automatically.

Takumi Guard for npm Released

Takumi Runner Released

· 3 min read
Takashi Yoneuchi
CTO @ GMO Flatt Security Inc.

Takumi Runner is a secure runner service for GitHub Actions workflows.

Change one line in your workflow file — runs-on: takumi-runner — and eBPF tracing of processes, network connections, and file operations is enabled automatically.

Takumi Runner Released