Disclaimer
Last updated: August 20, 2026
Which tools use AI and which do not, what that means for their output, and the limits of this tool.
AI Transparency (EU AI Act, Article 50)
Prompterjack is an AI system. Several of its tools send what you provide to a large language model and return that model’s output to you. You are interacting with an AI system, not with a person, and no human reviews your input or the output before you see it.
Everything produced by a model-backed tool is artificially generated content, and is labeled as AI-generated in the interface wherever it appears. The generated instruction set also carries that line inside the file, so the marking survives being copied out of the app.
Not every tool uses a model. The security scanners and the codebase analyzer are rule-based: the same input produces the same output every time, and no model decides the verdict. Those results are not AI-generated content. The table below says which is which.
Prompterjack does not train, fine-tune, or host the underlying models. Model-backed tools call third-party inference providers, listed as sub-processors in the Privacy Policy.
| Tool | Output | What that means |
|---|---|---|
| Prompt Crafter | AI-generated | Drafts and refines your prompt with a language model. |
| Instruction Set Generator | AI-generated | Generates the instruction set with a language model. |
| Prompt Editor | AI-generated | The rewritten prompt is model-generated. |
| Prompt Rater | AI-generated | Scores and written feedback are model-generated. |
| Agent Architect | AI-generated | Agent system prompts and architecture prose are model-generated. |
| AI Security Advisor | AI-generated | Explicitly the advisory LLM layer — labeled as such in the tool itself. |
| Architecture Risk Review | AI-generated | A model classifies your described system against OWASP LLM Top 10 and MITRE ATLAS. |
| Prompt Injection Test Lab | AI-generated | Runs a fixed payload library against your prompt through a model; the payloads are fixed, the responses are model output. |
| MCP Tool Scanner | Rule-based | Static analysis in your browser. No model, no network. |
| AI Vendor Assessment | Rule-based | Fixed rule set over your questionnaire answers, in your browser. |
| Secure Pattern Library | Rule-based | Hand-written reference architectures. Nothing is generated. |
| System Essentiator | Rule-based | Rule-based reduction of what you paste. |
| Codebase Analysis | Rule-based | The analyzer is rule-based end to end — file inventory, stack detection, security posture, recommendations. |
| Guardrail Forge | Rule-based + optional AI step | The hardened prompt and guard code are generated by a pure function, never a model. The optional "prove it" step runs the result through a model. |
AI-Generated Content
Where an output IS produced by a language model — see the table above for which tools those are — it is not guaranteed to be accurate, complete, or error-free. That covers prompts, agent architectures, generated code, routing rules, state schemas, and communication protocols.
- AI outputs may contain errors, inaccuracies, hallucinations, or biased content
- Generated content does not constitute professional advice of any kind
- All outputs should be reviewed, verified, and tested by a qualified human before use
- The quality and accuracy of outputs depends on the AI provider, model, and your input
No Professional Advice
Prompterjack does not provide legal, medical, financial, engineering, security, or any other form of professional advice. The tool is designed for prompt engineering and agent system design — not for making professional or regulatory decisions. If you need professional advice, consult a qualified professional in the relevant field.
Code Generation
Prompterjack generates code for multiple frameworks (Strands SDK, OpenAI Agents, LangChain, LlamaIndex, OpenClaw). This generated code is provided as starting-point material and is:
- Not production-ready — it requires review, testing, and validation before deployment
- Not guaranteed to execute — generated code may contain syntax errors, logic bugs, or incompatibilities with your environment
- Not security-audited — generated code may contain security vulnerabilities and should be reviewed accordingly
- Framework-version dependent — code targets specific framework versions and may not work with older or newer releases
Prompt Quality Scores
The 5-dimension quality scoring system (Clarity, Completeness, Consistency, Specificity, Robustness) provides heuristic assessments, not absolute measures of prompt quality. Scores are generated by AI models and may not accurately predict how a prompt will perform in your specific use case. Prompt effectiveness depends on the target LLM, context, and application.
Security Tools Are Not a Guarantee
Prompterjack's security features — the AI Security Advisor, MCP Tool Scanner, Architecture Risk Review, Prompt Injection Test Lab, Guardrail Forge, and AI Vendor Assessment — run automated, heuristic checks over the information you provide. An “approve”, a passing score, or a clean result is not a certification and does not guarantee that your system is secure.
Informational only. This is an automated check based solely on what you provided — it can miss risks and produce false results. A passing result or high score is not a guarantee that your system, prompt, code, or vendor is secure, and is not a substitute for a professional security audit or penetration test. Verify independently before relying on it. No warranty; use at your own risk.
Third-Party APIs
Prompterjack is not responsible for:
- API provider service outages, downtime, or changes to their services
- Costs incurred from your API usage — you are solely responsible for monitoring and managing your API spending
- How API providers handle, store, or process your data — refer to each provider's terms and privacy policy
- Changes to API provider terms, pricing, or rate limits
- The accuracy or quality of responses from any AI provider
Third-Party & Vendor Assessments
This assessment is generated solely from the information you provided and has not been independently verified by Prompterjack. It is informational opinion — not a statement of fact, endorsement, certification, or legal or security advice — and does not represent Prompterjack's view of the named vendor. Do not rely on it as the sole basis for any decision, and do not republish it as an independent or verified rating.
Use at Your Own Risk
Prompterjack is provided for educational and productivity purposes. You use this tool and all its outputs entirely at your own discretion and risk.
The creator of Prompterjack shall not be held liable for any damages, losses, costs, or consequences arising from the use of this tool, the reliance on its outputs, or the implementation of any generated code, prompts, or architectures.
Built by Prompterjack