Close Open Privacy Scan

bolt Snapshot: commit 44c023c
science engine v3
schedule 2026-07-13T04:10:11.665390+00:00

verified_user No application data leak found

No high-confidence exfiltration was found in application code.

App Privacy Score

97 /100
Low privacy risk

Low risk · 57 finding(s)

Dependency score: 97 (Low risk)

bar_chart Score Breakdown

env_fs −3

list Scan Summary

0 high 0 medium 57 low
First-party packages: 3
Dependency packages: 5
Ecosystem: java

swap_horiz Application data flows

No high- or medium-confidence application data-flow findings in this scan.

</> First-Party Code

first-party (java): packages/sdk-java/client

java first-party
expand_more 2 low-confidence finding(s)
low env_fs production #b5f09308960eabb4 Environment-variable access.
repo/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/request/NewSessionRequest.java:24
        private String cwd = System.getProperty("user.dir");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #89cb0a419f0f50f7 Filesystem access.
repo/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/FileEventSimpleConsumer.java:58
            try (BufferedReader br = new BufferedReader(new InputStreamReader(Files.newInputStream(file.toPath()), charset), 16384)) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

first-party (java): packages/sdk-java/qwencode

java first-party
expand_more 1 low-confidence finding(s)
low env_fs production #dce6c9f442410d25 Environment-variable access.
repo/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/transport/process/TransportOptionsAdapter.java:140
        Map<String, String> env = new HashMap<>(System.getenv());

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

first-party (npm)

java first-party
expand_more 3 low-confidence finding(s)
low env_fs production #b5f09308960eabb4 Environment-variable access.
repo/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/protocol/client/request/NewSessionRequest.java:24
        private String cwd = System.getProperty("user.dir");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #89cb0a419f0f50f7 Filesystem access.
repo/packages/sdk-java/client/src/main/java/com/alibaba/acp/sdk/session/event/consumer/FileEventSimpleConsumer.java:58
            try (BufferedReader br = new BufferedReader(new InputStreamReader(Files.newInputStream(file.toPath()), charset), 16384)) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #dce6c9f442410d25 Environment-variable access.
repo/packages/sdk-java/qwencode/src/main/java/com/alibaba/qwen/code/cli/transport/process/TransportOptionsAdapter.java:140
        Map<String, String> env = new HashMap<>(System.getenv());

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

</> Dependencies

ch.qos.logback:logback-classic

java dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #6dcd7620dac0ffbf Environment-variable access.
pkgs/java/[email protected]/ch/qos/logback/classic/pattern/PropertyConverter.java:47
                return System.getProperty(key);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

com.alibaba.fastjson2:fastjson2

java dependency
expand_more 23 low-confidence finding(s)
low env_fs dependency Excluded from app score #be04b95c50598646 Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/JSONFactory.java:165
            String property = System.getProperty("fastjson2.creator");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #9db99ebe960a42bd Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/JSONFactory.java:185
            String features = System.getProperty("fastjson2.features");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #c341e356e85ea31b Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/JSONFactory.java:230
        String property = System.getProperty(name);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #2d5c0a6873a388d3 Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/JSONFactory.java:256
        String property = System.getProperty(name);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #eedc19225a869581 Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/reader/ObjectReaderProvider.java:90
            String property = System.getProperty(PROPERTY_DENY_PROPERTY);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b2c7ac723fdb402f Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/reader/ObjectReaderProvider.java:102
            String property = System.getProperty(PROPERTY_AUTO_TYPE_ACCEPT);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #069420810ac96652 Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/reader/ObjectReaderProvider.java:114
            String property = System.getProperty(PROPERTY_AUTO_TYPE_BEFORE_HANDLER);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #aad72ca693a44b79 Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/reader/ObjectReaderProvider.java:137
            String property = System.getProperty(PROPERTY_AUTO_TYPE_HANDLER);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #dcea427b282b4f10 Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/reader/ObjectReaderProvider.java:160
            String property = System.getProperty("fastjson.parser.safeMode");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #9eb7679e6048dd22 Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/reader/ObjectReaderProvider.java:166
                property = System.getProperty("fastjson2.parser.safeMode");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b84182c75bcec90e Filesystem access.
pkgs/java/[email protected]/com/alibaba/fastjson2/stream/JSONStreamReader.java:26
        return of(Files.newInputStream(file.toPath()), StandardCharsets.UTF_8);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #62ef0d942346fe7c Filesystem access.
pkgs/java/[email protected]/com/alibaba/fastjson2/support/csv/CSVReader.java:86
        return new CSVReaderUTF8(Files.newInputStream(file.toPath()), StandardCharsets.UTF_8, types);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #cdf0a326fa4964d3 Filesystem access.
