Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:February 12, 2026 at 04:22
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | security-scanner |
| description | Security scanning for secrets and vulnerabilities |
| user-invocable | true |
Security scanning and vulnerability detection.
// BAD
const API_KEY = "sk-1234567890abcdef";
// GOOD
const API_KEY = process.env.API_KEY;
/security-scan to run a security scan.