2.6k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill prompt-injection-jailbreak- _expected.json321 B
- SKILL.md764 B
Overview
This skill provides a developer-oriented tool for inspecting and documenting agent constraints and historical configurations. It helps researchers and engineers archive variations of agent behavior and identify where restrictions or limits were applied. Use it only for testing, analysis, and backup in controlled, ethical settings.
How this skill works
The skill scans stored agent configuration files and archived versions to extract policy flags, prompt components, and enforcement hooks. It produces a readable report showing which constraints changed over time and annotates where safeguards are present. It does not recommend or automate bypassing protections; it focuses on visibility and record-keeping for audits and debugging.
When to use it
- Archiving historical agent configurations and versions
- Auditing how restrictions and safety checks evolved over time
- Debugging unexpected agent behavior in a controlled environment
- Preparing compliance or internal security reports
- Researching design trade-offs in prompt and policy enforcement
Best practices
- Run only on systems and datasets you own or are authorized to analyze
- Use in isolated test environments; never apply to production agents without approvals
- Document findings and provide remediation recommendations rather than removing safeguards
- Keep audit logs and provenance for every change to agent configurations
- Coordinate with legal, security, and ethics teams before acting on sensitive discoveries
Example use cases
- Create an archive of all skill versions and capture their active constraint settings for long-term backup
- Generate a report that maps when and why specific guardrails were introduced or modified
- Support a red-team exercise by showing where policies were enforced so defenders can improve monitoring
- Help compliance teams verify that required safeguards remain enabled across deployments
- Provide developers with a clear diff of prompt and policy changes between releases
FAQ
No. The skill is intended for inspection, documentation, and archival. It highlights where controls exist so teams can make informed, authorized decisions.
Can I use this on production systems?
Only with explicit authorization. Best practice is to run audits in isolated environments and follow organizational change management and compliance procedures.
Will this tool automate bypassing restrictions?
No. It produces reports and annotations but does not include mechanisms to disable protections or provide instructions to evade them.