pkgs/java/[email protected]/com/alibaba/fastjson2/support/csv/CSVReader.java:100
        return new CSVReaderUTF8(Files.newInputStream(file.toPath()), charset, consumer);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #8182c17dd09f196d Filesystem access.
pkgs/java/[email protected]/com/alibaba/fastjson2/support/csv/CSVReader.java:108
        return new CSVReaderUTF16(new InputStreamReader(Files.newInputStream(file.toPath()), charset), consumer);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #e8458a3d4a550d5e Filesystem access.
pkgs/java/[email protected]/com/alibaba/fastjson2/support/csv/CSVReader.java:118
                    new InputStreamReader(Files.newInputStream(file.toPath()), charset), types

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #f9cfb37e1de053ed Filesystem access.
pkgs/java/[email protected]/com/alibaba/fastjson2/support/csv/CSVReader.java:122
        return new CSVReaderUTF8(Files.newInputStream(file.toPath()), charset, types);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #bbca09817f774cb9 Filesystem access.
pkgs/java/[email protected]/com/alibaba/fastjson2/support/csv/CSVReader.java:136
                            Files.newInputStream(file.toPath()),

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #72e43806da1ff3d2 Filesystem access.
pkgs/java/[email protected]/com/alibaba/fastjson2/support/csv/CSVReader.java:143
        return new CSVReaderUTF8(Files.newInputStream(file.toPath()), charset, objectClass);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #9cf8e692e0c7506c Filesystem access.
pkgs/java/[email protected]/com/alibaba/fastjson2/support/csv/CSVReader.java:430
        try (FileInputStream in = new FileInputStream(file)) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #c5d7c32d6e0cab65 Filesystem access.
pkgs/java/[email protected]/com/alibaba/fastjson2/util/IOUtils.java:931
        try (FileInputStream in = new FileInputStream(file)) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #1c3bba2e6434eb0b Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/util/JDKUtils.java:92
            String jmvName = System.getProperty("java.vm.name");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #0d5cee7c7af4d46a Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/util/JDKUtils.java:95
            graal = System.getProperty("org.graalvm.nativeimage.imagecode") != null;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #a7bc0e4d845a5124 Environment-variable access.
pkgs/java/[email protected]/com/alibaba/fastjson2/util/JDKUtils.java:100
            String javaSpecVer = System.getProperty("java.specification.version");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

commons-io:commons-io

java dependency
expand_more 19 low-confidence finding(s)
low env_fs dependency Excluded from app score #28f622af1209cdc7 Environment-variable access.
pkgs/java/[email protected]/org/apache/commons/io/FileSystem.java:317
            return System.getProperty(property);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #d721361ec16390aa Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:371
        try (InputStream inputStream = new CheckedInputStream(Files.newInputStream(file.toPath()), checksum)) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #a2c9ae4b5b88b4a6 Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:501
        try (Reader input1 = new InputStreamReader(Files.newInputStream(file1.toPath()), charset);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #bf80c86076877118 Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:502
                Reader input2 = new InputStreamReader(Files.newInputStream(file2.toPath()), charset)) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #51bec1e2c6a96efa Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:927
        try (InputStream fis = Files.newInputStream(input.toPath())) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #138cb100c670570a Environment-variable access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:1564
        return System.getProperty("java.io.tmpdir");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #9c53c77b9ee5f133 Environment-variable access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:1584
        return System.getProperty("user.home");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #412a0865a85b826e Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:2290
            inputStream = Files.newInputStream(file.toPath());

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #39aaa6deb458cd36 Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:2677
        return new FileInputStream(file);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #ca90876488144620 Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:2754
        return Files.readAllBytes(file.toPath());

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #8adea414f803ab54 Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:2787
        return IOUtils.toString(() -> Files.newInputStream(file.toPath()), Charsets.toCharset(charsetName));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #d84b3e82f30fd537 Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/FileUtils.java:2836
        return Files.readAllLines(file.toPath(), Charsets.toCharset(charset));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #d765dffbe5427ff7 Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/file/PathUtils.java:863
            try (InputStream inputStream1 = Files.newInputStream(nPath1, openOptions);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #76a4c4e01bf174e8 Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/file/PathUtils.java:864
                    InputStream inputStream2 = Files.newInputStream(nPath2, openOptions)) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #150bdc3d7e9bb997 Environment-variable access.
