Practical Codex skill for evidence-based mobile app security reviews using OWASP MASVS.
SKILL.mdreferences/OWASP_MASVS.v2.0.0.json(bundled machine-readable dataset)references/masvs-quick-map.mdscripts/masvs_lookup.py
mkdir -p "$CODEX_HOME/skills"
cp -R masvs-security-review "$CODEX_HOME/skills/masvs-security-review"Use $masvs-security-review.
Review this mobile app and map findings to MASVS control IDs with code evidence.
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 10Override 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