Close Open Privacy Scan

bolt Snapshot: commit 135723a
science engine v1.22
schedule 2026-07-23T05:12:20.420174+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.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.ap-southeast-1.maas.aliyuncs.comtoken-plan.cn-beijing.maas.aliyuncs.comunpkg.comus.i.posthog.comvia.placeholder.comwww.alibabacloud.comwww.allrecipes.comwww.booking.comwww.cloudflarestatus.comwww.cms.govwww.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 #60859b1b8652a81c 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 #3dcecdb92de670f9 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 #f7562cf53a719cba 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 #26ad9b94e362ad1c 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 #30946aec5b26ad66 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 #bc427839b45d700a 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 #ae5477c2ee549fb1 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 #a3060c06c8bb8f5c 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 #42a7a43ef23f6b64 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 #7bfb75054ff7179c 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 #975527240e2d3f27 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 #c8ca994755dc8b62 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 #269cce826021e6e6 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 #7099628de20f1125 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 #d96224adeb2bdd84 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 #09a4768ff1b29009 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 #a95da62d4add2be5 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 #a07f134ffbe0341e 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 #45b83516aef6c48c 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 #af63ed4536196965 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 #9367fd37fbc9257f 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 #d057d521d3a183b8 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 #09da0fcbd7f6da51 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 #c24aafac0c60375e 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 #18cc4d6f9076cabc 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 #81d39dbe9327407b 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 #519909677a582bbd 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 #1e7bd1e5ce45a4fb 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 #c5027ada18d9ccce 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 #e7a4abc6c717167b 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 #16f182f6ccad7ae5 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 #9c30dba0903e607a 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 #4e8dd7baeb824e99 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 #da66ae6226a26480 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 #53a5f4c4c60f92ca 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 #a1899c2efb53e5fd 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 #f3e610dbfbb87f2e 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 #08711bae3261ad1e 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 #eaa3590319adb306 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 #0b2e32221e6d2364 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 #e8b17d8cbda9c6e3 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 #b6e9d0ab074a8502 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 #4c2f587882c6ca03 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 #375a9ed5511c64d1 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 #c374642e06192915 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 #04321ab5d4f697ec 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 #81b5c6cc8c9c78a1 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 #b9d91db8c2fbf617 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 #9f474577532570ce 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 #479e58533f466938 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 #3c6d142521c5f6f1 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 #da9bb1a8ac0b01e3 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 #6bfbb80502f93c17 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 #9f8c3d3485e5f023 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/merge prod — dist-only: no readable source
  • @codemirror/state 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
  • async-trait prod — cdn 403
  • base64 prod — no version pinned
  • uuid prod — no version pinned
  • ureq prod — cdn 403
  • semver prod — cdn 403
  • wait-timeout prod — cdn 403
  • tar prod — cdn 403
  • flate2 prod — cdn 403
  • thiserror prod — no version pinned
  • resvg prod — cdn 403
  • tiny-skia prod — cdn 403
  • usvg prod — cdn 403
  • indexmap prod — cdn 403