🗓️ Book Your Mobile CI/CD Assessment Session!
Learn More       Talk to an Expert
Logo
  • Get in Touch
  • Mail İcon
    info@appcircle.io

Follow us on:

  • Github IconX IconYoutube IconLinkedIn IconReddit Icon
ISO 27001SOC2 Type2
LinkedIn IconLinkedIn IconLinkedIn IconLinkedIn IconLinkedIn Icon
  • Product
  • Features
  • Why Appcircle?
  • Meet Our Customers
  • Enterprise
  • Self-Hosted Appcircle
  • Local macOS Services
  • Integrations
  • Appcircle AI
  • Use Cases
  • Guides
  • Pricing
  • System Status
  • CLI
  • Community
  • Partners
  • Blog
  • Events
  • Whitepapers
  • Guides and Docs
  • CI/CD Maturity Report
  • Release Notes
  • How-to Videos
  • Slack Channel
  • Getting Started
  • Compare
  • Mobile CI/CD Tools
  • Appcircle vs App Center
  • Appcircle vs Appflow
  • Appcircle vs Bitrise
  • Appcircle vs Codemagic
  • Appcircle vs Xcode Cloud
  • Appcircle vs Jenkins
  • Company
  • Mission and Vision
  • Contact Us
  • Careers
  • Press Kit
  • Product
  • Features
  • Why Appcircle?
  • Meet Our Customers
  • Enterprise
  • Self-Hosted Appcircle
  • Local macOS Services
  • Integrations
  • Appcircle AI
  • Use Cases
  • Guides
  • Pricing
  • System Status
  • CLI
  • Community
  • Partners
  • Blog
  • Events
  • Whitepapers
  • Guides and Docs
  • CI/CD Maturity Report
  • Release Notes
  • How-to Videos
  • Slack Channel
  • Getting Started
  • Compare
  • Mobile CI/CD Tools
  • Appcircle vs App Center
  • Appcircle vs Appflow
  • Appcircle vs Bitrise
  • Appcircle vs Codemagic
  • Appcircle vs Xcode Cloud
  • Appcircle vs Jenkins
  • Company
  • Mission and Vision
  • Contact Us
  • Careers
  • Press Kit

Copyright © 2026 Appcircle Inc. All rights reserved.

Terms of ServicePrivacy PolicyCookie PolicyInformation Security PolicySecurity in Appcircle
Appcircle LogoAppcircle Logo
Product
featuresFEATURES

Unlock the full potential of Mobile CI/CD with Appcircle's powerful features

enterprise
Build

Effortlessly Automate Your Mobile App Builds

enterprise
Enterprise App Store

Enterprise Mobile App Store

enterprise
Signing Identities

Complete Signing Identity Management

enterprise
Re-sign Binaries

Mastering Binary Re-signing for App Security

enterprise
Testing Distribution

Comprehensive App Distribution for Testing

codepush
CodePush

Seamless OTA Update Process

enterprise
Publish to Stores

Automate App Store Publishing from Days to Minutes

Microsoft Intune App Releases
Publish to Intune

Streamline Microsoft Intune App Releases

featuresPLATFORMS

Explore the mobile platforms comprehensively supported by Appcircle

enterprise
iOS CI/CD

iOS Continuous Integration and Delivery (CI/CD)

enterprise
Android CI/CD

Android Continuous Integration and Delivery (CI/CD)

enterprise
React Native CI/CD

React Native Continuous Integration and Delivery (CI/CD)

enterprise
Flutter CI/CD

Flutter Continuous Integration and Delivery (CI/CD)

featuresINTEGRATIONS

Streamlined Integration with Hundreds of Ready Workflow Steps!

Sonarqube

Sonarqube

Danger

Danger

Fastlane

Fastlane

Tuist

Tuist

BrowserStack

BrowserStack

Resources
RESOURCESRESOURCES

Comprehensive documentation to support you at every stage of your Appcircle journey.

Learn

enterprise

Docs

enterprise

Blogs

enterprise

Events

whitepapers

Whitepapers

enterprise

Videos

Get Started

enterprise

Objective-C/Swift

enterprise

Java/Kotlin

enterprise

