Close Open Privacy Scan

bolt Snapshot: commit 87cad6f
science engine v3
schedule 2026-07-08T21:09:33.291323+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 #7d319fbbc0b64b5a 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 #136b211b3c3fc8f4 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 #8fe331220eda3a47 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 #7d319fbbc0b64b5a 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 #136b211b3c3fc8f4 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 #8fe331220eda3a47 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 #ab8e5285771087b5 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 #373afd581b2a69c5 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 #436fd15e9c2536a9 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 #0c93b4543625507b 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 #4a9bfb9f05154b3d 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 #a755aae417974b6c 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 #86f526c32d9c4d36 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 #bfaa89e74ed87e6d 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 #a15bc01714f0470a 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 #c9ef8d6bed82bd1a 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 #f7eb020593de2904 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 #8d002dce120717e2 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 #aadf782d37c4ffb7 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 #60c8041cadb6ddac 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 #8e4d30735ca2cdd7 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 #19215f509c4a10ed 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 #85264da609bafc56 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 #448b2b4055af2369 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 #0de62528d5bde422 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 #076d0bf1f9c1da72 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 #49e2019f9b4d8de6 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 #0d90fe24df2cc56b 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 #dfe3122d7e6415b5 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 #9ad1ff87acf779f5 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 #d1349c36af6c0fc0 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 #7f0ac2f618ce1abc 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 #96bb1df10f8f35b1 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 #835fce83e882fcd6 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 #ddb59ec7c0805240 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 #950d7ac5e8a507c1 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 #ac00ec3d1c0b8093 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 #1f6264f7436d69c1 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 #3be1a479b0c4d4ee 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 #b0a63afdd373934c 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 #b55a3c368f919126 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 #e7cf7f404f171ea3 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 #19347259f37b1db4 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 #38a7f7bfadcbbb4d 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 #efea45d8a57dc34f 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 #e68ac0f3a8a1ffa7 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 #d6b7a9399b1c909c 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 #4326de1bedc7bb57 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 #7b16d05374013639 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 #e504f448343f4f08 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 #6a383e9851c893cc 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 #b0cb5e3e03b62066 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 #26e7a5b486c76f6b 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 #f23b810d0bcd5311 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 #0601cbb9210c2a51 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 #0a737def3498526c 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 #c378af3b62d91c3b 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/state prod — dist-only: no readable source
  • @codemirror/view 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