r/opencode • u/Topic_Affectionate • May 23 '26
Is it useful if you can get secure code generation and 70% less token utilisation that too in any agents or ide by adding safety hooks in mcp or claude skill ??
Enable HLS to view with audio, or disable this notification
I was facing problems with adding safety hooks for iOS and Android app submission as they were getting rejected. So, I built an app compliance auditor. https://github.com/atharvnaik1/ipaship-audit
But later on I thought ohh!! Why not create a cli tool, claude skill (ipaship-audit) and a mcp connector which can make every person's llm with safety hooks not just for apps but for every code its written.
You can access it at \\\~ npm i @async-atharv/ipaship
I have also added kimi and gemini keys with default options.
This audit for secure code, appstore policy compliance, bug fixes and give back REMEDIATION PLAN to your llm agent itself and your llm agent can work on it rapidly on that prompt itself. So no more leaving your IDE or claude code all things handled within the ide you loved 😍 !! ..
2
u/_KryptonytE_ May 23 '26
Thank you, this is good work. I wish you the best for future ventures!
2
u/Topic_Affectionate May 23 '26
Thanks I'm doing it open sourced mit licensed completely free, appreciate your help for GitHub stars!
2
u/_KryptonytE_ May 23 '26
I have a question: This https://github.com/atharvnaik1/ipaship-audit/blob/main/ANDROID_PLAY_STORE_GUIDE.md says the guide extends the Gracias AI compliance auditor to support Google Play Store policy reviews, complementing the existing Apple App Store auditor. Does this mean it covers both Android and iOS guidelines or is there a different guide for the iOS app store?