React Native

enterprise

Flutter

Guides

enterprise

Continuous Testing

enterprise

Advanced Caching

enterprise

Marketplaces

enterprise

API & CLI

CONNECT

enterprise

LinkedIn

enterprise

X

enterprise

Slack Community

Enterprise
RESOURCESENTERPRISE

Experience Appcircle's robust, enterprise-grade capabilities tailored for advanced needs

enterprise
Mobile CI/CD at Scale
enterprise
OpenShift
self-hosted
Self-Hosted
enterprise
Kubernetes
enterprise
Meet Our Customers
enterprise
Docker
enterprise
Why Appcircle?
enterprise
Podman
BlogPricingContact Us
BlogPricingContact Us
Log in ➔Start for Free
  1. Home
  2. integrations
  3. mobsf-binary-scan
MobSF Binary Scan

MobSF Binary Scan

Integrating MobSF binary scanning in Appcircle's CI/CD pipelines provides automated security analysis of the compiled APK, AAB, or IPA, producing a scored assessment of permissions, signing, binary protections, and embedded secrets for every build.

Key Benefits

Binary-Level Security Analysis: Analyzes the compiled APK, AAB, or IPA as it will be released, surfacing issues that source scanning cannot see: manifest configuration, requested permissions, code signing and certificate details, binary protections, network security configuration, embedded secrets, and third-party trackers.

Quantified Security Score: Produces an AppSec score and scorecard for every build, turning mobile security posture into a value you can track and report on rather than a document someone has to read and interpret.

Score-Based Build Gate: Applies a minimum security score threshold that can fail the build, making security posture an enforceable release criterion in the same way test coverage or build success already are.

Self-Contained Execution: Runs the analysis on your own runner without requiring a separate always-on scanning server or container infrastructure, so application binaries and their reports never leave your environment, a prerequisite for regulated and air-gapped deployments.

Key Benefits

Points to Consider

Runner Requirements: The scan runs on a runner with MobSF provisioned and takes minutes rather than seconds, so plan workflow timeouts and runner capacity accordingly, particularly on pipelines that build multiple variants.

Workflow Placement: Position the scan after the signing step so the artifact analyzed is the one you intend to distribute; scanning an unsigned or intermediate build will produce misleading certificate and protection results.

Sensitive Report Content: Binary analysis can surface hardcoded credentials and API keys, so treat scan reports as sensitive material, restrict who can access them, and rotate any secret the scan identifies rather than only removing it from the next build.

Report Retention and Cleanup: Confirm that scan records are cleared from shared runners between builds, and align report retention with the period your audit and compliance processes need to reference, not just the current release cycle.

Points to Consider
icon

For more information on setup and usage, please visit Appcircle Technical Documentation 

FAQs

+

Can the build fail based on the security score?

  • Yes. A minimum security score threshold can break the build when the AppSec score falls below it, turning security posture into an enforceable release criterion alongside things like test coverage or build success.

+

Does this step require a separate scanning server or container?

  • No. The scan runs directly on the runner where MobSF has been provisioned, without an always-on scanning server or container runtime, so application binaries and their reports never need to leave your environment.

+

Where in the workflow should the scan be placed?

  • After the signing step. Scanning an unsigned or intermediate build produces misleading certificate and binary-protection results, since those checks reflect the exact artifact that gets analyzed.

+

Are scan reports safe to store without extra precautions?

  • No, treat them as sensitive material. Binary analysis can surface hardcoded credentials and API keys, so access to reports should be restricted, and any secret the scan finds should be rotated rather than just removed from the next build.

+

What format does the scan report use?

  • A single JSON report, saved as mobsf-binary-analyze.json in your output directory, containing the full finding set alongside the security score.

+

How does this differ from MobSF Source Code Scan?

  • This step analyzes the compiled APK, AAB, or IPA you're about to release. To catch insecure coding patterns and hardcoded secrets in your project's source before it's built, use MobSF Source Code Scan instead.

REQUEST FOR MORE SPECIFICS

Get Started with Appcircle

Save time, reduce costs, and increase developer productivity

Join Our Newsletter

Get informed about news, new releases, and mobile DevOps.