Close Open Privacy Scan

bolt Snapshot: commit 5a35435
science engine v1.14
schedule 2026-07-17T04:11:21.199311+00:00

verified_user No application data leak found

No high-confidence exfiltration was found in application code.

smart_toy MCP server detected: @anthropic-ai/sdk, @modelcontextprotocol/sdk, openai — detected in dependencies, not a safety judgment.

App Privacy Score

97 /100
Low privacy risk

Low risk · 54 finding(s)

Dependency score: 97 (Low risk)

bar_chart Score Breakdown

env_fs −3

list Scan Summary

0 high 0 medium 54 low
First-party packages: 2
Dependency packages: 5
Ecosystem: java

swap_horiz External domains

accounts.feishu.cnaccounts.larksuite.comai.google.devaiplatform.googleapis.comaistudio.google.comaka.msapi-docs.deepseek.comapi-inference.modelscope.cnapi.anthropic.comapi.deepseek.comapi.dingtalk.comapi.github.comapi.minimax.ioapi.minimaxi.comapi.openai.comapi.sgroup.qq.comapi.telegram.orgapi.x.aiapi.z.aiautopush-generativelanguage.sandbox.googleapis.combailian.console.aliyun.combots.qq.comcatfact.ninjacdn.jsdelivr.netcdnjs.cloudflare.comchat.qwen.aiclaudemarketplaces.comcloud.google.comcn-hongkong.dashscope.aliyuncs.comcode.visualstudio.comcodeassist.google.comcodeload.github.comcoding-intl.dashscope.aliyuncs.comcoding.dashscope.aliyuncs.comdashscope-intl.aliyuncs.comdashscope-us.aliyuncs.comdashscope.aliyuncs.comdevelopers.google.comdocs.anthropic.comdocs.expo.devdocs.fireworks.aidocs.github.comdocs.python.orgdocs.requesty.aidocs.x.aidocs.z.aiduckduckgo.comdummy.comemscripten.orgfonts.googleapis.comfonts.gstatic.comgb4w8c3ygj-default-sea.rum.aliyuncs.comgemini-api-demos.uc.r.appspot.comgeminicli.comgenerativelanguage.googleapis.comgit-scm.comgithub.comgoo.glegrafana.comhelp.aliyun.comhelp.openai.comhost.comiamcredentials.googleapis.comiconscout.comidealab.alibaba-inc.comilinkai.weixin.qq.comjson-schema.orglogback.qos.chmarketplace.visualstudio.commodelscope.cnmodelstudio.console.alibabacloud.comnewrelic.comnews.google.comnews.ycombinator.comnovac2c.cdn.weixin.qq.comnpm.imoapi.dingtalk.comontheline.trincoll.eduopen.feishu.cnopen.larksuite.comopenrouter.aiplatform.claude.complatform.minimaxi.complatform.openai.complay.googleapis.compolicies.google.comqwen-code-assets.oss-cn-hangzhou.aliyuncs.comqwenlm.github.ioraw.githubusercontent.comreact.devregistry.npmjs.orgrouter.requesty.aisandbox.api.sgroup.qq.comsindresorhus.comstorage.googleapis.comt.metelegram.metoken-plan.cn-beijing.maas.aliyuncs.comunpkg.comus.i.posthog.comvia.placeholder.comwww.alibabacloud.comwww.allrecipes.comwww.booking.comwww.cloudflarestatus.comwww.datadoghq.comwww.figma.comwww.foodnetwork.comwww.githubstatus.comwww.googleapis.comwww.gov.ukwww.kaggle.comwww.minimax.iowww.producthunt.comwww.slf4j.orgwww.typescriptlang.orgwww.w3.orgwww.youtube.comyour-server.com

</> First-Party Code

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

java first-party
expand_more 2 low-confidence finding(s)
low env_fs production #d85ed14e1b74d2f7 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 #f9fe20b7849b43d2 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 #1f1424640ffebd09 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 #caa0a4a73e9927d1 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 #f2599a6b15fc9fdd 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 #e8ede9ef4747dc8b 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 #cc6471778280d3ad 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 #0611aace0ac2a4c1 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 #272ecd0bd27f91dc 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 #84bb77d0ebc55233 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 #7ca5a94e6170e253 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 #873b34ad2f1b13e8 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 #5e3ab2a01ab4c29d 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 #d663c53a55ed3332 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 #46d7b44e46968f1f 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 #277db5e0fe5bd563 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 #55bbf3a87269062c 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 #22300b20cf75cc1f 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 #d863c6d33c179a30 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 #5304db42cd5aa420 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 #905854b9624b25e9 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 #c86148680ab7e78b 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 #2680bef813c8fa6e 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 #2e85954757b06d7e 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 #a00c999b2c72c11e 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 #62ab0b8b47dc201a 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 #0896e39f7100e53b 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 #5986e5e0a58e439a 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 #66142d26e6393e13 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 #26868953818f23d3 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 #2c862f8f8952e7da 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 #590cc332d887cb59 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 #26b1fc9fb14d5b62 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 #db3d6e49a0edd333 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 #2336e48663d08118 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 #4cd2b01807ae6b3c 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 #e9a5f359157e5539 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 #bca422ae54250c28 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 #7450ada12e097f9a 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 #cd0a9f8c1996bd6c 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 #1752fc4dcc0ab32c 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 #8a25fa84fbce7674 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 #54294c7b98eff460 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 #97d145af17452363 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 #cd5d4d283d272c88 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 #20fcfa24b1f1af0f 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 #b571628797683180 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 #d8add9a1d9a257dc 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 #9ef723ad1a889d4e 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 #3c5d3c517616f4af 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 #3b1645d86cae3bb4 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 #976857edfd4f4ee9 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 #ae7bc42ab89240d7 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 #932d6a6116c6f474 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

  • @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
  • @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/merge prod — dist-only: no readable source
  • @codemirror/view prod — dist-only: no readable source
  • telegram-markdown-formatter prod — dist-only: no readable source
  • @tencent-connect/qqbot-connector prod — dist-only: no readable source
  • tokio prod — no version pinned
  • serde prod — no version pinned
  • serde_json prod — no version pinned
  • anyhow prod — no version pinned
  • tracing prod — no version pinned
  • tracing-subscriber prod — no version pinned
  • cua-driver-core prod — no version pinned
  • cursor-overlay prod — no version pinned
  • pip-preview prod — no version pinned
  • base64 prod — no version pinned
  • uuid prod — no version pinned
  • async-trait prod — cdn 403
  • ureq prod — cdn 403
  • semver prod — cdn 403
  • wait-timeout prod — cdn 403
  • tar prod — cdn 403
  • thiserror prod — no version pinned
  • resvg prod — cdn 403
  • flate2 prod — cdn 403
  • tiny-skia prod — cdn 403
  • indexmap prod — cdn 403
  • usvg prod — cdn 403