Skip to content

Codex skill for evidence-based OWASP MASVS mobile app security reviews.

License

Notifications You must be signed in to change notification settings

OdellMoreno/masvs-security-review-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MASVS Security Review Skill

Practical Codex skill for evidence-based mobile app security reviews using OWASP MASVS.

Included

  • SKILL.md
  • references/OWASP_MASVS.v2.0.0.json (bundled machine-readable dataset)
  • references/masvs-quick-map.md
  • scripts/masvs_lookup.py

Install

mkdir -p "$CODEX_HOME/skills"
cp -R masvs-security-review "$CODEX_HOME/skills/masvs-security-review"

Use In Codex

Use $masvs-security-review.
Review this mobile app and map findings to MASVS control IDs with code evidence.

Lookup Examples

Works out of the box with bundled data:

$CODEX_HOME/skills/masvs-security-review/scripts/masvs_lookup.py pinning --domain MASVS-NETWORK --limit 10
$CODEX_HOME/skills/masvs-security-review/scripts/masvs_lookup.py tamper --level R --limit 10

Override data source (optional):

$CODEX_HOME/skills/masvs-security-review/scripts/masvs_lookup.py crypto --data /path/to/OWASP_MASVS.v2.0.0.json
MASVS_JSON=/path/to/OWASP_MASVS.v2.0.0.json $CODEX_HOME/skills/masvs-security-review/scripts/masvs_lookup.py auth

About

Codex skill for evidence-based OWASP MASVS mobile app security reviews.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages