From 2338e0371cc5570c2e4b41f4926e261af122497c Mon Sep 17 00:00:00 2001 From: Andrew Barnes Date: Mon, 25 May 2026 09:04:36 -0400 Subject: [PATCH] Fix Objection skill description frontmatter Normalize YAML description so tools can reliably parse it. --- .../SKILL.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/skills/analyzing-ios-app-security-with-objection/SKILL.md b/skills/analyzing-ios-app-security-with-objection/SKILL.md index 3dea359c..3378a13a 100644 --- a/skills/analyzing-ios-app-security-with-objection/SKILL.md +++ b/skills/analyzing-ios-app-security-with-objection/SKILL.md @@ -1,12 +1,9 @@ --- name: analyzing-ios-app-security-with-objection -description: 'Performs runtime mobile security exploration of iOS applications using Objection, a Frida-powered toolkit that - enables security testers to interact with app internals without jailbreaking. Use when assessing iOS app security posture, - bypassing client-side protections, dumping keychain items, inspecting filesystem storage, and evaluating runtime behavior. - Activates for requests involving iOS security testing, Objection runtime analysis, Frida-based iOS assessment, or mobile - runtime exploration. - - ' +description: >- + Runtime iOS app security testing with Objection (Frida): inspect keychain and + filesystem data, explore app internals at runtime, and validate/bypass + client-side protections during authorized mobile assessments. domain: cybersecurity subdomain: mobile-security author: mahipal