| Source | Link |
|---|---|
| nuget | www.nuget.org/packages/Tiktoken/ |
#%NASL_MIN_LEVEL 80900
# (C) Tenable, Inc.
include('compat.inc');
if (description)
{
script_id(209669);
script_version("1.3");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/06/01");
script_name(english:"NuGet Package 'Tiktoken' Detection");
script_set_attribute(attribute:"synopsis", value:
"The remote host has a Verified NuGet package status and is installed on the remote host.");
script_set_attribute(attribute:"description", value:
"The remote host has a 'Tiktoken' with a Verified NuGet package status and is installed on the remote host.
Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://www.nuget.org/packages/Tiktoken/");
script_set_attribute(attribute:"solution", value:
"The Tiktoken package is installed on the remote host.");
script_set_attribute(attribute:"agent", value:"all");
script_set_attribute(attribute:"risk_factor", value:"None");
script_set_attribute(attribute:"plugin_publication_date", value:"2024/10/25");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:tryagi:Tiktoken");
script_set_attribute(attribute:"asset_inventory", value:"True");
script_set_attribute(attribute:"asset_inventory_category", value:"software_enumeration");
script_set_attribute(attribute:"asset_categories", value:"component");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Artificial Intelligence");
script_copyright(english:"This script is Copyright (C) 2024-2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("nuget_package_enumeration_win_installed.nbin", "nuget_package_enumeration_nix_installed.nbin");
script_require_keys("NuGet/Packages/Enumerated");
exit(0);
}
include('nuget.inc');
var pkg_name = "Tiktoken";
var app_info = nuget::query_nuget_packages(pkg_name:pkg_name);
if (empty_or_null(app_info))
audit(AUDIT_NOT_DETECT, pkg_name);
var extra_no_report, extra, extra_info;
foreach (var found_package in app_info)
{
extra_no_report = {};
extra = {};
extra_info = nuget::get_extra_from_association(assoc_str:found_package.association);
if (!empty_or_null(extra_info))
{
extra = extra_info[0];
extra_no_report = extra_info[1];
}
register_install(
app_name : pkg_name,
vendor : pkg_name,
product : pkg_name,
path : found_package.subpath,
version : found_package.version,
cpe : 'cpe:/a:tryagi:Tiktoken',
extra_no_report : extra_no_report,
extra : extra
);
}
report_installs(app_name:pkg_name);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation