Skip to main content

48 posts tagged with "release-note"

View All Tags

Risk Focus Blackbox Assessment Now Available via Takumi API

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

Risk Focus Assessment, previously available only through the web console, is now supported in Takumi API blackbox assessments.

Risk Focus Assessment lets you start with the highest-risk areas, review results, and incrementally expand the assessment scope — all within a credit limit. You can set priorities explicitly or let Takumi prioritize automatically based on risk analysis. When the credit limit is reached, the assessment outputs results up to that point and stops. You can then add more credits and resume where you left off.

This is useful when you want predictable credit consumption or need to prioritize critical areas within a budget.

Scoped Blackbox Assessments and Retests Now Available via Takumi API

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

Takumi's blackbox assessment now supports scoped assessments and retests via the Takumi API. Previously, these capabilities were only available through the web console.

  • Scoped assessment: Crawl the target application first, then select specific features and perspectives to assess
  • Retest: Re-run assessments targeting feature–perspective pairs where vulnerabilities were found in previous results

To support these workflows, we've made the following additions to the blackbox assessment API:

  • A new crawl workflow (blackbox-crawl) that discovers features in the target application without performing any assessment
  • New scoping options for the assessment workflow (blackbox-assessment) that let you specify which features and perspectives to assess

Takumi 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.