Humaidh
Community@humaidhahm · Vellore
🇴🇲 📍 🇮🇳 3rd Year Cybersec Student @ VIT Vellore
Agent Skills by Humaidh
Showing 1 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Humaidh
FAQPage SchemaWhat tasks can I perform with Humaidh's opencode-pentester skill?▼
You can coordinate penetration testing and self-code security audits through a schema-enforced, event-driven engine. Attack categories, domains, tools, and checklists are stored in SQLite (findings.db) and loaded just-in-time by engine/router.py.
Who is the target audience for these security skills?▼
The skills target security testers and penetration testers, per the manifest's audience metadata. They suit practitioners who need structured coordination of attack categories, domains, and checklists during testing engagements and code audits.
How does the opencode-pentester engine work at runtime?▼
The engine is event-driven and schema-enforced. All attack categories, domains, tools, and checklists live in a SQLite database (findings.db) and are loaded just-in-time by engine/router.py, keeping runtime state centralized and queryable.
What license and cost apply to these skills?▼
The opencode-pentester skill is released under the MIT license, making it free to use, modify, and redistribute. No paid tier or commercial licensing requirement is stated in the manifest.
What are the prerequisites and compatibility requirements?▼
The skill requires compatibility with opencode, as declared in its frontmatter. It relies on a local SQLite database (findings.db) for storing findings, attack categories, and checklists, with routing handled by engine/router.py.