html-injection-testing
Test Web Applications for HTML Injection
Unsanitized input can alter pages, mislead users, and expose credentials. This skill guides authorized HTML injection testing, impact assessment, and remediation reporting.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "html-injection-testing" from https://skillstore.io/skills/sickn33-html-injection-testing.md and its manifest at https://skillstore.io/api/skills/sickn33-html-injection-testing/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "html-injection-testing". Assess the search parameter on our authorized staging site using harmless payloads.
Expected outcome:
- Result: A heading marker rendered in the response and changed page structure.
- Classification: Reflected HTML injection; no script execution was observed.
- Recommendation: Apply contextual output encoding and add a regression test.
Using "html-injection-testing". Review a profile biography field for stored HTML injection.
Expected outcome:
- Result: The marker persisted and appeared for another authorized test account.
- Impact: Stored content can mislead users and alter trusted page elements.
- Recommendation: Sanitize permitted markup and encode all other content during rendering.
Using "html-injection-testing". Explain how to fix a confirmed unsafe browser rendering path.
Expected outcome:
Use text rendering for plain content. When markup is required, apply an allowlist sanitizer and verify the result with regression tests.
Security Audit
CriticalThe script and shell alerts are false positives caused by fenced examples and defensive snippets. The documented requests, external resources, and encoding bypass create real network, evasion, and data-capture risks. The skill provides critical phishing guidance plus high-risk defacement, tracking, filter-evasion, and automated probing despite its authorized-use notice.
Confirmed security concerns (3)
Capability review items (29)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚡ Contains scripts (2)
⚙️ External commands (50)
🌐 Network access (29)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-html-injection-testing/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-html-injection-testing?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-html-injection-testing?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-html-injection-testing/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-html-injection-testing.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
zebbern. (2026). html-injection-testing security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-html-injection-testing/audits/5BibTeX citation
@techreport{zebbern-sickn33-html-injection-testing-2026,
author = {zebbern},
title = {html-injection-testing security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-html-injection-testing/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "html-injection-testing security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "zebbern"
date-released: "2026-07-24"
url: "https://skillstore.io/skills/sickn33-html-injection-testing/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-html-injection-testing:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Validate a Staging Application
Check authorized inputs for reflected or stored HTML rendering and document reproducible evidence.
Review Output Handling
Compare vulnerable rendering paths with contextual encoding and sanitization controls.
Build Regression Coverage
Turn confirmed injection cases into controlled security tests with harmless markers.
Try These Prompts
Review parameter [name] on this authorized staging URL for reflected HTML injection. Use harmless formatting tags and report evidence without changing stored data.
Assess [profile field] in the authorized test account for stored HTML injection. Use a visible marker, record persistence, and avoid credential forms.
Analyze the confirmed HTML injection at [location]. Explain realistic impact, distinguish it from XSS, and propose contextual output encoding and validation.
Create an authorized HTML injection test plan for [application]. Cover reflected, stored, path, header, and encoding contexts with rate limits and stop conditions.
Best Practices
- Obtain written authorization and define target scope, rate limits, and stop conditions before testing.
- Begin with harmless visual markers and escalate impact validation only when the assessment requires it.
- Record the request, response, browser behavior, context, persistence, and remediation evidence for every confirmed finding.
Avoid
- Do not test public systems, production users, or third-party domains without explicit authorization.
- Do not collect credentials, cookies, personal data, or session tokens during proof-of-concept testing.
- Do not classify simple reflection as exploitable until browser rendering and output context are verified.
Frequently Asked Questions
How is HTML injection different from XSS?
Does reflected input prove a vulnerability?
Can this skill test production systems?
Which payload should a test begin with?
What evidence should a report include?
How should developers remediate HTML injection?
Developer Details
Author
zebbernLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/html-injection-testingRef
88a8e9a07f4c54ab105c1c41b6267c287146b07b
Maintenance freshness
7/26/2026
Usage
9 downloads · 253 views
File structure
📄 SKILL.md