docs: add Enterprise prompt-injection screening page - #1304
Draft
claude[bot] wants to merge 2 commits into
Draft
Conversation
Document prompt-injection screening of scraped content as an Enterprise feature. The page explains why a scraped page is untrusted input, covers hidden text as the concrete case, and distinguishes the feature from Lockdown Mode, which is an egress control and does not inspect content. Describes behavior only. No request parameter, response field, or code sample is documented, because the feature is not wired into API params. Registers the page in the English Enterprise nav groups in docs.json. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MGRyumQaNvjFxq8qFjm3o1
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Apply four review edits from Micah Stairs:
- Remove the em dash; rewrite the sentence as two short sentences.
- Drop the reader commentary ("Teams confuse these two features") while
keeping the substantive distinction from Lockdown Mode.
- Replace the ad-hoc Enterprise-gating and soft sales lines with the
house Note pattern used by threat-protection.mdx and siem.mdx.
- Correct the availability behavior: screening is selected per request,
Firecrawl can force it on for every request on an account on request,
and content is not withheld by default. Also fixes the contradicting
"safe default is to withhold" bullet.
Prose follows ASD-STE100. No parameter, field, or code sample is named.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MGRyumQaNvjFxq8qFjm3o1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Micah Stairs · Slack thread
Before
Nothing on docs.firecrawl.dev describes screening scraped content for prompt-injection payloads. Questions about it get pointed at Lockdown Mode, which does something else entirely.
After
A new Enterprise page,
features/prompt-injection-screening, that says three things:How
features/prompt-injection-screening.mdx, matching the frontmatter, heading style, Note-callout enterprise-gate convention, and voice of the existingfeatures/threat-protection.mdxandfeatures/siem.mdxpages.docs.jsonin the Enterprise nav group, next to Threat Protection and SIEM. Both English Enterprise groups (the visible one and the hidden duplicate) were updated. No localized nav entries and no localized files were touched, perCLAUDE.md.Review edits applied
Four changes requested by Micah Stairs, in commit
ea93eda:features/threat-protection.mdxandfeatures/siem.mdx: "Prompt injection screening is an enterprise feature and is gated per organization. Contact your Firecrawl account team to have it enabled for your account." Placement matches those pages: after the intro prose, before the first heading. The separate## Availabilitysection, which held the invented availability formula, is gone.Still no parameter, field, or code sample is named anywhere on the page.
Please read before merging
Also worth a second opinion: whether this belongs on
enterprise.mdx's feature list too. I left it off, since Threat Protection and SIEM are not listed there either.Validation
docs.jsonparses as valid JSON. The review edits did not modify it./features/lockdown, resolves tofeatures/lockdown.mdx.docs.json,features/lockdown.mdx, andfeatures/threat-protection.mdxall failprettier --checkon unmodifiedmain), so a repo-wide reformat would have buried this change in unrelated churn. The review edits follow the file's existing style.🤖 Generated with Claude Code
https://claude.ai/code/session_01MGRyumQaNvjFxq8qFjm3o1