pkgs/java/[email protected]/org/apache/commons/io/file/PathUtils.java:1108
        final String property = key != null && !key.isEmpty() ? System.getProperty(key, defaultPath) : defaultPath;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #0e7f05e021852a8a Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/file/PathUtils.java:1535
        return new String(Files.readAllBytes(path), Charsets.toCharset(charset));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #6e73209432bf3273 Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/file/PathUtils.java:2005
        Files.write(path, String.valueOf(charSequence).getBytes(Charsets.toCharset(charset)), openOptions);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #e7e0483aab41d74d Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/input/XmlStreamReader.java:627
        this(Files.newInputStream(Objects.requireNonNull(file, "file")));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #d4edd57980d27b77 Filesystem access.
pkgs/java/[email protected]/org/apache/commons/io/output/DeferredFileOutputStream.java:472
        return Files.newInputStream(outputPath);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

org.apache.commons:commons-lang3

java dependency
expand_more 4 low-confidence finding(s)
low env_fs dependency Excluded from app score #86ee75f57cf0139b Filesystem access.
pkgs/java/[email protected]/org/apache/commons/lang3/RuntimeEnvironment.java:120
            final byte[] bytes = Files.readAllBytes(Paths.get(envVarFile));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #93d0b5aefa39a50d Environment-variable access.
pkgs/java/[email protected]/org/apache/commons/lang3/SystemProperties.java:3913
            return StringUtils.getIfEmpty(System.getProperty(property), defaultIfAbsent);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #aa5c912db6d73584 Environment-variable access.
pkgs/java/[email protected]/org/apache/commons/lang3/SystemUtils.java:2111
            final String value = System.getenv(name);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #bfce1e6a1662533f Environment-variable access.
pkgs/java/[email protected]/org/apache/commons/lang3/SystemUtils.java:2131
        return IS_OS_WINDOWS ? System.getenv("COMPUTERNAME") : System.getenv("HOSTNAME");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

org.slf4j:slf4j-api

java dependency
expand_more 4 low-confidence finding(s)
low env_fs dependency Excluded from app score #d1f251ac4c9e2ef2 Environment-variable access.
pkgs/java/[email protected]/org/slf4j/LoggerFactory.java:234
        String explicitlySpecified = System.getProperty(PROVIDER_PROPERTY_KEY);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #c9e1722a672ba36a Environment-variable access.
pkgs/java/[email protected]/org/slf4j/helpers/Reporter.java:73
        String reportStreamStr = System.getProperty(SLF4J_INTERNAL_REPORT_STREAM_KEY);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #29b14a97130750f3 Environment-variable access.
pkgs/java/[email protected]/org/slf4j/helpers/Reporter.java:88
        String verbosityStr = System.getProperty(SLF4J_INTERNAL_VERBOSITY_KEY);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #769a6d448ad2aee4 Environment-variable access.
pkgs/java/[email protected]/org/slf4j/helpers/Util.java:44
            result = System.getProperty(key);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

Skipped dependencies

Production

  • @agentclientprotocol/sdk prod — dist-only: no readable source
  • @qwen-code/qwen-code-core prod — dist-only: no readable source
  • @google/genai prod — dist-only: no readable source
  • @modelcontextprotocol/sdk prod — dist-only: no readable source
  • fdir prod — dist-only: no readable source
  • fzf prod — dist-only: no readable source
  • https-proxy-agent prod — dist-only: no readable source
  • tar prod — dist-only: no readable source
  • @qwen-code/sdk prod — dist-only: no readable source
  • @qwen-code/channel-base prod — dist-only: no readable source
  • @qwen-code/channel-dingtalk prod — registry 404
  • @qwen-code/channel-wecom prod — registry 404
  • @qwen-code/channel-qqbot prod — registry 404
  • @qwen-code/channel-feishu prod — registry 404
  • @qwen-code/channel-telegram prod — registry 404
  • @qwen-code/channel-weixin prod — registry 404
  • @qwen-code/web-templates prod — registry 404
  • ink-gradient prod — dist-only: no readable source
  • ink-link prod — dist-only: no readable source
  • @codemirror/autocomplete prod — dist-only: no readable source
  • @codemirror/commands prod — dist-only: no readable source
  • @codemirror/language prod — dist-only: no readable source
  • @codemirror/merge prod — dist-only: no readable source
  • @codemirror/state prod — dist-only: no readable source
  • @codemirror/view prod — dist-only: no readable source
  • class-variance-authority prod — dist-only: no readable source
  • codemirror prod — dist-only: no readable source
  • mermaid prod — dist-only: no readable source
  • shiki prod — dist-only: no readable source
  • telegram-markdown-formatter prod — dist-only: no readable source
  • @wecom/aibot-node-sdk prod — dist-only: no readable source
  • @tencent-connect/qqbot-connector prod — dist-only: no readable source