If you discover a security vulnerability in the AISP protocol specification or reference implementations, please report it responsibly through GitHub's private security advisory channel:
Report a vulnerability on GitHub
This keeps the report private until a fix is released and coordinated disclosure is complete.
Please include:
- Description of the vulnerability
- Steps to reproduce (if applicable)
- Potential impact assessment
- Suggested fix (if any)
AISP skills carry executable resources (scripts, templates, data) and a discovery script (aisp_list.py). The most relevant classes of issue are:
- Resource path escape — a
resources[].paththat traverses outside the skill folder or_shared/(../). - Undeclared resources — files in a skill folder not listed in
aisp_contract.resources(unknown surface). - Phantom enforcement — a
non_negotiable.enforced_bythat points to a node/step/mechanism that does not exist, giving a false sense of a hard guarantee. - Discovery script side effects —
aisp_list.pydoing anything beyond scanning folders and (with--json) writingaisp_list.json. - Self-declared trust — a skill claiming to be
verified/trusted/safe. - Remote resources — resources referencing remote URLs without a user confirmation gate.
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 7 days
- Resolution Plan: Within 14 days
This security policy covers:
- The AISP protocol specification (
specification/AISP_Protocol.md) - The AISP conformance standards (
specification/standards/) - The AISP proto definition (
specification/aisp.proto) - The reference discovery script (
examples/aisp/aisp_list.py) - Official documentation and examples
Out of scope:
- Third-party AISP implementations and runtimes (report to those projects directly)
- The AISOP execution language itself (report to the AISOP-Protocol repository)
- AIAP governance rules — a separate sibling protocol in the AIXP family (report to the AIAP-Protocol repository)
- SoulBot runtime issues (report to the SoulBot repository)
- Skills authored by third parties (report to their respective authors / registries)
We follow a coordinated disclosure process. Please do not publicly disclose vulnerabilities until a fix has been released and announced.
Align Axiom 0: Human Sovereignty and Wellbeing. AISP — AI Skill Protocol V1.0.0. www.aisp.dev